1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/rpc_server
Gary Lockyer 689e251056 s3-named_pipe_auth: Rename client -> remote_client and server -> local_server
This brings the callers of named_pipe_auth in line with that subsystem.

Much of Samba uses remote_address and local_address, and this difference
has hidden bugs

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Pair-Programmed-by: Gary Lockyer <gary@catalyst.net.nz>
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
2017-03-29 02:37:28 +02:00
..
dfs werror: replace WERR_DFS_CANT_CREATE_JUNCT with WERR_NERR_DFSCANTCREATEJUNCTIONPOINT in source3/rpc_server/dfs/srv_dfs_nt.c 2016-09-28 00:04:30 +02:00
dssetup werror: replace WERR_UNKNOWN_LEVEL with WERR_INVALID_LEVEL in source3/rpc_server/ 2016-09-28 00:04:34 +02:00
echo Covert all uint32/16/8 to _t in source3/rpc_server. 2015-05-15 19:31:24 +02:00
epmapper s3-epmapper: Ignore epm_Map object guid 2016-11-12 02:49:23 +01:00
eventlog werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/rpc_server/ 2016-09-28 00:04:19 +02:00
fss Correct "heirarchy" typos. 2017-02-22 08:26:23 +01:00
initshutdown
lsa Fix various spelling errors 2015-11-06 13:43:45 +01:00
mdssvc Correct "errror" typos. 2017-02-22 08:26:22 +01:00
netlogon rpc: Always supply both the remote and local address to the auth subsystem 2017-03-29 02:37:27 +02:00
ntsvcs werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/rpc_server/ 2016-09-28 00:04:21 +02:00
samr samr3: Use "all_zero" where appropriate 2017-01-03 16:04:28 +01:00
spoolss rpc: Always supply both the remote and local address to the auth subsystem 2017-03-29 02:37:27 +02:00
srvsvc lib: Add lib/util/server_id.h 2017-01-22 18:30:11 +01:00
svcctl Correct "incluing" typos. 2017-02-22 08:26:23 +01:00
winreg Update smbrun to allow for settings environment variables. 2016-10-13 04:26:26 +02:00
wkssvc werror: replace WERR_UNKNOWN_LEVEL with WERR_INVALID_LEVEL in source3/rpc_server/ 2016-09-28 00:04:34 +02:00
dcesrv_auth_generic.c auth: Always supply both the remote and local address to the auth subsystem 2017-03-29 02:37:26 +02:00
dcesrv_auth_generic.h auth: Always supply both the remote and local address to the auth subsystem 2017-03-29 02:37:26 +02:00
epmd.c s3: Move call to prctl_set_comment to reinit_after_fork 2015-09-24 08:00:16 +02:00
fssd.c fssd: Remove reference to procid_self() 2015-10-19 12:09:10 +02:00
lsasd.c s3: Move call to prctl_set_comment to reinit_after_fork 2015-09-24 08:00:16 +02:00
mdssd.c s3-rpc_server/mdssd: use smbd_reinit_after_fork() 2016-07-11 02:02:31 +02:00
rpc_config.c s3-mdssvc: add Spotlight RPC stubs 2015-07-07 17:34:28 +02:00
rpc_config.h s3-mdssvc: add mdssd RPC service daemon for mdssvc 2015-07-07 17:34:28 +02:00
rpc_contexts.c
rpc_contexts.h
rpc_ep_register.c s3:rpc_server: make use of dcerpc_binding_set_abstract_syntax() 2014-02-13 11:54:16 +01:00
rpc_ep_register.h
rpc_handles.c rpc_server: Fix a typo 2016-08-24 18:01:14 +02:00
rpc_modules.c s3:rpc_server: allow building RPC services as shared modules 2016-02-21 19:21:17 +01:00
rpc_modules.h s3:rpc_server: allow building RPC services as shared modules 2016-02-21 19:21:17 +01:00
rpc_ncacn_np.c s3-named_pipe_auth: Rename client -> remote_client and server -> local_server 2017-03-29 02:37:28 +02:00
rpc_ncacn_np.h rpc: Always supply both the remote and local address to the auth subsystem 2017-03-29 02:37:27 +02:00
rpc_pipes.h s3-rpc_server: allow to set minimal auth level for a DCE/RPC service 2017-01-06 12:28:18 +01:00
rpc_server.c s3-named_pipe_auth: Rename client -> remote_client and server -> local_server 2017-03-29 02:37:28 +02:00
rpc_server.h s3-named_pipe_auth: Rename client -> remote_client and server -> local_server 2017-03-29 02:37:28 +02:00
rpc_service_setup.c s3/rpc_server: shared rpc modules loading 2017-01-31 00:45:18 +01:00
rpc_service_setup.h s3:rpc_server: allow building RPC services as shared modules 2016-02-21 19:21:17 +01:00
rpc_sock_helper.c s3-rpc_server: fix rpc_create_tcpip_sockets() processing of interfaces. 2015-04-30 15:14:27 +02:00
rpc_sock_helper.h
srv_access_check.c Covert all uint32/16/8 to _t in source3/rpc_server. 2015-05-15 19:31:24 +02:00
srv_access_check.h Covert all uint32/16/8 to _t in source3/rpc_server. 2015-05-15 19:31:24 +02:00
srv_pipe_hnd.c rpc_server: change unsupported pipe error 2014-03-05 16:31:42 +01:00
srv_pipe_hnd.h s3/rpc_server: don't unmarshall PDUs twice 2013-12-11 22:24:31 +01:00
srv_pipe_internal.h
srv_pipe_register.c
srv_pipe_register.h
srv_pipe.c auth: Add hooks for notification of authentication events over the message bus 2017-03-29 02:37:28 +02:00
srv_pipe.h
wscript_build auth: Generate a human readable Authentication log message. 2017-03-29 02:37:26 +02:00