summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials_krb5.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+3
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-2/+2
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-08-19auth:creds: Remove unused credentials autoproto headerAndreas Schneider1-1/+0
2019-04-29credentials: Workaround krb5_cc_remove_cred not implemented in MIT kerberosSamuel Cabrero1-0/+149
2019-04-29credentials: Initialize krb5 client to retrieve creds from ccacheSamuel Cabrero1-0/+15
2018-11-28krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke1-3/+3
2018-11-28credentials: Remove an unnecessary talloc_steal()Volker Lendecke1-1/+0
2018-11-28credentials: Fix set_ccache with empty creds cacheVolker Lendecke1-6/+7
2018-11-28credentials: Fix an error path memleakVolker Lendecke1-0/+1
2018-11-28credentials: Only do shallow copies of valid ccachesVolker Lendecke1-0/+14
2018-09-05krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy1-4/+12
2018-01-08define DBGC_AUTH classkkplein1-0/+3
2018-01-03credentials: Simplify cli_credentials_get_server_gss_creds()Andreas Schneider1-9/+10
2017-06-27auth/credentials: remove unused smb_krb5_create_salt_principal()Stefan Metzmacher1-79/+0
2017-06-27auth/credentials: make use of smb_krb5_salt_principal() in cli_credentials_ge...Stefan Metzmacher1-12/+26
2017-03-08credentials_krb5: convert to use smb_gss_krb5_import_credAlexander Bokovoy1-9/+13
2017-02-01auth: fix mem leak & use appropriate free functionAurelien Aptel1-1/+1
2017-01-12credentials: Create a smb_gss_krb5_copy_ccache() functionAndreas Schneider1-4/+129
2017-01-10auth/credentials: Always set the the realm if we set the principal from the c...Andreas Schneider1-3/+17
2016-12-24auth/credentials: Add missing error code check for MIT KerberosAndreas Schneider1-1/+5
2016-12-20auth/credentials: Add NULL check to free_dccache()Andreas Schneider1-2/+7
2016-12-20auth/credentials: Add NULL check in free_mccache()Andreas Schneider1-1/+5
2016-12-20auth/credentials: Move function to free ccaches to the topAndreas Schneider1-15/+15
2016-09-29mit: make it possible to build with MIT kerberos and --picky-developerGünther Deschner1-1/+2
2016-08-31krb5_wrap: Rename get_kerberos_allowed_etypes()Andreas Schneider1-1/+1
2016-07-25Wrap krb5_cc_copy_creds and krb5_cc_copy_cacheAlexander Bokovoy1-2/+2
2016-07-22auth/credentials: also do a shallow copy of the krb5_ccache.Stefan Metzmacher1-0/+67
2015-07-17s4-auth: Always pass down the salt principalAndreas Schneider1-6/+104
2015-06-24auth: Explain why GSS_KRB5_CRED_NO_CI_FLAGS_X is neededAndreas Schneider1-1/+9
2015-06-23auth/credentials: use HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X instead of SAMBA4_USES...Stefan Metzmacher1-3/+2
2015-01-26auth/credentials_krb5: fix memory leak in cli_credentials_failed_kerberos_log...Günther Deschner1-0/+2
2014-08-08auth/credentials_krb5: silence a build warning.Günther Deschner1-0/+2
2014-08-08auth/credentials-krb5: use get_kerberos_allowed_etypes().Günther Deschner1-6/+5
2014-04-28kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett1-1/+1
2013-08-05auth/credentials: keep cli_credentials privateStefan Metzmacher1-0/+1
2012-11-01auth: added cli_credentials_failed_kerberos_login()Andrew Tridgell1-0/+61
2012-08-30auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()Andrew Bartlett1-3/+8
2012-05-24auth/credentials: 'workgroup' set via command line will not drop existing ccacheAlexander Bokovoy1-12/+2
2012-05-23auth-credentials: Support using pre-fetched ccache when obtaining kerberos cr...Alexander Bokovoy1-2/+12
2012-05-23auth and s4-rpc_server: Do not use features we currently can't implement with...Simo Sorce1-1/+4
2012-05-04s4-auth: Use smb_krb5_cc_get_lifetime() wrapper.Andreas Schneider1-2/+2
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy1-0/+1
2012-04-23Make krb5 wrapper library common so they can be used all overSimo Sorce1-0/+1
2012-04-12srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce1-1/+2
2012-04-12s4-auth-krb: Remove dependency on credentials too.Simo Sorce1-3/+6
2012-04-12s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce1-3/+13
2012-04-12s4-auth-krb: Move keytab functions in a separate file.Simo Sorce1-0/+1
2012-04-12s4-auth-krb: Make cli_credentials_invalidate_client_gss_creds static.Simo Sorce1-0/+4
2012-02-10credentials: Show returned error_string in debug messageAndrew Bartlett1-2/+2