summaryrefslogtreecommitdiff
path: root/source4/smbd/service_stream.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-10service_stream: Log if the connection termination is deferred or not (bug #9820)Andrew Bartlett1-1/+5
2011-10-13s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett1-1/+1
2011-07-22s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell1-2/+3
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett1-1/+1
2011-06-06s4-ipv6: fixed binding to ipv4 addressesAndrew Tridgell1-1/+1
2011-06-06s4-ipv6: fixed stream_setup_socket() to handle IPv6Andrew Tridgell1-18/+27
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-4/+4
2010-11-15s4-server: make server sockets a child of the task contextAndrew Tridgell1-2/+3
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-3/+3
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-3/+1
2010-03-07s4:libcli/wrepl: rewrite the low level request handling to use tevent_queue a...Stefan Metzmacher1-11/+2
2010-02-26s4-smb: Migrate named_pipe_server to tsocket.Andreas Schneider1-1/+1
2010-02-24Revert "s4-smb: Migrate named_pipe_server to tsocket."Simo Sorce1-1/+1
2010-02-23s4-smb: Migrate named_pipe_server to tsocket.Andreas Schneider1-1/+1
2009-12-24s4:smbd: hold tsocket_addresses on the stream_connectionStefan Metzmacher1-9/+23
2009-09-19s4-smbd: removed unnecessary includesAndrew Tridgell1-3/+0
2009-05-02Fix Coverity 911: FORWARD_NULL. Metze, please check!Volker Lendecke1-1/+2
2009-02-02s4:service_stream: s/private/private_dataStefan Metzmacher1-2/+2
2009-02-02s4:smbd: s/private/private_dataStefan Metzmacher1-12/+12
2009-01-03s4:smbd: convert to tevent_* apiStefan Metzmacher1-10/+20
2009-01-03s4:socket: use a socket_wrapper aware function to auto close the fd event for...Stefan Metzmacher1-10/+15
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-7/+7
2008-09-30Fix segfault.Jelmer Vernooij1-1/+1
2008-09-30Eliminate another global_loadparm.Jelmer Vernooij1-1/+1
2008-09-24log stream terminationAndrew Tridgell1-0/+2
2008-06-19Fix segfault caused by talloc_free() being called while still processingAndrew Bartlett1-2/+2
2008-05-17smbd: pass down lp_ctx to stream_new_connection_merge()Stefan Metzmacher1-0/+2
2008-02-28Remove sDefault as static variable.Jelmer Vernooij1-1/+1
2008-02-27Set lp_ctx properly.Jelmer Vernooij1-0/+1
2008-02-04Rework cluster_id() to take an additional argument, as we needAndrew Bartlett1-3/+13
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-3/+9
2007-12-21r26441: Remove global_loadparm uses.Jelmer Vernooij1-1/+3
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij1-3/+5
2007-12-21r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij1-1/+1
2007-12-21r25922: Make it easier to bind to a unix domain socket, without messing withAndrew Bartlett1-1/+9
2007-10-10r25454: Use standard bool types in a couple more places.Jelmer Vernooij1-2/+2
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+2
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij1-2/+4
2007-10-10r24276: don't mark a stream readable until after the messaging setup isAndrew Tridgell1-2/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23702: fixed a "falling back to select" error in the standard processAndrew Tridgell1-1/+5
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-4/+5
2007-10-10r18806: fixed two spelling errorsAndrew Tridgell1-2/+2
2007-10-10r17227: don't call a function which takes some nonoptional argsStefan Metzmacher1-9/+15
2007-10-10r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett1-0/+5
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher1-0/+25
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-2/+13