summaryrefslogtreecommitdiffstats
path: root/source4/include/dynconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij2007-10-101-0/+1
| | | | | | | | | | | | | | | | | We now use a different system for initializing the modules for a subsystem. Most subsystems now have an init function that looks something like this: init_module_fn static_init[] = STATIC_AUTH_MODULES; init_module_fn *shared_init = load_samba_modules(NULL, "auth"); run_init_functions(static_init); run_init_functions(shared_init); talloc_free(shared_init); I hope to eliminate the other init functions later on (the init_programname_subsystems; defines). (This used to be commit b6d2ad4ce0a91c4be790dd258820c492ff1787ea)
* r10315: Remove use of fstring and pstring in dynconfig.cJelmer Vernooij2007-10-101-14/+10
| | | | | Remove unused includes of dynconfig.h (This used to be commit 59083b7ba60d518ddb59646c4fd69938afd079b3)
* r6982: install the swat pages with 'make installswat'Andrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 31543e1eae03d22343ea8c970494af36eb07b41f)
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+2
| | | | | | | | | | less likely that anyone will use pstring for new code - got rid of winbind_client.h from includes.h. This one triggered a huge change, as winbind_client.h was including system/filesys.h and defining the old uint32 and uint16 types, as well as its own pstring and fstring. (This used to be commit 9db6c79e902ec538108d6b7d3324039aabe1704f)
* r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: ↵Jelmer Vernooij2007-10-101-0/+1
| | | | | | | transports. ncalrpc uses the new config option "ncalrpc dir" for creating unix sockets. (This used to be commit b15cfbe2512961a199ecb069730d9a19787579f5)
* r1596: Fix up copyrights.Jim McDonough2007-10-101-1/+2
| | | | (This used to be commit d2553aac0a75591026b9b1fcf46065e5b03ed19c)
* remove all unused stuff from Makefile.inStefan Metzmacher2004-01-191-2/+1
| | | | | | | | | | | | | | | | and some stuff from configure.in and dynconfig.[ch] make all makes bin/gentest bin/masktest bin/smbd bin/locktest bin/smbclient bin/smbtorture bin/ndrdump now metze (This used to be commit e0043693a66a319ab7fef0e4202239c0b5d4bff8)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+39
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)