summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin/kadmind/admin_server.c
Commit message (Collapse)AuthorAgeFilesLines
* *GULP* Punt this into the attic. It is no longer used.markm1997-10-031-474/+0
|
* Fixes to allow eBones to properly bootstrap in a release environmentmarkm1996-02-141-1/+1
| | | | Submitted by: joerg
* After the Great eBones Repository Copy (tm), make ebones actuallymarkm1995-09-131-1/+1
| | | | | | | | | | | | | | 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-071-7/+24
| | | | | | | | | | | | | | | | | | - 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.
* Make kadmind safe to run on multi-homed machines.gibbs1995-08-021-0/+10
| | | | Reviewed by: Garrett A. Wollman (wollman@FreeBSD.org)
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
|
* Add kadmind. HOW-TO documents how to get here from raw eBones.wollman1995-01-201-0/+447
OpenPOWER on IntegriCloud