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