summaryrefslogtreecommitdiffstats
path: root/src/kdc/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* another krb4 ticket backdating fixTom Yu2004-07-241-0/+5
* * network.c (paddr): Use unsigned int for length.Ezra Peisach2004-06-071-0/+9
* Rename header file foreachaddr.c to foreachaddr.h, now that it isn'tKen Raeburn2004-05-051-0/+4
* * network.c (setup_a_tcp_listener): Try to turn the IPV6_V6ONLY socket optionKen Raeburn2004-04-031-0/+7
* * network.c (delete_fd): Free pointed-to data after removing it from theKen Raeburn2004-03-221-0/+8
* Free unparsed names in SAM response handlingSam Hartman2004-03-151-0/+4
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-081-0/+4
* Merge configuration of kdc, krb524, and slave directories into topKen Raeburn2004-03-051-0/+7
* * configure.in: Don't check for --enable-athena and don't define ATHENA_DES3_...Ken Raeburn2004-03-041-0/+5
* * network.c (setup_a_tcp_listener): Call setreuseaddr before calling bind.Ken Raeburn2004-02-261-0/+7
* Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2004-02-241-0/+8
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-241-0/+5
* Add missing ChangeLog entryTom Yu2004-02-231-0/+6
* Fix logic errorSam Hartman2004-02-131-0/+4
* * main.c (init_realm): Apply patch from Will Fiveash to useTom Yu2004-02-091-0/+5
* Do not consider TGS options to be critical; ignore unknown optionsSam Hartman2004-02-061-0/+4
* Only backdate the ticket that is created. The KDC reply must containSam Hartman2004-01-051-0/+6
* Copy and build daemon.c in whatever directories need it, instead of building itKen Raeburn2003-08-301-0/+6
* Drop default_kdc_enctypes and all related codeTom Yu2003-06-031-0/+12
* * main.c (init_realm): Use KRB5_KDB_MAX_RLIFE, not KRB5_KDB_MAX_LIFE, asKen Raeburn2003-05-301-0/+5
* When generating etype_info2 for DES style keys, use s2kparams toSam Hartman2003-05-241-0/+8
* Memory leak in kdc etype_info2 preauthEzra Peisach2003-05-231-0/+6
* Log transited checkd not done as info not errorSam Hartman2003-05-221-0/+2
* Provide an explicit list of options not to be allowed in AS requestsSam Hartman2003-05-221-0/+6
* Allow the KDC to return bad integrity errors to the client on preauthSam Hartman2003-05-141-0/+4
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-121-0/+13
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-0/+5
* Reorganize kdc_preauth enctype handlingSam Hartman2003-05-071-0/+6
* etype info handling infinite loopSam Hartman2003-04-091-0/+5
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-011-0/+7
* * kdc_preauth.c (verify_enc_timestamp): Save decryption error, inTom Yu2003-03-281-0/+7
* Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option toSam Hartman2003-03-171-0/+13
* use kdb keytab for kadmindTom Yu2003-03-061-0/+4
* * configure.in: Default to --disable-fakekaKen Raeburn2003-03-051-0/+4
* Fix typo that caused infinite loop in previous patchSam Hartman2003-02-211-0/+5
* The client sorts the enctype list returned by etype_info orderingSam Hartman2003-02-151-0/+6
* Sorry, forgot this ChangeLog on the last commitKen Hornstein2003-02-061-0/+5
* disable krb4 by defaultSam Hartman2003-02-041-0/+7
* Timestamp preauth should return clock skew errorsSam Hartman2003-01-211-0/+4
* * kdc_util.h, replay.c, main.c: Pass global krb5_context toEzra Peisach2003-01-121-0/+6
* * main.c: On exit, free more allocated memory, including:Ezra Peisach2003-01-031-0/+13
* * kerberos_v4.c (process_v4): Use a temporary variable for the current timeKen Raeburn2002-12-301-0/+5
* More KfM merge workTom Yu2002-12-121-0/+5
* Merge more KfM krb4 thingsTom Yu2002-11-271-0/+7
* * do_as_req.c (process_as_req): Fix previous patch; it caused anTom Yu2002-11-041-0/+6
* Don't include trailing null in the transited encoding produced by the KDC.Sam Hartman2002-10-281-0/+4
* * do_as_req.c (process_as_req): Apply fix from Kevin Coffman toTom Yu2002-10-061-0/+5
* Limit the number of TCP connections that will be handled at one time.Ken Raeburn2002-09-271-0/+13
* * network.c: Include sys/filio.h if availableKen Raeburn2002-09-191-0/+2
* Add TCP support to the KDC, turned off by default, and using separateKen Raeburn2002-09-191-2/+47