credentials: Simplify cli_credentials_get_server_gss_creds()
[samba.git] / auth / credentials / credentials_krb5.c
2018-01-03 Andreas Schneidercredentials: Simplify cli_credentials_get_server_gss_cr...
2017-06-27 Stefan Metzmacherauth/credentials: remove unused smb_krb5_create_salt_pr...
2017-06-27 Stefan Metzmacherauth/credentials: make use of smb_krb5_salt_principal...
2017-03-08 Alexander Bokovoycredentials_krb5: convert to use smb_gss_krb5_import_cred
2017-02-01 Aurelien Aptelauth: fix mem leak & use appropriate free function
2017-01-12 Andreas Schneidercredentials: Create a smb_gss_krb5_copy_ccache() function
2017-01-10 Andreas Schneiderauth/credentials: Always set the the realm if we set...
2016-12-24 Andreas Schneiderauth/credentials: Add missing error code check for...
2016-12-20 Andreas Schneiderauth/credentials: Add NULL check to free_dccache()
2016-12-20 Andreas Schneiderauth/credentials: Add NULL check in free_mccache()
2016-12-20 Andreas Schneiderauth/credentials: Move function to free ccaches to...
2016-09-29 Günther Deschnermit: make it possible to build with MIT kerberos and...
2016-08-31 Andreas Schneiderkrb5_wrap: Rename get_kerberos_allowed_etypes()
2016-07-25 Alexander BokovoyWrap krb5_cc_copy_creds and krb5_cc_copy_cache
2016-07-22 Stefan Metzmacherauth/credentials: also do a shallow copy of the krb5_cc...
2015-07-16 Andreas Schneiders4-auth: Always pass down the salt principal
2015-06-24 Andreas Schneiderauth: Explain why GSS_KRB5_CRED_NO_CI_FLAGS_X is needed
2015-06-23 Stefan Metzmacherauth/credentials: use HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X...
2015-01-26 Günther Deschnerauth/credentials_krb5: fix memory leak in cli_credentia...
2014-08-08 Günther Deschnerauth/credentials_krb5: silence a build warning.
2014-08-08 Günther Deschnerauth/credentials-krb5: use get_kerberos_allowed_etypes().
2014-04-28 Andrew Bartlettkerberos: Remove un-used event context argument from...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-05 Stefan Metzmacherauth/credentials: keep cli_credentials private
2012-11-01 Andrew Tridgellauth: added cli_credentials_failed_kerberos_login()
2012-08-29 Andrew Bartlettauth/credentials: Support match-by-key in cli_credentia...
2012-05-24 Alexander Bokovoyauth/credentials: 'workgroup' set via command line...
2012-05-23 Alexander Bokovoyauth-credentials: Support using pre-fetched ccache...
2012-05-23 Simo Sorceauth and s4-rpc_server: Do not use features we currentl...
2012-05-04 Andreas Schneiders4-auth: Use smb_krb5_cc_get_lifetime() wrapper.
2012-04-24 Alexander Bokovoylib/replace: split out GSSAPI from lib/replace/system...
2012-04-23 Simo SorceMake krb5 wrapper library common so they can be used...
2012-04-12 Simo Sorcesrv_keytab: Pass krb5_context directly, it's all we...
2012-04-12 Simo Sorces4-auth-krb: Remove dependency on credentials too.
2012-04-12 Simo Sorces4-auth-krb: Remove unneded dependency on kerberos_util.
2012-04-12 Simo Sorces4-auth-krb: Move keytab functions in a separate file.
2012-04-12 Simo Sorces4-auth-krb: Make cli_credentials_invalidate_client_gss...
2012-02-10 Andrew Bartlettcredentials: Show returned error_string in debug message
2011-12-07 Andrew Bartletts4-dns Use match-by-key in GSSAPI server if principal...
2011-11-21 Jeremy AllisonFix a bunch of "warning: variable ‘XXXX’ set but not...
2011-10-11 Andrew Bartlettauth: move credentials layer to the top level