summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials_krb5.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-07s4-dns Use match-by-key in GSSAPI server if principal is not specifiedAndrew Bartlett1-3/+9
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison1-2/+2
2011-10-11auth: move credentials layer to the top levelAndrew Bartlett1-0/+903