summaryrefslogtreecommitdiffstats
path: root/eBones/lib
Commit message (Collapse)AuthorAgeFilesLines
* Comment out LDADD+=-ldescrypt, it is not yet active due toache1995-08-051-2/+3
| | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
* Make the DB/DBM routines generic (ifdef FreeBSD considered evil), andpst1995-08-021-14/+18
| | | | | | also fix a string allocation bug. Submitted by: Havard Eidnes
* Final cleanup pass through Makefiles, now this stuffache1995-07-241-7/+9
| | | | | | autodetect kerberos/eBones and work even with eBones, but with reduced functionality (don't pick up des/krb stuff in this case)
* Add LDADD+= -ldescryptache1995-07-241-1/+2
| | | | | | Reviewed by: Submitted by: Obtained from:
* Move -ldes under kerb stuff, my faultache1995-07-241-5/+3
| | | | | | Reviewed by: Submitted by: Obtained from:
* Since this stuff not works with eBones, ifdef kerberos stuffache1995-07-241-1/+4
| | | | | | with MAKE_KERBEROS to allow other things to live Submitted by: Obtained from:
* Add comment about new_rbd_key.c module needed fromache1995-07-241-1/+4
| | | | original libdes
* Fix many bogus things, typing error, dependance errors, etc.,ache1995-07-241-7/+16
| | | | | | now it compiles. Note: this stuff requires original libdes, not libdes from Eric Yang which we have in eBones.
* Update telnet to the 95.05.31 release.pst1995-07-2011-70/+90
| | | | Obtained from: Dave Borman <dab@cray.com>
* Remove trailing whitespace.rgrimes1995-05-3038-331/+331
|
* Remove trailing whitespace.rgrimes1995-05-309-39/+39
|
* Security fixes.dima1995-02-172-11/+27
| | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT
* Various documentation changes.jkh1995-02-087-29/+29
| | | | Submitted by: Mark Murray <mark@grondar.za>
* Fix database rename, we don't have .dr & .pag, use .db insteadache1995-01-251-2/+16
|
* Less expensive fix for the freeing of uninitialized fields in the hostdatagibbs1995-01-251-9/+10
| | | | | 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-251-1/+2
| | | | | | 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 the library used by `kadmin' and `kadmind'. Oddly enough, thiswollman1995-01-207-0/+1106
| | | | | little library is actually exportable (we think) even though it's pretty useless iwithout the (non-exportable) clients.
* Don't break existing users of libkrb.so.2.0 who aren't using libcom_err.wollman1995-01-201-1/+2
|
* A more correct fix for the new compile_et. Also, add beforeinstallwollman1995-01-201-7/+10
| | | | | 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-141-2/+2
|
* Reflect the fact that compile_et is now a `system' utility.wollman1995-01-141-3/+2
|
* Initial import of eBones.csgr1994-09-3078-0/+11793
| | | | | | | | | | | | | | (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.
* Libtelnet with encryption goes walkies to src/secure/libcsgr1994-08-1220-0/+6276
| | | | Reviewed by: Geoff Rehmet
* BSD 4.4 Lite KerberosIV Sourcesrgrimes1994-05-271-0/+462
OpenPOWER on IntegriCloud