summaryrefslogtreecommitdiff
path: root/source4/smbd/process_prefork.c
Commit message (Expand)AuthorAgeFilesLines
* samba: Fix CID 1420179 Code maintainability issues UNUSED_VALUEVolker Lendecke2017-10-271-1/+0
* samba: Fix CID 1420180 Null pointer dereferencesVolker Lendecke2017-10-271-1/+1
* s4:smbd: Add missing unistd.h include to fix build of process_preforkAndreas Schneider2017-10-191-0/+2
* source4/smbd: add a prefork process model.Gary Lockyer2017-10-191-0/+391
* s4-process_model: Remove prefork and oneforkAndrew Bartlett2015-03-161-207/+0
* Remove compatibility code for setproctitle() now moved to libreplace.Jelmer Vernooij2012-09-241-13/+0
* s4:smbd: use tevent_ fn names instead of leagcy event_ onesSimo Sorce2011-08-131-3/+3
* source4/smbd: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* s4:smbd/process*.c - fix PID warnings on SolarisMatthias Dieter Wallnöfer2010-12-121-2/+2
* s4:param/secrets.h - fix "enum netr_SchannelType" include correctlyMatthias Dieter Wallnöfer2010-11-271-1/+0
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-1/+1
* s4-smbd Remove event_context_set_default()Andrew Bartlett2010-10-111-6/+0
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-161-1/+1
* s4-smbd: Fix compiler warning in prefork smbd.Tim Potter2010-04-241-1/+1
* s4-smbd: setup the default event contexts for other process modelsAndrew Tridgell2010-01-081-1/+7
* s4-ldb: move the tdb_reopen_all() calls to ldb_wrap.cAndrew Tridgell2009-10-231-5/+0
* s4-server: call the ldb_wrap_fork_hook() after a fork()Andrew Tridgell2009-10-231-0/+2
* s4:smbd: s/private/private_dataStefan Metzmacher2009-02-021-6/+6
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-8/+8
* Eliminate another global_loadparm.Jelmer Vernooij2008-09-301-1/+1
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-1/+1
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-2/+2
* prefork: also reload stuff in the client processesStefan Metzmacher2008-02-061-8/+16
* Clarify nomaclature of socket names in process_single and process_preforkAndrew Bartlett2008-02-051-18/+6
* Remaining changes to implement the prefork process modelAndrew Bartlett2008-02-041-0/+226