summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_preauth.c
Commit message (Expand)AuthorAgeFilesLines
* Apply a patch from Apple to correct a few memory leaksGreg Hudson2008-11-031-5/+2
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-251-8/+6
* Apple PKINIT patch commitAlexandra Ellwood2008-05-301-0/+502
* Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn2007-12-221-2/+2
* Add PKINIT supportKevin Coffman2007-08-011-57/+98
* Return edata from non-"PA_REQUIRED" preauth typesKevin Coffman2006-12-011-15/+47
* skip all modules in plugin if init function failsKevin Coffman2006-11-291-4/+16
* allow server preauth plugin verify_padata function to return e-dataKevin Coffman2006-11-131-10/+38
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-011-45/+53
* Eliminate some warnings: missing "const", unused variables, successKen Raeburn2006-10-131-7/+5
* * preauth_plugin.h: Don't use an enum in a public apiSam Hartman2006-10-131-10/+10
* Patch to split client plugin from server pluginSam Hartman2006-10-131-24/+24
* Don't segfault if a preauth plugin module fails to loadKevin Coffman2006-10-101-1/+2
* * kdc_preauth.c (return_padata): Allocate a padata context if notSam Hartman2006-10-051-0/+3
* Preauthentication Plugin FrameworkSam Hartman2006-10-031-49/+670
* krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach2006-06-011-4/+6
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-131-3/+5
* * kdc_preauth.c (verify_enc_timestamp): Initialize decrypt_errKen Raeburn2006-04-101-1/+1
* * kdc_preauth.c (etype_info_as_rep_helper): New function; sharedTom Yu2005-10-131-10/+76
* * kdc_preauth.c (return_etype_info2): Apply patch from WillTom Yu2005-10-121-1/+2
* Free unparsed names in SAM response handlingSam Hartman2004-03-151-0/+2
* Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2004-02-241-1/+0
* When generating etype_info2 for DES style keys, use s2kparams toSam Hartman2003-05-241-10/+29
* Memory leak in kdc etype_info2 preauthEzra Peisach2003-05-231-2/+8
* Allow the KDC to return bad integrity errors to the client on preauthSam Hartman2003-05-141-0/+1
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-121-4/+126
* Reorganize kdc_preauth enctype handlingSam Hartman2003-05-071-39/+75
* etype info handling infinite loopSam Hartman2003-04-091-2/+4
* * kdc_preauth.c (verify_enc_timestamp): Save decryption error, inTom Yu2003-03-281-1/+13
* Fix typo that caused infinite loop in previous patchSam Hartman2003-02-211-1/+1
* The client sorts the enctype list returned by etype_info orderingSam Hartman2003-02-151-1/+20
* Timestamp preauth should return clock skew errorsSam Hartman2003-01-211-1/+9
* protoizeKen Raeburn2002-09-111-67/+31
* Fix etype info; wrong termination condition used in get_etype_infoSam Hartman2002-06-241-1/+1
* * kdc_preauth.c: Include prototypes for mit_des_fixup_key_parityEzra Peisach2001-06-211-0/+9
* * kdc_preauth.c: Include adm_proto.h for krb5_klog_syslog()Ezra Peisach2001-06-081-0/+1
* * kdc_util.c (add_to_transited): Add braces to provide unambiguousEzra Peisach2001-06-041-1/+2
* * do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c,Ken Raeburn2001-04-101-18/+18
* * kdc_preauth.c (get_etype_info): Initialize length ofEzra Peisach2000-10-171-2/+2
* * main.c: Move kdc_initialize_rcache() to kdc_util.cTom Yu2000-03-011-6/+1
* * kdc_preauth.c (verify_sam_response): Declare and set rc_lifetimeTom Yu2000-03-011-0/+6
* * kdc_preauth.c (return_sam_data): Just return 0 if no input preauth data is ...Ken Raeburn2000-02-071-0/+3
* * kdc_preauth.c (get_preauth_hint_list): Log a message if preauth is requiredKen Raeburn2000-02-071-1/+13
* Frank Cusack's patches, first two sets. Should be no incompatible changes,Ken Raeburn2000-02-071-20/+241
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* kdc_preauth.c (check_padata): If preauth fails because the preauthTheodore Tso1999-01-271-0/+7
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-76/+180
* kdc_preauth.c (get_preauth_hint_list): Don't add the pseudo preauthTheodore Tso1998-02-201-1/+5
* * do_tgs_req.c (process_tgs_req): Initialize authtime to 0 so itEzra Peisach1997-08-181-3/+0
* * kdc_preauth.c (get_sam_edata): Don't goto cleanup if SAM is notTom Yu1997-07-151-5/+3