index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove sys_dl*() - stubs are already provided by libreplace.
Jelmer Vernooij
2008-11-01
1
-8
/
+8
*
Use module_path() instead of lib_path() for loading shared modules.
Michael Adam
2008-08-15
1
-1
/
+1
*
init_shared_module -> init_samba_module
Volker Lendecke
2008-06-23
1
-2
/
+2
*
Use "init_shared_module" instead of "init_module" for initializing .so's
Volker Lendecke
2008-06-21
1
-3
/
+3
*
CID 458. Don't leak dlopen handles on failing to load
Jeremy Allison
2008-01-12
1
-0
/
+2
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-1
/
+1
*
r25326: Free the context from the talloc_stackframe.
Günther Deschner
2007-10-10
1
-2
/
+5
*
r25170: Remove pstring limits from ms_fnmatch and module load.
Jeremy Allison
2007-10-10
1
-15
/
+25
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
2007-10-10
1
-85
/
+0
*
r15655: Log the result of module initialisation if it fails.
James Peach
2007-10-10
1
-2
/
+6
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-74
/
+0
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r4009: Fix from Timur Bakeyev <timur@com.bat.ru> for bugid #2100,
Jeremy Allison
2007-10-10
1
-1
/
+4
*
Look at error before using it in debug statement.
Jeremy Allison
2003-11-19
1
-3
/
+2
*
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