aboutsummaryrefslogtreecommitdiff
path: root/eBones/lib
Commit message (Expand)AuthorAgeFilesLines
* *GULP* Punt this into the attic. It is no longer used.Mark Murray1997-10-03115-21503/+0
* Remove some bogus malloc family declarations.Jordan K. Hubbard1997-07-131-5/+3
* Remove bogus ("char *") malloc(), calloc() and realloc().Satoshi Asami1997-07-131-3/+1
* Replace random() by arc4random() since random() can't be usedAndrey A. Chernov1997-06-141-7/+2
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-3/+2
* Use srandomdev() nowAndrey A. Chernov1997-03-241-2/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2287-163/+163
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1487-167/+167
* First round of moving secure telnet (AKA kerberised telnet) to its new homeMark Murray1996-10-268-50/+73
* Fix up some compilation warnings.Paul Traina1996-09-223-12/+12
* Fix my typo here from last commit.Peter Wemm1996-09-021-5/+5
* cmp -s || install -c --> install -CPeter Wemm1996-08-303-16/+8
* Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS.Mark Murray1996-07-301-2/+2
* Some breakeages sneaked in. This fixes them.Mark Murray1996-07-303-3/+1
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-242-4/+2
* Fix oder of subdirs so this will rebuild if .depends are blown away.Mark Murray1996-04-161-2/+2
* Big clean-up job. Remove ancient and never-to-be used stuff.Mark Murray1996-03-111-32/+3
* Fix typo #ifdef -> .if defined().Mark Murray1996-03-111-20/+7
* Fix typo - -des -> -ldesMark Murray1996-03-101-2/+2
* Sense MAKE_EBONES, DESTDIRAndrey A. Chernov1996-03-091-15/+22
* Rename des_set_key -> des_set_key_krb. This was a name conflict with aMark Murray1996-02-031-3/+4
* Fix typo in bind argumentAndrey A. Chernov1995-12-241-2/+2
* Bring Jordan's 2.1 dependancy fixes into current.Mark Murray1995-11-122-4/+4
* Remove MAKE_EBONES conditionals. They were originally placed here becauseJustin T. Gibbs1995-10-111-3/+1
* Bump SHLIB_MINOR for krb_get_local_addr() and krb_bind_local_addr()Justin T. Gibbs1995-10-061-1/+2
* Kerberos can now deal with multi-homed clients.Justin T. Gibbs1995-10-058-34/+249
* Remove duplicate rkinit_err.c entry in the SRCS line.Justin T. Gibbs1995-09-241-1/+1
* Fix printf formatting error %ls -> %s.Justin T. Gibbs1995-09-161-2/+2
* Fix this file for the last time. My last diff was screwed up.Justin T. Gibbs1995-09-151-2/+1
* Integrate librkinit into the build.Justin T. Gibbs1995-09-151-2/+2
* MIT's librkinit. Part of the rkinit suite. Rkinit allows you to forwardJustin T. Gibbs1995-09-157-0/+1235
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.Justin T. Gibbs1995-09-143-29/+15
* Bring back the multi-homed server fixes from revision 1.6. They gotJustin T. Gibbs1995-09-141-52/+121
* Forgot to bring this patch over.Justin T. Gibbs1995-09-141-2/+2
* Fix a few problems with the depend target.Justin T. Gibbs1995-09-141-1/+3
* Bmake fixes for the eBones tree.Justin T. Gibbs1995-09-145-25/+19
* added Makefile.inc in the necessary places.Mark Murray1995-09-131-0/+3
* After the Great eBones Repository Copy (tm), make ebones actuallyMark Murray1995-09-139-42/+45
* Major cleanup of eBones code:Mark Murray1995-09-0767-598/+1183
* Save and check against all address of kerberos servers. This completesJustin T. Gibbs1995-09-061-51/+121
* Start the eBones cleanup ball rolling.Mark Murray1995-08-2577-1165/+827
* Comment out LDADD+=-ldescrypt, it is not yet active due toAndrey A. Chernov1995-08-051-2/+3
* Make the DB/DBM routines generic (ifdef FreeBSD considered evil), andPaul Traina1995-08-021-14/+18
* Final cleanup pass through Makefiles, now this stuffAndrey A. Chernov1995-07-241-7/+9
* Add LDADD+= -ldescryptAndrey A. Chernov1995-07-241-1/+2
* Move -ldes under kerb stuff, my faultAndrey A. Chernov1995-07-241-5/+3
* Since this stuff not works with eBones, ifdef kerberos stuffAndrey A. Chernov1995-07-241-1/+4
* Add comment about new_rbd_key.c module needed fromAndrey A. Chernov1995-07-241-1/+4
* Fix many bogus things, typing error, dependance errors, etc.,Andrey A. Chernov1995-07-241-7/+16
* Update telnet to the 95.05.31 release.Paul Traina1995-07-2011-70/+90