r21671: Add initial simple tests for socket wrapper
[kai/samba.git] / source4 / lib / socket_wrapper / socket_wrapper.c
2007-10-10 Jelmer Vernooijr21671: Add initial simple tests for socket wrapper
2007-10-10 Love Hörnquist Åstrandr19409: Pull in <sys/time.h> for struct timeval for...
2007-10-10 Love Hörnquist Åstrandr19367: Solaris needs <sys/filio.h> for FIONREAD.
2007-10-10 Stefan Metzmacherr19178: fix the standalone build of socket_wrapper...
2007-10-10 Love Hörnquist Åstrandr19176: Also require <fcntl.h> and <sys/ioctl.h> for...
2007-10-10 Love Hörnquist Åstrandr19175: If not in _SAMBA_BUILD_, define _PUBLIC_ to...
2007-10-10 Stefan Metzmacherr19171: change the socket wrapper license to
2007-10-10 Volker Lendecker19136: No conflict, after "svn up" it applied correctl...
2007-10-10 Stefan Metzmacherr19097: add support for SUCKET_WRAPPER_PCAP_FILE
2007-10-10 Stefan Metzmacherr19084: make socket_wrapper more portable (standalone...
2007-10-10 Stefan Metzmacherr19082: add the source vs. destination address and...
2007-10-10 Stefan Metzmacherr18992: prepare SOCKET_WRAPPER_PCAP_FILE support
2007-10-10 Stefan Metzmacherr18947: overload listen() and ioctl() in socket_wrapper
2007-10-10 Stefan Metzmacherr18918: - bail out with unsupported option to socket()
2007-10-10 Andrew Tridgellr18917: having 255 virtual interfaces available in...
2007-10-10 Volker Lendecker18661: C++ warnings
2007-10-10 Stefan Metzmacherr18593: try to get the same socket_wrapper file buildin...
2007-10-10 Andrew Tridgellr18586: fixed a potential fd and memory leak in the...
2007-10-10 Stefan Metzmacherr18428: add my copyright
2007-10-10 Stefan Metzmacherr18427: set sin_port correctly on autobound socket
2007-10-10 Stefan Metzmacherr18426: use 'family' consistantly instead of mixing...
2007-10-10 Stefan Metzmacherr18424: there's no need to allocate a wrapped socket...
2007-10-10 Stefan Metzmacherr18423: record accept, connect and close events in...
2007-10-10 Stefan Metzmacherr18417: overload send() and recv() by socket wrapper
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Jelmer Vernooijr15358: Fix some compiler warnings / type safety. Found...
2007-10-10 Andrew Tridgellr14977: more IBM checker fixes
2007-10-10 Jelmer Vernooijr13840: Mark some functions as public.
2007-10-10 Andrew Bartlettr12710: Fix socket_wrapper: Make sure to fill in the...
2007-10-10 Stefan Metzmacherr12074: in accept() we need to set socket name of the...
2007-10-10 Stefan Metzmacherr12073: fix vlgrind error, calculate the correct size...
2007-10-10 Stefan Metzmacherr11555: - change socket_wrapper to support multiple...
2007-10-10 Stefan Metzmacherr11502: make sure we always use the 7 chars for the...
2007-10-10 Andrew Tridgellr8681: if SOCKET_WRAPPER_DIR starts with ./ then strip...
2007-10-10 Andrew Tridgellr8671: use much shorter names for the selftest director...
2007-10-10 Andrew Tridgellr7913: prevent recursion in the socket wrapper code
2007-10-10 Andrew Tridgellr7910: fixed typo in _SAMBA_BUILD_ macro
2007-10-10 Andrew Tridgellr7754: fixed the local port of accepted sockets in...
2007-10-10 Andrew Tridgellr7460: fixed several problems with the socket wrapper...
2007-10-10 Jelmer Vernooijr6564: - Fix bug in socket_wrapper
2007-10-10 Andrew Tridgellr6222: fixed the socket wrapper code for getsockname()
2007-10-10 Andrew Tridgellr6150: fixed a few socket_wrapper bugs.
2007-10-10 Jelmer Vernooijr6144: Apparently there are more systems that have...
2007-10-10 Jelmer Vernooijr6140: - Add configure option for enabling the socket...
2007-10-10 Jelmer Vernooijr6139: Move socket_wrapper to a seperate directory