Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use libcrypto in place of libdes. | markm | 2000-02-24 | 6 | -12/+12 |
| | |||||
* | another tcp apps IPv6 updates.(should be make world safe) | shin | 2000-01-27 | 1 | -3/+3 |
| | | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project | ||||
* | Bring in SRA for telnet. | markm | 1999-10-07 | 1 | -1/+1 |
| | | | | Submitted by: Nick Sayer | ||||
* | Fixes for new Kerberos4. Userland to follow. | markm | 1999-09-19 | 4 | -7/+10 |
| | |||||
* | Fix for new Common Error system. | markm | 1999-09-05 | 5 | -10/+16 |
| | |||||
* | Don't -DTERMCAP or we define a few conflicting functions and cause | peter | 1999-08-30 | 1 | -1/+1 |
| | | | | recursion in a rather ugly way. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 9 | -9/+9 |
| | |||||
* | Link everything against libcrypt. ELF builds complain without it. | markm | 1999-01-25 | 3 | -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 | ||||
* | Add libcrypt. Elf was breaking. | markm | 1998-09-02 | 1 | -3/+3 |
| | |||||
* | More fixes to help fix race bags in "make -jN". | markm | 1998-03-20 | 1 | -3/+2 |
| | | | | Submitted by: BDE (Mostly) | ||||
* | Fix more linkage problems. libtermcap needs to be linked for routines | markm | 1998-03-15 | 1 | -3/+4 |
| | | | | in librealdline. | ||||
* | Damn. Left out the dependancy macro. | markm | 1998-03-14 | 1 | -2/+2 |
| | |||||
* | Link this against libcrypt. Crypt is not directly called, but is called from ↵ | markm | 1998-03-14 | 1 | -2/+2 |
| | | | | | | | | linked in code. I'll merge this to STABLE as well. PR: 5999 Submitted by: robert@cyrus.watson.org | ||||
* | Link this against -lcrypt. In the case where the user has no key available | markm | 1997-10-24 | 1 | -2/+2 |
| | | | | | on the keyserver, the local kinit will blow chunks when it tries a crypt(3) and finds it unavailable. | ||||
* | Initial import of the new kerberosIV Makefiles. | markm | 1997-09-24 | 9 | -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 ;-) |