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
Simo Sorce 5a4e0dd853 s3-rpc_server: Add helper to define/retrieve daemons configuration
Wtith this set of helper functions we make it easy to configure if we want to
use an embedded rpc server, or if we want to fork one. Or even just disable it
and let a third party server be used when the service is configured as
"external".

Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Simo Sorce <idra@samba.org>
2011-08-21 09:05:03 -04:00
..
dfs s3-auth Use *unix_token rather than utok in struct auth3_session_info 2011-07-20 09:17:10 +10:00
dssetup s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
echo s3-talloc Change TALLOC_ARRAY() to talloc_array() 2011-06-09 12:40:08 +02:00
epmapper s3-auth Use the common auth_session_info 2011-07-20 09:17:13 +10:00
eventlog s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
initshutdown s3: include ntdomain.h before including generated srv_ headers. 2011-05-02 15:03:44 +02:00
lsa s3-lsa: Fix crypto prototypes. 2011-08-01 00:18:34 +02:00
netlogon s3-build: remove some unused/duplicate headers. 2011-07-31 22:37:28 +02:00
ntsvcs s3: include ntdomain.h before including generated srv_ headers. 2011-05-02 15:03:44 +02:00
samr s3-auth Use system boolean in auth_user_info_unix 2011-07-20 09:17:11 +10:00
spoolss s3-messaging: Remove obsolete class. 2011-08-11 14:57:55 +02:00
srvsvc s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ 2011-07-29 13:34:22 +02:00
svcctl s3-auth Use the common auth_session_info 2011-07-20 09:17:13 +10:00
winreg s3-talloc Change TALLOC_ARRAY() to talloc_array() 2011-06-09 12:40:08 +02:00
wkssvc s3-param Remove 'announce version' parameter 2011-06-23 13:47:27 +02:00
dcesrv_gssapi.c s3-auth Use the common auth_session_info 2011-07-20 09:17:13 +10:00
dcesrv_gssapi.h s3-auth Use the common auth_session_info 2011-07-20 09:17:13 +10:00
dcesrv_ntlmssp.c s3-auth rename auth_ntlmssp_steal_session_info() 2011-08-03 18:48:05 +10:00
dcesrv_ntlmssp.h s3-auth Use the common auth_session_info 2011-07-20 09:17:13 +10:00
dcesrv_spnego.c s3-auth: Added remote_address to ntlmssp server. 2011-07-04 18:28:00 +10:00
dcesrv_spnego.h s3-auth: Added remote_address to ntlmssp server. 2011-07-04 18:28:00 +10:00
epmd.c s3-messaging: Do not register to classes we are not going to use. 2011-08-11 17:09:30 +02:00
lsasd.c s3-lsasd: Create a lsa service daemon. 2011-08-21 09:05:02 -04:00
rpc_contexts.c s3-rpc_server: Move the context functions to own file. 2011-06-01 12:02:15 +02:00
rpc_contexts.h s3-rpc_server: Move the context functions to own file. 2011-06-01 12:02:15 +02:00
rpc_ep_register.c s3-rpc_server: Use binding vector in rpc_ep_try_register(). 2011-08-01 08:50:35 +02:00
rpc_ep_register.h s3-rpc_server: Use binding vector in rpc_ep_try_register(). 2011-08-01 08:50:35 +02:00
rpc_handles.c s3-rpc_server: Use talloc for pipe_rpc_fns 2011-07-28 17:41:08 +02:00
rpc_ncacn_np.c s3-rpc_server: Use talloc for pipe_rpc_fns 2011-07-28 17:41:08 +02:00
rpc_ncacn_np.h s3-rpc_server: Move pipe/handles functions 2011-07-21 18:40:23 +02:00
rpc_pipes.h s3-rpc_server: Create common function to allocate pipes_struct 2011-07-21 19:50:02 +02:00
rpc_server.c s3-rpc_server: Add helper to define/retrieve daemons configuration 2011-08-21 09:05:03 -04:00
rpc_server.h s3-rpc_server: Add helper to define/retrieve daemons configuration 2011-08-21 09:05:03 -04:00
rpc_service_setup.c s3-rpc_server: Reduce code duplication 2011-08-21 09:05:02 -04:00
rpc_service_setup.h s3-rpc_server: Reduce code duplication 2011-08-21 09:05:02 -04:00
rpc_sock_helper.c s3-rpc_server: Add RPC socket helper functions. 2011-08-01 08:50:35 +02:00
rpc_sock_helper.h s3-rpc_server: Add RPC socket helper functions. 2011-08-01 08:50:35 +02:00
srv_access_check.c s3-rpc_server: move access check functions out of samr server. 2011-03-30 01:13:10 +02:00
srv_access_check.h s3:rpc_server: add _RPC_SERVER_SRV_ACCESS_CHECK_H_ guard to srv_access_check.h 2011-05-31 18:37:29 +02:00
srv_pipe_hnd.c s3-rpc_server: Check explicit for external and daemon server type. 2011-08-21 09:05:02 -04:00
srv_pipe_hnd.h s3-auth Use the common auth_session_info 2011-07-20 09:17:13 +10:00
srv_pipe_internal.h s3-rpc: Seperate rpc_srv_register for plain connection. 2010-06-04 12:12:43 -04:00
srv_pipe_register.c s3-rpc_server: remove proto of nonexisting function 2011-05-02 15:03:43 +02:00
srv_pipe_register.h s3-proto: move rpc_srv_register protos and structs to town headerfile. 2011-05-02 15:03:43 +02:00
srv_pipe.c s3-rpc_server: Use talloc for pipe_rpc_fns 2011-07-28 17:41:08 +02:00
srv_pipe.h s3-rpc_server: (re)move last globally included rpc_server prototypes. 2011-05-02 16:05:31 +02:00
wscript_build s3-rpc_server: Use binding vector in rpc_ep_try_register(). 2011-08-01 08:50:35 +02:00