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