summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5/iakerb.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-1/+2
* Use gssalloc in more parts of GSSAPIGreg Hudson2012-08-111-2/+4
* Comment fall-throughs in iakerb switch statementGreg Hudson2012-07-021-0/+2
* Add client keytab initiation supportGreg Hudson2012-07-021-40/+28
* Get default cred only once in gss-krb5 initiatorGreg Hudson2012-07-021-15/+17
* Rename gss-krb5 cred tgt_expire fieldGreg Hudson2012-06-271-2/+2
* Simplify password storage in krb5_gss_cred_id_recGreg Hudson2012-06-271-4/+3
* Make reindentTom Yu2011-10-171-1/+1
* Make gss-krb5 use cache collectionGreg Hudson2011-09-051-11/+9
* Fix style issues in r25087Greg Hudson2011-08-291-6/+6
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-091-3/+3
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-131-6/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+0
* Use IAKERB OID header for all IAKERB messages including AP-REQLuke Howard2010-09-271-4/+7
* The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson2010-05-171-14/+10
* Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson2010-05-011-20/+5
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-0/+1046