summaryrefslogtreecommitdiff
path: root/source4/lib/socket_wrapper/socket_wrapper.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25028: Fix more warnings.Jelmer Vernooij1-0/+2
(This used to be commit 3aa7ee4a0d8837471deeaa1c5a1f4a0d2a14aa6e)
2007-10-10r21671: Add initial simple tests for socket wrapperJelmer Vernooij1-0/+1
(This used to be commit 872e2ad541478597191ca9e31872d5c8e2bbb832)
2007-10-10r19171: change the socket wrapper license toStefan Metzmacher1-17/+34
what heimdal uses... metze (This used to be commit 9f8809a16ef837f5cdf07ed2e383893d035e96d6)
2007-10-10r18947: overload listen() and ioctl() in socket_wrapperStefan Metzmacher1-0/+12
metze (This used to be commit dfaccdca1b6954cd61828749d7b000f804f3b066)
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)