aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5/init_sec_context.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20Correct IAKERB protocol implementationGreg Hudson1-1/+1
2024-05-06Add GSS flag to include KERB_AP_OPTIONS_CBTStefan Metzmacher1-3/+8
2023-07-24Eliminate old-style function declarationsKen Hornstein1-37/+18
2023-03-24Eliminate TWRITE macros in GSS libraryGreg Hudson1-41/+24
2023-03-24Use k5-der.h in GSS libraryGreg Hudson1-11/+7
2022-09-27Add and use ts_interval() helperGreg Hudson1-2/+2
2021-03-31Fix gss-krb5 handling of high sequence numbersGreg Hudson1-1/+1
2020-08-07Cache S4U2Proxy requests by second ticketIsaac Boukris1-34/+27
2019-11-13Add enforce_ok_as_delegate settingViktor Dukhovni1-0/+7
2019-09-09S4U2Proxy evidence tickets needn't be forwardableIsaac Boukris1-1/+0
2019-09-08Add RBCD client supportIsaac Boukris1-1/+8
2019-07-11Fix typosAntoine Cœur1-1/+1
2017-05-24Free GSS checksum data deterministicallyTomas Kuthan1-3/+1
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson1-4/+5
2016-02-29Use cached S4U2Proxy tickets in GSSAPIIsaac Boukris1-34/+37
2015-06-18Implement GSS_KRB5_CRED_NO_CI_FLAGS_X cred optionAndreas Schneider1-6/+8
2014-03-18Improve internal API for GSS sequence numbersGreg Hudson1-7/+19
2013-05-14Assume mutex locking cannot failGreg Hudson1-7/+2
2012-07-02Add client keytab initiation supportGreg Hudson1-24/+0
2012-07-02Get default cred only once in gss-krb5 initiatorGreg Hudson1-27/+24
2012-06-27Rename gss-krb5 cred tgt_expire fieldGreg Hudson1-1/+1
2012-06-27Simplify password storage in krb5_gss_cred_id_recGreg Hudson1-5/+3
2012-06-08Remove big-endian gss-krb5 supportGreg Hudson1-2/+1
2011-12-07Allow S4U2Proxy service tickets to be cachedGreg Hudson1-3/+1
2011-12-07Allow S4U2Proxy delegated credentials to be savedGreg Hudson1-12/+5
2011-10-14Use gssalloc memory management where appropriateSam Hartman1-7/+7
2011-10-07Fix a memory leak in make_gss_checksumGreg Hudson1-0/+1
2011-09-05Make gss-krb5 use cache collectionGreg Hudson1-22/+15
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn1-1/+0
2011-08-29Fix style issues in r25087Greg Hudson1-2/+2
2011-08-09Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman1-1/+1
2011-04-13Remove pointer validation code from the gss krb5 mechGreg Hudson1-27/+5
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-3/+2
2011-02-22Fix a memory leak introduced in r23926 where k_cred was not freed onGreg Hudson1-30/+24
2010-10-01A cleaner impleentation of r24399 which adds two new auth context APIsGreg Hudson1-4/+7
2010-10-01GSSAPI forwarded credentials must be encrypted in session keyGreg Hudson1-3/+11
2010-09-27Use IAKERB OID header for all IAKERB messages including AP-REQLuke Howard1-0/+2
2010-05-17The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson1-30/+3
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson1-51/+133
2010-04-22In kg_new_connection(), make sure k_cred is freed in all failureGreg Hudson1-3/+2
2010-04-21Amend r23917 to correct some uses of *out_creds which should now useGreg Hudson1-3/+2
2010-04-21In the get_credentials() helper of the gss-krb5 init_sec_context code,Greg Hudson1-2/+8
2010-02-05Apply patch from Arlene Berry to return a comparable static OID objectTom Yu1-0/+3
2009-12-08Mark and reindent lib/gssapi, with some exceptionsTom Yu1-11/+11
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-7/+14
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-19/+42
2009-09-13Implement s4u extensionsGreg Hudson1-19/+63
2009-04-08Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG,Greg Hudson1-1/+10
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-02-02TWRITE_STR casts second argument; don't add redundant castingKen Raeburn1-3/+3