summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV
Commit message (Collapse)AuthorAgeFilesLines
* KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend.markm2003-03-08657-148390/+0
| | | | Enjoy your retirement in ports.
* When `des_read_pw_string' is a macro, as in OpenSSL 0.9.7,nectar2003-02-141-1/+1
| | | | an attempt to declare a prototype for it will croak.
* Background:nectar2003-01-297-36/+16
| | | | | | | | | | | | | | | | | | | | | When libdes was replaced with OpenSSL's libcrypto, there were a few interfaces that the former implemented but the latter did not. Because some software in the base system still depended upon these interfaces, we simply included them in our libcrypto (rnd_keys.c). Now, finally get around to removing the dependencies on these interfaces. There were basically two cases: des_new_random_key -- This is just a wrapper for des_random_key, and these calls were replaced. des_init_random_number_generator et. al. -- A few functions were used by the application to seed libdes's PRNG. These are not necessary when using libcrypto, as OpenSSL internally seeds the PRNG from /dev/random. These calls were simply removed. Again, some of the Kerberos 4 files have been taken off the vendor branch. I do not expect there to be future imports of KTH Kerberos 4.
* Make the Kerberos 4 bits build against OpenSSL 0.9.7. This requirednectar2003-01-2820-13/+32
| | | | | | | | | | | | | | | | | | two basic changes (both of which should be no-ops until OpenSSL 0.9.7 is imported): = Define OPENSSL_DES_LIBDES_COMPATIBILITY wherever we include openssl/des.h. = Spell `struct des_ks_struct []' using the existing `des_key_schedule' typedef. When OpenSSL 0.9.7 is imported, `des_key_schedule' (among other things) will be a macro invocation instead of a typedef, and things should `just work'. Yes, this commit does take several files off the vendor branch. I do not expect there to be future imports of KTH Kerberos 4.
* This commit was generated by cvs2svn to compensate for changes in r105765,assar2002-10-231-2/+11
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * import 1.29 to fix buffer overflow:assar2002-10-231-2/+11
| | | | | | | | | | | | check the length of the authenticator and rlen Obtained from: Heimdal CVS
* | Resurrect as an empty file to unbreak the build. We have everything wedes2002-05-081-0/+1
| | | | | | | | need in paths.h.
* | merge imported changes into HEADassar2001-05-113-18/+8
| |
* | This commit was generated by cvs2svn to compensate for changes in r76371,assar2001-05-0819-127/+120
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * mdoc(ng) fixesassar2001-05-0822-145/+128
| | | | | | | | Submitted by: ru
* | initialize pointers to NULL and sized to 0 to avoid free:ing invalid memory.assar2001-03-121-8/+15
| | | | | | | | PR: bin/20779
* | Remove stuff that is really "ports material", generated files andmarkm2001-03-049-1402/+0
| | | | | | | | | | | | stuff for other OS's. Also remove stuff (libraries) that are already present in FreeBSD and must not get mixed up in our code.
* | fix conflicts from mergeassar2000-12-299-137/+251
| |
* | This commit was generated by cvs2svn to compensate for changes in r70494,assar2000-12-29113-1462/+5381
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * import krb4-1.0.5assar2000-12-29124-1611/+5644
| |
* | This commit was generated by cvs2svn to compensate for changes in r69836,assar2000-12-101-14/+0
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * merge fix from vendor for not overwriting old ticket fileassar2000-12-101-14/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r69833,assar2000-12-101-0/+3
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * merge fix from vendor for removing buffer overrunassar2000-12-101-0/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r69830,assar2000-12-101-25/+0
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * merge fix from vendor for not looking at environment variablesassar2000-12-101-25/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r64583,kris2000-08-132-2/+2
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Fix benign bugs due to missing format string in err() and warn().kris2000-08-132-2/+2
| | | | | | | | Approved by: assar (vendor :-)
* | Fix setproctitle() vulnerability in non-compiled code.kris2000-08-131-3/+3
| |
* | merge in syslog fixes, do not call syslog with variabel as format stringassar2000-07-203-8/+14
| |
* | Add missing $FreeBSD$ to files that are NOT still on vendor a branch.peter2000-07-161-1/+1
| |
* | Replace structure copy form ifreq obtained by SIOCGIFADDRshin2000-03-031-1/+3
| | | | | | | | | | | | to memcpy(), to avoid unaligned access trap on alpha. Approved by: jkh
* | Use libcrypto instead of libdes.markm2000-02-2415-15/+28
| |
* | freefall/internat diff reducermarkm2000-02-241-2/+0
| |
* | resolve conflicts.markm2000-01-095-336/+574
| |
* | This commit was generated by cvs2svn to compensate for changes in r55643,markm2000-01-09358-4058/+14172
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Clean import of KTH Kerberos (eBones) v1.0.markm2000-01-09363-4394/+14746
| |
* | Merge anf fix for build.markm1999-09-1935-3041/+360
| |
* | This commit was generated by cvs2svn to compensate for changes in r51415,markm1999-09-19481-12270/+67276
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Clean import of KTH krb4-0.10.1.markm1999-09-19487-12770/+67597
| |
* | Remove a work-around for an assembler bug that has been fixed sincejdp1998-08-311-4/+1
| | | | | | | | April, 1997. The work-around causes problems under ELF.
* | Fix nasty typo that randomly caused kinit to not properly deduce themarkm1998-03-291-2/+2
| | | | | | | | | | | | user's username when this was not specified. Reported by: Sean Eric Fagan
* | Make the ticket filename the same as for our old eBones. I am going tomarkm1998-02-161-1/+1
| | | | | | | | | | kerberize xdm again, and it will be a pain to maintain two different sets of patches (for 2.2 and 3.0).
* | Bring back the old behaviour of kinit; if no username is mentioned onmarkm1998-02-161-7/+35
| | | | | | | | | | | | | | the command line, attempt to get a ticket for the current uid (or <uid>.root if we are already su'ed). Requested By: Garrett Wollman
* | kinit(1) and its man page do not agre on what is reported with -v. Fix this.markm1997-11-252-3/+4
| | | | | | | | Submitted by: Sheldon Hearn.
* | Sort cross refereces in section SEE ALSO.wosch1997-09-293-9/+9
| |
* | FreeBSD's original passwd helper is needed here.markm1997-09-211-0/+228
| |
* | FreeBSD specific schanges - mainly religious issues about where to putmarkm1997-09-046-22/+36
|/ | | | stuff.
* Initial import of KTH eBones. This has been cleaned up to only includemarkm1997-09-04368-0/+82832
the "core" Kerberos functionality. The rest of the userland will get their own changes later.
OpenPOWER on IntegriCloud