summaryrefslogtreecommitdiff
path: root/source4/smbd/service_stream.c
Commit message (Expand)AuthorAgeFilesLines
* source4/smbd: replace DEBUG( with DBG_Gary Lockyer2017-10-191-6/+6
* source4/smbd: Fix code formatting after refactoring.Gary Lockyer2017-10-191-20/+23
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-7/+16
* stream_terminate_connection: Prevent use-after-freeGarming Sam2017-06-151-0/+10
* s4: server: Fix crash in NTVFS server caused by ordering of destructor calls.Jeremy Allison2017-04-021-2/+3
* 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
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-221-0/+1
* s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison2016-07-231-1/+1
* lib: Remove server_id_str()Volker Lendecke2015-04-281-1/+2
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-051-1/+4
* loadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_deny for consistency with...Michael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_allow for consistency wi...Michael Adam2014-02-031-1/+1
* service_stream: Log if the connection termination is deferred or not (bug #9820)Andrew Bartlett2013-07-101-1/+5
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-1/+1
* s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell2011-07-221-2/+3
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-091-1/+1
* s4-ipv6: fixed binding to ipv4 addressesAndrew Tridgell2011-06-061-1/+1
* s4-ipv6: fixed stream_setup_socket() to handle IPv6Andrew Tridgell2011-06-061-18/+27
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-4/+4
* s4-server: make server sockets a child of the task contextAndrew Tridgell2010-11-151-2/+3
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+1
* s4:libcli/wrepl: rewrite the low level request handling to use tevent_queue a...Stefan Metzmacher2010-03-071-11/+2
* s4-smb: Migrate named_pipe_server to tsocket.Andreas Schneider2010-02-261-1/+1
* Revert "s4-smb: Migrate named_pipe_server to tsocket."Simo Sorce2010-02-241-1/+1
* s4-smb: Migrate named_pipe_server to tsocket.Andreas Schneider2010-02-231-1/+1
* s4:smbd: hold tsocket_addresses on the stream_connectionStefan Metzmacher2009-12-241-9/+23
* s4-smbd: removed unnecessary includesAndrew Tridgell2009-09-191-3/+0
* Fix Coverity 911: FORWARD_NULL. Metze, please check!Volker Lendecke2009-05-021-1/+2
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* s4:smbd: s/private/private_dataStefan Metzmacher2009-02-021-12/+12
* s4:smbd: convert to tevent_* apiStefan Metzmacher2009-01-031-10/+20
* s4:socket: use a socket_wrapper aware function to auto close the fd event for...Stefan Metzmacher2009-01-031-10/+15
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-7/+7
* Fix segfault.Jelmer Vernooij2008-09-301-1/+1
* Eliminate another global_loadparm.Jelmer Vernooij2008-09-301-1/+1
* log stream terminationAndrew Tridgell2008-09-241-0/+2
* Fix segfault caused by talloc_free() being called while still processingAndrew Bartlett2008-06-191-2/+2
* smbd: pass down lp_ctx to stream_new_connection_merge()Stefan Metzmacher2008-05-171-0/+2
* Remove sDefault as static variable.Jelmer Vernooij2008-02-281-1/+1
* Set lp_ctx properly.Jelmer Vernooij2008-02-271-0/+1
* Rework cluster_id() to take an additional argument, as we needAndrew Bartlett2008-02-041-3/+13
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-3/+9
* r26441: Remove global_loadparm uses.Jelmer Vernooij2007-12-211-1/+3
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-3/+5
* r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
* r25922: Make it easier to bind to a unix domain socket, without messing withAndrew Bartlett2007-12-211-1/+9
* r25454: Use standard bool types in a couple more places.Jelmer Vernooij2007-10-101-2/+2
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+3