| Commit message (Expand) | Author | Age | Files | Lines |
* | Build kerberized versions of the PAM library, and install them | ru | 2002-10-11 | 1 | -1/+1 |
* | Zap now-unused SHLIB_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
* | Don't lint contrib'ed sources, enven if the builder has asked for it. | markm | 2002-09-25 | 1 | -0/+1 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -2/+2 |
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 1 | -2/+3 |
* | This code is no longer WARNS level 2 OK. | obrien | 2002-05-15 | 1 | -1/+1 |
* | Mark all internal libraries with INTERNALLIB. | ru | 2002-05-13 | 2 | -6/+2 |
* | Removed now unused INTERNALSTATICLIB. | ru | 2002-05-13 | 1 | -2/+0 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 7 | -22/+6 |
* | Milestone #1 in cross-arch make releases. | ru | 2002-04-26 | 2 | -68/+29 |
* | Install script via SCRIPTS. | ru | 2001-12-17 | 1 | -9/+2 |
* | Add the necessary paths to the kerberos libraries and includes. | jhay | 2001-12-03 | 1 | -1/+1 |
* | Style clean-up, and diff-reduce WRT src/secure/*/telnet/Makefile | markm | 2001-11-30 | 3 | -18/+32 |
* | Diff reduce all the crypto telnet Makefiles. | markm | 2001-08-20 | 3 | -3/+3 |
* | Remove the building of a kerberosIV'ed cvs. `make release' has been broken | obrien | 2001-08-19 | 1 | -3/+6 |
* | Revamp and diff-reduce the various secure telnets. Make sure that | markm | 2001-08-03 | 3 | -19/+22 |
* | generate ksrvtgt | assar | 2001-06-16 | 1 | -0/+11 |
* | Fix PAMized telnet in exactly the same way as BDE did it for the other | markm | 2001-05-11 | 2 | -4/+4 |
* | beforeinstall -> SCRIPTS. | ru | 2001-04-07 | 1 | -6/+1 |
* | Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness. | ru | 2001-03-28 | 4 | -7/+10 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 22 | -24/+24 |
* | add strcollect.c to SRCS (new file in 1.0.5) | assar | 2000-12-29 | 1 | -3/+3 |
* | set LIBEXECDIR (used by kipd) | assar | 2000-12-29 | 1 | -1/+3 |
* | Remove the last vestiges of libRSAglue now that it's an empty stub. | kris | 2000-03-11 | 1 | -4/+0 |
* | Use libcrypto in place of libdes. | markm | 2000-02-24 | 22 | -42/+46 |
* | another tcp apps IPv6 updates.(should be make world safe) | shin | 2000-01-27 | 2 | -4/+4 |
* | 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 |
* | Bring in SRA for telnet. | markm | 1999-10-07 | 3 | -4/+5 |
* | 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 |
* | 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 |
* | $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 |
* | 'Nother place where libcrypt needs to be linked. | markm | 1999-01-24 | 1 | -3/+3 |
* | Under ELF, this must be linked against libcrypt. | markm | 1999-01-24 | 1 | -3/+3 |
* | 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 |
* | Add -lcrypt. | jb | 1998-09-05 | 1 | -3/+4 |
* | Unbreak "make release". | markm | 1998-09-04 | 1 | -1/+1 |
* | 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 |
* | Stop making the shared library for libtelnet (crypto version). This | markm | 1998-08-29 | 1 | -0/+2 |
* | 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 |
* | 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 |
* | Fix more linkage problems. libtermcap needs to be linked for routines | markm | 1998-03-15 | 1 | -3/+4 |