summaryrefslogtreecommitdiff
path: root/source4/lib/socket
AgeCommit message (Expand)AuthorFilesLines
2019-06-30source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-3/+6
2019-05-08s4 lib socket: Ensure address string owned by parent structGary Lockyer1-1/+1
2019-04-11source4: Update error check for new string conversion wrapperSwen Schillig1-1/+1
2019-03-01source4: Use wrapper for string to integer conversionSwen Schillig1-2/+4
2018-11-28s4:lib: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2-2/+2
2018-02-27libsocket: Add "mem_ctx" to socket_create()Volker Lendecke4-15/+12
2018-02-13libsocket: Avoid an unnecessary else branchVolker Lendecke1-1/+2
2017-12-18source4/lib/socket/socket_ip.c set socket close on execGary Lockyer1-0/+3
2017-12-13s4: remove ipv6:enabled parameteric optionBjörn Jacke1-16/+8
2016-11-16source4: Change to use lib/util/access functions.Jeremy Allison3-239/+3
2016-08-05lib: Fix a pointless error checkVolker Lendecke1-1/+2
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2016-01-26s4:lib:socket: skip extra data in interpret_interface()Michael Adam1-0/+9
2016-01-13Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij1-1/+1
2015-02-10Update mailing list references to point at lists.samba.orgAndrew Bartlett1-1/+1
2014-04-02s4:lib/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher1-0/+1
2014-03-07s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher1-2/+2
2014-03-07s4:lib/socket: use the same logic in iface_list_wildcard() as in smbdStefan Metzmacher1-21/+5
2013-07-24s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...Stefan Metzmacher1-2/+2
2013-07-23s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...Andrew Bartlett1-2/+2
2013-03-04s4-lib/socket: Return the original EMSGSIZE when sendto() and setsockopt() bo...Andrew Bartlett1-1/+1
2013-03-02Handle EMSGSIZE on UNIX domain sockets.Landon Fuller1-9/+26
2012-12-12s4-socket: Make sure unix socket addresses are null terminated.Andreas Schneider1-5/+5
2012-07-27lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...Andrew Bartlett1-10/+0
2011-12-17s3: Fix the clustering buildVolker Lendecke2-4/+4
2011-12-15s4-socket: use set_close_on_exec()Andrew Tridgell2-0/+8
2011-11-30s4:lib/socket: add socket_connect_multi_ex_*Stefan Metzmacher2-10/+147
2011-11-11s4-socket: allow connect_multi_next_socket to try all the IP for a given hostMatthieu Patou1-12/+21
2011-11-10s4-socket: detect NULL server in socket connection codeAndrew Tridgell1-0/+5
2011-11-01s4-socket: do not segfault if the socket is NULLMatthieu Patou1-0/+3
2011-10-31s4:lib/socket: don't pass -1 to close()Stefan Metzmacher1-1/+4
2011-10-16s4-interfaces: allow pure ipv6 to workMatthieu Patou1-1/+2
2011-09-12s4:lib/socket/interface.c - "ifaces" strictly needs to be initialisedMatthias Dieter Wallnöfer1-1/+1
2011-08-13s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce2-3/+3
2011-07-26cli_composite: Lowercase name.Jelmer Vernooij1-1/+1
2011-07-10s4:lib/socket: iface_list_wildcard() should only return "::" if we have ipv6 ...Stefan Metzmacher1-1/+13
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett3-38/+38
2011-06-08s4-interface: raise the debug level for interface discoveryAndrew Tridgell1-3/+3
2011-06-07s4-ipv6: fixed iface_list_same_net() for IPv6Andrew Tridgell1-3/+15
2011-06-07s4-ipv6: fix iface_list_best_ip() for IPv6Andrew Tridgell1-1/+23
2011-06-06s4-ipv6: fill in family when initialising from sockaddrAndrew Tridgell1-1/+13
2011-06-06s4-ipv6: fix the address family for IPv6 string addressesAndrew Tridgell1-0/+5
2011-06-06s4-ipv6: use the server address familyAndrew Tridgell1-1/+1
2011-06-06s4-ipv6: enable IPv6 by defaultAndrew Tridgell1-2/+2
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell1-2/+2
2011-06-06s4-ipv6: allow ipv6 to be enabled/disabled in smb.confAndrew Tridgell1-11/+20
2011-06-06s4-ipv6: fixed ipv6_listen() to use IPV6_V6ONLYAndrew Tridgell1-4/+24
2011-06-06s4-ipv6: added socket_address_from_sockaddr_storage()Andrew Tridgell2-0/+48
2011-06-06s4-ipv6: added ipv4 functions to interface codeAndrew Tridgell1-0/+32
2011-06-06s4-ipv6: fixed a warningAndrew Tridgell1-1/+1