summaryrefslogtreecommitdiff
path: root/source3/lib/module.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-03Add a comment about the use of string functions in the modules code, andAndrew Bartlett1-4/+9
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-11/+11
2003-04-24Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij1-1/+1
2003-04-14Add some more functions for the modules (backport from HEAD):Jelmer Vernooij1-9/+88
2003-02-20Merge in smb_load_module() function from HEADJelmer Vernooij1-24/+0
2003-01-17dlsym() can return NULL validly, so we can't use that as the error test.Jim McDonough1-2/+6
2002-11-13Add a DEBUG() that gives the number of successfully loaded modules - useful f...Jelmer Vernooij1-0/+2
2002-10-31add smb_load_modules() to load a list of modules - does this function look ok ?Jelmer Vernooij1-0/+22
2002-10-30use sys_dlopen instead of dlopen (thanks to jra for noticing)Jelmer Vernooij1-1/+1
2002-10-30- Remove RTLD_GLOBALJelmer Vernooij1-3/+4
2002-10-30Add initial vesion of new module systemJelmer Vernooij1-0/+63