aboutsummaryrefslogtreecommitdiff
path: root/eBones/lib/libkadm
Commit message (Collapse)AuthorAgeFilesLines
* *GULP* Punt this into the attic. It is no longer used.Mark Murray1997-10-037-1157/+0
| | | | Notes: svn path=/head/; revision=30072
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* Fix my typo here from last commit.Peter Wemm1996-09-021-5/+5
| | | | | | | | | (same bug on both US and internat version) Submitted by: Juha Inkari <inkari@cc.hut.fi> Notes: svn path=/head/; revision=18004
* cmp -s || install -c --> install -CPeter Wemm1996-08-301-9/+5
| | | | Notes: svn path=/head/; revision=17945
* Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS.Mark Murray1996-07-301-2/+2
| | | | Notes: svn path=/head/; revision=17357
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-2/+1
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Fix typo in bind argumentAndrey A. Chernov1995-12-241-2/+2
| | | | | | | Submitted by: gibbs Notes: svn path=/head/; revision=13003
* Bring Jordan's 2.1 dependancy fixes into current.Mark Murray1995-11-121-2/+2
| | | | | | | | Incorporate some dependancy fixes from John Hay Submitted by: jkh, John Hay<jhay@mikom.csir.co.za> Notes: svn path=/head/; revision=12225
* Kerberos can now deal with multi-homed clients.Justin T. Gibbs1995-10-051-10/+15
| | | | | | | | | | | | | | | | | Kerberos obtains a network address for the local host from the routing tables and uses it consistently for all Kerberos transactions. This ensures that packets only leave the *authenticated* interface. Clients who open and use their own sockets for encrypted or authenticated correspondance to kerberos services should bind their sockets to the same address as that used by kerberos. krb_get_local_addr() and krb_bind_local_addr() allow clients to obtain the local address or bind a socket to the local address used by Kerberos respectively. Reviewed by: Mark Murray <markm>, Garrett Wollman <wollman> Obtained from: concept by Dieter Dworkin Muller <dworkin@village.org> Notes: svn path=/head/; revision=11233
* Fix this file for the last time. My last diff was screwed up.Justin T. Gibbs1995-09-151-2/+1
| | | | Notes: svn path=/head/; revision=10774
* Forgot to bring this patch over.Justin T. Gibbs1995-09-141-2/+2
| | | | Notes: svn path=/head/; revision=10734
* Fix a few problems with the depend target.Justin T. Gibbs1995-09-141-1/+3
| | | | | | | Pointed out by: Mark Murray <markm> Notes: svn path=/head/; revision=10732
* Bmake fixes for the eBones tree.Justin T. Gibbs1995-09-141-12/+6
| | | | Notes: svn path=/head/; revision=10720
* After the Great eBones Repository Copy (tm), make ebones actuallyMark Murray1995-09-131-5/+9
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=10711
* Major cleanup of eBones code:Mark Murray1995-09-075-48/+151
| | | | | | | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=10610
* Start the eBones cleanup ball rolling.Mark Murray1995-08-256-138/+87
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=10277
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-58/+58
| | | | Notes: svn path=/head/; revision=8874
* Add the library used by `kadmin' and `kadmind'. Oddly enough, thisGarrett Wollman1995-01-207-0/+1106
little library is actually exportable (we think) even though it's pretty useless iwithout the (non-exportable) clients. Notes: svn path=/head/; revision=5734