summaryrefslogtreecommitdiff
path: root/lib/util/util_net.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-02lib: Remove unused interpret_string_addr_prefer_ipv4()Volker Lendecke1-15/+0
2025-09-02lib: Fix whitespaceVolker Lendecke1-2/+2
2025-06-18async_sock: move samba_socket_{poll,sock,poll_or_sock}_error() from util_net....Stefan Metzmacher1-99/+0
2024-01-09lib/util: let is_zero_addr() return true for AF_UNSPECStefan Metzmacher1-0/+3
2023-10-24lib/util: add samba_socket_{poll,sock,poll_or_sock}_error()Stefan Metzmacher1-0/+99
2022-12-14lib: Use talloc_asprintf_addbuf() in print_socket_options()Volker Lendecke1-13/+6
2022-01-05lib: Fix a typoVolker Lendecke1-1/+1
2021-03-09lib: Fix samba_sockaddr_[get|set]_portVolker Lendecke1-4/+4
2021-03-09lib: Make socket options output less chattyVolker Lendecke1-16/+38
2021-01-11lib: Add samba_sockaddr_[gs]et_port()Volker Lendecke1-0/+30
2021-01-11lib: Move sockaddr_storage_to_samba_sockaddr() to lib/Volker Lendecke1-0/+26
2020-11-10util_net: fix a statement not reached warningBjörn Jacke1-1/+2
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-08-17lib: Move get_socket_port() to its only consumerVolker Lendecke1-33/+0
2020-08-17lib: Align integer types in same_net()Volker Lendecke1-1/+1
2020-08-17lib: Remove unused client_socket_addr()Volker Lendecke1-38/+0
2020-07-08lib/util: allow to set TCP_USER_TIMEOUT socket optionGünther Deschner1-0/+3
2018-05-12Fix spelling s/unitialized/uninitialized/Mathieu Parent1-1/+1
2017-11-18lib: Save a few bytes of .textVolker Lendecke1-2/+1
2017-11-18lib: Fix a false/NULL hickupVolker Lendecke1-1/+1
2017-11-18lib: Simplify is_ipaddress_v6Volker Lendecke1-54/+53
2017-11-18lib: Avoid a pointless static variableVolker Lendecke1-1/+1
2016-12-09util: use SCOPE_DELIMITER for the IPv6 scope delimiterBjörn Jacke1-4/+4
2016-06-08build: Try to work around strict aliasing rules on Ubuntu 10.04Andrew Bartlett1-2/+4
2016-03-10lib/util_net: add support for .ipv6-literal.netStefan Metzmacher1-5/+153
2016-03-10lib/util_net: move ipv6 linklocal handling into interpret_string_addr_internal()Stefan Metzmacher1-39/+56
2014-03-25lib/util: let is_ipaddress_v6() cope with "fe80::1234%3"Stefan Metzmacher1-12/+54
2012-10-31util: remove accidently committed hunkBjörn Jacke1-3/+0
2012-10-30wfabuild: fix the -errwarn compile flag testBjörn Jacke1-0/+3
2012-06-07util: fix build on platforms without IPv6 supportBjörn Jacke1-1/+1
2012-03-31Fix an IPv6 breakage I introduced by adding an strlcpy truncation check. Foun...Jeremy Allison1-3/+10
2012-03-29Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison1-7/+14
2011-12-16Add support for TCP_DEFER_ACCEPTVolker Lendecke1-0/+3
2011-11-15s3: allow to set TCP_NODELAYACK socket option on AIXBjörn Jacke1-0/+3
2011-09-24net: Don't register link local addresses with DNSKai Blin1-0/+23
2011-08-10libutil: use AI_ADDRCONFIG only when AI_NUMERIC is not definedSimo Sorce1-5/+11
2011-07-03S3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-06-06util-net: added is_ipaddress_v6()Andrew Tridgell1-3/+12
2011-06-06ipv6: always try to convert as a numeric address firstAndrew Tridgell1-0/+9
2011-05-14Use ZERO_STRUCTP in util_netVolker Lendecke1-2/+2
2011-05-05Clean up some const and other compiler warnings.Jeremy Allison1-1/+1
2011-05-03lib/util Move set_socket_options() into common code.Andrew Bartlett1-0/+161
2011-05-03lib/util Move more network utility functions from source3 into lib/utilAndrew Bartlett1-0/+155
2011-02-27s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke1-3/+3
2010-12-17util_net: fix a comment typo in interpret_string_addr_internal()Michael Adam1-1/+1
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell1-0/+1
2010-02-13use ZERO_STRUCTVolker Lendecke1-1/+2
2010-02-13Use ZERO_STRUCTPVolker Lendecke1-1/+1
2010-02-13s3: Fix a typoVolker Lendecke1-1/+1
2009-09-15libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett1-1/+117