docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / source4 / lib / socket_wrapper / socket_wrapper.c
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-16 Jelmer VernooijMerge branch 'singlecompression' into single
2008-09-16 Jelmer VernooijMerge branch 'singlepopt' into single
2008-09-16 Jelmer VernooijMerge branch 'singlensswrap' into single
2008-09-16 Jelmer VernooijMerge branch 'singlesw' into single
2008-09-16 Jelmer VernooijMerge branch 'singlereplace' into single
2008-09-16 Jelmer VernooijUse single copy of socket_wrapper in Samba 3 and Samba 4.
2008-09-16 Jelmer VernooijMake Samba 3 and Samba 4 both use the same single copy...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-10 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-10 Jeremy AllisonFix initialization warnings.
2008-06-10 Stefan MetzmacherSome C++ warnings
2008-06-10 Stefan Metzmachersocket_wrapper: truncate packets to a 1500 byte payload
2008-03-27 Jelmer VernooijMerge v4.0-test
2008-03-19 Andrew BartlettMerge branch 'v4-0-logon' of git://git.id10ts.net/samba...
2008-03-17 Stefan Metzmachersocket_wrapper: make pcap code more portable
2008-02-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-20 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-19 Jelmer VernooijFactor out IP marshalling into separate function.
2007-12-21 Stefan Metzmacherr25783: socket_wrapper: don't include "includes.h"
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25028: Fix more warnings.
2007-10-10 Jelmer Vernooijr25027: Fix more warnings.
2007-10-10 Stefan Metzmacherr23420: try to make the IBM checker happy
2007-10-10 Andrew Bartlettr22236: Update to Heimdal's socket_wrapper, which suppo...
2007-10-10 Jelmer Vernooijr21729: Some more tests
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