summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials_krb5.c
Commit message (Expand)AuthorAgeFilesLines
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-051-4/+12
* define DBGC_AUTH classkkplein2018-01-081-0/+3
* credentials: Simplify cli_credentials_get_server_gss_creds()Andreas Schneider2018-01-031-9/+10
* auth/credentials: remove unused smb_krb5_create_salt_principal()Stefan Metzmacher2017-06-271-79/+0
* auth/credentials: make use of smb_krb5_salt_principal() in cli_credentials_ge...Stefan Metzmacher2017-06-271-12/+26
* credentials_krb5: convert to use smb_gss_krb5_import_credAlexander Bokovoy2017-03-081-9/+13
* auth: fix mem leak & use appropriate free functionAurelien Aptel2017-02-011-1/+1
* credentials: Create a smb_gss_krb5_copy_ccache() functionAndreas Schneider2017-01-121-4/+129
* auth/credentials: Always set the the realm if we set the principal from the c...Andreas Schneider2017-01-101-3/+17
* auth/credentials: Add missing error code check for MIT KerberosAndreas Schneider2016-12-241-1/+5
* auth/credentials: Add NULL check to free_dccache()Andreas Schneider2016-12-201-2/+7
* auth/credentials: Add NULL check in free_mccache()Andreas Schneider2016-12-201-1/+5
* auth/credentials: Move function to free ccaches to the topAndreas Schneider2016-12-201-15/+15
* mit: make it possible to build with MIT kerberos and --picky-developerGünther Deschner2016-09-291-1/+2
* krb5_wrap: Rename get_kerberos_allowed_etypes()Andreas Schneider2016-08-311-1/+1
* Wrap krb5_cc_copy_creds and krb5_cc_copy_cacheAlexander Bokovoy2016-07-251-2/+2
* auth/credentials: also do a shallow copy of the krb5_ccache.Stefan Metzmacher2016-07-221-0/+67
* s4-auth: Always pass down the salt principalAndreas Schneider2015-07-171-6/+104
* auth: Explain why GSS_KRB5_CRED_NO_CI_FLAGS_X is neededAndreas Schneider2015-06-241-1/+9
* auth/credentials: use HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X instead of SAMBA4_USES...Stefan Metzmacher2015-06-231-3/+2
* auth/credentials_krb5: fix memory leak in cli_credentials_failed_kerberos_log...Günther Deschner2015-01-261-0/+2
* auth/credentials_krb5: silence a build warning.Günther Deschner2014-08-081-0/+2
* auth/credentials-krb5: use get_kerberos_allowed_etypes().Günther Deschner2014-08-081-6/+5
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-281-1/+1
* auth/credentials: keep cli_credentials privateStefan Metzmacher2013-08-051-0/+1
* auth: added cli_credentials_failed_kerberos_login()Andrew Tridgell2012-11-011-0/+61
* auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()Andrew Bartlett2012-08-301-3/+8
* auth/credentials: 'workgroup' set via command line will not drop existing ccacheAlexander Bokovoy2012-05-241-12/+2
* auth-credentials: Support using pre-fetched ccache when obtaining kerberos cr...Alexander Bokovoy2012-05-231-2/+12
* auth and s4-rpc_server: Do not use features we currently can't implement with...Simo Sorce2012-05-231-1/+4
* s4-auth: Use smb_krb5_cc_get_lifetime() wrapper.Andreas Schneider2012-05-041-2/+2
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-0/+1
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-231-0/+1
* srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce2012-04-121-1/+2
* s4-auth-krb: Remove dependency on credentials too.Simo Sorce2012-04-121-3/+6
* s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce2012-04-121-3/+13
* s4-auth-krb: Move keytab functions in a separate file.Simo Sorce2012-04-121-0/+1
* s4-auth-krb: Make cli_credentials_invalidate_client_gss_creds static.Simo Sorce2012-04-121-0/+4
* credentials: Show returned error_string in debug messageAndrew Bartlett2012-02-101-2/+2
* s4-dns Use match-by-key in GSSAPI server if principal is not specifiedAndrew Bartlett2011-12-071-3/+9
* Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2011-11-211-2/+2
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-111-0/+903