aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5/acquire_cred.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-19Resolve krb5 GSS creds if time_rec is requestedSimo Sorce1-1/+8
2015-07-06Use memory cache in gss_acquire_cred_with_passwordGreg Hudson1-9/+15
2015-06-18Implement GSS_KRB5_CRED_NO_CI_FLAGS_X cred optionAndreas Schneider1-0/+1
2014-11-03Stop using KRB5_TC_OPENCLOSEGreg Hudson1-5/+2
2014-09-09Let libgssapi see TGTs in the MSLSA cacheBen Kaduk1-2/+3
2014-09-09Try to scan_ccache() after leash picks a cacheBen Kaduk1-1/+2
2014-06-05Use k5_setmsgGreg Hudson1-3/+2
2014-05-07Use k5_change_error_message_code in krb5 GSS mechGreg Hudson1-4/+1
2014-01-17Add rcache feature to gss_acquire_cred_fromSimo Sorce1-13/+35
2014-01-17Clean up rcache if GSS krb5 acquire_cred failsGreg Hudson1-0/+2
2014-01-17Clean up GSS krb5 acquire_accept_credGreg Hudson1-22/+30
2013-12-16Fix GSS krb5 acceptor acquire_cred error handlingGreg Hudson1-1/+3
2013-05-14Assume mutex locking cannot failGreg Hudson1-10/+2
2013-04-01Add krb5_kt_dup API and use it in two placesGreg Hudson1-25/+6
2013-04-01Add support for client keytab from cred storeSimo Sorce1-10/+43
2013-01-09Rename ccache configuration macrosZhanna Tsitkov1-5/+5
2012-07-20Implement credential store support for krb5 mechSimo Sorce1-15/+110
2012-07-02Fix minor memory leaks in acquire_cred.cGreg Hudson1-4/+4
2012-07-02Add client keytab initiation supportGreg Hudson1-158/+353
2012-06-27Rename gss-krb5 cred tgt_expire fieldGreg Hudson1-2/+2
2012-06-27Scan ccache more efficiently in gss_acquire_credGreg Hudson1-28/+25
2012-06-27Simplify password storage in krb5_gss_cred_id_recGreg Hudson1-3/+3
2012-06-22Simplify acquire_cred.cGreg Hudson1-109/+48
2012-06-21Remove orphaned KfM codeGreg Hudson1-63/+2
2012-06-15Fail from gss_acquire_cred if we have no credsGreg Hudson1-0/+8
2012-06-03Fail from gss_acquire_cred if we have no keytabGreg Hudson1-0/+8
2011-12-07Allow S4U2Proxy delegated credentials to be savedGreg Hudson1-0/+33
2011-09-05Make gss-krb5 use cache collectionGreg Hudson1-16/+101
2011-09-05Refactor gss-krb5 acquire_init_credGreg Hudson1-224/+237
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn1-1/+0
2011-08-29Fix style issues in r25087Greg Hudson1-9/+9
2011-08-09Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman1-5/+5
2011-07-23Clean up the lock in gss_krb5int_import_credGreg Hudson1-12/+15
2011-07-20Fix name initialization in gss_krb5int_import_credGreg Hudson1-0/+6
2011-06-10Mark up strings for translationGreg Hudson1-2/+3
2011-04-13Remove pointer validation code from the gss krb5 mechGreg Hudson1-27/+2
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-1/+0
2011-02-07Improve acceptor name flexibilityGreg Hudson1-18/+65
2011-02-03Remove an unnecessary statement in acquire_init_cred(). We never setGreg Hudson1-7/+1
2010-10-25When we create a temporary memory ccache for use within aGreg Hudson1-0/+1
2010-10-25In acquire_init_cred in the GSS krb5 mech, don't intern cred->name,Greg Hudson1-4/+2
2010-09-27Simplify acquire_accept_cred very slightly, avoiding some long linesGreg Hudson1-7/+6
2010-09-27Add gss_krb5_import_credGreg Hudson1-190/+289
2010-08-19Allow krb5_gss_register_acceptor_identity to unset keytab nameGreg Hudson1-9/+7
2010-05-17The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson1-74/+10
2010-05-01Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson1-8/+11
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson1-147/+196
2010-01-03krb5_gss_acquire_cred will deref garbage pointer if actual_mechs is NULLEzra Peisach1-3/+5
2009-12-08Mark and reindent lib/gssapi, with some exceptionsTom Yu1-32/+32
2009-10-31make mark-cstyleTom Yu1-1/+0