summaryrefslogtreecommitdiffstats
path: root/eBones/lib/libkadm/kadm_supp.c
Commit message (Collapse)AuthorAgeFilesLines
* Major cleanup of eBones code:markm1995-09-071-8/+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.
* Start the eBones cleanup ball rolling.markm1995-08-251-16/+10
| | | | | | | | | | | | | 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-301-22/+22
|
* Add the library used by `kadmin' and `kadmind'. Oddly enough, thiswollman1995-01-201-0/+114
little library is actually exportable (we think) even though it's pretty useless iwithout the (non-exportable) clients.
OpenPOWER on IntegriCloud