| Commit message (Expand) | Author | Age | Files | Lines |
* | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 8 | -325/+511 |
* | * replay.c (kdc_check_lookaside): | Tom Yu | 1998-07-22 | 4 | -16/+51 |
* | * configure.in: Add CHECK_SIGNALS so that POSIX_SIGNALS gets | Tom Yu | 1998-07-15 | 3 | -5/+12 |
* | Added a call to signal() in request_hup() so that the signal handler | Geoffrey King | 1998-07-11 | 2 | -0/+12 |
* | These additions cause the KDC to react to SIGHUP by closing and | Geoffrey King | 1998-07-08 | 5 | -1/+51 |
* | Print 4 digit years in Krb4 log entries to avoid Y2K issues | Theodore Tso | 1998-05-08 | 2 | -1/+6 |
* | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 2 | -1/+6 |
* | * kdc_util.c (add_to_transited): Check lengths, fix up comma | Tom Yu | 1998-03-20 | 2 | -28/+103 |
* | kdc_preauth.c (get_preauth_hint_list): Don't add the pseudo preauth | Theodore Tso | 1998-02-20 | 2 | -1/+12 |
* | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 2 | -2/+6 |
* | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 2 | -0/+6 |
* | * kerberos_v4.c: Move macro definition of klog earlier so that it | Tom Yu | 1998-02-06 | 2 | -1/+6 |
* | kerberos_v4.c (process_v4): Check the length of the incoming V4 packet | Theodore Tso | 1998-02-05 | 2 | -8/+40 |
* | * krb5kdc.M: Document V4 mode handling [krb5-kdc/464]. | Ezra Peisach | 1998-01-28 | 2 | -14/+25 |
* | main returns int, not void. ANSI X3.159-1989 2.1.2.2.1 says so, and | Ezra Peisach | 1998-01-21 | 2 | -1/+6 |
* | * do_tgs_req.c: Add some explicit settings of errcode so that the | Tom Yu | 1998-01-16 | 2 | -0/+9 |
* | * kerberos_v4.c: Don't include sys/socket.h or netdb.h, as krb.h | Tom Yu | 1997-12-12 | 2 | -2/+6 |
* | do_tgs_req.c (process_tgs_req): Add check to make sure cname and sname | Theodore Tso | 1997-11-25 | 3 | -1/+15 |
* | do_tgs_req.c (process_tgs_req): Only try to return a TGT for a | Theodore Tso | 1997-11-14 | 2 | -1/+7 |
* | * do_as_req.c (process_as_req): Reset master key after closing and | Ezra Peisach | 1997-11-12 | 2 | -0/+8 |
* | kdc_util.c (kdc_process_tgs_req): If not using the reply cache, | Theodore Tso | 1997-11-11 | 2 | -1/+9 |
* | * main.c (main): Initialize kdc error table with | Ezra Peisach | 1997-10-09 | 2 | -0/+8 |
* | Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replace | Tom Yu | 1997-09-26 | 5 | -7/+17 |
* | * kdc_util.c (add_to_transited): Fix up memory leaks, clean out | Ezra Peisach | 1997-09-24 | 5 | -36/+110 |
* | * kerberos_v4.c (check_princ): Add checks for V5 kdc flags | Ezra Peisach | 1997-09-23 | 3 | -112/+170 |
* | * do_tgs_req.c (process_tgs_req): Initialize authtime to 0 so it | Ezra Peisach | 1997-08-18 | 3 | -5/+8 |
* | * kdc_util.h: Added prototype for setup_server_realm(). This function | Ezra Peisach | 1997-08-18 | 3 | -112/+9 |
* | * kdc_util.c: | Tom Yu | 1997-07-30 | 3 | -1/+13 |
* | * main.c (init_realm): Fix to use new ktkdb | Tom Yu | 1997-07-25 | 2 | -6/+8 |
* | * kdc_preauth.c (get_sam_edata): Don't goto cleanup if SAM is not | Tom Yu | 1997-07-15 | 2 | -5/+8 |
* | * do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): Use | Theodore Tso | 1997-05-30 | 5 | -6/+36 |
* | Fixed missing ; | Richard Basch | 1997-02-19 | 1 | -1/+1 |
* | krb5_xfree cleanup | Richard Basch | 1997-02-19 | 1 | -2/+2 |
* | Replace krb5_xfree with appropriate free routine | Richard Basch | 1997-02-18 | 8 | -31/+27 |
* | * kerberos_v4.c: Remove include of krb4-proto.h | Ezra Peisach | 1997-02-18 | 2 | -1/+4 |
* | Merge of libhack_branch | Tom Yu | 1997-02-09 | 3 | -28/+17 |
* | Makefile.in: Remove logger.c target before copying over it to avoid | Richard Basch | 1997-02-06 | 2 | -1/+8 |
* | * kdc_preauth.c (get_sam_edata): Use proper interface to | Ezra Peisach | 1997-01-02 | 2 | -2/+13 |
* | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 2 | -1/+10 |
* | * [krb5-libs/149] only generate requests that you can actually | Mark Eichin | 1996-11-23 | 2 | -3/+21 |
* | kdc_preauth.c (check_padata): Fixed error handling; in order for | Theodore Tso | 1996-11-07 | 3 | -9/+34 |
* | (initialize_realms): Remove rather pointless use of krb5.conf to find | Theodore Tso | 1996-11-07 | 2 | -344/+323 |
* | Added magic number to initializer of nolrentry | Theodore Tso | 1996-10-19 | 2 | -1/+5 |
* | remove ".so man1/header.doc" and extra args to .TH | Tom Yu | 1996-09-10 | 2 | -2/+5 |
* | Tweak to manpage from Cygnus | Jeff Bigler | 1996-08-29 | 1 | -4/+4 |
* | Treat 0 time as unexpired for krb4 principals | Sam Hartman | 1996-08-23 | 2 | -1/+6 |
* | * Better support for Athena Kerberos if installed | Sam Hartman | 1996-08-05 | 3 | -6/+15 |
* | Add -ldyn as kadm5 shared library depends upon it | Ezra Peisach | 1996-08-01 | 2 | -0/+6 |
* | Makefile.in: Build logger.o from the libkadm5 directory. This | Theodore Tso | 1996-07-24 | 3 | -2/+34 |
* | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 2 | -1/+5 |