lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run
[kai/samba.git] / lib / socket_wrapper /
2011-09-29 Stefan Metzmachersocket_wrapper: correctly handle dup()/dup2() ref counting
2011-09-29 Stefan Metzmachersocket_wrapper: pass down the fd explictly from the...
2011-09-18 Volker Lendeckeswrap: Fix a c++ warning
2011-08-12 Andrew Tridgellsocket-wrapped: added wrappers for dup() and dup2()
2011-07-10 Stefan Metzmachersocket_wrapper: make sure interfaces are in the valid...
2011-04-19 Andrew Bartlettlib/socket_wrapper: allow up to 32 interfaces for a...
2011-03-09 Stefan Metzmachersocket_wrapper: fix handling of addr and addrlen
2011-03-04 Stefan Metzmacherlib/socket_wrapper: try to fix the build on solaris
2011-03-03 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
2011-03-03 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
2011-03-03 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
2011-03-03 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
2011-03-03 Stefan Metzmachersocket_wrapper: add swrap_sendmsg_before/after helper...
2011-03-03 Stefan Metzmachersocket_wrapper: replace recvmsg() correctly
2011-03-03 Stefan Metzmachersocket_wrapper: readv() should only work on connected...
2011-03-03 Stefan Metzmachersocket_wrapper: move swrap_ioctl() above the send*...
2011-03-03 Stefan Metzmachersocket_wrapper: fix compiler warnings
2011-03-03 Stefan Metzmachersocket_wrapper: don't allow connect() to the broadcast...
2011-02-13 Volker LendeckeFix some nonempty blank lines
2011-02-10 Günther Deschnersocket_wrapper: avoid c++ style comments.
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-11-12 Jelmer Vernooijsocket_wrapper: Only add as global dependency when...
2010-11-12 Jelmer Vernooijs4-waf: Only enable various wrappers if they're actuall...
2010-11-05 Stefan Metzmachersocket_wrapper: fill in sa.sa_len if the system supports it
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-21 Jelmer VernooijLowercase socket_wrapper name.
2010-10-21 Andrew Tridgellwrapper: make socket_wrapper, uid_wrapper and nss_wrapp...
2010-10-10 Stefan Metzmachersocket_wrapper: Make it work on freebsd for udp packets
2010-05-03 Andrew Tridgells4-waf: fixed target group for SOCKET_WRAPPER
2010-04-18 Andrew Tridgells4-waf: put the --xxx-wrapper options in 'developer...
2010-04-08 Stefan MetzmacherRevert "socket-wrapper: not all systems have FIONREAD...
2010-04-07 Thomas Nagybuild: allow the waf build to work with python 3.0...
2010-04-06 Andrew Tridgells4-waf: added a --enable-selftest option as a shortcut
2010-04-06 Andrew Tridgells4-waf: fixed some deps now we don't auto-include teven...
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-04-06 Andrew Tridgellbuild: nearly there on samba4 build
2010-04-06 Andrew Tridgellbuild: added wrapper options
2010-04-03 Andrew Tridgellsocket-wrapper: not all systems have FIONREAD defined
2010-02-17 Stefan Metzmachersocket_wrapper: also ignore AF_INET6 in swrap_setsockopt()
2009-09-08 Stefan Metzmachersocket_wrapper: swrap_read() should use SWRAP_RECV...
2009-09-08 Jeremy AllisonAdd read() to socketwrapper. Metze please check.
2009-06-19 Andrew BartlettPartially revert restriction of socket_wrapper to 1500...
2009-06-19 Andrew BartlettPartially revert restriction of socket_wrapper to 1500...
2009-06-09 Andrew Tridgellfixed socket wrapper to determine family from the right...
2009-06-04 Andrew Bartlettsocket_wrapper Cope with SOCK_CLOEXEC and SOCK_NONBLOCK...
2009-05-26 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Andrew BartlettAdd support for sendmsg() in socket_wrapper
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Stefan Metzmachersocket_wrapper: fix the build on systems without ipv6...
2009-04-10 Stefan Metzmachersocket_wrapper: fix crash bug in swrap_readv/writev
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Stefan Metzmachersocket_wrapper: fix connect() for dgram sockets, if...
2009-03-22 Stefan MetzmacherRevert "socket_wrapper: fix connect() for dgram sockets...
2009-03-21 Stefan Metzmachersocket_wrapper: fix connect() for dgram sockets, if...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-10 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-10 Stefan Metzmachersocket_wrapper: wrap readv() and writev()
2009-03-09 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-09 Stefan Metzmachersocket_wrapper: try to make ipv6 support more portable
2009-03-08 Stefan Metzmachersocket_wrapper: downgrade ipv6 sockets to ipv4 is in...
2009-03-08 Stefan Metzmachersocket_wrapper: correctly handle connected dgram sockets
2009-03-08 Stefan Metzmachersocket_wrapper: make it possible to bind to '::'
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-04 Tim Proutysocket wrapper: Fix 'might be used uninitialized' warning
2009-03-04 Stefan Metzmachersocket_wrapper: add multiple interface support for...
2009-03-04 Stefan Metzmachersocket_wrapper: add ipv6 pcap support
2009-03-04 Stefan Metzmachersocket_wrapper: pass down sockaddr instead of sockaddr_...
2009-03-04 Stefan Metzmachersocket_wrapper: prepare pcap support for ipv6 traffic
2009-03-04 Stefan Metzmachersocket_wrapper: don't crash if we get EAGAIN from real_...
2009-01-19 Stefan Metzmachersocket_wrapper: fix PCAP support broken by aaea68791cfe...
2009-01-15 Jelmer VernooijFix indentation for some configure options.
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jeremy AllisonIn gcc version 4.3.2 we get warnings for functions...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-07 Tim ProutyChanged variable name from f19086872ec734fff3f2119712ff...
2008-10-07 Tim ProutyFixed "declaration shadows global declaration" warnings.
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-17 Jelmer VernooijMove common libraries from root to lib/.