aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5/gssapiP_krb5.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-10Add GSS_C_INQ_ODBC_SESSION_KEYGreg Hudson1-1/+5
2021-07-01Clean up gssapi_krb5 ccache name functionsRobbie Harwood1-2/+1
2021-01-28Support host-based GSS initiator namesGreg Hudson1-0/+1
2020-11-18Add verify option to cred storeSimo Sorce1-0/+1
2020-11-18Add password option to cred storeSimo Sorce1-0/+1
2020-11-18Fix gss_acquire_cred_from() IAKERB handlingSimo Sorce1-0/+11
2020-07-01Add GSS_KRB5_NT_X509_CERT name typeIsaac Boukris1-0/+1
2019-12-06Improve type safety of serialization codeGreg Hudson1-5/+3
2019-05-28Remove support for single-DES and CRCRobbie Harwood1-10/+10
2017-04-10Add support to query the SSF of a GSS contextSimo Sorce1-0/+6
2017-02-21Add OID to inquire GSS cred impersonator nameSimo Sorce1-0/+6
2016-04-28Unconstify some krb5 GSS OIDsTom Yu1-1/+1
2015-11-05Fix IAKERB context export/import [CVE-2015-2698]Greg Hudson1-0/+5
2015-10-26Fix IAKERB context aliasing bugs [CVE-2015-2696]Nicolas Williams1-0/+114
2015-06-18Implement GSS_KRB5_CRED_NO_CI_FLAGS_X cred optionAndreas Schneider1-0/+1
2015-02-04Fix gss_process_context_token() [CVE-2014-5352]Greg Hudson1-0/+1
2014-07-21Don't equate IAKERB and krb5 in SPNEGO initiatorGreg Hudson1-0/+2
2014-03-18Improve internal API for GSS sequence numbersGreg Hudson1-1/+1
2014-02-26Eliminate internal fixed-width type wrappersGreg Hudson1-2/+2
2014-01-17Add rcache feature to gss_acquire_cred_fromSimo Sorce1-0/+1
2013-09-18Add GSSAPI IOV MIC functionsGreg Hudson1-2/+32
2013-04-01Add support for client keytab from cred storeSimo Sorce1-0/+1
2012-09-11Add krb5 support for GSS cred export and importGreg Hudson1-0/+12
2012-08-11Add debug mode to gssapi_alloc.hGreg Hudson1-1/+1
2012-07-20Implement credential store support for krb5 mechSimo Sorce1-0/+34
2012-07-02Add client keytab initiation supportGreg Hudson1-0/+10
2012-06-27Rename gss-krb5 cred tgt_expire fieldGreg Hudson1-1/+1
2012-06-27Simplify password storage in krb5_gss_cred_id_recGreg Hudson1-1/+1
2012-06-08Remove big-endian gss-krb5 supportGreg Hudson1-3/+1
2011-12-07Allow S4U2Proxy delegated credentials to be savedGreg Hudson1-1/+1
2011-10-14Utility functions to move allocations from k5buf/krb5_data to gss_buffer_tSam Hartman1-0/+28
2011-09-05Make gss-krb5 use cache collectionGreg Hudson1-0/+4
2011-08-29Fix style issues in r25087Greg Hudson1-38/+34
2011-08-09Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman1-50/+52
2011-05-09Kernel subsetGreg Hudson1-0/+5
2011-04-21Remove kg_map_toktype(), as the call sites were removed in r21742Greg Hudson1-2/+0
2011-04-13Remove pointer validation code from the gss krb5 mechGreg Hudson1-27/+3
2011-02-07Improve acceptor name flexibilityGreg Hudson1-7/+11
2010-11-25Fix Windows buildGreg Hudson1-9/+7
2010-10-26Add a kg_encrypt_inplace() utility function to the krb5 GSS mech, andGreg Hudson1-0/+6
2010-10-25When we create a temporary memory ccache for use within aGreg Hudson1-0/+1
2010-09-27Add gss_krb5_import_credGreg Hudson1-9/+24
2010-05-17The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson1-23/+0
2010-05-17The mechglue never invokes a mech's gss_add_cred function. Remove theGreg Hudson1-14/+0
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson1-2/+138
2009-12-17Add GSS extensions to store credentials, generate random bitsGreg Hudson1-0/+18
2009-11-28Create functional internal interfaces to allow GSSAPI to performGreg Hudson1-2/+2
2009-10-22Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passesLuke Howard1-0/+1
2009-10-20Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson1-2/+2
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-21/+20