index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
module.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
r25326: Free the context from the talloc_stackframe.
Günther Deschner
1
-2
/
+5
2007-10-10
r25170: Remove pstring limits from ms_fnmatch and module load.
Jeremy Allison
1
-15
/
+25
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
1
-85
/
+0
2007-10-10
r15655: Log the result of module initialisation if it fails.
James Peach
1
-2
/
+6
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-74
/
+0
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2007-10-10
r4009: Fix from Timur Bakeyev <timur@com.bat.ru> for bugid #2100,
Jeremy Allison
1
-1
/
+4
2003-11-19
Look at error before using it in debug statement.
Jeremy Allison
1
-3
/
+2
2003-09-17
Unregister event fix from metze.
Jeremy Allison
1
-3
/
+6
2003-09-15
For some reason testparm runs at debug level 2 which causes the module probe ...
Tim Potter
1
-1
/
+1
2003-09-04
Quieten level 0 debug when probing for modules. We shouldn't display so loud
Tim Potter
1
-6
/
+22
2003-08-15
get rid of more compiler warnings
Herb Lewis
1
-1
/
+1
2003-05-30
Remove module_path_get_name() - it's not used anywhere anymore and was a bad ...
Jelmer Vernooij
1
-23
/
+0
2003-05-29
Get the events API right. Patch from metze with some minor modifications.
Jelmer Vernooij
1
-51
/
+103
2003-05-06
Remove unused variables
Jelmer Vernooij
1
-4
/
+0
2003-05-06
Patch from metze to add exit and interval events. Useful for modules
Jelmer Vernooij
1
-1
/
+110
2003-05-03
Add a comment about the use of string functions in the modules code, and
Andrew Bartlett
1
-4
/
+9
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
1
-11
/
+11
2003-04-24
Check for absolute paths by only checking the first character of the module n...
Jelmer Vernooij
1
-1
/
+1
2003-04-14
Add some more functions for the modules (backport from HEAD):
Jelmer Vernooij
1
-9
/
+88
2003-02-20
Merge in smb_load_module() function from HEAD
Jelmer Vernooij
1
-24
/
+0
2003-01-17
dlsym() can return NULL validly, so we can't use that as the error test.
Jim McDonough
1
-2
/
+6
2002-11-13
Add a DEBUG() that gives the number of successfully loaded modules - useful f...
Jelmer Vernooij
1
-0
/
+2
2002-10-31
add smb_load_modules() to load a list of modules - does this function look ok ?
Jelmer Vernooij
1
-0
/
+22
2002-10-30
use sys_dlopen instead of dlopen (thanks to jra for noticing)
Jelmer Vernooij
1
-1
/
+1
2002-10-30
- Remove RTLD_GLOBAL
Jelmer Vernooij
1
-3
/
+4
2002-10-30
Add initial vesion of new module system
Jelmer Vernooij
1
-0
/
+63