summaryrefslogtreecommitdiffstats
path: root/eBones/kprop
Commit message (Collapse)AuthorAgeFilesLines
* Major cleanup of eBones code:markm1995-09-072-12/+23
| | | | | | | | | | | | | | | | | | - 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-12/+56
| | | | | | | | | | | | | 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
* Import an updated revision of the MIT kprop program for distributingpst1995-08-023-0/+648
kerberos databases to slave servers. NOTE: This method was abandoned by MIT long ago, this code is close to garbage, but it is slightly more secure than using rdist. There is no documentation available on how to use it, and it should -not- be built by default. Obtained from: MIT Project Athena
OpenPOWER on IntegriCloud