1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/auth
Matthew DeVore c2ac923c6a s3: safe_string: do not include string_wrappers.h
Rather than have safe_string.h #include string_wrappers.h, make users of
string_wrappers.h include it explicitly.

includes.h now no longer includes string_wrappers.h transitively. Still
allow includes.h to #include safe_string.h for now so that as many
modules as possible get the safety checks in it.

Signed-off-by: Matthew DeVore <matvore@google.com>
Reviewed-by: David Mulder <dmulder@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2020-08-28 00:56:34 +00:00
..
auth_builtin.c s3: safe_string: do not include string_wrappers.h 2020-08-28 00:56:34 +00:00
auth_generic.c s3/auth: use set_current_user_info() in auth3_generate_session_info_pac() 2020-02-06 10:17:43 +00:00
auth_ntlmssp.c s3/auth: use set_current_user_info() in auth3_check_password_send() 2020-02-06 10:17:44 +00:00
auth_sam.c auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL) 2020-02-14 12:15:32 +00:00
auth_samba4.c auth: Remove the "typedef auth_methods" 2020-01-06 01:47:30 +00:00
auth_unix.c auth: Remove the "typedef auth_methods" 2020-01-06 01:47:30 +00:00
auth_util.c s3:auth: use talloc_alpha_strcpy() in auth3_session_info_create() 2020-02-06 10:17:43 +00:00
auth_winbind.c auth: Remove the "typedef auth_methods" 2020-01-06 01:47:30 +00:00
auth.c auth: Remove the "typedef auth_methods" 2020-01-06 01:47:30 +00:00
check_samsec.c auth3: Fix a typo 2020-01-30 12:27:40 +00:00
pampass.c s3: safe_string: do not include string_wrappers.h 2020-08-28 00:56:34 +00: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 auth3: Replace auth3_check_password() by _send and _recv 2020-01-06 22:09:32 +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: fill in info3 domain name in passwd_to_SamInfo3() 2020-05-30 01:17:36 +00: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 smbdotconf: mark "username map script" with substitution="1" 2019-11-27 10:25:36 +00:00
wscript_build auth3: Remove auth_script 2019-12-02 22:47:24 +00:00