s4-python: Install external included packages only if they're not present on the...
[nivanova/samba-autobuild/.git] / lib / tsocket / tsocket_bsd.c
2010-03-26 Andrew Tridgelltsocket: not all systems have IPV6_V6ONLY
2010-02-18 Stefan Metzmachertsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()
2010-02-17 Jeremy AllisonFix commit d07cd37b993d3c9beded20323174633b806196b5
2010-02-17 Stefan Metzmachertsocket/bsd: fix bug #7115 FreeBSD includes the UDP...
2010-02-17 Stefan Metzmachertsocket/bsd: set IPV6_V6ONLY on AF_INET6 sockets
2010-02-17 Stefan Metzmachertsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6...
2010-02-17 Stefan Metzmachertsocket/bsd: fix bug #7140 use calculated sa_socklen...
2010-02-17 Stefan Metzmachertsocket/bsd: fix do_bind logic for AF_INET
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-24 Stefan Metzmachertsocket: only copy the specific part of sockaddr*
2009-12-24 Stefan Metzmachertsocket: allow AF_UNIX sockaddrs smaller than sizeof...
2009-12-15 Andreas Schneidertsocket: Fixed typo in LGPL header.
2009-12-15 Stefan Metzmachertsocket: add tsocket_address_bsd_sockaddr() and tsocket...
2009-11-03 Stefan Metzmachertsocket_bsd: return -1 and set errno to ENAMETOOLONG...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-16 Stefan Metzmachertsocket: rename sa_len => sa_socklen, because sa_len...
2009-06-29 Stefan Metzmachertsocket/bsd: also ask for TEVENT_FD_READ when we want...
2009-06-29 Stefan Metzmachertsocket/bsd: more correctly check if the cached tevent_...
2009-05-22 Stefan Metzmachertsocket: allow empty vectors at the end for tstream_wri...
2009-05-19 Volker LendeckeSet errno=ENOMEM if tevent_add_fd fails
2009-05-19 Volker LendeckeSimplify the logic of tsocket_bsd_pending
2009-05-01 Stefan Metzmachertsocket: add tstream implementation for bsd sockets...
2009-05-01 Stefan Metzmachertsocket: rename tdgram_unix_dgram_socket() => tdgram_un...
2009-05-01 Stefan Metzmachertsocket: tdgram move input checks to the common code...
2009-05-01 Stefan Metzmachertsocket: for unix domain sockets we need to use sizeof...
2009-05-01 Stefan Metzmachertsocket: remove tsocket_context related stuff
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-16 Stefan Metzmachertsocket: fix the build without ipv6 support
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-06 Stefan Metzmachertsocket: reduce size of dummy variable
2009-04-06 Stefan Metzmachertsocket: use the correct 'ret' variable for tdgram_disc...
2009-04-02 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-02 Stefan Metzmachertsocket: remove DGRAM support from tsocket_context
2009-04-02 Stefan Metzmachertsocket: optimize tdgram_bsd a lot
2009-04-02 Stefan Metzmachertsocket: split out a smaller tdgram_context abstraction
2009-04-01 Andrew TridgellMerge commit 'master/master' into wspp-schema
2009-03-31 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-31 Stefan Metzmachertsocket: try to fix the build on solaris FIONREAD was...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-28 Stefan Metzmachertsocket: more s/sun/un to make the build on solaris...
2009-03-27 Stefan Metzmachertsocket: try to fix the build on solaris systems
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-19 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-19 Stefan Metzmacherlib/tsocket: add an implementation for bsd style sockets.