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
*
Unregister event fix from metze.
Jeremy Allison
2003-09-17
1
-3
/
+6
*
Merge from Samba 3.0:
Tim Potter
2003-09-15
1
-1
/
+1
*
sync 3.0 into HEAD for the last time
Gerald Carter
2003-09-09
1
-7
/
+23
*
trying to get HEAD building again. If you want the code
Gerald Carter
2003-07-16
1
-23
/
+0
*
Fix the events API. Patch by metze with some minor modifications.
Jelmer Vernooij
2003-05-29
1
-51
/
+103
*
Merge of formatting fixups from 3.0
Tim Potter
2003-05-28
1
-4
/
+9
*
Add metze's exit and idle event patch
Jelmer Vernooij
2003-05-06
1
-1
/
+106
*
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 const
Jelmer Vernooij
2003-04-02
1
-1
/
+1
*
- Support absolute paths in vfs and charset modules
Jelmer Vernooij
2003-03-31
1
-1
/
+1
*
- Point users at the HOWTO Collection instead of 'README' in modules/mysql.c
Jelmer Vernooij
2003-03-30
1
-2
/
+26
*
Put in the new modules system. It's now used by passdb and rpc. I will
Jelmer Vernooij
2003-03-19
1
-0
/
+2
*
- Rename 'modules = ' to 'preload modules = '
Jelmer Vernooij
2003-02-27
1
-3
/
+32
*
Make init_module() and thus smb_load_module() return an int.
Jelmer Vernooij
2003-02-20
1
-9
/
+9
*
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