summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_preauth.c
Commit message (Expand)AuthorAgeFilesLines
* Anonymous support for KerberosSam Hartman2009-12-281-3/+6
* fast negotiation projecSam Hartman2009-12-141-17/+14
* Clean up some open-parenthesis problems, and reindentTom Yu2009-11-161-22/+22
* Post-great-reindent check. Part IZhanna Tsitkov2009-11-121-123/+148
* make mark-cstyleTom Yu2009-10-311-1773/+1774
* Implement s4u extensionsGreg Hudson2009-09-131-19/+0
* Fix vector initialization error in KDC preauth codeGreg Hudson2009-05-241-3/+2
* Do not return PREAUTH_FAILED on unknown preauthSam Hartman2009-04-301-9/+3
* Send explicit salt for SALTTYPE_NORMAL keysGreg Hudson2009-04-161-12/+12
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-031-1/+15
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-311-2/+46
* Report verbose error messages from KDCGreg Hudson2009-03-111-23/+24
* Master Key Migration ProjectWill Fiveash2009-01-301-8/+80
* Restore behavior of returning KRB5APP_ERR_BAD_INTEGRITY fromSam Hartman2009-01-121-1/+1
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-121-0/+1
* No C++ style comments in C code pleaseKen Raeburn2009-01-051-4/+4
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-9/+202
* 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