summaryrefslogtreecommitdiff
path: root/source3/lib/module.c
AgeCommit message (Expand)AuthorFilesLines
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