r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfo
authorJeremy Allison <jra@samba.org>
Thu, 4 Oct 2007 17:20:49 +0000 (17:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:31:10 +0000 (12:31 -0500)
commit941544a9514aaae89268bc9d689705ad0724119e
tree1f75125cb1226f2d3fd0031e5dc1e056c6e896e7
parent5a3dcd8dd602dd59f3bfb1c397f80a6be3755df3
r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfo
under the 2 clause *BSD license for future use in IPv6 code. Original
code was from PostgreSQL and I've maintained their license even though
I've rewritten large parts of it (I probably should donate this back
to them).
Jeremy.
(This used to be commit 760d993340a966269d71acfb7a6b5e4d3776ac5d)
source3/configure.in
source3/lib/replace/getaddrinfo.c [new file with mode: 0644]
source3/lib/replace/replace.h
source3/lib/replace/system/getaddrinfo.h [new file with mode: 0644]
source3/lib/replace/system/network.h
source3/lib/system.c
source3/lib/util.c