aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5/iakerb.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Fix IAKERB context export/import [CVE-2015-2698]Greg Hudson1-7/+35
2015-11-05Fix two IAKERB commentsGreg Hudson1-5/+1
2015-10-26Fix IAKERB context aliasing bugs [CVE-2015-2696]Nicolas Williams1-30/+321
2013-04-08Avoid passing null pointers to memcpy/memcmpGreg Hudson1-1/+2
2012-08-11Use gssalloc in more parts of GSSAPIGreg Hudson1-2/+4
2012-07-02Comment fall-throughs in iakerb switch statementGreg Hudson1-0/+2
2012-07-02Add client keytab initiation supportGreg Hudson1-40/+28
2012-07-02Get default cred only once in gss-krb5 initiatorGreg Hudson1-15/+17
2012-06-27Rename gss-krb5 cred tgt_expire fieldGreg Hudson1-2/+2
2012-06-27Simplify password storage in krb5_gss_cred_id_recGreg Hudson1-4/+3
2011-10-17Make reindentTom Yu1-1/+1
2011-09-05Make gss-krb5 use cache collectionGreg Hudson1-11/+9
2011-08-29Fix style issues in r25087Greg Hudson1-6/+6
2011-08-09Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman1-3/+3
2011-04-13Remove pointer validation code from the gss krb5 mechGreg Hudson1-6/+0
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-4/+0
2010-09-27Use IAKERB OID header for all IAKERB messages including AP-REQLuke Howard1-4/+7
2010-05-17The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson1-14/+10
2010-05-01Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson1-20/+5
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson1-0/+1046