talloc_stack: Call talloc destructors while frame is still around
[gd/samba-autobuild/.git] / lib / util / util_net.c
2018-05-12 Mathieu ParentFix spelling s/unitialized/uninitialized/
2017-11-17 Volker Lendeckelib: Save a few bytes of .text
2017-11-17 Volker Lendeckelib: Fix a false/NULL hickup
2017-11-17 Volker Lendeckelib: Simplify is_ipaddress_v6
2017-11-17 Volker Lendeckelib: Avoid a pointless static variable
2016-12-09 Björn Jackeutil: use SCOPE_DELIMITER for the IPv6 scope delimiter
2016-06-08 Andrew Bartlettbuild: Try to work around strict aliasing rules on...
2016-03-10 Stefan Metzmacherlib/util_net: add support for .ipv6-literal.net
2016-03-10 Stefan Metzmacherlib/util_net: move ipv6 linklocal handling into interpr...
2014-03-24 Stefan Metzmacherlib/util: let is_ipaddress_v6() cope with "fe80::1234%3"
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-10-31 Björn Jackeutil: remove accidently committed hunk
2012-10-30 Björn Jackewfabuild: fix the -errwarn compile flag test
2012-06-07 Björn Jackeutil: fix build on platforms without IPv6 support
2012-03-31 Jeremy AllisonFix an IPv6 breakage I introduced by adding an strlcpy...
2012-03-29 Jeremy AllisonStart to add truncate checks on all uses of strlcpy...
2011-12-16 Volker LendeckeAdd support for TCP_DEFER_ACCEPT
2011-11-15 Björn Jackes3: allow to set TCP_NODELAYACK socket option on AIX
2011-09-25 Kai Blinnet: Don't register link local addresses with DNS
2011-08-10 Simo Sorcelibutil: use AI_ADDRCONFIG only when AI_NUMERIC is...
2011-07-03 Volker LendeckeS3: Fix some nonempty blank lines
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-06 Andrew Tridgellutil-net: added is_ipaddress_v6()
2011-06-06 Andrew Tridgellipv6: always try to convert as a numeric address first
2011-05-14 Volker LendeckeUse ZERO_STRUCTP in util_net
2011-05-04 Jeremy AllisonClean up some const and other compiler warnings.
2011-05-03 Andrew Bartlettlib/util Move set_socket_options() into common code.
2011-05-03 Andrew Bartlettlib/util Move more network utility functions from sourc...
2011-02-27 Volker Lendeckes3: Make is_zero_addr take a sockaddr_storage
2010-12-17 Michael Adamutil_net: fix a comment typo in interpret_string_addr_i...
2010-03-26 Andrew Tridgelllibutil: moved the networking defines to util_net.h
2010-02-13 Volker Lendeckeuse ZERO_STRUCT
2010-02-13 Volker LendeckeUse ZERO_STRUCTP
2010-02-13 Volker Lendeckes3: Fix a typo
2009-09-15 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-15 Andrew Bartlettlibcli:nbt make the lmhosts parsing code and dependicie...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijMove set_sockaddr_port to libutil.
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse common net utility code (address and sockaddr manip...
2008-10-23 Jelmer VernooijRename same_net to same_net_v4 for consistency with...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Jelmer VernooijFix const, dupes.
2008-10-18 Jelmer VernooijUse shared util.c.