summaryrefslogtreecommitdiff
path: root/lib/util/modules.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-01lib: Re-add dlclose(handle) when module initialization failedVolker Lendecke1-1/+3
2025-08-15lib:util: Fix resourse leak CID#1412633Vinit Agnihotri1-3/+1
2023-04-14lib:util: Fix code spellingAndreas Schneider1-1/+1
2017-06-24lib: Give util_paths.c its own headerVolker Lendecke1-0/+1
2017-06-06lib:util: Make loading of modules more secureAndreas Schneider1-59/+42
2017-06-06lib:util: Make probing of modules more secureAndreas Schneider1-1/+65
2017-06-06lib:util: Rename smb_load_modules()Andreas Schneider1-1/+1
2017-06-06lib:util: Add new function to load modules from absolute pathAndreas Schneider1-2/+40
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-3/+3
2017-02-22Correct "occured" typos.Chris Lamb1-1/+1
2015-06-18s3: smbd: Codenomicon crash in do_smb_load_module().Jeremy Allison1-0/+5
2013-05-28lib/util/modules.c: Remove #if SAMBA_BUILD_ == 3 now we only have the waf buildAndrew Bartlett1-8/+0
2012-07-18lib/util/modules.c: fix stackframe leak.Rusty Russell1-1/+2
2012-04-03lib/util: charset modules do not exist any moreAndrew Bartlett1-4/+0
2012-04-03lib/util: Add smb_load_module that returns DEBUG(0) errors on failureAndrew Bartlett1-38/+38
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij1-0/+240
2011-10-28lib/util Split samba-modules library into public and private partsAndrew Bartlett1-240/+0
2011-10-28lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett1-1/+1
2011-10-28lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett1-1/+1
2011-10-28lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett1-10/+10
2011-10-06lib/util: consolidate module loadingAndrew Bartlett1-30/+32
2011-10-06modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett1-3/+3
2011-10-06lib/util: Use only init_module_fn typedef in module loadingAndrew Bartlett1-2/+2
2011-10-06lib/util: Remove unused module loading functionsAndrew Bartlett1-7/+2
2011-10-06lib/util: consolidate module loading into common codeAndrew Bartlett1-0/+243