summaryrefslogtreecommitdiff
path: root/lib/util/util_net.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Use talloc_asprintf_addbuf() in print_socket_options()Volker Lendecke2022-12-141-13/+6
* lib: Fix a typoVolker Lendecke2022-01-051-1/+1
* lib: Fix samba_sockaddr_[get|set]_portVolker Lendecke2021-03-091-4/+4
* lib: Make socket options output less chattyVolker Lendecke2021-03-091-16/+38
* lib: Add samba_sockaddr_[gs]et_port()Volker Lendecke2021-01-111-0/+30
* lib: Move sockaddr_storage_to_samba_sockaddr() to lib/Volker Lendecke2021-01-111-0/+26
* util_net: fix a statement not reached warningBjörn Jacke2020-11-101-1/+2
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-281-0/+2
* lib: Move get_socket_port() to its only consumerVolker Lendecke2020-08-171-33/+0
* lib: Align integer types in same_net()Volker Lendecke2020-08-171-1/+1
* lib: Remove unused client_socket_addr()Volker Lendecke2020-08-171-38/+0
* lib/util: allow to set TCP_USER_TIMEOUT socket optionGünther Deschner2020-07-081-0/+3
* Fix spelling s/unitialized/uninitialized/Mathieu Parent2018-05-121-1/+1
* lib: Save a few bytes of .textVolker Lendecke2017-11-181-2/+1
* lib: Fix a false/NULL hickupVolker Lendecke2017-11-181-1/+1
* lib: Simplify is_ipaddress_v6Volker Lendecke2017-11-181-54/+53
* lib: Avoid a pointless static variableVolker Lendecke2017-11-181-1/+1
* util: use SCOPE_DELIMITER for the IPv6 scope delimiterBjörn Jacke2016-12-091-4/+4
* build: Try to work around strict aliasing rules on Ubuntu 10.04Andrew Bartlett2016-06-081-2/+4
* lib/util_net: add support for .ipv6-literal.netStefan Metzmacher2016-03-101-5/+153
* lib/util_net: move ipv6 linklocal handling into interpret_string_addr_internal()Stefan Metzmacher2016-03-101-39/+56
* 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