summaryrefslogtreecommitdiff
path: root/source4/smbd
Commit message (Expand)AuthorAgeFilesLines
* s4/smdb: cppcheck: fix nullPointer: Possible null pointer dereference warning.Noel Power2019-06-041-2/+69
* s4-server: Open and close a transaction on sam.ldb at startupAndrew Bartlett2019-03-071-0/+42
* samba: Change default process model to preforkTim Beale2019-02-011-1/+1
* s4:server: add support for 'smbcontrol samba shutdown'Stefan Metzmacher2019-01-291-1/+36
* s4:server: avoid using pid=0 for the parent 'samba' processStefan Metzmacher2019-01-291-1/+1
* s4:smbd: Use C99 initializer for poptOption in serverAndreas Schneider2019-01-281-16/+51
* Happy New Year 2019!Stefan Metzmacher2019-01-011-1/+1
* s4 smdb standard: Limit processes forked on accept.Gary Lockyer2018-11-301-2/+31
* s4:smbd: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-283-5/+5
* source4 smbd prefork: Add code commentsTim Beale2018-11-231-5/+46
* source4 smbd prefork: Cleanup messaging on restartGary Lockyer2018-11-231-9/+95
* source4 smbd prefork: Add backoff to process restartGary Lockyer2018-11-231-150/+227
* source4 smbd prefork: restart on non zero exit codeGary Lockyer2018-11-236-67/+117
* source4 smbd process: pass the fatal flag to terminateGary Lockyer2018-11-236-4/+9
* source4 smbd prefork: Restart failed processesGary Lockyer2018-11-231-4/+71
* source4 smbd prefork: Pass restart informationGary Lockyer2018-11-231-47/+129
* source4 smbd: pass instance number to post_forkGary Lockyer2018-11-074-7/+20
* source4 smdb: Add a post fork hook to the service APIGary Lockyer2018-11-017-26/+82
* source4 smbd: Make the service_details structure constant.Gary Lockyer2018-11-011-1/+1
* samba: read backup date field on init and fail if presentAaron Haslett2018-06-281-15/+68
* samdb: Add remote address to connectGary Lockyer2018-05-101-4/+5
* s4/smbd/server.c: create /run if missingWilliam Brown2018-04-251-0/+4
* libsocket: Add "mem_ctx" to socket_create()Volker Lendecke2018-02-271-4/+6
* waf: Remove build system info (uname -a)Mathieu Parent2018-01-141-3/+0
* samba: Only use async signal-safe functions in signal handlerVolker Lendecke2018-01-061-3/+1
* Happy New Year 2018!Stefan Metzmacher2018-01-011-1/+1
* s4:samba: Fix default to be running samba as a deamonAndrew Bartlett2017-12-191-1/+1
* s4:samba: Allow samba daemon to run in foregroundAndreas Schneider2017-11-281-2/+9
* s4:samba: Do not segfault if we run into issuesAndreas Schneider2017-11-281-0/+8
* 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: replace DEBUG( with DBG_Gary Lockyer2017-10-198-61/+65
* source4/smbd: add a prefork process model.Gary Lockyer2017-10-192-0/+398
* source4/smbd: Fix code formatting after refactoring.Gary Lockyer2017-10-192-22/+27
* process_standard: Do not log at level 2 every time a child exitsGary Lockyer2017-10-191-2/+4
* process_standard: Honour proc_ctx->inhibit_fork_on_acceptGary Lockyer2017-10-191-0/+15
* process_standard: Move child pipe setup further down standard_accept_connecti...Gary Lockyer2017-10-191-8/+5
* process_standard: Use the new process_contextGary Lockyer2017-10-191-12/+57
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-1910-43/+105
* source4 smbd: remove global control pipe from process_standard.Gary Lockyer2017-09-286-42/+97
* s4:smbd: set samba root process titleGary Lockyer2017-09-261-0/+2
* s4:smbd: call setproctitle_initGary Lockyer2017-09-261-0/+2
* s4/smbd: set the process group.Gary Lockyer2017-09-181-1/+17
* stream_terminate_connection: Prevent use-after-freeGarming Sam2017-06-151-0/+10
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-111-3/+4
* process_standard: clean up messaging for children after exit()Andrew Bartlett2017-04-252-1/+4
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-224-10/+10
* s4: server: Use state as the talloc context for open_schannel_session_store.Jeremy Allison2017-04-171-1/+10
* s4: server: Remove use of talloc_autofree_context as the parent of event_ctx.Jeremy Allison2017-04-171-2/+6