summaryrefslogtreecommitdiff
path: root/source4/smbd/process_prefork.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-24Remove compatibility code for setproctitle() now moved to libreplace.Jelmer Vernooij1-13/+0
2011-08-13s4:smbd: use tevent_ fn names instead of leagcy event_ onesSimo Sorce1-3/+3
2011-03-19source4/smbd: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2010-12-12s4:smbd/process*.c - fix PID warnings on SolarisMatthias Dieter Wallnöfer1-2/+2
2010-11-27s4:param/secrets.h - fix "enum netr_SchannelType" include correctlyMatthias Dieter Wallnöfer1-1/+0
2010-10-30s4-smbd: don't initialise process models more than onceAndrew Tridgell1-1/+1
2010-10-11s4-smbd Remove event_context_set_default()Andrew Bartlett1-6/+0
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher1-1/+1
2010-04-24s4-smbd: Fix compiler warning in prefork smbd.Tim Potter1-1/+1
2010-01-08s4-smbd: setup the default event contexts for other process modelsAndrew Tridgell1-1/+7
2009-10-23s4-ldb: move the tdb_reopen_all() calls to ldb_wrap.cAndrew Tridgell1-5/+0
2009-10-23s4-server: call the ldb_wrap_fork_hook() after a fork()Andrew Tridgell1-0/+2
2009-02-02s4:smbd: s/private/private_dataStefan Metzmacher1-6/+6
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-8/+8
2008-09-30Eliminate another global_loadparm.Jelmer Vernooij1-1/+1
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij1-1/+1
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-2/+2
2008-02-06prefork: also reload stuff in the client processesStefan Metzmacher1-8/+16
2008-02-05Clarify nomaclature of socket names in process_single and process_preforkAndrew Bartlett1-18/+6
2008-02-04Remaining changes to implement the prefork process modelAndrew Bartlett1-0/+226