summaryrefslogtreecommitdiff
path: root/source4/lib/socket
Commit message (Expand)AuthorAgeFilesLines
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-3/+6
* s4 lib socket: Ensure address string owned by parent structGary Lockyer2019-05-081-1/+1
* source4: Update error check for new string conversion wrapperSwen Schillig2019-04-111-1/+1
* source4: Use wrapper for string to integer conversionSwen Schillig2019-03-011-2/+4
* s4:lib: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-282-2/+2
* libsocket: Add "mem_ctx" to socket_create()Volker Lendecke2018-02-274-15/+12
* libsocket: Avoid an unnecessary else branchVolker Lendecke2018-02-131-1/+2
* source4/lib/socket/socket_ip.c set socket close on execGary Lockyer2017-12-181-0/+3
* s4: remove ipv6:enabled parameteric optionBjörn Jacke2017-12-131-16/+8
* source4: Change to use lib/util/access functions.Jeremy Allison2016-11-163-239/+3
* lib: Fix a pointless error checkVolker Lendecke2016-08-051-1/+2
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* s4:lib:socket: skip extra data in interpret_interface()Michael Adam2016-01-261-0/+9
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-1/+1
* Update mailing list references to point at lists.samba.orgAndrew Bartlett2015-02-101-1/+1
* s4:lib/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-03-071-2/+2
* s4:lib/socket: use the same logic in iface_list_wildcard() as in smbdStefan Metzmacher2014-03-071-21/+5
* s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...Stefan Metzmacher2013-07-241-2/+2
* s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...Andrew Bartlett2013-07-231-2/+2
* s4-lib/socket: Return the original EMSGSIZE when sendto() and setsockopt() bo...Andrew Bartlett2013-03-041-1/+1
* Handle EMSGSIZE on UNIX domain sockets.Landon Fuller2013-03-021-9/+26
* s4-socket: Make sure unix socket addresses are null terminated.Andreas Schneider2012-12-121-5/+5
* lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...Andrew Bartlett2012-07-271-10/+0
* s3: Fix the clustering buildVolker Lendecke2011-12-172-4/+4
* s4-socket: use set_close_on_exec()Andrew Tridgell2011-12-152-0/+8
* s4:lib/socket: add socket_connect_multi_ex_*Stefan Metzmacher2011-11-302-10/+147
* s4-socket: allow connect_multi_next_socket to try all the IP for a given hostMatthieu Patou2011-11-111-12/+21
* s4-socket: detect NULL server in socket connection codeAndrew Tridgell2011-11-101-0/+5
* s4-socket: do not segfault if the socket is NULLMatthieu Patou2011-11-011-0/+3
* s4:lib/socket: don't pass -1 to close()Stefan Metzmacher2011-10-311-1/+4
* s4-interfaces: allow pure ipv6 to workMatthieu Patou2011-10-161-1/+2
* s4:lib/socket/interface.c - "ifaces" strictly needs to be initialisedMatthias Dieter Wallnöfer2011-09-121-1/+1
* s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce2011-08-132-3/+3
* cli_composite: Lowercase name.Jelmer Vernooij2011-07-261-1/+1
* s4:lib/socket: iface_list_wildcard() should only return "::" if we have ipv6 ...Stefan Metzmacher2011-07-101-1/+13
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-203-38/+38
* s4-interface: raise the debug level for interface discoveryAndrew Tridgell2011-06-081-3/+3
* s4-ipv6: fixed iface_list_same_net() for IPv6Andrew Tridgell2011-06-071-3/+15
* s4-ipv6: fix iface_list_best_ip() for IPv6Andrew Tridgell2011-06-071-1/+23
* s4-ipv6: fill in family when initialising from sockaddrAndrew Tridgell2011-06-061-1/+13
* s4-ipv6: fix the address family for IPv6 string addressesAndrew Tridgell2011-06-061-0/+5
* s4-ipv6: use the server address familyAndrew Tridgell2011-06-061-1/+1
* s4-ipv6: enable IPv6 by defaultAndrew Tridgell2011-06-061-2/+2
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-2/+2
* s4-ipv6: allow ipv6 to be enabled/disabled in smb.confAndrew Tridgell2011-06-061-11/+20
* s4-ipv6: fixed ipv6_listen() to use IPV6_V6ONLYAndrew Tridgell2011-06-061-4/+24
* s4-ipv6: added socket_address_from_sockaddr_storage()Andrew Tridgell2011-06-062-0/+48
* s4-ipv6: added ipv4 functions to interface codeAndrew Tridgell2011-06-061-0/+32
* s4-ipv6: fixed a warningAndrew Tridgell2011-06-061-1/+1