r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfo
commit760d993340a966269d71acfb7a6b5e4d3776ac5d
authorJeremy Allison <jra@samba.org>
Thu, 4 Oct 2007 17:20:49 +0000 (4 17:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:31:10 +0000 (10 12:31 -0500)
treec462a64df4bd981442b2541ef0c703e6d2a99067
parent3d3881a3d1fb5fe56cd41c80c0bfbf7747843b19
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.
source/configure.in
source/lib/replace/getaddrinfo.c [new file with mode: 0644]
source/lib/replace/replace.h
source/lib/replace/system/getaddrinfo.h [new file with mode: 0644]
source/lib/replace/system/network.h
source/lib/system.c
source/lib/util.c