aboutsummaryrefslogtreecommitdiff
path: root/eBones/lib/libkrb
Commit message (Collapse)AuthorAgeFilesLines
* Install krb_err.h properly in beforeinstall target.Jordan K. Hubbard1995-11-091-2/+2
| | | | Notes: svn path=/stable/2.1/; revision=12165
* Fix printf formatting error %ls -> %s.Justin T. Gibbs1995-09-161-2/+2
| | | | Notes: svn path=/stable/2.1/; revision=10828
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-09-1565-0/+10070
| | | | Notes: svn path=/stable/2.1/; revision=10805
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-1365-9783/+0
| | | | Notes: svn path=/stable/2.1/; revision=9211
* Remove trailing whitespace.Rodney W. Grimes1995-05-3028-211/+211
| | | | Notes: svn path=/head/; revision=8874
* Various documentation changes.Jordan K. Hubbard1995-02-086-26/+26
| | | | | | | Submitted by: Mark Murray <mark@grondar.za> Notes: svn path=/head/; revision=6240
* Less expensive fix for the freeing of uninitialized fields in the hostdataJustin T. Gibbs1995-01-251-9/+10
| | | | | | | | struct. Simply test the "no_host" variable, which if true implies that the hostdata contains bogus data, and act accordingly. Notes: svn path=/head/; revision=5877
* bzero hostdata in send_to_kdc so that if we immediately jump to theJustin T. Gibbs1995-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. Notes: svn path=/head/; revision=5874
* Don't break existing users of libkrb.so.2.0 who aren't using libcom_err.Garrett Wollman1995-01-201-1/+2
| | | | Notes: svn path=/head/; revision=5731
* A more correct fix for the new compile_et. Also, add beforeinstallGarrett Wollman1995-01-201-7/+10
| | | | | | | | rule to ensure that krb_err.h gets installed (some other programs need it). Notes: svn path=/head/; revision=5729
* Remove obsolete `-n' flag from compile_et command line.Garrett Wollman1995-01-141-2/+2
| | | | Notes: svn path=/head/; revision=5626
* Reflect the fact that compile_et is now a `system' utility.Garrett Wollman1995-01-141-3/+2
| | | | Notes: svn path=/head/; revision=5616
* Initial import of eBones.Geoff Rehmet1994-09-3067-0/+9573
| | | | | | | | | | | | | | | | | (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. Notes: svn path=/cvs2svn/branches/EBONES_KRB4/; revision=3237
* BSD 4.4 Lite KerberosIV SourcesRodney W. Grimes1994-05-271-0/+462
Notes: svn path=/vendor-crypto/eBones/dist/; revision=1575