summaryrefslogtreecommitdiffstats
path: root/source4/lib/socket/socket_ip.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix the clustering buildVolker Lendecke2011-12-171-2/+2
* s4-socket: use set_close_on_exec()Andrew Tridgell2011-12-151-0/+4
* s4:lib/socket: don't pass -1 to close()Stefan Metzmacher2011-10-311-1/+4
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-29/+29
* s4-ipv6: fixed ipv6_listen() to use IPV6_V6ONLYAndrew Tridgell2011-06-061-4/+24
* source4/lib: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+3
* s4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept()Stefan Metzmacher2011-03-091-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* Fix Coverity ID 871 -- do not dereference "sp" before checking for NULLVolker Lendecke2009-02-121-1/+3
* s4:lib/socket: don't use gethostbyname2()Stefan Metzmacher2009-01-301-8/+25
* Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2008-02-201-2/+2
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-0/+4
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-211-11/+11
* r25545: Use inet_ntop for ipv4 code as well - should make it easier to share ...Jelmer Vernooij2007-10-101-12/+14
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-101-5/+5
* r25411: Fix IPv6 socket backend.Jelmer Vernooij2007-10-101-10/+12
* r25384: Support DGRAM IPv6 sockets.Jelmer Vernooij2007-10-101-10/+23
* r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared).Jelmer Vernooij2007-10-101-0/+964