aboutsummaryrefslogtreecommitdiff
path: root/kerberosIV/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend.Mark Murray2003-03-089-156/+0
| | | | | | | Enjoy your retirement in ports. Notes: svn path=/head/; revision=111993
* Install script via SCRIPTS.Ruslan Ermilov2001-12-171-9/+2
| | | | Notes: svn path=/head/; revision=88068
* Add the necessary paths to the kerberos libraries and includes.John Hay2001-12-031-1/+1
| | | | | | | | | This fix "make release". Reviewed by: markm Notes: svn path=/head/; revision=87278
* Style clean-up, and diff-reduce WRT src/secure/*/telnet/MakefileMark Murray2001-11-301-7/+12
| | | | Notes: svn path=/head/; revision=87142
* Diff reduce all the crypto telnet Makefiles.Mark Murray2001-08-201-1/+1
| | | | Notes: svn path=/head/; revision=81967
* Revamp and diff-reduce the various secure telnets. Make sure thatMark Murray2001-08-031-7/+8
| | | | | | | | Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes. Notes: svn path=/head/; revision=81104
* generate ksrvtgtAssar Westerlund2001-06-161-0/+11
| | | | | | | | PR: bin/25561 MFC after: 1 week Notes: svn path=/head/; revision=78339
* Fix PAMized telnet in exactly the same way as BDE did it for the otherMark Murray2001-05-111-2/+2
| | | | | | | telnet instances. Notes: svn path=/head/; revision=76466
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-6/+1
| | | | Notes: svn path=/head/; revision=75286
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-281-1/+1
| | | | | | | Approved by: markm Notes: svn path=/head/; revision=74928
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-276-6/+6
| | | | Notes: svn path=/head/; revision=74859
* Use libcrypto in place of libdes.Mark Murray2000-02-246-12/+12
| | | | Notes: svn path=/head/; revision=57448
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-271-3/+3
| | | | | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project Notes: svn path=/head/; revision=56668
* Bring in SRA for telnet.Mark Murray1999-10-071-1/+1
| | | | | | | Submitted by: Nick Sayer Notes: svn path=/head/; revision=51990
* Fixes for new Kerberos4. Userland to follow.Mark Murray1999-09-194-7/+10
| | | | Notes: svn path=/head/; revision=51431
* Fix for new Common Error system.Mark Murray1999-09-055-10/+16
| | | | Notes: svn path=/head/; revision=50954
* Don't -DTERMCAP or we define a few conflicting functions and causePeter Wemm1999-08-301-1/+1
| | | | | | | recursion in a rather ugly way. Notes: svn path=/head/; revision=50632
* $Id$ -> $FreeBSD$Peter Wemm1999-08-289-9/+9
| | | | Notes: svn path=/head/; revision=50479
* Link everything against libcrypt. ELF builds complain without it.Mark Murray1999-01-253-9/+10
| | | | | | | | | | Clean up the master makefile a bit and add a "dekerberise" target for those who have shot themselves in the foot. Thanks to: Randy Bush Notes: svn path=/head/; revision=43183
* Add libcrypt. Elf was breaking.Mark Murray1998-09-021-3/+3
| | | | Notes: svn path=/head/; revision=38741
* More fixes to help fix race bags in "make -jN".Mark Murray1998-03-201-3/+2
| | | | | | | Submitted by: BDE (Mostly) Notes: svn path=/head/; revision=34713
* Fix more linkage problems. libtermcap needs to be linked for routinesMark Murray1998-03-151-3/+4
| | | | | | | in librealdline. Notes: svn path=/head/; revision=34599
* Damn. Left out the dependancy macro.Mark Murray1998-03-141-2/+2
| | | | Notes: svn path=/head/; revision=34580
* Link this against libcrypt. Crypt is not directly called, but is called from ↵Mark Murray1998-03-141-2/+2
| | | | | | | | | | | linked in code. I'll merge this to STABLE as well. PR: 5999 Submitted by: robert@cyrus.watson.org Notes: svn path=/head/; revision=34578
* Link this against -lcrypt. In the case where the user has no key availableMark Murray1997-10-241-2/+2
| | | | | | | | on the keyserver, the local kinit will blow chunks when it tries a crypt(3) and finds it unavailable. Notes: svn path=/head/; revision=30694
* Initial import of the new kerberosIV Makefiles.Mark Murray1997-09-249-0/+141
I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-) Notes: svn path=/cvs2svn/branches/MARKM/; revision=29815