]> git.ipfire.org Git - thirdparty/glibc.git/commit
resolv: Add beginnings of a libresolv test suite
authorFlorian Weimer <fweimer@redhat.com>
Sat, 31 Dec 2016 13:06:16 +0000 (14:06 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 31 Dec 2016 17:52:32 +0000 (18:52 +0100)
commit5840c75c2d6a9b980d6789f2ca7d47a9fa067263
tree3eb4c28827ba0901f9ae7396d841c396c393805e
parentf47ae5186624e5bb3a2d2b25be742b90a1eee3cd
resolv: Add beginnings of a libresolv test suite
46 files changed:
ChangeLog
resolv/Makefile
resolv/tst-bug18665-tcp.c [new file with mode: 0644]
resolv/tst-bug18665.c [new file with mode: 0644]
resolv/tst-res_use_inet6.c [new file with mode: 0644]
resolv/tst-resolv-basic.c [new file with mode: 0644]
resolv/tst-resolv-network.c [new file with mode: 0644]
resolv/tst-resolv-search.c [new file with mode: 0644]
support/Makefile
support/check_addrinfo.c [new file with mode: 0644]
support/check_dns_packet.c [new file with mode: 0644]
support/check_hostent.c [new file with mode: 0644]
support/check_netent.c [new file with mode: 0644]
support/check_nss.h [new file with mode: 0644]
support/format_nss.h [new file with mode: 0644]
support/resolv_test.c [new file with mode: 0644]
support/resolv_test.h [new file with mode: 0644]
support/run_diff.h [new file with mode: 0644]
support/support.h
support/support_format_address_family.c [new file with mode: 0644]
support/support_format_addrinfo.c [new file with mode: 0644]
support/support_format_dns_packet.c [new file with mode: 0644]
support/support_format_herrno.c [new file with mode: 0644]
support/support_format_hostent.c [new file with mode: 0644]
support/support_format_netent.c [new file with mode: 0644]
support/support_run_diff.c [new file with mode: 0644]
support/xaccept.c [new file with mode: 0644]
support/xbind.c [new file with mode: 0644]
support/xconnect.c [new file with mode: 0644]
support/xfclose.c [new file with mode: 0644]
support/xfopen.c [new file with mode: 0644]
support/xgetsockname.c [new file with mode: 0644]
support/xlisten.c [new file with mode: 0644]
support/xmemstream.c [new file with mode: 0644]
support/xmemstream.h [new file with mode: 0644]
support/xpoll.c [new file with mode: 0644]
support/xpthread_once.c [new file with mode: 0644]
support/xrecvfrom.c [new file with mode: 0644]
support/xsendto.c [new file with mode: 0644]
support/xsetsockopt.c [new file with mode: 0644]
support/xsocket.h
support/xstdio.h [new file with mode: 0644]
support/xstrdup.c [new file with mode: 0644]
support/xthread.h
support/xunistd.h
support/xwrite.c [new file with mode: 0644]