1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/auth
Christof Schmitt cc76aaeb62 s3: Rename server_messaging_context() to global_messaging_context()
This reflects that the messaging context is also used outside of the
server processes.

The command used for the rename:
find . -name '*.[hc]' -print0 | xargs -0 sed -i 's/server_messaging_context/global_messaging_context/'

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2018-09-07 17:26:17 +02: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 auth: Add unique session GUID identifier 2018-05-10 20:02:22 +02:00
auth_winbind.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.c auth: For NTLM and KDC authentication, log the authentication duration 2018-06-25 08:32:14 +02:00
check_samsec.c auth: Use "all_zero" where appropriate 2017-01-03 16:04:28 +01:00
pampass.c s3:auth: Add FALL_THROUGH statements in pampass.c 2018-03-01 04:37:42 +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 make_{server,session}_info_anonymous() 2018-03-15 21:54:17 +01: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: add create_info6_from_pac() 2018-02-10 08:35:17 +01:00
token_util.c s3:auth: support AUTH_SESSION_INFO_NTLM in finalize_local_nt_token() 2018-03-19 20:30:49 +01:00
user_info.c rpc: Always supply both the remote and local address to the auth subsystem 2017-03-29 02:37:27 +02:00
user_krb5.c Correct "perfom" typos. 2017-02-22 08:26:22 +01:00
user_util.c include: Create system/nis.h in libreplace 2018-01-22 12:26:20 +01:00
wscript_build build: deal with recent glibc sunrpc header removal 2018-01-22 12:26:20 +01:00