1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/auth/credentials
Alexander Bokovoy dc3f74a953 auth/credentials: 'workgroup' set via command line will not drop existing ccache
The root cause for existing ccache being invalidated was use of global loadparm with
'workgroup' value set as if from command line. However, we don't really need to take
'workgroup' parameter value's nature into account when invalidating existing ccache.
When -U is used on the command line, one can specify a password to force ccache
invalidation.

The commit also reverts previous fix now that root cause is clear.
2012-05-24 16:21:26 +02:00
..
tests test: fixed several tests to use samba.tests 2011-11-10 14:24:21 +11:00
credentials_krb5.c auth/credentials: 'workgroup' set via command line will not drop existing ccache 2012-05-24 16:21:26 +02:00
credentials_krb5.h s4-auth-krb: Move function into more appropriate header. 2012-04-12 12:06:41 +02:00
credentials_ntlm.c credentials: Always honour the return value of E_deshash() 2011-12-28 22:39:19 +11:00
credentials_samba3.c auth/credentials Remove debug that prints in normal operation 2012-01-09 03:24:36 +01:00
credentials_secrets.c Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-set-variable]" warnings from the new gcc. 2011-11-21 23:39:08 +01:00
credentials.c auth/credentials: 'workgroup' set via command line will not drop existing ccache 2012-05-24 16:21:26 +02:00
credentials.h auth/credentials Declare remaining functions are public interfaces and put into credentials.h 2011-10-11 13:41:36 +11:00
pycredentials.c auth: move credentials layer to the top level 2011-10-11 13:41:36 +11:00
pycredentials.h auth: move credentials layer to the top level 2011-10-11 13:41:36 +11:00
samba-credentials.pc.in auth: move credentials layer to the top level 2011-10-11 13:41:36 +11:00
wscript_build s4-auth-krb: Move keytab functions in a separate file. 2012-04-12 12:06:42 +02:00