| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 1 | -0/+5 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
| * | * kerberos_v4.c: For consistency, check for both DISALLOW_ALL_TIX | Tom Yu | 2002-08-15 | 2 | -1/+29 |
| * | * network.c (setup_port): Ignore AF_LINK addresses. Log address family number | Ken Raeburn | 2002-08-08 | 2 | -1/+11 |
| * | network.c (setup_port): Enable ipv6 | Ken Raeburn | 2002-07-06 | 2 | -3/+2 |
| * | update deps | Ken Raeburn | 2002-07-05 | 1 | -4/+7 |
| * | * network.c: Include fake-addrinfo.h | Ken Raeburn | 2002-07-05 | 2 | -0/+3 |
| * | * dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS before including... | Ken Raeburn | 2002-07-05 | 4 | -0/+5 |
| * | Reduce or localize dependencies on address families. | Ken Raeburn | 2002-07-05 | 7 | -107/+114 |
| * | * network.c (process_packet): Now static. Drop unused "portnum" argument. | Ken Raeburn | 2002-07-02 | 3 | -4/+6 |
| * | * kdc_util.h (inet_ntop): Delete declaration | Ken Raeburn | 2002-07-02 | 2 | -4/+1 |
| * | disable inet_ntop definition | Ken Raeburn | 2002-07-02 | 2 | -0/+9 |
| * | * dispatch.c (dispatch): Remove arg "portnum"; update callers. | Ken Raeburn | 2002-06-26 | 8 | -29/+33 |
| * | Fix etype info; wrong termination condition used in get_etype_info | Sam Hartman | 2002-06-24 | 2 | -1/+5 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -50/+41 |
| * | call krb5_c_ versions of enctype/cksumtype checking routines | Ken Raeburn | 2002-04-06 | 4 | -9/+17 |
| * | * network.c: Include foreachaddr.c. | Ken Raeburn | 2002-02-20 | 3 | -313/+8 |
| * | KDC support for new PRNG | Sam Hartman | 2002-01-08 | 3 | -9/+34 |
| * | * main.c (main, init_realm): Get rid of variables set but never used | Ezra Peisach | 2001-12-14 | 2 | -6/+6 |
| * | * kdc_util.c (subrealm, add_to_transited): Unsigned vs. signed int | Ezra Peisach | 2001-12-11 | 2 | -7/+12 |
| * | * do_as_req.c (process_as_req: Treat SUPPORT_DESMD5 as if it were | Tom Yu | 2001-10-25 | 4 | -8/+21 |
| * | * kdc_util.c (ktypes2str, rep_etypes2str): Clean up somewhat | Tom Yu | 2001-10-13 | 2 | -15/+34 |
| * | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -44/+51 |
| * | * do_tgs_req.c (process_tgs_req): Fix logging of bad transit path info | Ken Raeburn | 2001-10-06 | 2 | -8/+13 |
| * | better realm transit path checking for app server | Ken Raeburn | 2001-09-26 | 5 | -20/+73 |
| * | * krb5kdc.M: Document the -n option. Thanks to Dennis Davis | Mitchell Berger | 2001-09-24 | 2 | -0/+14 |
| * | dependencies | Ken Raeburn | 2001-09-01 | 1 | -0/+80 |
| * | * configure.in: Include stdlib.h in test for swab declaration | Ken Raeburn | 2001-08-01 | 2 | -0/+6 |
| * | * rtest.c: Provide a prototype for krb5_klog_syslog() dummy handler | Ezra Peisach | 2001-07-05 | 2 | -0/+6 |
| * | * configure.in: Add check for ifaddrs.h, which missing | Tom Yu | 2001-06-30 | 2 | -1/+5 |
| * | * network.c (setup_port): Change sin to sin4 to prevent shadowing | Ezra Peisach | 2001-06-22 | 2 | -5/+9 |
| * | * configure.in: Test for daemon prototype | Ezra Peisach | 2001-06-21 | 3 | -0/+15 |
| * | * configure.in: Use optional argument to KRB5_NEED_PROTO so test | Ezra Peisach | 2001-06-21 | 2 | -2/+7 |
| * | * kdc_preauth.c: Include prototypes for mit_des_fixup_key_parity | Ezra Peisach | 2001-06-21 | 4 | -2/+30 |
| * | * kdc_util.c (ktypes2str): New function; construct a string | Tom Yu | 2001-06-19 | 5 | -10/+124 |
| * | * network.c (setup_network): Cast argument to isspace() to int | Ezra Peisach | 2001-06-18 | 2 | -1/+5 |
| * | * kdc_preauth.c: Include adm_proto.h for krb5_klog_syslog() | Ezra Peisach | 2001-06-08 | 4 | -1/+18 |
| * | * kerberos_v4.c: Get rid of file wide static krb5_error_code. Cast | Ezra Peisach | 2001-06-07 | 2 | -2/+7 |
| * | * kdc_util.c (add_to_transited): Add braces to provide unambiguous | Ezra Peisach | 2001-06-04 | 4 | -34/+45 |
| * | assume ANSI C: delete no-volatile support, and most no-prototype support | Ken Raeburn | 2001-04-26 | 2 | -1/+4 |
| * | * do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c, | Ken Raeburn | 2001-04-10 | 8 | -122/+119 |
| * | Update ChangeLog for last checkin.. | Ezra Peisach | 2001-03-08 | 1 | -0/+3 |
| * | * kdc_util.h: Add prototype for process_v4_mode() for main.c to use | Ezra Peisach | 2001-03-08 | 6 | -6/+18 |
| * | * kerberos_v4.c (kerberos_v4): Remove references to | Tom Yu | 2001-02-09 | 2 | -12/+7 |
| * | fix multiple-include problem on OpenBSD | Ken Raeburn | 2000-12-13 | 2 | -0/+6 |
| * | update network.c with getifaddrs support from lib/krb5/os/localaddr.c | Ken Raeburn | 2000-12-13 | 2 | -11/+182 |
| * | * configure.in: Get rid of test for termios.h. The kdc does not use it | Ezra Peisach | 2000-11-01 | 2 | -1/+4 |
| * | * kdc_preauth.c (get_etype_info): Initialize length of | Ezra Peisach | 2000-10-17 | 4 | -4/+16 |
| * | * kerberos_v4.c (kerb_get_principal): Modify to take a pointer to | Tom Yu | 2000-10-07 | 2 | -29/+79 |
| * | * dispatch.c (dispatch): inet_ntop() returns const char * | Ezra Peisach | 2000-09-20 | 2 | -4/+7 |