summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* * network.c (closedown_network): Free each connection data structure whileKen Raeburn2004-09-242-0/+8
* * kdc_util.h (sockaddr2p): Don't declareKen Raeburn2004-09-242-3/+4
* another krb4 ticket backdating fixTom Yu2004-07-242-6/+11
* * network.c (paddr): Use unsigned int for length.Ezra Peisach2004-06-072-5/+14
* Rename header file foreachaddr.c to foreachaddr.h, now that it isn'tKen Raeburn2004-05-053-2/+6
* updated dependenciesKen Raeburn2004-04-241-58/+63
* * network.c (setup_a_tcp_listener): Try to turn the IPV6_V6ONLY socket optionKen Raeburn2004-04-032-8/+23
* * network.c (delete_fd): Free pointed-to data after removing it from theKen Raeburn2004-03-222-2/+12
* Free unparsed names in SAM response handlingSam Hartman2004-03-152-0/+6
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-082-1/+4
* Merge configuration of kdc, krb524, and slave directories into topKen Raeburn2004-03-053-84/+10
* * configure.in: Don't check for --enable-athena and don't define ATHENA_DES3_...Ken Raeburn2004-03-042-6/+5
* * network.c (setup_a_tcp_listener): Call setreuseaddr before calling bind.Ken Raeburn2004-02-262-8/+18
* Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2004-02-244-23/+9
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-242-6/+10
* Add missing ChangeLog entryTom Yu2004-02-231-0/+6
* Bug from David Thompson <thomas@cs.wisc.edu>. Bug originally introducedKen Hornstein2004-02-191-1/+1
* Fix logic errorSam Hartman2004-02-132-1/+5
* * main.c (init_realm): Apply patch from Will Fiveash to useTom Yu2004-02-092-1/+6
* Do not consider TGS options to be critical; ignore unknown optionsSam Hartman2004-02-062-6/+7
* Only backdate the ticket that is created. The KDC reply must containSam Hartman2004-01-052-5/+10
* make dependKen Raeburn2003-12-151-53/+60
* Copy and build daemon.c in whatever directories need it, instead of building itKen Raeburn2003-08-303-6/+11
* Drop default_kdc_enctypes and all related codeTom Yu2003-06-033-150/+12
* * main.c (init_realm): Use KRB5_KDB_MAX_RLIFE, not KRB5_KDB_MAX_LIFE, asKen Raeburn2003-05-302-1/+6
* make-depend updatesKen Raeburn2003-05-241-34/+34
* When generating etype_info2 for DES style keys, use s2kparams toSam Hartman2003-05-242-10/+37
* Memory leak in kdc etype_info2 preauthEzra Peisach2003-05-232-2/+14
* Log transited checkd not done as info not errorSam Hartman2003-05-222-1/+3
* Provide an explicit list of options not to be allowed in AS requestsSam Hartman2003-05-222-5/+10
* Allow the KDC to return bad integrity errors to the client on preauthSam Hartman2003-05-142-0/+5
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-122-4/+139
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-102-2/+7
* Reorganize kdc_preauth enctype handlingSam Hartman2003-05-072-39/+81
* etype info handling infinite loopSam Hartman2003-04-092-2/+9
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-013-3/+12
* * kdc_preauth.c (verify_enc_timestamp): Save decryption error, inTom Yu2003-03-282-1/+20
* Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option toSam Hartman2003-03-174-46/+106
* use kdb keytab for kadmindTom Yu2003-03-062-1/+5
* * configure.in: Default to --disable-fakekaKen Raeburn2003-03-052-1/+5
* Fix typo that caused infinite loop in previous patchSam Hartman2003-02-212-1/+6
* The client sorts the enctype list returned by etype_info orderingSam Hartman2003-02-152-1/+26
* Sorry, forgot this ChangeLog on the last commitKen Hornstein2003-02-061-0/+5
* This is the integration of "fakeka" (a program to emulate a kaserver)Ken Hornstein2003-02-063-1/+1411
* disable krb4 by defaultSam Hartman2003-02-043-2/+9
* Timestamp preauth should return clock skew errorsSam Hartman2003-01-212-1/+13
* * kdc_util.h, replay.c, main.c: Pass global krb5_context toEzra Peisach2003-01-124-7/+13
* * main.c: On exit, free more allocated memory, including:Ezra Peisach2003-01-036-4/+55
* * kerberos_v4.c (process_v4): Use a temporary variable for the current timeKen Raeburn2002-12-302-1/+9
* Replace dependencies on generated krb524 and krb4 headers withTom Yu2002-12-231-1/+1