index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unregister event fix from metze.
Jeremy Allison
2003-09-17
1
-3
/
+6
*
For some reason testparm runs at debug level 2 which causes the module probe ...
Tim Potter
2003-09-15
1
-1
/
+1
*
Quieten level 0 debug when probing for modules. We shouldn't display so loud
Tim Potter
2003-09-04
1
-6
/
+22
*
get rid of more compiler warnings
Herb Lewis
2003-08-15
1
-1
/
+1
*
Remove module_path_get_name() - it's not used anywhere anymore and was a bad ...
Jelmer Vernooij
2003-05-30
1
-23
/
+0
*
Get the events API right. Patch from metze with some minor modifications.
Jelmer Vernooij
2003-05-29
1
-51
/
+103
*
Remove unused variables
Jelmer Vernooij
2003-05-06
1
-4
/
+0
*
Patch from metze to add exit and interval events. Useful for modules
Jelmer Vernooij
2003-05-06
1
-1
/
+110
*
Add a comment about the use of string functions in the modules code, and
Andrew Bartlett
2003-05-03
1
-4
/
+9
*
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
2003-04-28
1
-11
/
+11
*
Check for absolute paths by only checking the first character of the module n...
Jelmer Vernooij
2003-04-24
1
-1
/
+1
*
Add some more functions for the modules (backport from HEAD):
Jelmer Vernooij
2003-04-14
1
-9
/
+88
*
Merge in smb_load_module() function from HEAD
Jelmer Vernooij
2003-02-20
1
-24
/
+0
*
dlsym() can return NULL validly, so we can't use that as the error test.
Jim McDonough
2003-01-17
1
-2
/
+6
*
Add a DEBUG() that gives the number of successfully loaded modules - useful f...
Jelmer Vernooij
2002-11-13
1
-0
/
+2
*
add smb_load_modules() to load a list of modules - does this function look ok ?
Jelmer Vernooij
2002-10-31
1
-0
/
+22
*
use sys_dlopen instead of dlopen (thanks to jra for noticing)
Jelmer Vernooij
2002-10-30
1
-1
/
+1
*
- Remove RTLD_GLOBAL
Jelmer Vernooij
2002-10-30
1
-3
/
+4
*
Add initial vesion of new module system
Jelmer Vernooij
2002-10-30
1
-0
/
+63