aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/kdc_util.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-16Clean up some open-parenthesis problems, and reindentTom Yu1-21/+21
2009-11-12Typo fixZhanna Tsitkov1-1/+1
2009-11-12Post-great-reindent check. Part IIZhanna Tsitkov1-160/+184
2009-10-31make mark-cstyleTom Yu1-178/+179
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson1-6/+17
2009-10-21remove some unneeded extensions from the Novell backend authdata SPILuke Howard1-3/+1
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-0/+1
2009-09-13Implement s4u extensionsGreg Hudson1-2/+19
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-2/+12
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-1/+35
2009-03-11Report verbose error messages from KDCGreg Hudson1-3/+4
2009-01-14Pass s4u name and c_flags to log_tgs_req. If values are supplied, logKen Raeburn1-0/+1
2009-01-13/tmp/3Ken Raeburn1-1/+2
2009-01-12Patch from Luke Howard:Sam Hartman1-0/+1
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-8/+101
2008-12-22Collect ticket-request logging calls together in one place for easierKen Raeburn1-0/+15
2008-12-15In the KDC, remove krb4 request handling support and fakeka codeGreg Hudson1-10/+0
2008-08-25Incorporate Apple's patchKen Raeburn1-0/+9
2007-12-22Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn1-1/+12
2007-01-02* kdc_util.h (CONVERT_INTO_DB, CONVERT_OUTOF_DB): Unused macros deletedKen Raeburn1-4/+0
2006-11-13allow server preauth plugin verify_padata function to return e-dataKevin Coffman1-1/+1
2006-10-03Preauthentication Plugin FrameworkSam Hartman1-5/+17
2006-04-29ipv4+ipv6 messages can trip up KDC replay detectionKen Raeburn1-4/+2
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn1-0/+2
2004-09-24* kdc_util.h (sockaddr2p): Don't declareKen Raeburn1-3/+0
2003-03-17Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option toSam Hartman1-0/+1
2003-01-12 * kdc_util.h, replay.c, main.c: Pass global krb5_context toEzra Peisach1-1/+1
2003-01-03 * main.c: On exit, free more allocated memory, including:Ezra Peisach1-0/+1
2002-07-05Reduce or localize dependencies on address families.Ken Raeburn1-0/+8
2002-07-02* network.c (process_packet): Now static. Drop unused "portnum" argument.Ken Raeburn1-1/+0
2002-07-02* kdc_util.h (inet_ntop): Delete declarationKen Raeburn1-4/+0
2002-06-26* dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn1-4/+0
2001-06-19 * kdc_util.c (ktypes2str): New function; construct a stringTom Yu1-0/+6
2001-04-10* do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c,Ken Raeburn1-63/+63
2001-03-08 * kdc_util.h: Add prototype for process_v4_mode() for main.c to useEzra Peisach1-0/+1
2000-03-14* sock2p.c: New file.Ken Raeburn1-0/+7
2000-03-12Also change kdc_insert_lookaside() to take a const krb5_fulladdr *Ezra Peisach1-1/+1
2000-03-12* replay.c, kdb_util.h (kdc_check_lookaside): Make second argumentEzra Peisach1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-07-22 * replay.c (kdc_check_lookaside):Tom Yu1-2/+4
1997-08-18 * kdc_util.h: Added prototype for setup_server_realm(). This functionEzra Peisach1-0/+2
1997-05-30 * do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): UseTheodore Tso1-0/+2
1995-11-14* kdc_util.h: Added new prototypes for return_padata() and check_padata()Theodore Tso1-0/+8
1995-11-09* kdc_preauth.c (get_etype_info): Added function to return theTheodore Tso1-3/+8
1995-11-08* kdc_util.c (): Added new helper functionsTheodore Tso1-0/+16
1995-10-06network.c (setup_network):Theodore Tso1-3/+1
1995-09-04Add const declarations to make remove warnings about convertingEzra Peisach1-4/+4
1995-09-02kdc_preauth.c: New file, to contain the server-side preauthenticationTheodore Tso1-1/+8
1995-07-12Reorganize KDC profile and network port handlingPaul Park1-1/+3
1995-07-10kerberos_v4.c: Add prototypes for compat_decrypt_key,Ezra Peisach1-0/+24