aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/kdc_preauth.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Fix some formatting issuesfast-negotiateGreg Hudson1-10/+7
2009-12-02Implement KDC side of protected negotiation:Sam Hartman1-6/+5
2009-12-02As and TGS path: cliam to support FAST negotiation in ticket flag; restructur...Sam Hartman1-11/+12
2009-11-16Clean up some open-parenthesis problems, and reindentTom Yu1-22/+22
2009-11-12Post-great-reindent check. Part IZhanna Tsitkov1-123/+148
2009-10-31make mark-cstyleTom Yu1-1773/+1774
2009-09-13Implement s4u extensionsGreg Hudson1-19/+0
2009-05-24Fix vector initialization error in KDC preauth codeGreg Hudson1-3/+2
2009-04-30Do not return PREAUTH_FAILED on unknown preauthSam Hartman1-9/+3
2009-04-16Send explicit salt for SALTTYPE_NORMAL keysGreg Hudson1-12/+12
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-1/+15
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-2/+46
2009-03-11Report verbose error messages from KDCGreg Hudson1-23/+24
2009-01-30Master Key Migration ProjectWill Fiveash1-8/+80
2009-01-12Restore behavior of returning KRB5APP_ERR_BAD_INTEGRITY fromSam Hartman1-1/+1
2009-01-12Add message hash support to the replay interface, using extensionGreg Hudson1-0/+1
2009-01-05No C++ style comments in C code pleaseKen Raeburn1-4/+4
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-9/+202
2008-11-03Apply a patch from Apple to correct a few memory leaksGreg Hudson1-5/+2
2008-10-25partial rewrite of the ASN.1 encodersKen Raeburn1-8/+6
2008-05-30Apple PKINIT patch commitAlexandra Ellwood1-0/+502
2007-12-22Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn1-2/+2
2007-08-01Add PKINIT supportKevin Coffman1-57/+98
2006-12-01Return edata from non-"PA_REQUIRED" preauth typesKevin Coffman1-15/+47
2006-11-29skip all modules in plugin if init function failsKevin Coffman1-4/+16
2006-11-13allow server preauth plugin verify_padata function to return e-dataKevin Coffman1-10/+38
2006-11-01Modify the preath plugin interface so that a plugin's context isKevin Coffman1-45/+53
2006-10-13Eliminate some warnings: missing "const", unused variables, successKen Raeburn1-7/+5
2006-10-13 * preauth_plugin.h: Don't use an enum in a public apiSam Hartman1-10/+10
2006-10-13Patch to split client plugin from server pluginSam Hartman1-24/+24
2006-10-10Don't segfault if a preauth plugin module fails to loadKevin Coffman1-1/+2
2006-10-05 * kdc_preauth.c (return_padata): Allocate a padata context if notSam Hartman1-0/+3
2006-10-03Preauthentication Plugin FrameworkSam Hartman1-49/+670
2006-06-01krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach1-4/+6
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn1-3/+5
2006-04-10* kdc_preauth.c (verify_enc_timestamp): Initialize decrypt_errKen Raeburn1-1/+1
2005-10-13 * kdc_preauth.c (etype_info_as_rep_helper): New function; sharedTom Yu1-10/+76
2005-10-12 * kdc_preauth.c (return_etype_info2): Apply patch from WillTom Yu1-1/+2
2004-03-15Free unparsed names in SAM response handlingSam Hartman1-0/+2
2004-02-24Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman1-1/+0
2003-05-24When generating etype_info2 for DES style keys, use s2kparams toSam Hartman1-10/+29
2003-05-23Memory leak in kdc etype_info2 preauthEzra Peisach1-2/+8
2003-05-14Allow the KDC to return bad integrity errors to the client on preauthSam Hartman1-0/+1
2003-05-12* IMplement etype_info in KDC. If the request contains any newSam Hartman1-4/+126
2003-05-07Reorganize kdc_preauth enctype handlingSam Hartman1-39/+75
2003-04-09etype info handling infinite loopSam Hartman1-2/+4
2003-03-28 * kdc_preauth.c (verify_enc_timestamp): Save decryption error, inTom Yu1-1/+13
2003-02-21Fix typo that caused infinite loop in previous patchSam Hartman1-1/+1
2003-02-15The client sorts the enctype list returned by etype_info orderingSam Hartman1-1/+20
2003-01-21Timestamp preauth should return clock skew errorsSam Hartman1-1/+9