aboutsummaryrefslogtreecommitdiff
path: root/eBones
Commit message (Expand)AuthorAgeFilesLines
* After some more investigation I found that I can build a release from scratchMark Murray1995-11-211-1/+2
* Bring Jordan's 2.1 dependancy fixes into current.Mark Murray1995-11-124-8/+8
* Add the man directory to the SUBDIR list - some pages were bing lost.Mark Murray1995-11-011-2/+2
* Remove LD_NOSTD_PATH unsetenv, it isn't exist anymoreAndrey A. Chernov1995-10-241-1/+0
* Fix original patch error with ! before strncmpAndrey A. Chernov1995-10-201-4/+10
* Don't allow LD_* env. variables to be trickedAndrey A. Chernov1995-10-201-3/+25
* Remove MAKE_EBONES conditionals. They were originally placed here becauseJustin T. Gibbs1995-10-113-7/+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-0510-54/+298
* Add -L paths for all locally built eBones libraries. Many of the programsJustin T. Gibbs1995-09-2616-31/+33
* Remove duplicate rkinit_err.c entry in the SRCS line.Justin T. Gibbs1995-09-241-1/+1
* Correct a lie in the man pages: /etc/athena/srvtab -> /etc/kerberosIV/srvtabMark Murray1995-09-171-4/+4
* The problem. If the first request to kerberos is not a ticketJustin T. Gibbs1995-09-171-14/+13
* Fix printf formatting error %ls -> %s.Justin T. Gibbs1995-09-161-2/+2
* Bring in a hand written replacement for MIT's file of the same name.Mark Murray1995-09-161-170/+117
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesJustin T. Gibbs1995-09-162-3/+4
* Integrate rkinit into the build.Justin T. Gibbs1995-09-152-3/+16
* Integrate rkinitd into the build.Justin T. Gibbs1995-09-151-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
* Header files for the rkinit suite.Justin T. Gibbs1995-09-152-0/+148
* Fix the most blatant -Wall errors.Justin T. Gibbs1995-09-155-9/+22
* Server side of the rkinit package.Justin T. Gibbs1995-09-157-0/+884
* Rkinit allows you to safely forward tickets to other kerberos hosts.Justin T. Gibbs1995-09-153-0/+433
* 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-142-10/+2
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.Justin T. Gibbs1995-09-143-29/+15
* Prototypes for the function in new_rnd_key.c from the mit des library.Justin T. Gibbs1995-09-141-0/+11
* Bring in new_rnd_key.c from the mit des library. This gives folks in theJustin T. Gibbs1995-09-142-19/+16
* 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-144-11/+13
* Bmake fixes for eBones.Justin T. Gibbs1995-09-1412-34/+22
* Don't cast die with (__sighandler_t *) when its passed to signal(). InsteadJustin T. Gibbs1995-09-142-6/+6
* Bmake fixes for the eBones tree.Justin T. Gibbs1995-09-1415-56/+44
* Actually install des.h. We haven't been for a while now.Justin T. Gibbs1995-09-142-17/+7
* des_check_key_parity and des_fixup_key_parity go by other names in eBones'Justin T. Gibbs1995-09-141-3/+1
* Bring back Makefile.inc and give it a better rules for dealing with theJustin T. Gibbs1995-09-141-19/+29
* added Makefile.inc in the necessary places.Mark Murray1995-09-134-0/+12
* After the Great eBones Repository Copy (tm), make ebones actuallyMark Murray1995-09-1340-146/+168
* sys_term.c: killed sleep(1) as this should no longer be a problem withDavid Greenman1995-09-112-9/+3
* Major cleanup of eBones code:Mark Murray1995-09-07235-2005/+3820
* Save and check against all address of kerberos servers. This completesJustin T. Gibbs1995-09-062-102/+242
* Move erase cleanup outside linemode conditionalPaul Traina1995-09-061-1/+1
* Avoid race condition with telnet options processing (login: prompt lost).Paul Traina1995-09-051-22/+7
* Set erase character for login: prompt.Paul Traina1995-09-051-1/+5
* Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clientsPaul Traina1995-08-282-6/+8
* Remove register, registerd & make_keypair until thedes library is moved. mMark Murray1995-08-261-2/+4
* Allow the kerberos utilities and kerberised code to still find des.h inMark Murray1995-08-261-2/+2
* Start the eBones cleanup ball rolling.Mark Murray1995-08-25280-2551/+2037