summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Kerberos can now deal with multi-homed clients.gibbs1995-10-051-19/+37
| | | | | | | | | | | | | | 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>
* Add -L paths for all locally built eBones libraries. Many of the programsgibbs1995-09-2610-19/+21
| | | | already did this, but this catches the straglers.
* The problem. If the first request to kerberos is not a ticketgibbs1995-09-171-14/+13
| | | | | | | | | | | | | request, it cores due to using the unitialized global req_name_ptr pointer. -Wall does not reveal this. Repeat by having an old valid ticket and start kerberos. rsh to a non-realm system. Also intialize lifetime to DEFAULT_TKT_LIFE and kerno to KSUCCESS since they can be refernced before being initialized. Submitted by: John Capo <jc@irbs.com>
* Bmake fixes for eBones.gibbs1995-09-1412-34/+22
|
* added Makefile.inc in the necessary places.markm1995-09-131-0/+3
| | | | | Pointed out by: Garrett Wollman Obtained from: equivalent directoies rooted in src/
* After the Great eBones Repository Copy (tm), make ebones actuallymarkm1995-09-1316-49/+67
| | | | | | | | | | | | | | 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-0734-278/+471
| | | | | | | | | | | | | | | | | | - 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-2529-55/+96
| | | | | | | | | | | | | 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
* Nuke one __FreeBSD__ left outache1995-08-041-3/+3
| | | | | | Reviewed by: Submitted by: Obtained from:
* Update manual page to reflect "empty password" usage.pst1995-08-031-3/+3
|
* Null password should ask for randompst1995-08-021-3/+3
|
* Make the DB/DBM routines generic (ifdef FreeBSD considered evil), andpst1995-08-022-14/+18
| | | | | | also fix a string allocation bug. Submitted by: Havard Eidnes
* This commit was generated by cvs2svn to compensate for changes in r9864,pst1995-08-023-0/+648
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import an updated revision of the MIT kprop program for distributingpst1995-08-023-0/+648
| | | | | | | | | | | | | | | | | | | | | | kerberos databases to slave servers. NOTE: This method was abandoned by MIT long ago, this code is close to garbage, but it is slightly more secure than using rdist. There is no documentation available on how to use it, and it should -not- be built by default. Obtained from: MIT Project Athena
* | Make kadmind safe to run on multi-homed machines.gibbs1995-08-024-4/+22
| | | | | | | | Reviewed by: Garrett A. Wollman (wollman@FreeBSD.org)
* | Remove trailing whitespace.rgrimes1995-05-3020-193/+193
| |
* | Various documentation changes.jkh1995-02-088-46/+58
| | | | | | | | Submitted by: Mark Murray <mark@grondar.za>
* | Fix database deletion, we don't have .dir & .pag, use .db insteadache1995-01-251-2/+14
| |
* | Print out error messages from libkadm correctly (i.e., using com_err).wollman1995-01-231-3/+3
| |
* | Add last piece in fully-functional Kerberos implementation: ksrvutil,wollman1995-01-202-0/+590
| | | | | | | | a program to manage /etc/srvtab.
* | Add kadmind. HOW-TO documents how to get here from raw eBones.wollman1995-01-2012-0/+2494
|/
* Initial import of eBones.csgr1994-09-3029-0/+3413
(Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson.
OpenPOWER on IntegriCloud