1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/auth
Noel Power 8ea0835a6c s3/auth: clang: Fix 'Value stored during its initialization is never read'
Fixes:

source3/auth/auth.c:38:35: warning: Value stored to 'entry' during its initialization is never read <--[clang]
        struct auth_init_function_entry *entry = auth_backends;
                                         ^~~~~   ~~~~~~~~~~~~~
1 warning generated.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
2019-09-26 18:41:27 +00:00
..
auth_builtin.c s3:auth: rename "guest" methods to "anonymous" 2018-03-19 20:30:49 +01:00
auth_generic.c auth/common: add support for auth4_ctx->check_ntlm_password_send/recv() 2017-08-07 15:20:03 +02:00
auth_ntlmssp.c s3:auth: make use of make_{server,session}_info_anonymous() 2018-03-16 03:03:31 +01:00
auth_sam.c s3:auth: Add FALL_THROUGH statements in auth_sam.c 2018-03-01 04:37:42 +01:00
auth_samba4.c s3: Rename server_messaging_context() to global_messaging_context() 2018-09-07 17:26:17 +02:00
auth_script.c lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *) 2017-04-22 01:17:00 +02:00
auth_unix.c lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *) 2017-04-22 01:17:00 +02:00
auth_util.c s3/auth: clang: Fix 'Value stored during its initialization is never read' 2019-09-26 18:41:27 +00:00
auth_winbind.c s3:auth_winbind: ignore a missing winbindd as NT4 PDC/BDC without trusts 2018-12-20 12:15:09 +01:00
auth.c s3/auth: clang: Fix 'Value stored during its initialization is never read' 2019-09-26 18:41:27 +00:00
check_samsec.c auth: Use "all_zero" where appropriate 2017-01-03 16:04:28 +01:00
pampass.c s3:auth: Use #ifdef instead of #if for config.h definitions 2018-11-28 23:19:22 +01:00
pass_check.c auth: Remove support for HAVE_TRUNCATED_SALT from pass_check.c 2014-04-15 12:32:09 +02:00
proto.h s3:auth: add reinit_guest_session_info() 2019-06-05 15:40:23 +00:00
server_info_sam.c s3-auth: Steal the memory to avoid duplication. 2014-03-13 15:08:26 +01:00
server_info.c s3:auth: Remove unused arcfour.h header from server_info.c 2019-02-22 21:48:11 +01:00
token_util.c make some auth functions return an NTSTATUS like other similar functions for better diagnostics. 2019-04-02 02:12:48 +00:00
user_info.c pdb: Reduce code duplication in make_user_info() 2018-10-09 01:22:53 +02:00
user_krb5.c Correct "perfom" typos. 2017-02-22 08:26:22 +01:00
user_util.c lib: Remove gencache.h from proto.h 2018-10-19 18:52:50 +02:00
wscript_build s3 auth: Create messaging and lp contexts. 2019-02-20 06:03:08 +01:00