summaryrefslogtreecommitdiffstats
path: root/source3/lib/module.c
Commit message (Expand)AuthorAgeFilesLines
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-11/+11
* Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij2003-04-241-1/+1
* Add some more functions for the modules (backport from HEAD):Jelmer Vernooij2003-04-141-9/+88
* Merge in smb_load_module() function from HEADJelmer Vernooij2003-02-201-24/+0
* dlsym() can return NULL validly, so we can't use that as the error test.Jim McDonough2003-01-171-2/+6
* Add a DEBUG() that gives the number of successfully loaded modules - useful f...Jelmer Vernooij2002-11-131-0/+2
* add smb_load_modules() to load a list of modules - does this function look ok ?Jelmer Vernooij2002-10-311-0/+22
* use sys_dlopen instead of dlopen (thanks to jra for noticing)Jelmer Vernooij2002-10-301-1/+1
* - Remove RTLD_GLOBALJelmer Vernooij2002-10-301-3/+4
* Add initial vesion of new module systemJelmer Vernooij2002-10-301-0/+63