summaryrefslogtreecommitdiff
path: root/source3/lib/packet.c
Commit message (Expand)AuthorAgeFilesLines
* s3-ctdb Rename packet file and files to ctdb_packetAndrew Bartlett2011-05-031-275/+0
* s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner2011-03-301-0/+1
* s3-packet: only include packet.h where needed.Günther Deschner2011-03-161-0/+1
* s3: Eliminate select from packet_fd_read_syncVolker Lendecke2011-02-281-11/+10
* s3: Fix some nonempty blank lines and some typosVolker Lendecke2011-02-091-3/+3
* samba: share select wrappers.Günther Deschner2010-10-011-0/+1
* s3: Add parameter "ctdb timeout"Volker Lendecke2009-11-051-2/+8
* Optimize for the common case that packet.c received exactly one full packetVolker Lendecke2009-01-021-8/+14
* packet.h API: The callback is now responsible to talloc_free() "buf"Volker Lendecke2009-01-021-14/+18
* Share data_blob implementation.Jelmer Vernooij2008-10-121-6/+6
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r24744: Increase length by what we got from recv, not from ioctlVolker Lendecke2007-10-101-2/+3
* r24033: We need to be able to cope with packet_handler calling itselfVolker Lendecke2007-10-101-4/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+256