summaryrefslogtreecommitdiffstats
path: root/lib/util/util_net.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util: let is_ipaddress_v6() cope with "fe80::1234%3"Stefan Metzmacher2014-03-251-12/+54
* util: remove accidently committed hunkBjörn Jacke2012-10-311-3/+0
* wfabuild: fix the -errwarn compile flag testBjörn Jacke2012-10-301-0/+3
* util: fix build on platforms without IPv6 supportBjörn Jacke2012-06-071-1/+1
* Fix an IPv6 breakage I introduced by adding an strlcpy truncation check. Foun...Jeremy Allison2012-03-311-3/+10
* Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison2012-03-291-7/+14
* Add support for TCP_DEFER_ACCEPTVolker Lendecke2011-12-161-0/+3
* s3: allow to set TCP_NODELAYACK socket option on AIXBjörn Jacke2011-11-151-0/+3
* net: Don't register link local addresses with DNSKai Blin2011-09-241-0/+23
* libutil: use AI_ADDRCONFIG only when AI_NUMERIC is not definedSimo Sorce2011-08-101-5/+11
* S3: Fix some nonempty blank linesVolker Lendecke2011-07-031-3/+3
* util-net: added is_ipaddress_v6()Andrew Tridgell2011-06-061-3/+12
* ipv6: always try to convert as a numeric address firstAndrew Tridgell2011-06-061-0/+9
* Use ZERO_STRUCTP in util_netVolker Lendecke2011-05-141-2/+2
* Clean up some const and other compiler warnings.Jeremy Allison2011-05-051-1/+1
* lib/util Move set_socket_options() into common code.Andrew Bartlett2011-05-031-0/+161
* lib/util Move more network utility functions from source3 into lib/utilAndrew Bartlett2011-05-031-0/+155
* s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke2011-02-271-3/+3
* util_net: fix a comment typo in interpret_string_addr_internal()Michael Adam2010-12-171-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* use ZERO_STRUCTVolker Lendecke2010-02-131-1/+2
* Use ZERO_STRUCTPVolker Lendecke2010-02-131-1/+1
* s3: Fix a typoVolker Lendecke2010-02-131-1/+1
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-151-1/+117
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-1/+1
* Move set_sockaddr_port to libutil.Jelmer Vernooij2008-10-231-0/+14
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-231-43/+322
* Rename same_net to same_net_v4 for consistency with Samba 3.Jelmer Vernooij2008-10-231-1/+1
* Fix const, dupes.Jelmer Vernooij2008-10-181-0/+3
* Use shared util.c.Jelmer Vernooij2008-10-181-0/+128