summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin/kerberos
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$peter1997-02-223-5/+5
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-5/+5
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fix weak random number holeache1996-02-211-4/+5
| | | | Obtained from: CERT
* Add -L paths for all locally built eBones libraries. Many of the programsgibbs1995-09-261-2/+2
| | | | already did this, but this catches the straglers.
* The problem. If the first request to kerberos is not a ticketgibbs1995-09-171-14/+13
| | | | | | | | | | | | | request, it cores due to using the unitialized global req_name_ptr pointer. -Wall does not reveal this. Repeat by having an old valid ticket and start kerberos. rsh to a non-realm system. Also intialize lifetime to DEFAULT_TKT_LIFE and kerno to KSUCCESS since they can be refernced before being initialized. Submitted by: John Capo <jc@irbs.com>
* Bmake fixes for eBones.gibbs1995-09-141-3/+2
|
* After the Great eBones Repository Copy (tm), make ebones actuallymarkm1995-09-131-4/+5
| | | | | | | | | | | | | | compile 1) remove rubbish no longer needed 2) correct existing Makefiles 3) add new makefiles where needed 4) correct code, header files and man pages where necessary PLEASE NOTE - after this you will need to make install in eBones/include, and mamake obj depend all install in eBones/lib before doing a make obj depend all install in eBones/. (I am going 6to fix src/Makefile next) PS - I hate slow international links - apologies for all the typos
* Major cleanup of eBones code:markm1995-09-073-28/+36
| | | | | | | | | | | | | | | | | | - 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.
* Start the eBones cleanup ball rolling.markm1995-08-253-5/+5
| | | | | | | | | | | | | 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
* Remove trailing whitespace.rgrimes1995-05-303-31/+31
|
* Initial import of eBones.csgr1994-09-303-0/+916
(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.
OpenPOWER on IntegriCloud