aboutsummaryrefslogtreecommitdiff
path: root/src/kdc
AgeCommit message (Expand)AuthorFilesLines
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
2002-12-12More KfM merge workTom Yu2-1/+6
2002-11-27Merge more KfM krb4 thingsTom Yu3-2/+15
2002-11-04 * do_as_req.c (process_as_req): Fix previous patch; it caused anTom Yu2-1/+7
2002-10-28Don't include trailing null in the transited encoding produced by the KDC.Sam Hartman2-2/+6
2002-10-06 * do_as_req.c (process_as_req): Apply fix from Kevin Coffman toTom Yu2-1/+9
2002-09-27Limit the number of TCP connections that will be handled at one time.Ken Raeburn2-55/+82
2002-09-19updated dependenciesKen Raeburn1-2/+3
2002-09-19* network.c: Include sys/filio.h if availableKen Raeburn2-0/+6
2002-09-19Add TCP support to the KDC, turned off by default, and using separateKen Raeburn4-145/+864
2002-09-19* main.c (DEFAULT_KDC_PORTLIST): Define as DEFAULT_KDC_UDP_PORTLISTKen Raeburn2-0/+6
2002-09-15 * kerberos_v4.c (check_princ): Call strftime() with correct numberTom Yu2-1/+7
2002-09-15* kerberos_v4.c: Always include stdarg.h, not varargs.h.Ken Raeburn2-44/+14
2002-09-13* kerberos_v4.c (kerb_get_principal): Include kvno when logging failure to findKen Raeburn2-5/+10
2002-09-13* main.c (initialize_realms): Include replay cache name in error if it can't ...Ken Raeburn2-1/+7
2002-09-11protoizeKen Raeburn12-292/+131
2002-09-11Try a little harder to avoid returning e-text that says "Generic error (seeKen Raeburn3-25/+31
2002-09-10* network.c (process_packet): Call inet_ntop directly.Ken Raeburn4-122/+12
2002-08-29update dependenciesKen Raeburn1-12/+20
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn1-0/+5
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-1/+5
2002-08-15 * kerberos_v4.c: For consistency, check for both DISALLOW_ALL_TIXTom Yu2-1/+29
2002-08-08* network.c (setup_port): Ignore AF_LINK addresses. Log address family numberKen Raeburn2-1/+11
2002-07-06network.c (setup_port): Enable ipv6Ken Raeburn2-3/+2
2002-07-05update depsKen Raeburn1-4/+7
2002-07-05* network.c: Include fake-addrinfo.hKen Raeburn2-0/+3