summaryrefslogtreecommitdiffstats
path: root/lib/util/modules.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util/modules.c: Remove #if SAMBA_BUILD_ == 3 now we only have the waf buildAndrew Bartlett2013-05-281-8/+0
* lib/util/modules.c: fix stackframe leak.Rusty Russell2012-07-181-1/+2
* lib/util: charset modules do not exist any moreAndrew Bartlett2012-04-031-4/+0
* lib/util: Add smb_load_module that returns DEBUG(0) errors on failureAndrew Bartlett2012-04-031-38/+38
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-0/+240
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-281-240/+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-10/+10
* lib/util: consolidate module loadingAndrew Bartlett2011-10-061-30/+32
* modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett2011-10-061-3/+3
* lib/util: Use only init_module_fn typedef in module loadingAndrew Bartlett2011-10-061-2/+2
* lib/util: Remove unused module loading functionsAndrew Bartlett2011-10-061-7/+2
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-061-0/+243