summaryrefslogtreecommitdiffstats
path: root/source3/lib/packet.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r24744: Increase length by what we got from recv, not from ioctlVolker Lendecke2007-10-101-2/+3
| | | | (This used to be commit 23c8f4f74bfb761894034ce9375258411c80d74d)
* r24033: We need to be able to cope with packet_handler calling itselfVolker Lendecke2007-10-101-4/+5
| | | | | recursively (This used to be commit b74797a31eae1c59c1a23934a3302987de9ab87c)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+256
I'm 100% certain I've forgotten to merge something, but the main code should be in. It's mainly in dbwrap_ctdb.c, ctdbd_conn.c and messages_ctdbd.c. There should be no changes to the non-cluster case, it does survive make test on my laptop. It survives some very basic tests with ctdbd enables, I did not do the full test suite for clusters yet. Phew... Volker (This used to be commit 15553d6327a3aecdd2b0b94a3656d04bf4106323)