summaryrefslogtreecommitdiff
path: root/source4/smbd/service_stream.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r12125: make the deferred connection termination the default,Stefan Metzmacher2007-10-101-3/+24
* r10768: add a function to create a stream_connection from an alreadyStefan Metzmacher2007-10-101-0/+33
* r10682: force the free of the fd event first when a stream terminates. That e...Andrew Tridgell2007-10-101-0/+1
* r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell2007-10-101-0/+1
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-4/+4
* r5193: make sure we mark the event dead when we free it on a dead connectionAndrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-20/+10
* r5141: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-101-1/+1
* r5104: - added support for task based servers. These are servers that withinAndrew Tridgell2007-10-101-2/+2
* r5103: forgot to add two new filesAndrew Tridgell2007-10-101-0/+215