summaryrefslogtreecommitdiffstats
path: root/auth/credentials/credentials_krb5.c
Commit message (Expand)AuthorAgeFilesLines
* 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