summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5/init_sec_context.c
Commit message (Expand)AuthorAgeFilesLines
* Assume mutex locking cannot failGreg Hudson2013-05-141-7/+2
* Add client keytab initiation supportGreg Hudson2012-07-021-24/+0
* Get default cred only once in gss-krb5 initiatorGreg Hudson2012-07-021-27/+24
* Rename gss-krb5 cred tgt_expire fieldGreg Hudson2012-06-271-1/+1
* Simplify password storage in krb5_gss_cred_id_recGreg Hudson2012-06-271-5/+3
* Remove big-endian gss-krb5 supportGreg Hudson2012-06-081-2/+1
* Allow S4U2Proxy service tickets to be cachedGreg Hudson2011-12-071-3/+1
* Allow S4U2Proxy delegated credentials to be savedGreg Hudson2011-12-071-12/+5
* Use gssalloc memory management where appropriateSam Hartman2011-10-141-7/+7
* Fix a memory leak in make_gss_checksumGreg Hudson2011-10-071-0/+1
* Make gss-krb5 use cache collectionGreg Hudson2011-09-051-22/+15
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+0
* Fix style issues in r25087Greg Hudson2011-08-291-2/+2
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-091-1/+1
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-131-27/+5
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-3/+2
* Fix a memory leak introduced in r23926 where k_cred was not freed onGreg Hudson2011-02-221-30/+24
* A cleaner impleentation of r24399 which adds two new auth context APIsGreg Hudson2010-10-011-4/+7
* GSSAPI forwarded credentials must be encrypted in session keyGreg Hudson2010-10-011-3/+11
* Use IAKERB OID header for all IAKERB messages including AP-REQLuke Howard2010-09-271-0/+2
* The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson2010-05-171-30/+3
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-51/+133
* In kg_new_connection(), make sure k_cred is freed in all failureGreg Hudson2010-04-221-3/+2
* Amend r23917 to correct some uses of *out_creds which should now useGreg Hudson2010-04-211-3/+2
* In the get_credentials() helper of the gss-krb5 init_sec_context code,Greg Hudson2010-04-211-2/+8
* Apply patch from Arlene Berry to return a comparable static OID objectTom Yu2010-02-051-0/+3
* Mark and reindent lib/gssapi, with some exceptionsTom Yu2009-12-081-11/+11
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-7/+14
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-19/+42
* Implement s4u extensionsGreg Hudson2009-09-131-19/+63
* Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG,Greg Hudson2009-04-081-1/+10
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* TWRITE_STR casts second argument; don't add redundant castingKen Raeburn2009-02-021-3/+3
* explicitly initialize pointer fields after memset (for coverity)Ken Raeburn2009-02-021-0/+1
* Remove some null checks in cases where pointers can't be nullGreg Hudson2009-01-231-4/+2
* whitespaceTom Yu2009-01-221-49/+49
* Remove conflict marker; restore broken copyright lineKen Raeburn2009-01-091-2/+1
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-140/+122
* Release default credentials before exiting krb5_gss_init_sec_context routineZhanna Tsitkov2008-12-091-1/+3
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-151-683/+683
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-1/+1
* gss krb5 mech enhanced error messagesKen Raeburn2007-07-041-4/+10
* Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach2006-10-161-0/+1
* Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) fromAlexandra Ellwood2006-07-251-4/+4
* gssapi compilation errors on WindowsJeffrey Altman2006-06-291-2/+12
* Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-141-0/+3
* Remove krb5_init_context macro hack; change all the calls except inKen Raeburn2006-05-171-2/+1
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-0/+40
* Cleanup a number of cast away from const warnings in gssapiEzra Peisach2006-05-091-2/+2
* Signed/unsigned warnings cleanupEzra Peisach2006-04-221-1/+1