summaryrefslogtreecommitdiff
path: root/auth/credentials
AgeCommit message (Expand)AuthorFilesLines
2012-08-29auth/credentials: Better integrate fetch of secrets.tdb and secrets.ldb recordsAndrew Bartlett1-32/+61
2012-08-29auth/credentials: Improve memory handling in cli_credentials_set_machine_accountAndrew Bartlett1-26/+26
2012-08-29auth/credentials: Avoid double-free in the failure caseAndrew Bartlett1-1/+1
2012-08-28auth/credentials: Rework credentials handling to try and find the most recent...Andrew Bartlett1-33/+71
2012-08-28auth/credentials: Expand secrets.tdb fetch of secrets to preserve workstation...Andrew Bartlett1-0/+4
2012-08-10build: rename security → samba-securityBjörn Jacke1-1/+1
2012-07-19auth/credentials: Remove extra newlineAndrew Bartlett1-1/+1
2012-07-15auth/credentials: Look in the secrets.tdb for the machine accountAndrew Bartlett2-3/+50
2012-05-24auth/credentials: 'workgroup' set via command line will not drop existing ccacheAlexander Bokovoy2-13/+7
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 Sorce2-2/+3
2012-04-12s4-auth-krb: Move function into more appropriate header.Simo Sorce1-8/+0
2012-04-12s4-auth-krb: Make cli_credentials_invalidate_client_gss_creds static.Simo Sorce2-2/+4
2012-04-12s4-auth-krb: Make impersonate_principal_from_credentials static.Simo Sorce1-6/+0
2012-02-10credentials: Show returned error_string in debug messageAndrew Bartlett1-2/+2
2012-01-09auth/credentials Remove debug that prints in normal operationAndrew Bartlett1-1/+0
2011-12-28credentials: Always honour the return value of E_deshash()Andrew Bartlett1-4/+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 Allison2-4/+2
2011-11-10test: fixed several tests to use samba.testsAndrew Tridgell1-2/+2
2011-10-18build: compile gensec_start.c and credentials.c in the autoconf buildAndrew Bartlett1-0/+50
2011-10-18credentials: Prioritise command-line specified options above defaults from sm...Andrew Bartlett1-3/+15
2011-10-11auth/credentials Declare remaining functions are public interfaces and put in...Andrew Bartlett2-9/+45
2011-10-11auth: move credentials layer to the top levelAndrew Bartlett12-0/+3655