2004-05-24 20:02:40 +04:00
# DCERPC Server subsystem
################################################
# Start SUBSYSTEM DCERPC_COMMON
[SUBSYSTEM :: DCERPC_COMMON ]
ADD_OBJ_FILES = \
rpc_server/common/server_info.o \
2004-06-27 16:03:57 +04:00
rpc_server/common/share_info.o \
rpc_server/common/gendb.o
2004-05-24 20:02:40 +04:00
#
# End SUBSYSTEM DCERPC_COMMON
################################################
2004-09-27 20:37:41 +04:00
################################################
2004-11-09 03:30:44 +03:00
# Start MODULE dcerpc_DCOM
[MODULE :: dcerpc_dcom ]
INIT_FUNCTION = dcerpc_server_dcom_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-11-02 17:52:45 +03:00
INIT_OBJ_FILES = \
2004-11-09 03:30:44 +03:00
rpc_server/dcom/oxidresolver.o \
rpc_server/dcom/rot.o \
2004-11-02 17:52:45 +03:00
rpc_server/dcom/remact.o
REQUIRED_SUBSYSTEMS = \
DCERPC_COMMON
# End MODULE dcerpc_IRemoteActivation
################################################
2004-09-27 20:37:41 +04:00
2004-05-24 20:02:40 +04:00
################################################
# Start SUBSYSTEM SAMDB
[SUBSYSTEM :: SAMDB ]
INIT_OBJ_FILES = \
rpc_server/samr/samdb.o
ADD_OBJ_FILES = \
rpc_server/samr/samr_utils.o
REQUIRED_SUBSYSTEMS = \
r1294: A nice, large, commit...
This implements gensec for Samba's server side, and brings gensec up
to the standards of a full subsystem.
This means that use of the subsystem is by gensec_* functions, not
function pointers in structures (this is internal). This causes
changes in all the existing gensec users.
Our RPC server no longer contains it's own generalised security
scheme, and now calls gensec directly.
Gensec has also taken over the role of auth/auth_ntlmssp.c
An important part of gensec, is the output of the 'session_info'
struct. This is now reference counted, so that we can correctly free
it when a pipe is closed, no matter if it was inherited, or created by
per-pipe authentication.
The schannel code is reworked, to be in the same file for client and
server.
ntlm_auth is reworked to use gensec.
The major problem with this code is the way it relies on subsystem
auto-initialisation. The primary reason for this commit now.is to
allow these problems to be looked at, and fixed.
There are problems with the new code:
- I've tested it with smbtorture, but currently don't have VMware and
valgrind working (this I'll fix soon).
- The SPNEGO code is client-only at this point.
- We still do not do kerberos.
Andrew Bartlett
(This used to be commit 07fd885fd488fd1051eacc905a2d4962f8a018ec)
2004-06-29 13:40:10 +04:00
DCERPC_COMMON \
2004-05-24 20:02:40 +04:00
LIBLDB
#
# End SUBSYSTEM SAMDB
################################################
r1294: A nice, large, commit...
This implements gensec for Samba's server side, and brings gensec up
to the standards of a full subsystem.
This means that use of the subsystem is by gensec_* functions, not
function pointers in structures (this is internal). This causes
changes in all the existing gensec users.
Our RPC server no longer contains it's own generalised security
scheme, and now calls gensec directly.
Gensec has also taken over the role of auth/auth_ntlmssp.c
An important part of gensec, is the output of the 'session_info'
struct. This is now reference counted, so that we can correctly free
it when a pipe is closed, no matter if it was inherited, or created by
per-pipe authentication.
The schannel code is reworked, to be in the same file for client and
server.
ntlm_auth is reworked to use gensec.
The major problem with this code is the way it relies on subsystem
auto-initialisation. The primary reason for this commit now.is to
allow these problems to be looked at, and fixed.
There are problems with the new code:
- I've tested it with smbtorture, but currently don't have VMware and
valgrind working (this I'll fix soon).
- The SPNEGO code is client-only at this point.
- We still do not do kerberos.
Andrew Bartlett
(This used to be commit 07fd885fd488fd1051eacc905a2d4962f8a018ec)
2004-06-29 13:40:10 +04:00
################################################
# Start SUBSYSTEM SCHANNELDB
[SUBSYSTEM :: SCHANNELDB ]
INIT_OBJ_FILES = \
rpc_server/netlogon/schannel_state.o
#
# End SUBSYSTEM SCHANNELDB
################################################
2004-05-24 20:02:40 +04:00
################################################
# Start MODULE dcerpc_rpcecho
[MODULE :: dcerpc_rpcecho ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = dcerpc_server_rpcecho_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-05-24 20:02:40 +04:00
INIT_OBJ_FILES = \
rpc_server/echo/rpc_echo.o
# End MODULE dcerpc_rpcecho
################################################
################################################
# Start MODULE dcerpc_epmapper
[MODULE :: dcerpc_epmapper ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = dcerpc_server_epmapper_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-05-24 20:02:40 +04:00
INIT_OBJ_FILES = \
rpc_server/epmapper/rpc_epmapper.o
# End MODULE dcerpc_epmapper
################################################
################################################
# Start MODULE dcerpc_remote
[MODULE :: dcerpc_remote ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = dcerpc_server_remote_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-05-24 20:02:40 +04:00
INIT_OBJ_FILES = \
rpc_server/remote/dcesrv_remote.o
REQUIRED_SUBSYSTEMS = \
LIBSMB
# End MODULE dcerpc_remote
################################################
################################################
# Start MODULE dcerpc_srvsvc
[MODULE :: dcerpc_srvsvc ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = dcerpc_server_srvsvc_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-05-24 20:02:40 +04:00
INIT_OBJ_FILES = \
rpc_server/srvsvc/dcesrv_srvsvc.o
REQUIRED_SUBSYSTEMS = \
DCERPC_COMMON
# End MODULE dcerpc_srvsvc
################################################
################################################
# Start MODULE dcerpc_wkssvc
[MODULE :: dcerpc_wkssvc ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = dcerpc_server_wkssvc_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-05-24 20:02:40 +04:00
INIT_OBJ_FILES = \
rpc_server/wkssvc/dcesrv_wkssvc.o
REQUIRED_SUBSYSTEMS = \
DCERPC_COMMON
# End MODULE dcerpc_wkssvc
################################################
################################################
# Start MODULE dcerpc_samr
[MODULE :: dcerpc_samr ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = dcerpc_server_samr_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-05-24 20:02:40 +04:00
INIT_OBJ_FILES = \
rpc_server/samr/dcesrv_samr.o
ADD_OBJ_FILES = \
rpc_server/samr/samr_password.o
REQUIRED_SUBSYSTEMS = \
SAMDB \
DCERPC_COMMON
# End MODULE dcerpc_samr
################################################
################################################
# Start MODULE dcerpc_winreg
[MODULE :: dcerpc_winreg ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = dcerpc_server_winreg_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-05-24 20:02:40 +04:00
INIT_OBJ_FILES = \
rpc_server/winreg/rpc_winreg.o
REQUIRED_SUBSYSTEMS = \
REGISTRY
# End MODULE dcerpc_winreg
################################################
################################################
# Start MODULE dcerpc_netlogon
[MODULE :: dcerpc_netlogon ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = dcerpc_server_netlogon_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-05-24 20:02:40 +04:00
INIT_OBJ_FILES = \
rpc_server/netlogon/dcerpc_netlogon.o
REQUIRED_SUBSYSTEMS = \
r1294: A nice, large, commit...
This implements gensec for Samba's server side, and brings gensec up
to the standards of a full subsystem.
This means that use of the subsystem is by gensec_* functions, not
function pointers in structures (this is internal). This causes
changes in all the existing gensec users.
Our RPC server no longer contains it's own generalised security
scheme, and now calls gensec directly.
Gensec has also taken over the role of auth/auth_ntlmssp.c
An important part of gensec, is the output of the 'session_info'
struct. This is now reference counted, so that we can correctly free
it when a pipe is closed, no matter if it was inherited, or created by
per-pipe authentication.
The schannel code is reworked, to be in the same file for client and
server.
ntlm_auth is reworked to use gensec.
The major problem with this code is the way it relies on subsystem
auto-initialisation. The primary reason for this commit now.is to
allow these problems to be looked at, and fixed.
There are problems with the new code:
- I've tested it with smbtorture, but currently don't have VMware and
valgrind working (this I'll fix soon).
- The SPNEGO code is client-only at this point.
- We still do not do kerberos.
Andrew Bartlett
(This used to be commit 07fd885fd488fd1051eacc905a2d4962f8a018ec)
2004-06-29 13:40:10 +04:00
DCERPC_COMMON \
SCHANNELDB
2004-05-24 20:02:40 +04:00
# End MODULE dcerpc_netlogon
################################################
2004-05-27 08:13:58 +04:00
################################################
# Start MODULE dcerpc_lsa
[MODULE :: dcerpc_lsarpc ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = dcerpc_server_lsarpc_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-05-27 08:13:58 +04:00
INIT_OBJ_FILES = \
rpc_server/lsa/dcesrv_lsa.o
REQUIRED_SUBSYSTEMS = \
SAMDB \
DCERPC_COMMON
# End MODULE dcerpc_lsa
################################################
2004-06-18 11:34:28 +04:00
################################################
# Start MODULE dcerpc_spoolss
[MODULE :: dcerpc_spoolss ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = dcerpc_server_spoolss_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-06-18 11:34:28 +04:00
INIT_OBJ_FILES = \
2004-06-21 10:55:01 +04:00
rpc_server/spoolss/dcesrv_spoolss.o \
rpc_server/spoolss/spoolssdb.o
2004-06-18 11:34:28 +04:00
REQUIRED_SUBSYSTEMS = \
DCERPC_COMMON
# End MODULE dcerpc_lsa
################################################
2004-10-10 05:35:33 +04:00
################################################
# Start MODULE dcerpc_drsuapi
[MODULE :: dcerpc_drsuapi ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = dcerpc_server_drsuapi_init
2004-11-14 19:22:01 +03:00
SUBSYSTEM = DCERPC
2004-10-10 05:35:33 +04:00
INIT_OBJ_FILES = \
rpc_server/drsuapi/dcesrv_drsuapi.o
2004-10-14 13:56:04 +04:00
ADD_OBJ_FILES = \
rpc_server/drsuapi/drsuapi_cracknames.o
2004-10-10 05:35:33 +04:00
REQUIRED_SUBSYSTEMS = \
SAMDB \
DCERPC_COMMON
# End MODULE dcerpc_drsuapi
################################################
2004-05-24 20:02:40 +04:00
################################################
# Start SUBSYSTEM DCERPC
[SUBSYSTEM :: DCERPC ]
INIT_OBJ_FILES = \
rpc_server/dcerpc_server.o
ADD_OBJ_FILES = \
2004-10-24 19:48:19 +04:00
rpc_server/dcerpc_sock.o \
2004-05-24 20:02:40 +04:00
rpc_server/dcesrv_auth.o \
rpc_server/handles.o
r1294: A nice, large, commit...
This implements gensec for Samba's server side, and brings gensec up
to the standards of a full subsystem.
This means that use of the subsystem is by gensec_* functions, not
function pointers in structures (this is internal). This causes
changes in all the existing gensec users.
Our RPC server no longer contains it's own generalised security
scheme, and now calls gensec directly.
Gensec has also taken over the role of auth/auth_ntlmssp.c
An important part of gensec, is the output of the 'session_info'
struct. This is now reference counted, so that we can correctly free
it when a pipe is closed, no matter if it was inherited, or created by
per-pipe authentication.
The schannel code is reworked, to be in the same file for client and
server.
ntlm_auth is reworked to use gensec.
The major problem with this code is the way it relies on subsystem
auto-initialisation. The primary reason for this commit now.is to
allow these problems to be looked at, and fixed.
There are problems with the new code:
- I've tested it with smbtorture, but currently don't have VMware and
valgrind working (this I'll fix soon).
- The SPNEGO code is client-only at this point.
- We still do not do kerberos.
Andrew Bartlett
(This used to be commit 07fd885fd488fd1051eacc905a2d4962f8a018ec)
2004-06-29 13:40:10 +04:00
REQUIRED_SUBSYSTEMS = \
LIBCLI_AUTH
2004-05-24 20:02:40 +04:00
#
# End SUBSYSTEM DCERPC
################################################