summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin/kadmind/kadm_funcs.c
Commit message (Collapse)AuthorAgeFilesLines
* *GULP* Punt this into the attic. It is no longer used.markm1997-10-031-381/+0
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Fixes to allow eBones to properly bootstrap in a release environmentmarkm1996-02-141-2/+2
| | | | Submitted by: joerg
* After the Great eBones Repository Copy (tm), make ebones actuallymarkm1995-09-131-2/+2
| | | | | | | | | | | | | | 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-6/+14
| | | | | | | | | | | | | | | | | | - 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-1/+1
| | | | | | | | | | | | | 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-20/+20
|
* Add kadmind. HOW-TO documents how to get here from raw eBones.wollman1995-01-201-0/+373
OpenPOWER on IntegriCloud