Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for KTH Kerberos (eBones) v1.0 | markm | 2000-01-09 | 8 | -69/+261 |
| | |||||
* | Build some more build-toold so that "make world" works for the | markm | 1999-12-30 | 1 | -0/+2 |
| | | | | | KerberosIV case. Submitted by: marcel | ||||
* | Bring in SRA for telnet. | markm | 1999-10-07 | 3 | -4/+5 |
| | | | | Submitted by: Nick Sayer | ||||
* | Fixes for new Kerberos4. Userland to follow. | markm | 1999-09-19 | 25 | -301/+633 |
| | |||||
* | Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete shared | bde | 1999-09-13 | 1 | -7/+4 |
| | | | | | | library: wrong library directory, wrong library extension and wrong comment). This is mainly of historical interest, if any. The library that gets removed is aout. | ||||
* | Add ftpd to the build. | markm | 1999-09-06 | 1 | -0/+3 |
| | |||||
* | Fix for new Common Error system. | markm | 1999-09-05 | 19 | -36/+63 |
| | |||||
* | 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 | 41 | -41/+41 |
| | |||||
* | Link everything against libcrypt. ELF builds complain without it. | markm | 1999-01-25 | 16 | -57/+72 |
| | | | | | | | 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 | ||||
* | 'Nother place where libcrypt needs to be linked. | markm | 1999-01-24 | 1 | -3/+3 |
| | | | | Thanks to: Randy Bush | ||||
* | Under ELF, this must be linked against libcrypt. | markm | 1999-01-24 | 1 | -3/+3 |
| | | | | Found by: Randy Bush | ||||
* | The strtok_r() function is in libc now, so use it. | jdp | 1999-01-20 | 3 | -6/+6 |
| | |||||
* | Add an explicit dependency on libcrypt so that shared library | jdp | 1998-11-18 | 1 | -1/+3 |
| | | | | linkage works properly. | ||||
* | Add -lcrypt. | jb | 1998-09-05 | 1 | -3/+4 |
| | |||||
* | Unbreak "make release". | markm | 1998-09-04 | 1 | -1/+1 |
| | | | | Submitted by: Justin Gibbs | ||||
* | Add libcrypt. Elf was breaking. | markm | 1998-09-02 | 1 | -3/+3 |
| | |||||
* | While I am no longer making a shared library, nuke the old one to prevent | markm | 1998-08-30 | 1 | -0/+11 |
| | | | | ld from picking it up spuriously. | ||||
* | Stop making the shared library for libtelnet (crypto version). This | markm | 1998-08-29 | 1 | -0/+2 |
| | | | | should have happened years ago. | ||||
* | Add kerberised CVS to the dependant programs. | markm | 1998-08-15 | 1 | -1/+2 |
| | |||||
* | Debogotify. ln -f should be ln -s to allow the obj/ dir to be | markm | 1998-03-28 | 1 | -2/+2 |
| | | | | on a different volume. | ||||
* | Repaired version of Bruce's "make -jN" patches. | markm | 1998-03-26 | 2 | -7/+6 |
| | |||||
* | More fixes to help fix race bags in "make -jN". | markm | 1998-03-20 | 5 | -15/+10 |
| | | | | 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 | ||||
* | Kerberized telnet is not built here. Remove telnet(d). | markm | 1998-02-16 | 1 | -3/+1 |
| | |||||
* | 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. | ||||
* | Correct the MAKE_EBONES macro --> MAKE_KERBEROS4 | markm | 1997-10-03 | 1 | -4/+4 |
| | |||||
* | Take pity on Mark and fix the bogus paths to dump and restore in the | jkh | 1997-10-02 | 1 | -3/+3 |
| | | | | | | | | help-distribute target myself. They live in /usr/src/sbin, not /usr/src/usr.sbin. :-) I'm also assuming the omission of telnetd and telnet from this target are intentional so I'll leave that alone. | ||||
* | Whoops! Missed one. | markm | 1997-10-02 | 1 | -1/+2 |
| | |||||
* | Tidy up the bootstrap: target. Blind commit by me. | markm | 1997-10-02 | 1 | -5/+1 |
| | | | | Tested by: jkh | ||||
* | Fix a break in the includes where the build blows chunks if it is | markm | 1997-10-02 | 10 | -6/+28 |
| | | | | | | being built in a totally clean environment. Found by: jkh and "make release" | ||||
* | Delete extraneous paren. | jkh | 1997-10-01 | 1 | -2/+2 |
| | | | | Submitted by: Akira Watanabe <akira@myaw.ei.meisei-u.ac.jp> | ||||
* | Initial import of the new kerberosIV Makefiles. | markm | 1997-09-24 | 45 | -0/+1829 |
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 ;-) |