Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-05-30 | Remove module_path_get_name() - it's not used anywhere anymore and was a bad ↵ | Jelmer Vernooij | 1 | -23/+0 | |
idea anyway. (This used to be commit b45a67e7a9d0fab5b4af701a9fd483cc4897ab7f) | |||||
2003-05-29 | Get the events API right. Patch from metze with some minor modifications. | Jelmer Vernooij | 1 | -51/+103 | |
(This used to be commit 2aad5736256968f27c42a6f94bdbc7a22c236c19) | |||||
2003-05-06 | Remove unused variables | Jelmer Vernooij | 1 | -4/+0 | |
(This used to be commit 2f631769f836baeec669456f786ecb38c81d9a23) | |||||
2003-05-06 | Patch from metze to add exit and interval events. Useful for modules | Jelmer Vernooij | 1 | -1/+110 | |
(This used to be commit 3033a63cefb5f28d4460885f7f4e4ecaed95443c) | |||||
2003-05-03 | Add a comment about the use of string functions in the modules code, and | Andrew Bartlett | 1 | -4/+9 | |
add \n to the end of the non-dlopen case DEBUGs. Andrew Bartlett (This used to be commit ce4ff4cc8e5f5d461797e42b2148b2827c058380) | |||||
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -11/+11 | |
function. Patch by metze with some minor modifications. (This used to be commit bc4b51bcb2daa7271c884cb83bf8bdba6d3a9b6d) | |||||
2003-04-24 | Check for absolute paths by only checking the first character of the module ↵ | Jelmer Vernooij | 1 | -1/+1 | |
name. Don't use strchr_m, which caused race conditions. (This used to be commit 69ec6be90f889686641b997d3d5cd616e1d0db6d) | |||||
2003-04-14 | Add some more functions for the modules (backport from HEAD): | Jelmer Vernooij | 1 | -9/+88 | |
- init_modules() - smb_probe_module() (This used to be commit b3328dab2fa069af300b4076695bf6c359501111) | |||||
2003-02-20 | Merge in smb_load_module() function from HEAD | Jelmer Vernooij | 1 | -24/+0 | |
(This used to be commit 6cb124247d10de86bdf6a98f3dd703b3a9eb1d35) | |||||
2003-01-17 | dlsym() can return NULL validly, so we can't use that as the error test. | Jim McDonough | 1 | -2/+6 | |
dlerror() is the correct way to test. (This used to be commit 41b1be15bac271116a7096e511cc029685013e1f) | |||||
2002-11-13 | Add a DEBUG() that gives the number of successfully loaded modules - useful ↵ | Jelmer Vernooij | 1 | -0/+2 | |
for debugging (This used to be commit 612ea35ab016c56e6ad9886283901bc7b417337a) | |||||
2002-10-31 | add smb_load_modules() to load a list of modules - does this function look ok ? | Jelmer Vernooij | 1 | -0/+22 | |
(This used to be commit a82dbb3c22e6cb2096efb87c12a6006642806aac) | |||||
2002-10-30 | use sys_dlopen instead of dlopen (thanks to jra for noticing) | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 86eb0a25b1df8ca25872f9846a74d0f13a4ad045) | |||||
2002-10-30 | - Remove RTLD_GLOBAL | Jelmer Vernooij | 1 | -3/+4 | |
- make smb_load_module() return the return value of init_module() (This used to be commit a8d2dd8d009797486105188f8fdb898a65bb25b0) | |||||
2002-10-30 | Add initial vesion of new module system | Jelmer Vernooij | 1 | -0/+63 | |
(This used to be commit b5d05d3ec6808465d27e15db2a9ff48804e2e78e) |