summaryrefslogtreecommitdiff
path: root/lib/util/samba_modules.h
Commit message (Expand)AuthorAgeFilesLines
* lib:util: Make probing of modules more secureAndreas Schneider2017-06-061-0/+1
* lib:util: Rename smb_load_modules()Andreas Schneider2017-06-061-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-3/+3
* lib/util: Add smb_load_module that returns DEBUG(0) errors on failureAndrew Bartlett2012-04-031-0/+1
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-0/+59
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-281-59/+0
* lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2011-10-281-1/+1
* lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2011-10-281-1/+1
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-281-4/+4
* lib/util: consolidate module loadingAndrew Bartlett2011-10-061-2/+4
* modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett2011-10-061-1/+1
* lib/util: Use only init_module_fn typedef in module loadingAndrew Bartlett2011-10-061-1/+0
* lib/util: Remove unused module loading functionsAndrew Bartlett2011-10-061-7/+0
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-061-0/+65