1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-05 12:23:50 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Jelmer Vernooij
872e2ad541 r21671: Add initial simple tests for socket wrapper 2007-10-10 14:49:07 -05:00
Stefan Metzmacher
9f8809a16e r19171: change the socket wrapper license to
what heimdal uses...

metze
2007-10-10 14:20:48 -05:00
Stefan Metzmacher
dfaccdca1b r18947: overload listen() and ioctl() in socket_wrapper
metze
2007-10-10 14:20:23 -05:00
Stefan Metzmacher
224f26602a r18426: use 'family' consistantly instead of mixing 'domain' and 'family'
metze
2007-10-10 14:18:27 -05:00
Stefan Metzmacher
d05cab5c62 r18417: overload send() and recv() by socket wrapper
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
2007-10-10 14:18:26 -05:00
Stefan Metzmacher
3e5de223f7 r16716: patch from Bjoern Jacke to fix compiler warnings on AIX
metze
2007-10-10 14:09:40 -05:00
Andrew Tridgell
9b33d0ca58 r7011: when using macros, the parameters should be specified unless its a
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.
2007-10-10 13:17:06 -05:00
Jelmer Vernooij
a2ef9225f1 r6139: Move socket_wrapper to a seperate directory 2007-10-10 13:11:21 -05:00