| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option to | Sam Hartman | 2003-03-17 | 1 | -0/+1 |
* | * kdc_util.h, replay.c, main.c: Pass global krb5_context to | Ezra Peisach | 2003-01-12 | 1 | -1/+1 |
* | * main.c: On exit, free more allocated memory, including: | Ezra Peisach | 2003-01-03 | 1 | -0/+1 |
* | Reduce or localize dependencies on address families. | Ken Raeburn | 2002-07-05 | 1 | -0/+8 |
* | * network.c (process_packet): Now static. Drop unused "portnum" argument. | Ken Raeburn | 2002-07-02 | 1 | -1/+0 |
* | * kdc_util.h (inet_ntop): Delete declaration | Ken Raeburn | 2002-07-02 | 1 | -4/+0 |
* | * dispatch.c (dispatch): Remove arg "portnum"; update callers. | Ken Raeburn | 2002-06-26 | 1 | -4/+0 |
* | * kdc_util.c (ktypes2str): New function; construct a string | Tom Yu | 2001-06-19 | 1 | -0/+6 |
* | * 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 | -63/+63 |
* | * kdc_util.h: Add prototype for process_v4_mode() for main.c to use | Ezra Peisach | 2001-03-08 | 1 | -0/+1 |
* | * sock2p.c: New file. | Ken Raeburn | 2000-03-14 | 1 | -0/+7 |
* | Also change kdc_insert_lookaside() to take a const krb5_fulladdr * | Ezra Peisach | 2000-03-12 | 1 | -1/+1 |
* | * replay.c, kdb_util.h (kdc_check_lookaside): Make second argument | Ezra Peisach | 2000-03-12 | 1 | -1/+1 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
* | * replay.c (kdc_check_lookaside): | Tom Yu | 1998-07-22 | 1 | -2/+4 |
* | * kdc_util.h: Added prototype for setup_server_realm(). This function | Ezra Peisach | 1997-08-18 | 1 | -0/+2 |
* | * do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): Use | Theodore Tso | 1997-05-30 | 1 | -0/+2 |
* | * kdc_util.h: Added new prototypes for return_padata() and check_padata() | Theodore Tso | 1995-11-14 | 1 | -0/+8 |
* | * kdc_preauth.c (get_etype_info): Added function to return the | Theodore Tso | 1995-11-09 | 1 | -3/+8 |
* | * kdc_util.c (): Added new helper functions | Theodore Tso | 1995-11-08 | 1 | -0/+16 |
* | network.c (setup_network): | Theodore Tso | 1995-10-06 | 1 | -3/+1 |
* | Add const declarations to make remove warnings about converting | Ezra Peisach | 1995-09-04 | 1 | -4/+4 |
* | kdc_preauth.c: New file, to contain the server-side preauthentication | Theodore Tso | 1995-09-02 | 1 | -1/+8 |
* | Reorganize KDC profile and network port handling | Paul Park | 1995-07-12 | 1 | -1/+3 |
* | kerberos_v4.c: Add prototypes for compat_decrypt_key, | Ezra Peisach | 1995-07-10 | 1 | -0/+24 |
* | dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead of | Theodore Tso | 1995-06-09 | 1 | -1/+6 |
* | * kdc_util.c Use new calling conventions for krb5_rd_req_decoded() | Chris Provenzano | 1995-03-27 | 1 | -4/+6 |
* | * *.[ch]: Avoid <krb5/...> and <com_err.h> includes | John Gilmore | 1995-02-28 | 1 | -2/+0 |
* | Applied Cybersafe's changes to do transited realm path checking | Theodore Tso | 1994-09-22 | 1 | -2/+1 |
* | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -3/+1 |
* | Fixed krb5-bugs [0437]: | Theodore Tso | 1994-03-11 | 1 | -2/+0 |
* | Change export warning notice from "is assumed to require an export license" | Theodore Tso | 1993-09-01 | 1 | -2/+2 |
* | Improved logging of TGS and AS error cases | Theodore Tso | 1993-08-17 | 1 | -0/+1 |
* | Changed function delcaration to support doing two ways of checksumming | Theodore Tso | 1993-06-03 | 1 | -1/+2 |
* | Modifications so that whether something came in on the secondary or | Theodore Tso | 1992-09-01 | 1 | -1/+5 |
* | Update copyright notice | John Kohl | 1991-06-06 | 1 | -2/+16 |
* | add kdc_get_server_key | John Kohl | 1991-04-29 | 1 | -0/+3 |
* | changes to make authenticator visible to caller | John Kohl | 1991-04-22 | 1 | -1/+1 |
* | Second argument to process_v4 should be const | John Carr | 1991-04-03 | 1 | -1/+1 |
* | fix erroneous define of process_v4 | John Kohl | 1991-02-14 | 1 | -0/+8 |
* | add prototyeps for replay buffer code | John Kohl | 1991-02-13 | 1 | -0/+5 |
* | changed process_v4() stub & its call to have three arguments, | Donald Davis | 1990-10-11 | 1 | -1/+1 |
* | packet can be modified by decode_krb5_as_req, so we can't be const | John Kohl | 1990-10-10 | 1 | -1/+1 |
* | changes for process_*_req; delete decrypt_tgs_req | John Kohl | 1990-10-10 | 1 | -6/+5 |
* | add in Cliff's add_to_transited | John Kohl | 1990-06-08 | 1 | -0/+5 |
* | fix reference to copyright/distribution provisions | John Kohl | 1990-05-25 | 1 | -1/+1 |
* | change prototypes for network funcs to take args & return codes | John Kohl | 1990-04-27 | 1 | -3/+3 |
* | add const to an argument | John Kohl | 1990-04-24 | 1 | -1/+1 |
* | add const to appropriate protos | John Kohl | 1990-04-23 | 1 | -3/+10 |
* | modify realm_of_tgt to use krb5_princ_realm() | John Kohl | 1990-02-09 | 1 | -1/+1 |