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