aboutsummaryrefslogtreecommitdiff
path: root/eBones/krb/recvauth.c
Commit message (Collapse)AuthorAgeFilesLines
* recording cvs-1.6 file deathPeter Wemm1995-12-301-290/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Major cleanup of eBones code:Mark Murray1995-09-071-6/+18
| | | | | | | | | | | | | | | | | | | | | - Get all functions prototyped or at least defined before use. - Make code compile (Mostly) clean with -Wall set - Start to reduce the degree to which DES aka libdes is built in. - get all functions to the same uniform standard of definition: int foo(a, b) int a; int *b; { : } - fix numerous bugs exposed by above processes. Note - this replaces the previous work which used an unpopular function definition style. Notes: svn path=/head/; revision=10610
* Start the eBones cleanup ball rolling.Mark Murray1995-08-251-20/+12
| | | | | | | | | | | | | | | | These are the start of a lot of work to clean up the FreeBSD eBones code. these changes include, but are not limited to: - Create prototypes for all the library routines - Make all the libraries compile clean with -Wall set - Fix numerous small bugs shown up in the above process - Prepare the code for libdes's removal to secure/ - add register, registerd and make_keypair to the make Lots more will follow in days to come. OK'ed by: rgrimes Notes: svn path=/head/; revision=10277
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8874
* Initial import of eBones.Geoff Rehmet1994-09-301-0/+286
(Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson. Notes: svn path=/cvs2svn/branches/EBONES_KRB4/; revision=3237