aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi
AgeCommit message (Expand)AuthorFilesLines
4 daysRefactor GSS per-message token parsingGreg Hudson10-701/+700
2024-07-30Refactor GSS token header parsingGreg Hudson10-297/+170
2024-07-22Remove unused filesGreg Hudson2-5/+0
2024-07-22Add acceptor-side IAKERB realm discoveryGreg Hudson1-7/+59
2024-07-08Remove unused GSS codeGreg Hudson5-139/+0
2024-06-26Fix vulnerabilities in GSS message token handlingGreg Hudson3-8/+80
2024-06-20Correct IAKERB protocol implementationGreg Hudson4-35/+16
2024-05-28Handle empty initial buffer in IAKERB initiatorAndreas Schneider1-1/+1
2024-05-22Fix more non-prototype functionsArjun1-1/+1
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 Hornstein62-910/+340
2023-04-13make regenGreg Hudson4-6/+11
2023-04-10Add GSS_C_INQ_ODBC_SESSION_KEYGreg Hudson5-31/+93
2023-03-26Fix potential memory leak in recent commitGreg Hudson1-2/+3
2023-03-24Eliminate TWRITE macros in GSS libraryGreg Hudson4-106/+43
2023-03-24Use k5-der.h in GSS libraryGreg Hudson12-1530/+474
2023-03-24Make k5buf more flexible for binary dataGreg Hudson1-3/+4
2023-02-13Fix read overruns in SPNEGO parsingGreg Hudson1-6/+10
2022-09-27Add and use ts_interval() helperGreg Hudson7-31/+21
2022-07-13Reduce SUBDIROBJLISTS repetition in makefilesGreg Hudson1-1/+1
2022-05-24Read GSS configuration files with mtime 0Simo Sorce1-5/+6
2021-12-29Use 14 instead of 9 for unkeyed SHA-1 checksumGreg Hudson1-2/+1
2021-09-13Improve gss_store_cred() behaviorGreg Hudson1-78/+67
2021-08-29Update gss_config explanation in mglueP.hRobbie Harwood1-9/+4
2021-08-29Find gss_get_mic_iov extensions in GSS modulesRobbie Harwood1-0/+8
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-07-01Fix many unlikely memory leaksRobbie Harwood1-4/+2
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-23Improve duplicate checking in gss_add_cred()sashan1-8/+8
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 Maarten2-2/+2
2020-10-22Fix minor static analysis defectsRobbie Harwood1-3/+1
2020-10-20Unregister thread key in SPNEGO finalizationGreg Hudson1-0/+1
2020-09-09Fix input length checking in SPNEGO DER decodingGreg Hudson1-5/+5
2020-09-09Do proper length decoding in SPNEGO gss_get_oid()Greg Hudson1-7/+6
2020-09-07Use the term "primary KDC" in source and docsGreg Hudson1-3/+3
2020-09-02Harmonize macOS pack declarations with HeimdalGreg Hudson1-4/+4
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 Boukris6-4/+27