freebsd-src/eBones/kadmin
Mark Murray d79d4a7ced Major cleanup of eBones code:
- 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.
1995-09-07 21:39:00 +00:00
..
HOW-TO The user side of the kadmin protocol. HOW-TO describes how to recreate 1995-01-20 02:47:50 +00:00
kadmin.8 Initial import of eBones. 1994-09-30 14:50:09 +00:00
kadmin.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
kadmin_cmds.ct Start the eBones cleanup ball rolling. 1995-08-25 22:52:32 +00:00
Makefile Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00