aboutsummaryrefslogtreecommitdiff
path: root/src/kdc
AgeCommit message (Expand)AuthorFilesLines
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
2002-07-05* dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS before including...Ken Raeburn4-0/+5
2002-07-05Reduce or localize dependencies on address families.Ken Raeburn7-107/+114
2002-07-02* network.c (process_packet): Now static. Drop unused "portnum" argument.Ken Raeburn3-4/+6
2002-07-02* kdc_util.h (inet_ntop): Delete declarationKen Raeburn2-4/+1
2002-07-02disable inet_ntop definitionKen Raeburn2-0/+9
2002-06-26* dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn8-29/+33
2002-06-24Fix etype info; wrong termination condition used in get_etype_infoSam Hartman2-1/+5
2002-06-15update dependenciesKen Raeburn1-50/+41
2002-04-06call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn4-9/+17
2002-02-20* network.c: Include foreachaddr.c.Ken Raeburn3-313/+8
2002-01-08KDC support for new PRNGSam Hartman3-9/+34
2001-12-14 * main.c (main, init_realm): Get rid of variables set but never usedEzra Peisach2-6/+6
2001-12-11 * kdc_util.c (subrealm, add_to_transited): Unsigned vs. signed intEzra Peisach2-7/+12