summaryrefslogtreecommitdiff
path: root/source4/smbd
Commit message (Expand)AuthorAgeFilesLines
* s4:server: add support for 'smbcontrol samba shutdown'Stefan Metzmacher2019-02-051-1/+37
* s4:server: avoid using pid=0 for the parent 'samba' processStefan Metzmacher2019-02-051-1/+1
* 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
* s4: messaging: When talloc_free()'ing an event context, only remove msg_dgm_r...Jeremy Allison2017-04-171-1/+1
* s4: server: Add a tevent signal handler for SIGTERM.Jeremy Allison2017-04-171-3/+28
* s4: server: Add error return checks for tevent_add_fde, tevent_add_timer.Jeremy Allison2017-04-171-2/+9
* s4: server: Plumb server_state through the irpc messaging for samba_terminate().Jeremy Allison2017-04-171-6/+9
* s4: server: Use server_state as a parameter to max_runtime_handler, not just ...Jeremy Allison2017-04-171-3/+4
* s4: server: Use server_state as a parameter to stdin handler, not just name.Jeremy Allison2017-04-171-3/+4
* s4: server: Create a server 'state' struct.Jeremy Allison2017-04-171-14/+26
* s4: server. Whitespace and 80+ column cleanup.Jeremy Allison2017-04-171-52/+97
* 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: server: Fix crash in NTVFS server caused by ordering of destructor calls.Jeremy Allison2017-04-021-2/+3
* s4: messaging. Add imessaging_reinit_all() function.Jeremy Allison2017-03-312-1/+15
* s4-named_pipe_auth: Rename client -> remote_client and server -> local_serverGary Lockyer2017-03-291-12/+14
* s4-smbd: Remember the original client and server IPs from the SMB connectionAndrew Bartlett2017-03-291-0/+3
* Correct "initialze" typos.Chris Lamb2017-02-221-1/+1
* rpc_server: Allow to configure the port range for RPC servicesAndreas Schneider2017-01-271-5/+3
* rpc_server: Use the RPC TCPIP ports of WindowsAndreas Schneider2017-01-271-2/+2
* param: Remove winbindd privileged socket directory optionAndrew Bartlett2017-01-221-1/+0