1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/rpc_server
Jelmer Vernooij 71db46ea66 r3586: Fix some of the issues with the module init functions.
Both subsystems and modules can now have init functions, which can be
specified in .mk files (INIT_FUNCTION = ...)

The build system will define :
 - SUBSYSTEM_init_static_modules that calls the init functions of all statically compiled modules. Failing to load will generate an error which is not fatal
 - BINARY_init_subsystems that calls the init functions (if defined) for the subsystems the binary depends on

This removes the hack with the "static bool Initialised = " and the
"lazy_init" functions
(This used to be commit 7a8244761b)
2007-10-10 13:05:36 -05:00
..
common r2953: add NTSTATUS_TALLOC_CHECK(x) 2007-10-10 12:59:51 -05:00
dcom r3513: Add (the infrastructure for) DCOM support. Contents: 2007-10-10 13:05:23 -05:00
drsuapi r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00
echo r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00
epmapper r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00
lsa r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00
netlogon r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00
remote r3586: Fix some of the issues with the module init functions. 2007-10-10 13:05:36 -05:00
samr r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00
spoolss r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00
srvsvc r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00
winreg r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00
wkssvc r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00
config.m4 r3486: Add RemoteActivation server 2007-10-10 13:05:21 -05:00
config.mk r3586: Fix some of the issues with the module init functions. 2007-10-10 13:05:36 -05:00
dcerpc_server.c r3586: Fix some of the issues with the module init functions. 2007-10-10 13:05:36 -05:00
dcerpc_server.h r3118: Eliminate struct dcesrv_ep_description and replace it with 2007-10-10 13:02:23 -05:00
dcerpc_sock.c r3507: - added deferred replies on sharing violation in pvfs open. The 2007-10-10 13:05:23 -05:00
dcesrv_auth.c r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00
handles.c r3468: split out dcerpc_server.h 2007-10-10 13:05:17 -05:00