aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5/accept_sec_context.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-30Refactor GSS token header parsingGreg Hudson1-40/+42
2024-06-20Correct IAKERB protocol implementationGreg Hudson1-1/+1
2023-07-24Eliminate old-style function declarationsKen Hornstein1-52/+24
2023-03-24Eliminate TWRITE macros in GSS libraryGreg Hudson1-5/+1
2023-03-24Use k5-der.h in GSS libraryGreg Hudson1-15/+11
2022-09-27Add and use ts_interval() helperGreg Hudson1-4/+6
2021-03-31Fix gss-krb5 handling of high sequence numbersGreg Hudson1-2/+2
2021-01-28Support host-based GSS initiator namesGreg Hudson1-12/+3
2020-12-18Add support for start_realm cache configGreg Hudson1-1/+1
2020-10-22Fix minor static analysis defectsRobbie Harwood1-3/+1
2020-08-04Fix leak in KERB_AP_OPTIONS_CBT server supportGreg Hudson1-10/+13
2020-05-20Implement KERB_AP_OPTIONS_CBT (server side)Isaac Boukris1-1/+44
2020-05-20Implement GSS_C_CHANNEL_BOUND_FLAGAlexander Scheel1-5/+13
2020-05-20Refactor krb5 GSS checksum handlingAlexander Scheel1-205/+179
2020-04-08Fix typos in commentsGreg Hudson1-1/+2
2019-09-09S4U2Proxy evidence tickets needn't be forwardableIsaac Boukris1-2/+1
2019-05-28Remove support for single-DES and CRCRobbie Harwood1-3/+0
2018-07-18Eliminate preprocessor-disabled dead codeRobbie Harwood1-11/+0
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson1-3/+5
2016-08-27Guess Samba client mutual flag using ap_optionsAndreas Schneider1-1/+4
2015-10-23Allow clock skew in krb5 gss_accept_sec_context()Greg Hudson1-14/+4
2015-08-04Allow missing authenticator checksum with GSSAPISimo Sorce1-7/+9
2014-10-09Use gssalloc_malloc for GSS error tokensGreg Hudson1-1/+1
2014-08-09Fix GSS krb5 GSS_C_DELEG_FLAG ret_flags resultGreg Hudson1-9/+10
2014-06-10Simplify ticket retrieval from AP-REQsGreg Hudson1-4/+3
2014-03-18Improve internal API for GSS sequence numbersGreg Hudson1-3/+8
2013-11-04Clean up the code to eliminate some clang warningsBen Kaduk1-1/+1
2013-10-14Fix gss_accept_sec_context error tokensGreg Hudson1-26/+17
2013-09-23Err codes in KRB_ERROR protocol messages are < 128Zhanna Tsitkov1-1/+1
2013-08-12Fix gss_krb5_set_allowable_enctypes for acceptorGreg Hudson1-2/+2
2013-06-07Fix various warningsGreg Hudson1-2/+0
2012-09-21Keep verifier cred locked in accept_sec_contextGreg Hudson1-15/+15
2012-09-21Resolve verifier cred in accept_sec_contextGreg Hudson1-2/+3
2012-06-27Rename gss-krb5 cred tgt_expire fieldGreg Hudson1-1/+1
2012-06-08Remove big-endian gss-krb5 supportGreg Hudson1-30/+8
2011-10-14Use gssalloc memory management where appropriateSam Hartman1-4/+7
2011-09-28Windows fixes: add KRB5_CALLCONV where neededSam Hartman1-1/+1
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn1-1/+0
2011-08-29Fix style issues in r25087Greg Hudson1-3/+3
2011-08-09Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman1-2/+2
2011-07-20Fix memory leak of accprinc in kg_accept_krb5()Greg Hudson1-2/+4
2011-04-13Remove pointer validation code from the gss krb5 mechGreg Hudson1-24/+7
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-1/+0
2011-02-07Improve acceptor name flexibilityGreg Hudson1-9/+15
2011-01-25Make gss_krb5_set_allowable_enctypes work for the acceptorGreg Hudson1-0/+9
2010-12-07Add comment noting that RFC 4121 appears to omit RC4-HMAC from theTom Yu1-0/+2
2010-10-25When we create a temporary memory ccache for use within aGreg Hudson1-0/+1
2010-09-27Use IAKERB OID header for all IAKERB messages including AP-REQLuke Howard1-0/+6
2010-05-19CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)Tom Yu1-0/+7
2010-05-17The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson1-4/+0