aboutsummaryrefslogtreecommitdiff
path: root/crypto/kerberosIV
Commit message (Collapse)AuthorAgeFilesLines
* KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend.Mark Murray2003-03-08657-148390/+0
| | | | | | | Enjoy your retirement in ports. Notes: svn path=/head/; revision=111993
* When `des_read_pw_string' is a macro, as in OpenSSL 0.9.7,Jacques Vidrine2003-02-141-1/+1
| | | | | | | an attempt to declare a prototype for it will croak. Notes: svn path=/head/; revision=110868
* Background:Jacques Vidrine2003-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. Notes: svn path=/head/; revision=110049
* Make the Kerberos 4 bits build against OpenSSL 0.9.7. This requiredJacques Vidrine2003-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. Notes: svn path=/head/; revision=109995
* This commit was generated by cvs2svn to compensate for changes in r105765,Assar Westerlund2002-10-231-2/+11
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=105766
| * import 1.29 to fix buffer overflow:vendor/kerberosIVAssar Westerlund2002-10-231-2/+11
| | | | | | | | | | | | | | | | | | check the length of the authenticator and rlen Obtained from: Heimdal CVS Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=105765
* | Resurrect as an empty file to unbreak the build. We have everything weDag-Erling Smørgrav2002-05-081-0/+1
| | | | | | | | | | | | | | need in paths.h. Notes: svn path=/head/; revision=96226
* | merge imported changes into HEADAssar Westerlund2001-05-113-18/+8
| | | | | | | | Notes: svn path=/head/; revision=76452
* | This commit was generated by cvs2svn to compensate for changes in r76371,Assar Westerlund2001-05-0819-127/+120
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=76372
| * mdoc(ng) fixesAssar Westerlund2001-05-0822-145/+128
| | | | | | | | | | | | | | Submitted by: ru Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=76371
* | initialize pointers to NULL and sized to 0 to avoid free:ing invalid memory.Assar Westerlund2001-03-121-8/+15
| | | | | | | | | | | | | | PR: bin/20779 Notes: svn path=/head/; revision=74136
* | Remove stuff that is really "ports material", generated files andMark Murray2001-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. Notes: svn path=/head/; revision=73432
* | fix conflicts from mergeAssar Westerlund2000-12-299-137/+251
| | | | | | | | Notes: svn path=/head/; revision=70497
* | This commit was generated by cvs2svn to compensate for changes in r70494,Assar Westerlund2000-12-29113-1458/+5377
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=70495
| * import krb4-1.0.5Assar Westerlund2000-12-29124-1607/+5640
| | | | | | | | Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=70494
* | This commit was generated by cvs2svn to compensate for changes in r69836,Assar Westerlund2000-12-101-14/+0
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=69837
| * merge fix from vendor for not overwriting old ticket fileAssar Westerlund2000-12-101-14/+0
| | | | | | | | Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=69836
* | This commit was generated by cvs2svn to compensate for changes in r69833,Assar Westerlund2000-12-101-0/+3
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=69834
| * merge fix from vendor for removing buffer overrunAssar Westerlund2000-12-101-0/+3
| | | | | | | | Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=69833
* | This commit was generated by cvs2svn to compensate for changes in r69830,Assar Westerlund2000-12-101-25/+0
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=69831
| * merge fix from vendor for not looking at environment variablesAssar Westerlund2000-12-101-25/+0
| | | | | | | | Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=69830
* | This commit was generated by cvs2svn to compensate for changes in r64583,Kris Kennaway2000-08-132-2/+2
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=64584
| * Fix benign bugs due to missing format string in err() and warn().Kris Kennaway2000-08-132-2/+2
| | | | | | | | | | | | | | Approved by: assar (vendor :-) Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=64583
* | Fix setproctitle() vulnerability in non-compiled code.Kris Kennaway2000-08-131-3/+3
| | | | | | | | Notes: svn path=/head/; revision=64581
* | merge in syslog fixes, do not call syslog with variabel as format stringAssar Westerlund2000-07-203-8/+14
| | | | | | | | Notes: svn path=/head/; revision=63606
* | Add missing $FreeBSD$ to files that are NOT still on vendor a branch.Peter Wemm2000-07-161-1/+1
| | | | | | | | Notes: svn path=/head/; revision=63248
* | Replace structure copy form ifreq obtained by SIOCGIFADDRYoshinobu Inoue2000-03-031-1/+3
| | | | | | | | | | | | | | | | | | to memcpy(), to avoid unaligned access trap on alpha. Approved by: jkh Notes: svn path=/head/; revision=57728
* | Use libcrypto instead of libdes.Mark Murray2000-02-2415-15/+28
| | | | | | | | Notes: svn path=/head/; revision=57444
* | freefall/internat diff reducerMark Murray2000-02-241-2/+0
| | | | | | | | Notes: svn path=/head/; revision=57415
* | resolve conflicts.Mark Murray2000-01-095-333/+571
| | | | | | | | Notes: svn path=/head/; revision=55648
* | This commit was generated by cvs2svn to compensate for changes in r55643,Mark Murray2000-01-09358-4044/+14158
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=55644
| * Clean import of KTH Kerberos (eBones) v1.0.Mark Murray2000-01-09363-4377/+14729
| | | | | | | | Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=55643
* | Merge anf fix for build.Mark Murray1999-09-1935-3040/+359
| | | | | | | | Notes: svn path=/head/; revision=51429
* | This commit was generated by cvs2svn to compensate for changes in r51415,Mark Murray1999-09-19481-12214/+67220
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=51416
| * Clean import of KTH krb4-0.10.1.Mark Murray1999-09-19487-12713/+67540
| | | | | | | | Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=51415
* | Remove a work-around for an assembler bug that has been fixed sinceJohn Polstra1998-08-311-4/+1
| | | | | | | | | | | | | | April, 1997. The work-around causes problems under ELF. Notes: svn path=/head/; revision=38709
* | Fix nasty typo that randomly caused kinit to not properly deduce theMark Murray1998-03-291-2/+2
| | | | | | | | | | | | | | | | | | user's username when this was not specified. Reported by: Sean Eric Fagan Notes: svn path=/head/; revision=34938
* | Make the ticket filename the same as for our old eBones. I am going toMark Murray1998-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). Notes: svn path=/head/; revision=33426
* | Bring back the old behaviour of kinit; if no username is mentioned onMark Murray1998-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 Notes: svn path=/head/; revision=33425
* | kinit(1) and its man page do not agre on what is reported with -v. Fix this.Mark Murray1997-11-252-3/+4
| | | | | | | | | | | | | | Submitted by: Sheldon Hearn. Notes: svn path=/head/; revision=31417
* | Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-293-9/+9
| | | | | | | | Notes: svn path=/head/; revision=29988
* | FreeBSD's original passwd helper is needed here.Mark Murray1997-09-211-0/+228
| | | | | | | | Notes: svn path=/head/; revision=29667
* | FreeBSD specific schanges - mainly religious issues about where to putMark Murray1997-09-046-22/+36
|/ | | | | | | stuff. Notes: svn path=/head/; revision=29118
* Initial import of KTH eBones. This has been cleaned up to only includevendor/kerberosIV/0.9.6Mark Murray1997-09-04368-0/+82832
the "core" Kerberos functionality. The rest of the userland will get their own changes later. Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=29085 svn path=/vendor-crypto/kerberosIV/0.9.6/; revision=29087; tag=vendor/kerberosIV/0.9.6