summaryrefslogtreecommitdiffstats
path: root/source4/lib/socket/socket_ip.c
Commit message (Expand)AuthorAgeFilesLines
* 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