summaryrefslogtreecommitdiff
path: root/source4/smbd/process_standard.c
Commit message (Expand)AuthorAgeFilesLines
* s4: process_standard: Add a simplified SIGTERM handler based on code from sou...Jeremy Allison2017-04-081-0/+40
* s4: process_standard: Add tevent SIGHUP signal handler to standard_accept_con...Jeremy Allison2017-04-081-0/+31
* s4: process_standard: Add return checking for tevent_add_fd() to standard_acc...Jeremy Allison2017-04-081-2/+11
* s4: process_standard: Always free tevent_context before exit().Jeremy Allison2017-04-081-0/+1
* s4: process_standard: Move talloc_free of event context so it is last thing f...Jeremy Allison2017-04-081-2/+3
* s4: messaging. Add imessaging_reinit_all() function.Jeremy Allison2017-03-311-0/+14
* Correct "initialze" typos.Chris Lamb2017-02-221-1/+1
* Rely on /dev/urandomVolker Lendecke2015-10-131-6/+0
* Fix a few printf format errorsVolker Lendecke2015-05-071-4/+5
* s4-process_model: Panic if the standard init function failsAndreas Schneider2015-03-271-1/+6
* s4-process_model: Do not close random fds while forking.Andreas Schneider2015-03-271-3/+9
* s4-process_standard: Remove signal(SIGCHLD, SIG_IGN)Andrew Bartlett2015-03-171-2/+174
* Remove compatibility code for setproctitle() now moved to libreplace.Jelmer Vernooij2012-09-241-13/+0
* s4:smbd: fix typosMichael Adam2012-06-121-2/+2
* s4:smbd: use tevent_ fn names instead of leagcy event_ onesSimo Sorce2011-08-131-2/+2
* 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-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-1/+1
* 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:process_model Fix process_standard and process_onefork not to useAndrew Bartlett2010-05-141-35/+13
* s4-smbd: use tevent_re_initialise()Andrew Tridgell2010-03-261-2/+6
* s4-smbd: fix crash in notify code on client terminationAndrew Tridgell2010-02-131-2/+2
* s4-smbd: setup the default event contexts for other process modelsAndrew Tridgell2010-01-081-0/+6
* s4-ldb: move the tdb_reopen_all() calls to ldb_wrap.cAndrew Tridgell2009-10-231-8/+1
* s4-server: call the ldb_wrap_fork_hook() after a fork()Andrew Tridgell2009-10-231-0/+3
* s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell2009-09-191-2/+0
* ensure that child tasks die when the parent diesAndrew Tridgell2009-08-071-0/+24
* s4:smbd: s/private/private_dataStefan Metzmacher2009-02-021-7/+7
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-9/+9
* Eliminate another global_loadparm.Jelmer Vernooij2008-09-301-2/+3
* 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
* Add context pointer to secrets functions.Jelmer Vernooij2008-04-011-3/+0
* Remaining changes to implement the prefork process modelAndrew Bartlett2008-02-041-5/+6
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-4/+7
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-1/+1
* r26322: Fix includeJelmer Vernooij2007-12-211-0/+1
* r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij2007-12-211-2/+2
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-2/+2
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-5/+5
* r19610: fix the buildStefan Metzmacher2007-10-101-1/+2
* r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2007-10-101-7/+0
* r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij2007-10-101-1/+1
* r15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prot...Stefan Metzmacher2007-10-101-2/+3
* r15273: fix setproctitle supportStefan Metzmacher2007-10-101-6/+10
* r15212: Simplify setproctitle codeJelmer Vernooij2007-10-101-6/+7
* r15100: Port the bugfix for #3569 to Samba4Volker Lendecke2007-10-101-2/+2