summaryrefslogtreecommitdiff
path: root/source4/lib/socket/socket_ip.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-06s4-ipv6: fixed ipv6_listen() to use IPV6_V6ONLYAndrew Tridgell1-4/+24
2011-03-19source4/lib: Fix prototypes for all functions.Jelmer Vernooij1-0/+3
2011-03-09s4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept()Stefan Metzmacher1-1/+1
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell1-0/+1
2009-02-12Fix Coverity ID 871 -- do not dereference "sp" before checking for NULLVolker Lendecke1-1/+3
2009-01-30s4:lib/socket: don't use gethostbyname2()Stefan Metzmacher1-8/+25
2008-02-20Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij1-2/+2
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-0/+4
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij1-11/+11
2007-10-10r25545: Use inet_ntop for ipv4 code as well - should make it easier to share ...Jelmer Vernooij1-12/+14
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij1-5/+5
2007-10-10r25411: Fix IPv6 socket backend.Jelmer Vernooij1-10/+12
2007-10-10r25384: Support DGRAM IPv6 sockets.Jelmer Vernooij1-10/+23
2007-10-10r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared).Jelmer Vernooij1-0/+964