summaryrefslogtreecommitdiffstats
path: root/source3/lib/module.c
Commit message (Collapse)AuthorAgeFilesLines
* Add constJelmer Vernooij2003-04-021-1/+1
| | | | (This used to be commit 7dccd144b74d8c752a4b8c80fa5b3e6b2d11eaa2)
* - Support absolute paths in vfs and charset modulesJelmer Vernooij2003-03-311-1/+1
| | | | | | | | - Fix typo in Makefile.in - Fix compatibility with older vfs modules (from patch by metze) - Build some modules shared by default and some static (and fall back to static when dlopen() is not available) (This used to be commit aa36f462d95f8a3a3a81a89c210b98a6f9fd295f)
* - Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij2003-03-301-2/+26
| | | | | - Make passdb work with absolute paths (passdb backend = /path/to/smbpasswd.so works now). vfs, rpc and charset will follow (This used to be commit 794d3ed03619a4e41558d9ff65783a1aa1b2be90)
* Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-191-0/+2
| | | | | put a doc about it in dev-doc later today. (This used to be commit af7bfee0c6902c07fdb8d3abccf4c8d6bab00b5a)
* - Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij2003-02-271-3/+32
| | | | | | | - Add smb_probe_module() - Add init_modules() - Call these functions (This used to be commit f8f21653225792c0001d183c6efe8b7d89a0785d)
* Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij2003-02-201-9/+9
| | | | | modules/developer.c: init_module() should return an int (This used to be commit 7f59703550378ff2333e3c851bf1a77037510abd)
* dlsym() can return NULL validly, so we can't use that as the error test.Jim McDonough2003-01-171-2/+6
| | | | | dlerror() is the correct way to test. (This used to be commit 41b1be15bac271116a7096e511cc029685013e1f)
* Add a DEBUG() that gives the number of successfully loaded modules - useful ↵Jelmer Vernooij2002-11-131-0/+2
| | | | | | for debugging (This used to be commit 612ea35ab016c56e6ad9886283901bc7b417337a)
* add smb_load_modules() to load a list of modules - does this function look ok ?Jelmer Vernooij2002-10-311-0/+22
| | | | (This used to be commit a82dbb3c22e6cb2096efb87c12a6006642806aac)
* use sys_dlopen instead of dlopen (thanks to jra for noticing)Jelmer Vernooij2002-10-301-1/+1
| | | | (This used to be commit 86eb0a25b1df8ca25872f9846a74d0f13a4ad045)
* - Remove RTLD_GLOBALJelmer Vernooij2002-10-301-3/+4
| | | | | - make smb_load_module() return the return value of init_module() (This used to be commit a8d2dd8d009797486105188f8fdb898a65bb25b0)
* Add initial vesion of new module systemJelmer Vernooij2002-10-301-0/+63
(This used to be commit b5d05d3ec6808465d27e15db2a9ff48804e2e78e)