summaryrefslogtreecommitdiffstats
path: root/source4/smbd/service_stream.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-101-2/+4
* r24276: don't mark a stream readable until after the messaging setup isAndrew Tridgell2007-10-101-2/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23702: fixed a "falling back to select" error in the standard processAndrew Tridgell2007-10-101-1/+5
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-4/+5
* r18806: fixed two spelling errorsAndrew Tridgell2007-10-101-2/+2
* r17227: don't call a function which takes some nonoptional argsStefan Metzmacher2007-10-101-9/+15
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-101-0/+5
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2007-10-101-0/+25
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-2/+13