Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend. | markm | 2003-03-08 | 88 | -15080/+0 |
| | | | | Enjoy your retirement in ports. | ||||
* | Make the Kerberos 4 bits build against OpenSSL 0.9.7. This required | nectar | 2003-01-28 | 8 | -12/+20 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | fix conflicts from merge | assar | 2000-12-29 | 1 | -3/+7 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r70494, | assar | 2000-12-29 | 16 | -89/+167 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | import krb4-1.0.5 | assar | 2000-12-29 | 17 | -92/+174 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r69836, | assar | 2000-12-10 | 1 | -14/+0 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | merge fix from vendor for not overwriting old ticket file | assar | 2000-12-10 | 1 | -14/+0 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r69833, | assar | 2000-12-10 | 1 | -0/+3 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | merge fix from vendor for removing buffer overrun | assar | 2000-12-10 | 1 | -0/+3 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r69830, | assar | 2000-12-10 | 1 | -25/+0 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | merge fix from vendor for not looking at environment variables | assar | 2000-12-10 | 1 | -25/+0 |
| | | |||||
* | | Replace structure copy form ifreq obtained by SIOCGIFADDR | shin | 2000-03-03 | 1 | -1/+3 |
| | | | | | | | | | | | | to memcpy(), to avoid unaligned access trap on alpha. Approved by: jkh | ||||
* | | Use libcrypto instead of libdes. | markm | 2000-02-24 | 1 | -1/+1 |
| | | |||||
* | | resolve conflicts. | markm | 2000-01-09 | 1 | -3/+5 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r55643, | markm | 2000-01-09 | 63 | -653/+736 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Clean import of KTH Kerberos (eBones) v1.0. | markm | 2000-01-09 | 64 | -656/+741 |
| | | |||||
* | | Merge anf fix for build. | markm | 1999-09-19 | 13 | -1312/+56 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r51415, | markm | 1999-09-19 | 70 | -3667/+5586 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Clean import of KTH krb4-0.10.1. | markm | 1999-09-19 | 71 | -3930/+5640 |
| | | |||||
* | | Remove a work-around for an assembler bug that has been fixed since | jdp | 1998-08-31 | 1 | -4/+1 |
| | | | | | | | | April, 1997. The work-around causes problems under ELF. | ||||
* | | Make the ticket filename the same as for our old eBones. I am going to | markm | 1998-02-16 | 1 | -1/+1 |
| | | | | | | | | | | kerberize xdm again, and it will be a pain to maintain two different sets of patches (for 2.2 and 3.0). | ||||
* | | FreeBSD specific schanges - mainly religious issues about where to put | markm | 1997-09-04 | 1 | -8/+9 |
|/ | | | | stuff. | ||||
* | Initial import of KTH eBones. This has been cleaned up to only include | markm | 1997-09-04 | 85 | -0/+14278 |
the "core" Kerberos functionality. The rest of the userland will get their own changes later. |