summaryrefslogtreecommitdiff
path: root/source4/smbd
Commit message (Expand)AuthorAgeFilesLines
* samba: Only use async signal-safe functions in signal handlerVolker Lendecke2018-01-251-3/+1
* s4:samba: Fix default to be running samba as a deamonAndrew Bartlett2017-12-211-1/+1
* s4:samba: Allow samba daemon to run in foregroundAndreas Schneider2017-11-301-3/+10
* s4:samba: Do not segfault if we run into issuesAndreas Schneider2017-11-301-0/+8
* s4/smbd: set the process group.Gary Lockyer2017-11-301-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
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-221-0/+1
* Happy New Year 2017!Stefan Metzmacher2017-01-011-1/+1
* smbd/service_stream: connection processing flag is not really boolDouglas Bagnall2016-12-011-1/+1
* s4/messaging: messaging_dgm_ref talloc hierarchy fixRalph Boehme2016-09-131-0/+8
* s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison2016-07-233-3/+3
* Remove unused and untested source4 ntptr and spoolss systemsAndrew Bartlett2016-07-192-5/+1
* s4:server_named_pipe: make sure we use lower case pipe nameStefan Metzmacher2016-06-241-1/+1
* build: Build less of Samba when building --without-ntvfs-fileserverAndrew Bartlett2016-06-021-4/+0
* selftest: Include a few more details in selftest and samba startup.Andrew Bartlett2016-05-101-6/+8
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* Happy New Year 2016!Stefan Metzmacher2016-01-011-1/+1
* Rely on /dev/urandomVolker Lendecke2015-10-132-12/+0
* Fix a few printf format errorsVolker Lendecke2015-05-071-4/+5
* lib: Remove server_id_str()Volker Lendecke2015-04-281-1/+2
* 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