| Commit message (Expand) | Author | Age | Files | Lines |
| * | Coverity CID 101: Fix minor bounds check error | Ken Raeburn | 2008-03-29 | 1 | -1/+1 |
| * | Fix MITKRB5-SA-2008-001 on trunk. Patch differs from the released one | Ken Raeburn | 2008-03-18 | 1 | -54/+45 |
| * | Wrap krb5_db_get_principal function with get_principal (which will | Ken Raeburn | 2007-12-22 | 1 | -2/+4 |
| * | Rename krb4_sendto to set_response since that's what it does | Ken Raeburn | 2007-12-19 | 1 | -4/+4 |
| * | Remove unused args to krb4_sendto and unused global. Use byte-order macros d... | Ken Raeburn | 2007-12-19 | 1 | -20/+14 |
| * | Remove excess parameters in formatting log calls | Ken Raeburn | 2007-12-19 | 1 | -14/+12 |
| * | Make some stuff static that we don't need accessible outside kerberos_v4.c | Ken Raeburn | 2007-12-19 | 1 | -5/+5 |
| * | Avoid unchecked sprintf in some KDC-side programs | Ken Raeburn | 2007-07-12 | 1 | -3/+5 |
| * | Attach format attributes to declarations of various message-formatting | Ken Raeburn | 2007-06-29 | 1 | -3/+7 |
| * | * kerberos_v4.c: Don't include kdc.h. | Ken Raeburn | 2006-06-29 | 1 | -14/+8 |
| * | Trivial whitespace cleanup in KDC code | Ken Raeburn | 2006-06-13 | 1 | -2/+2 |
| * | This file uses E* constants and therefore should include errno.h | Russ Allbery | 2006-06-12 | 1 | -0/+1 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -1/+1 |
| * | * kerberos_v4.c: Include autoconf.h before testing KRB5_KRB4_COMPAT | Ken Raeburn | 2005-05-13 | 1 | -0/+1 |
| * | another krb4 ticket backdating fix | Tom Yu | 2004-07-24 | 1 | -6/+6 |
| * | Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1 | Sam Hartman | 2004-02-24 | 1 | -5/+1 |
| * | Only backdate the ticket that is created. The KDC reply must contain | Sam Hartman | 2004-01-05 | 1 | -5/+4 |
| * | Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option to | Sam Hartman | 2003-03-17 | 1 | -44/+85 |
| * | disable krb4 by default | Sam Hartman | 2003-02-04 | 1 | -1/+1 |
| * | * kerberos_v4.c (process_v4): Use a temporary variable for the current time | Ken Raeburn | 2002-12-30 | 1 | -1/+4 |
| * | More KfM merge work | Tom Yu | 2002-12-12 | 1 | -1/+1 |
| * | Merge more KfM krb4 things | Tom Yu | 2002-11-27 | 1 | -0/+6 |
| * | * kerberos_v4.c (check_princ): Call strftime() with correct number | Tom Yu | 2002-09-15 | 1 | -1/+2 |
| * | * kerberos_v4.c: Always include stdarg.h, not varargs.h. | Ken Raeburn | 2002-09-15 | 1 | -44/+7 |
| * | * kerberos_v4.c (kerb_get_principal): Include kvno when logging failure to find | Ken Raeburn | 2002-09-13 | 1 | -5/+5 |
| * | protoize | Ken Raeburn | 2002-09-11 | 1 | -60/+24 |
| * | * kerberos_v4.c: For consistency, check for both DISALLOW_ALL_TIX | Tom Yu | 2002-08-15 | 1 | -1/+24 |
| * | Reduce or localize dependencies on address families. | Ken Raeburn | 2002-07-05 | 1 | -5/+9 |
| * | * dispatch.c (dispatch): Remove arg "portnum"; update callers. | Ken Raeburn | 2002-06-26 | 1 | -2/+1 |
| * | * kdc_preauth.c: Include prototypes for mit_des_fixup_key_parity | Ezra Peisach | 2001-06-21 | 1 | -0/+4 |
| * | * kerberos_v4.c: Get rid of file wide static krb5_error_code. Cast | Ezra Peisach | 2001-06-07 | 1 | -2/+2 |
| * | * do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c, | Ken Raeburn | 2001-04-10 | 1 | -15/+11 |
| * | * kdc_util.h: Add prototype for process_v4_mode() for main.c to use | Ezra Peisach | 2001-03-08 | 1 | -4/+4 |
| * | * kerberos_v4.c (kerberos_v4): Remove references to | Tom Yu | 2001-02-09 | 1 | -12/+2 |
| * | * kerberos_v4.c (kerb_get_principal): Modify to take a pointer to | Tom Yu | 2000-10-07 | 1 | -29/+67 |
| * | * main.c (initialize_realms): For "cannot initialize realm" messages, tell the | Ken Raeburn | 2000-08-23 | 1 | -1/+1 |
| * | pullup from 1.2-beta4 | Ken Raeburn | 2000-06-30 | 1 | -11/+38 |
| * | * kerberos_v4.c (v4_klog): Don't treat the formatted text as a format string | Ken Raeburn | 2000-02-25 | 1 | -1/+1 |
| * | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
| * | * kerberos_v4.c (compat_decrypt_key): Align DES3 enctypes with | Tom Yu | 1999-08-18 | 1 | -2/+2 |
| * | * kerberos_v4.c (kerberos_v4): Fix bug where krb_create_ticket() | Tom Yu | 1999-04-30 | 1 | -5/+16 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -73/+167 |
| * | Print 4 digit years in Krb4 log entries to avoid Y2K issues | Theodore Tso | 1998-05-08 | 1 | -1/+1 |
| * | * kerberos_v4.c: Move macro definition of klog earlier so that it | Tom Yu | 1998-02-06 | 1 | -1/+1 |
| * | kerberos_v4.c (process_v4): Check the length of the incoming V4 packet | Theodore Tso | 1998-02-05 | 1 | -8/+33 |
| * | * kerberos_v4.c: Don't include sys/socket.h or netdb.h, as krb.h | Tom Yu | 1997-12-12 | 1 | -2/+0 |
| * | * kerberos_v4.c (check_princ): Add checks for V5 kdc flags | Ezra Peisach | 1997-09-23 | 1 | -109/+138 |
| * | Replace krb5_xfree with appropriate free routine | Richard Basch | 1997-02-18 | 1 | -2/+1 |
| * | * kerberos_v4.c: Remove include of krb4-proto.h | Ezra Peisach | 1997-02-18 | 1 | -1/+0 |
| * | Treat 0 time as unexpired for krb4 principals | Sam Hartman | 1996-08-23 | 1 | -1/+2 |