summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/preauth2.c
Commit message (Expand)AuthorAgeFilesLines
* Implement s4u extensionsGreg Hudson2009-09-131-0/+58
* After consultation with kenh, remove a comment and if statement whichGreg Hudson2009-05-071-7/+0
* Fix yet another memory leak in pa_samGreg Hudson2009-05-061-0/+1
* In pa_sam, use the correct function to free sam_challenge in theGreg Hudson2009-05-061-1/+1
* Fix a memory leak in pa_sam_2 where an outer data structure wasn'tGreg Hudson2009-05-061-0/+1
* Fix a memory leak in pa_samGreg Hudson2009-05-051-2/+5
* In pa_sam_2, free sc2 in an error-handling case where it was leakedGreg Hudson2009-05-051-1/+3
* In pa_sam_2, free scratch in a couple of error-handling blocks whereGreg Hudson2009-05-051-0/+2
* Fix an error message memory leak in krb5_preauth_supply_preauth_dataGreg Hudson2009-05-041-0/+1
* In pa_sam, remove a gratuitous null check for etype which wasGreg Hudson2009-04-131-1/+1
* Check return value of krb5int_copy_data_contents in preauth2.c'sGreg Hudson2009-04-101-1/+4
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-031-0/+35
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-311-4/+35
* make krb5_free_* functions ignore NULLKen Raeburn2009-02-091-1/+1
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-12/+12
* In pa_sam(), free the outer krb5_data structure returned byGreg Hudson2008-11-101-0/+2
* Properly free sam_challenge in pa_sam()Greg Hudson2008-11-101-8/+8
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-1/+2
* malloc+memset(,0,) -> callocKen Raeburn2008-08-071-3/+2
* Apple PKINIT LKDC supportAlexandra Ellwood2008-06-261-3/+44
* Rolled back patch because tickets 4495 and 5124 fix this bugAlexandra Ellwood2008-06-251-4/+1
* krb5_do_preauth_tryagain should check for NULL padataAlexandra Ellwood2008-06-251-1/+4
* Apple PKINIT patch commitAlexandra Ellwood2008-05-301-0/+301
* Add internal prototype for krb5_preauth_supply_preauth_data(). Clean up Ezra Peisach2007-08-031-6/+7
* Add PKINIT supportKevin Coffman2007-08-011-21/+36
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-22/+22
* Initialize values to avoid 'possibly uninitialized' compiler warningsKen Raeburn2007-03-251-2/+2
* Convert keyblock or padata types to krb5_data without compiler warnings.Ken Raeburn2007-03-251-3/+11
* get_init_creds_opt extensibilityTom Yu2007-01-301-6/+62
* use KRB5KRB_ERR_GENERIC, not KRB_ERR_GENERIC in preauth2.cTom Yu2006-12-191-3/+3
* build the trunk on Windows (again)Jeffrey Altman2006-12-081-8/+10
* send a new request with the new padata returned by krb5_do_preauth_tryagain()Kevin Coffman2006-12-011-4/+3
* fix debug messagesKevin Coffman2006-11-221-7/+7
* use krb5_c_valid_enctype, not valid_enctypeKen Raeburn2006-11-171-2/+2
* correct client preauth plugin request_contextKevin Coffman2006-11-131-6/+17
* Add "get_data" function to the client preauth plugin interfaceKevin Coffman2006-11-091-2/+70
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-011-134/+133
* Avoid segfault in krb5_do_preauth_tryagainKevin Coffman2006-10-231-1/+1
* Remove all unused variable warnings from treeEzra Peisach2006-10-151-2/+1
* Patch to split client plugin from server pluginSam Hartman2006-10-131-20/+16
* Preauthentication Plugin FrameworkSam Hartman2006-10-031-30/+509
* subject; krb5_do_preauth could attempt to free NULL pointerEzra Peisach2005-01-171-1/+2
* Send generalstring not octetstring in etype_info2. Accept eitherSam Hartman2003-07-221-4/+9
* Fix minor error in previous commit that broke v4 saltsSam Hartman2003-05-131-1/+1
* Fix memory leaks and double frees in preauth2.cSam Hartman2003-05-131-42/+49
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-121-83/+59
* * preauth2.c (pa_sam_2): Add intermediate size_t variable to holdTom Yu2003-03-061-1/+3
* * appdefault.c: Fix constness to avoid warning. * init_ctx.c: Do the same stu...Alexandra Ellwood2003-03-061-1/+1
* The client sorts the enctype list returned by etype_info orderingSam Hartman2003-02-151-1/+72
* * conv_princ.c (strnchr): Make length argument unsigned intEzra Peisach2002-11-071-7/+7