summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5/acquire_cred.c
Commit message (Expand)AuthorAgeFilesLines
* Add krb5_kt_dup API and use it in two placesGreg Hudson2013-04-011-25/+6
* Add support for client keytab from cred storeSimo Sorce2013-04-011-10/+43
* Rename ccache configuration macrosZhanna Tsitkov2013-01-091-5/+5
* Implement credential store support for krb5 mechSimo Sorce2012-07-201-15/+110
* Fix minor memory leaks in acquire_cred.cGreg Hudson2012-07-021-4/+4
* Add client keytab initiation supportGreg Hudson2012-07-021-158/+353
* Rename gss-krb5 cred tgt_expire fieldGreg Hudson2012-06-271-2/+2
* Scan ccache more efficiently in gss_acquire_credGreg Hudson2012-06-271-28/+25
* Simplify password storage in krb5_gss_cred_id_recGreg Hudson2012-06-271-3/+3
* Simplify acquire_cred.cGreg Hudson2012-06-221-109/+48
* Remove orphaned KfM codeGreg Hudson2012-06-211-63/+2
* Fail from gss_acquire_cred if we have no credsGreg Hudson2012-06-151-0/+8
* Fail from gss_acquire_cred if we have no keytabGreg Hudson2012-06-031-0/+8
* Allow S4U2Proxy delegated credentials to be savedGreg Hudson2011-12-071-0/+33
* Make gss-krb5 use cache collectionGreg Hudson2011-09-051-16/+101
* Refactor gss-krb5 acquire_init_credGreg Hudson2011-09-051-224/+237
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+0
* Fix style issues in r25087Greg Hudson2011-08-291-9/+9
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-091-5/+5
* Clean up the lock in gss_krb5int_import_credGreg Hudson2011-07-231-12/+15
* Fix name initialization in gss_krb5int_import_credGreg Hudson2011-07-201-0/+6
* Mark up strings for translationGreg Hudson2011-06-101-2/+3
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-131-27/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-1/+0
* Improve acceptor name flexibilityGreg Hudson2011-02-071-18/+65
* Remove an unnecessary statement in acquire_init_cred(). We never setGreg Hudson2011-02-031-7/+1
* When we create a temporary memory ccache for use within aGreg Hudson2010-10-251-0/+1
* In acquire_init_cred in the GSS krb5 mech, don't intern cred->name,Greg Hudson2010-10-251-4/+2
* Simplify acquire_accept_cred very slightly, avoiding some long linesGreg Hudson2010-09-271-7/+6
* Add gss_krb5_import_credGreg Hudson2010-09-271-190/+289
* Allow krb5_gss_register_acceptor_identity to unset keytab nameGreg Hudson2010-08-191-9/+7
* The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson2010-05-171-74/+10
* Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson2010-05-011-8/+11
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-147/+196
* krb5_gss_acquire_cred will deref garbage pointer if actual_mechs is NULLEzra Peisach2010-01-031-3/+5
* Mark and reindent lib/gssapi, with some exceptionsTom Yu2009-12-081-32/+32
* make mark-cstyleTom Yu2009-10-311-1/+0
* Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passesLuke Howard2009-10-221-0/+1
* use ANSI prototypes for acquire_XXX_cred, and fix cast to calling acquire_acc...Luke Howard2009-10-201-14/+13
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-40/+47
* Implement s4u extensionsGreg Hudson2009-09-131-2/+3
* fix trailing whitespaceTom Yu2009-01-221-6/+6
* whitespaceTom Yu2009-01-221-6/+6
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-9/+56
* Only prompt automatically from GUI appsAlexandra Ellwood2008-10-291-5/+25
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-151-532/+533
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-011-17/+20
* lean client changesZhanna Tsitkov2008-08-201-2/+17
* GSS-API Win64 support Jeffrey Altman2007-09-021-1/+6
* gss krb5 mech enhanced error messagesKen Raeburn2007-07-041-8/+13