1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Jelmer Vernooij
7a8244761b 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
2007-10-10 13:05:36 -05:00
Andrew Tridgell
630af28a0f r3552: fixed sense of ACL test 2007-10-10 13:05:31 -05:00
Andrew Tridgell
1b945f9f4b r3551: these utils need system/filesys.h 2007-10-10 13:05:31 -05:00
Andrew Tridgell
321fb06a62 r3543: fixed some #include lines to make them more consistent, and fixed
conditional compilation of xattr client code
2007-10-10 13:05:30 -05:00
Stefan Metzmacher
d331a83f08 r3291: fix the build, thx to pipitas for finding this
metze
2007-10-10 13:04:51 -05:00
Tim Potter
d7d8a7ffc6 r2597: A small program that takes SID strings on stdin and produces a marshalled
lsa_SidArray on stdout.
2007-10-10 12:59:11 -05:00