summaryrefslogtreecommitdiff
path: root/source4/lib/socket_wrapper/socket_wrapper.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18426: use 'family' consistantly instead of mixing 'domain' and 'family'Stefan Metzmacher1-1/+1
metze (This used to be commit 224f26602ac78dbdabd4602bce42e31141102f6c)
2007-10-10r18417: overload send() and recv() by socket wrapperStefan Metzmacher1-1/+13
and add a dummy swrap_dump_packet() function which can later dump the packet content, so that a script can then generate a capture file for wireshark metze (This used to be commit d05cab5c626b5960448f206e8c17b89edbf78733)
2007-10-10r16716: patch from Bjoern Jacke to fix compiler warnings on AIXStefan Metzmacher1-0/+44
metze (This used to be commit 3e5de223f715343b6421d580dc1b3f9d67c980da)
2007-10-10r7011: when using macros, the parameters should be specified unless its aAndrew Tridgell1-11/+11
varargs function you are replacing. Otherwise if you have any structure element called "socket" and you have a macro for "socket" then the code will fail. (This used to be commit 9b33d0ca583b0cc1602662220cade96b70c98306)
2007-10-10r6139: Move socket_wrapper to a seperate directoryJelmer Vernooij1-0/+48
(This used to be commit a2ef9225f15e369af7b884262b997ab321fd24d6)