summaryrefslogtreecommitdiff
path: root/security/krb5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update 1.2 -> 1.2.1. From the announcement:Jacques Vidrine2000-06-302-2/+2
| | | | | | | | | | | | | | | | The MIT Kerberos Team announces the availibility of MIT Kerberos 5 Release 1.2.1. This is primarily a bugfix release. Changes include: * A bug in the gssapi library that prevented kadmin clients from working has been fixed. For some reason this was not caught during beta testing. * login.c now correctly sets the default ccache name. * A memory leak in conv_princ.c has been fixed. Notes: svn path=/head/; revision=30031
* Oops, had a bogus PORTVERSION/DISTNAME from when I was testingJacques Vidrine2000-06-241-2/+1
| | | | | | | 1.2-beta4. Notes: svn path=/head/; revision=29836
* Update 1.1.1 -> 1.2Jacques Vidrine2000-06-245-26/+26
| | | | Notes: svn path=/head/; revision=29834
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-4/+1
| | | | Notes: svn path=/head/; revision=29630
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* Update 1.1 -> 1.1.1Jacques Vidrine2000-01-165-216/+156
| | | | Notes: svn path=/head/; revision=24777
* Fix for abort in login.krb5 (segment violation when trying to get aJacques Vidrine1999-10-131-0/+100
| | | | | | | | | TGT). Obtained from: MIT Kerberos GNATS PR krb5-appl/762, 763 Notes: svn path=/head/; revision=22411
* Update 1.0.6 -> 1.1Jacques Vidrine1999-10-047-259/+157
| | | | Notes: svn path=/head/; revision=22159
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* expr -> ${EXPR}Michael Haro1999-08-281-2/+2
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+1
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-6/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Update 1.0.5 -> 1.0.6Jacques Vidrine1999-05-273-13/+16
| | | | Notes: svn path=/head/; revision=19014
* Add WWW: to DESCR filesMichael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18397
* Teach krlogind, telnetd, et. al. about FreeBSD's available ptys.Jacques Vidrine1999-04-051-0/+50
| | | | | | | | | | In other words, /dev/pty[p-zP-T][0-9a-f] -> /dev/pty[p-sP-S][0-9a-v] Submitted by: John Polstra <jdp@polstra.com> Notes: svn path=/head/; revision=17657
* Make this work with current's new version of texinfo.Steve Price1999-01-261-0/+11
| | | | | | | | PR: 9587 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=16304
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-8/+10
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Build and install correctly for a.out and ELF.Jacques Vidrine1998-11-072-15/+35
| | | | Notes: svn path=/head/; revision=14377
* Honour CFLAGS.Mark Murray1998-09-271-2/+2
| | | | Notes: svn path=/head/; revision=13456
* Generalise the fetch process, and allow those outside the USA toMark Murray1998-09-141-8/+34
| | | | | | | fetch as well. Notes: svn path=/head/; revision=13111
* Secure the freedom of the manpages! Free the manpages!Tim Vanderhoek1998-08-191-32/+0
| | | | | | | PR: ports/7651 Notes: svn path=/head/; revision=12655
* Use more sane CMD_PATH.Dima Ruban1998-08-031-0/+13
| | | | Notes: svn path=/head/; revision=12262
* Honor KRB5_HOME variable.Dima Ruban1998-08-011-1/+6
| | | | Notes: svn path=/head/; revision=12244
* Minor change to make it work with other awk versions (The one that OpenBSDDima Ruban1998-07-271-2/+2
| | | | | | | has for example) Notes: svn path=/head/; revision=12172
* * Remove gmake from BUILD_DEPENDS; it is implied by USE_GMAKE.Jacques Vidrine1998-07-061-31/+44
| | | | | | | | | | | * Allow override of CONFIGURE_ARGS. * Control building of KerberosIV compatible libraries with KRB5_KRB4_COMPAT. * Use ECHO, FALSE, and DO_NADA as appropriate. * Combine pre-fetch and do-fetch targets. Notes: svn path=/head/; revision=11771
* Additional patches (already committed to krb5-current):Jacques Vidrine1998-07-065-0/+298
| | | | | | | | | | | | | | * Paths corrected in applications * ftpd now logs to facility LOG_FTP * use openpty to obtain pseudo-terminal * corrected detection of TCL libraries * fix a forwarding bug * add -m flag to ksu (preserve USER, HOME, SHELL) * cosmetic bug fix to telnet.c Submitted by: Dima Ruban <dima@best.net> Notes: svn path=/head/; revision=11768
* New port, KerberosV 1.0.5.Jacques Vidrine1998-07-069-0/+372
PR: ports/6870 Submitted by: Jacques Vidrine <n@nectar.com> Notes: svn path=/head/; revision=11750