summaryrefslogtreecommitdiffstats
path: root/eBones
Commit message (Collapse)AuthorAgeFilesLines
* Security fixes.dima1995-02-173-14/+42
| | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT
* Build kpasswd from normal passwd sources nowache1995-02-111-2/+4
| | | | Submitted by: mark@grondar.za
* Various documentation changes.jkh1995-02-0853-242/+277
| | | | Submitted by: Mark Murray <mark@grondar.za>
* Fix database deletion, we don't have .dir & .pag, use .db insteadache1995-01-252-4/+28
|
* Fix database rename, we don't have .dr & .pag, use .db insteadache1995-01-252-4/+32
|
* Less expensive fix for the freeing of uninitialized fields in the hostdatagibbs1995-01-252-18/+20
| | | | | struct. Simply test the "no_host" variable, which if true implies that the hostdata contains bogus data, and act accordingly.
* bzero hostdata in send_to_kdc so that if we immediately jump to thegibbs1995-01-252-2/+4
| | | | | | cleanup routine, we don't look at bogus data to determine wheter or not to free the fields of the hostdata struct. This cures the "klogin segfaults when no kerberos servers are availible" problem.
* Add missing newline (or messages concatenated)ache1995-01-251-2/+2
|
* Print out error messages from libkadm correctly (i.e., using com_err).wollman1995-01-232-6/+6
|
* Add ksrvutil.wollman1995-01-201-2/+2
|
* Add last piece in fully-functional Kerberos implementation: ksrvutil,wollman1995-01-205-0/+1471
| | | | a program to manage /etc/srvtab.
* Added Kerberized passwd.wollman1995-01-201-2/+2
|
* Password-changing program with Kerberos support via the `kadmin'wollman1995-01-204-0/+716
| | | | | protocol. Replaces passwd(1) when eBones is installed. As before, HOW-TO explains the gory details.
* Fix bonehead /usr/lib -> /usr/bin.wollman1995-01-202-4/+4
|
* Add kadmind.wollman1995-01-201-2/+2
|
* Add kadmind. HOW-TO documents how to get here from raw eBones.wollman1995-01-2019-0/+4008
|
* Add kadmin.wollman1995-01-202-3/+10
|
* The user side of the kadmin protocol. HOW-TO describes how to recreatewollman1995-01-207-0/+1380
| | | | this based just on the eBones distribution.
* Add the library used by `kadmin' and `kadmind'. Oddly enough, thiswollman1995-01-2014-0/+2212
| | | | | little library is actually exportable (we think) even though it's pretty useless iwithout the (non-exportable) clients.
* Don't install kadm.h from here; it's done by the libkadm directory.wollman1995-01-201-4/+6
|
* Do all libraries first. Don't do `include' twice.wollman1995-01-201-4/+4
|
* Don't break existing users of libkrb.so.2.0 who aren't using libcom_err.wollman1995-01-202-2/+4
|
* Kill more bogus man pages. (The correct ones are with their programs.)wollman1995-01-201-3/+3
|
* A more correct fix for the new compile_et. Also, add beforeinstallwollman1995-01-202-14/+20
| | | | | rule to ensure that krb_err.h gets installed (some other programs need it).
* Remove obsolete `-n' flag from compile_et command line.wollman1995-01-142-4/+4
|
* Reflect the fact that compile_et is now a `system' utility.wollman1995-01-142-6/+4
|
* Reflect the fact that compile_et has been moved and is now a `system'wollman1995-01-142-9/+4
| | | | utility.
* Don't install bogus tftp, tftpd, tcom manual pages from the MIT Kerberoswollman1994-11-201-3/+3
| | | | distribution. They don't apply here.
* Add a `help-distribute' target which does a `distribute' in our subdirs,wollman1994-11-201-1/+14
| | | | | | | then goes into all the directories a `make kprog' would have and does it there, too. This should complete the krbdist, except that P-HK has to figure out where in his build process he wants to build and install this stuff.
* Add DISTRIBUTION=krb for P-HK.wollman1994-11-201-1/+2
|
* Zap 4.0 libkdb as well.wollman1994-10-061-1/+2
|
* A few fixes:wollman1994-10-061-11/+26
| | | | | | | | | | | | | - register, registerd, and make_keypair don't compile (and are bogus anyway) - don't forget to put back the obj directory when doing `kprog' - while we're at it make the `kprog' commands overrideable from the command line - add a bootstrap target which does the following: install includes cleandir and obj zap old version 4.0 shared libraries (these will screw the build) depend all install rebuild stuff in the main source tree which depends on kerberos
* This commit was generated by cvs2svn to compensate for changes in r3237,csgr1994-09-30378-0/+46132
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of eBones.csgr1994-09-30378-0/+46132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|/
* The telnet version with encryption in in.csgr1994-08-2720-0/+12310
| | | | Reviewed by: geoff.
* Move the telnetd with encryption to src/securecsgr1994-08-1214-0/+9103
| | | | | This needs tidying up and having makefiles sorted out later. Reviewed by: Geoff Rehmet
* Libtelnet with encryption goes walkies to src/secure/libcsgr1994-08-1220-0/+6276
| | | | Reviewed by: Geoff Rehmet
* BSD 4.4 Lite KerberosIV Sourcesrgrimes1994-05-275-0/+1616
OpenPOWER on IntegriCloud