aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5
AgeCommit message (Expand)AuthorFilesLines
2024-05-06Add GSS flag to include KERB_AP_OPTIONS_CBTStefan Metzmacher1-3/+8
2024-03-18Fix two unlikely memory leaksGreg Hudson1-32/+24
2023-10-09Fix unimportant memory leaksSteve Grubb2-3/+7
2023-07-24Eliminate old-style function declarationsKen Hornstein27-297/+130
2023-04-13make regenGreg Hudson1-2/+3
2023-04-10Add GSS_C_INQ_ODBC_SESSION_KEYGreg Hudson3-31/+76
2023-03-24Eliminate TWRITE macros in GSS libraryGreg Hudson3-74/+43
2023-03-24Use k5-der.h in GSS libraryGreg Hudson5-112/+98
2022-09-27Add and use ts_interval() helperGreg Hudson7-31/+21
2021-09-13Improve gss_store_cred() behaviorGreg Hudson1-78/+67
2021-07-21Fix defcred leak in krb5 gss_inquire_cred()Greg Hudson1-10/+6
2021-07-01Clean up gssapi_krb5 ccache name functionsRobbie Harwood3-72/+42
2021-03-31Fix gss-krb5 handling of high sequence numbersGreg Hudson2-3/+3
2021-01-28Support host-based GSS initiator namesGreg Hudson4-49/+57
2021-01-07Implement fallback for GSS acceptor namesGreg Hudson1-16/+2
2020-12-18Add support for start_realm cache configGreg Hudson1-1/+1
2020-11-18Add verify option to cred storeSimo Sorce2-13/+67
2020-11-18Add password option to cred storeSimo Sorce2-1/+26
2020-11-18Fix gss_acquire_cred_from() IAKERB handlingSimo Sorce3-12/+54
2020-10-22Use PKG_CHECK_MODULES for system library com_errAnonymous Maarten1-1/+1
2020-10-22Fix minor static analysis defectsRobbie Harwood1-3/+1
2020-09-07Use the term "primary KDC" in source and docsGreg Hudson1-3/+3
2020-09-02make regenGreg Hudson1-8/+9
2020-08-07Cache S4U2Proxy requests by second ticketIsaac Boukris1-34/+27
2020-08-04Fix leak in KERB_AP_OPTIONS_CBT server supportGreg Hudson1-10/+13
2020-07-22Allow gss_unwrap_iov() of unpadded RC4 tokensGreg Hudson1-6/+3
2020-07-01Add GSS_KRB5_NT_X509_CERT name typeIsaac Boukris5-4/+26
2020-05-29Return GSS_S_NO_CRED from krb5 gss_acquire_credGreg Hudson2-10/+10
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-05-07Stop reporting krb5 mech from IAKERBGreg Hudson1-8/+6
2020-04-08Fix typos in commentsGreg Hudson3-3/+4
2020-03-31Correctly import "service@" GSS host-based nameGreg Hudson1-2/+2
2020-03-02Refresh manually acquired creds from client keytabRobbie Harwood1-3/+11
2020-01-28Zero length fields when freeing object contentsIsaac Boukris1-16/+0
2019-12-06Improve type safety of serialization codeGreg Hudson5-211/+79
2019-11-26Various gssalloc fixesGreg Hudson2-2/+2
2019-11-13Add enforce_ok_as_delegate settingViktor Dukhovni1-0/+7
2019-09-24Follow-up on krb5_gss_duplicate_name() null checkGreg Hudson1-2/+1
2019-09-11Remove null check in krb5_gss_duplicate_name()Robbie Harwood1-2/+1
2019-09-09S4U2Proxy evidence tickets needn't be forwardableIsaac Boukris3-14/+4
2019-09-08Add RBCD client supportIsaac Boukris1-1/+8
2019-07-17Filter enctypes in gss_set_allowable_enctypes()Greg Hudson1-15/+14
2019-07-11Fix typosAntoine Cœur1-1/+1
2019-06-04Simplify and modernize replay cache interfaceGreg Hudson4-33/+9
2019-05-28Remove support for single-DES and CRCRobbie Harwood7-245/+13
2019-05-10Remove more dead codeRobbie Harwood3-7/+5
2019-05-06Modernize exit path in gss_krb5int_copy_ccache()Robbie Harwood1-19/+12
2019-05-05Fix some return code handling bugsRobbie Harwood1-0/+1