index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
/
modules.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-01
lib: Re-add dlclose(handle) when module initialization failed
Volker Lendecke
1
-1
/
+3
2025-08-15
lib:util: Fix resourse leak CID#1412633
Vinit Agnihotri
1
-3
/
+1
2023-04-14
lib:util: Fix code spelling
Andreas Schneider
1
-1
/
+1
2017-06-24
lib: Give util_paths.c its own header
Volker Lendecke
1
-0
/
+1
2017-06-06
lib:util: Make loading of modules more secure
Andreas Schneider
1
-59
/
+42
2017-06-06
lib:util: Make probing of modules more secure
Andreas Schneider
1
-1
/
+65
2017-06-06
lib:util: Rename smb_load_modules()
Andreas Schneider
1
-1
/
+1
2017-06-06
lib:util: Add new function to load modules from absolute path
Andreas Schneider
1
-2
/
+40
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-3
/
+3
2017-02-22
Correct "occured" typos.
Chris Lamb
1
-1
/
+1
2015-06-18
s3: smbd: Codenomicon crash in do_smb_load_module().
Jeremy Allison
1
-0
/
+5
2013-05-28
lib/util/modules.c: Remove #if SAMBA_BUILD_ == 3 now we only have the waf build
Andrew Bartlett
1
-8
/
+0
2012-07-18
lib/util/modules.c: fix stackframe leak.
Rusty Russell
1
-1
/
+2
2012-04-03
lib/util: charset modules do not exist any more
Andrew Bartlett
1
-4
/
+0
2012-04-03
lib/util: Add smb_load_module that returns DEBUG(0) errors on failure
Andrew Bartlett
1
-38
/
+38
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
1
-0
/
+240
2011-10-28
lib/util Split samba-modules library into public and private parts
Andrew Bartlett
1
-240
/
+0
2011-10-28
lib/util Rename load_samba_modules -> samba_modules_load
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename run_init_functions -> samba_init_module_fns_run
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename init_module_fn to samba_init_module_fn
Andrew Bartlett
1
-10
/
+10
2011-10-06
lib/util: consolidate module loading
Andrew Bartlett
1
-30
/
+32
2011-10-06
modules: standardise on samba_init_module as the hook symbol to resolve
Andrew Bartlett
1
-3
/
+3
2011-10-06
lib/util: Use only init_module_fn typedef in module loading
Andrew Bartlett
1
-2
/
+2
2011-10-06
lib/util: Remove unused module loading functions
Andrew Bartlett
1
-7
/
+2
2011-10-06
lib/util: consolidate module loading into common code
Andrew Bartlett
1
-0
/
+243