summaryrefslogtreecommitdiff
path: root/source3/lib/packet.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner1-0/+1
2011-03-16s3-packet: only include packet.h where needed.Günther Deschner1-0/+1
2011-02-28s3: Eliminate select from packet_fd_read_syncVolker Lendecke1-11/+10
2011-02-09s3: Fix some nonempty blank lines and some typosVolker Lendecke1-3/+3
2010-10-01samba: share select wrappers.Günther Deschner1-0/+1
2009-11-05s3: Add parameter "ctdb timeout"Volker Lendecke1-2/+8
2009-01-02Optimize for the common case that packet.c received exactly one full packetVolker Lendecke1-8/+14
2009-01-02packet.h API: The callback is now responsible to talloc_free() "buf"Volker Lendecke1-14/+18
2008-10-12Share data_blob implementation.Jelmer Vernooij1-6/+6
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r24744: Increase length by what we got from recv, not from ioctlVolker Lendecke1-2/+3
2007-10-10r24033: We need to be able to cope with packet_handler calling itselfVolker Lendecke1-4/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-0/+256