summaryrefslogtreecommitdiff
path: root/source4/smbd/process_model.c
Commit message (Expand)AuthorAgeFilesLines
* source4/smbd: replace DEBUG( with DBG_Gary Lockyer2017-10-191-4/+3
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-3/+3
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-6/+6
* lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2011-10-281-1/+1
* lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett2011-10-281-2/+2
* lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2011-10-281-2/+2
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-281-1/+1
* lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2011-10-281-1/+1
* lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2011-10-281-2/+2
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-281-2/+2
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-061-0/+1
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* s4-server: cleanup allocation of process modelsAndrew Tridgell2010-11-031-9/+5
* s4-process_model Fix valgrind-found use of un-initialised variableAndrew Bartlett2010-11-021-0/+1
* s4-process_model: use the static module prototypingAndrew Tridgell2010-11-011-15/+14
* s4-smbd: initialise process models in smbtorture before useAndrew Tridgell2010-10-301-5/+11
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-29/+33
* s4:process_modals Add another process modal - 'onefork'Andrew Bartlett2010-05-141-0/+1
* s4-smbd: removed unnecessary includesAndrew Tridgell2009-09-191-1/+0
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
* s4: allways initialize the process model before it's usedStefan Metzmacher2008-09-221-1/+3
* Fix prototype for pthread process model.Jelmer Vernooij2008-06-141-0/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-2/+2
|\
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-2/+2
* | Fix the build.Jelmer Vernooij2008-03-081-0/+3
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-1/+0
|/
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-1/+1
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-2/+2
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+1
* r14567: Make some more functions public.Jelmer Vernooij2007-10-101-2/+2
* r14094: Use saner module directory names, fix loading of server service modules.Jelmer Vernooij2007-10-101-1/+1
* r13655: Use new name of build headerJelmer Vernooij2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij2007-10-101-0/+13
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-3/+1
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-4/+2
* r4728: split up server_services into:Stefan Metzmacher2007-10-101-2/+2
* r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2007-10-101-2/+2
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-19/+1
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-5/+4
* r3481: split out client.h and events.hAndrew Tridgell2007-10-101-0/+1
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-101-8/+2