summaryrefslogtreecommitdiff
path: root/third_party/resolv_wrapper
AgeCommit message (Collapse)AuthorFilesLines
2024-01-04third_party/*_wrapper: use SAMBA_LIBRARY(force_unversioned=True)Stefan Metzmacher1-1/+2
This prevents --private-libraries=ALL from creating unuseable wrapper libraries, as they can't work with symbol versioning. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15545 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Björn Jacke <bjacke@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
2022-12-21third_party: Update resolv_wrapper to version 1.1.8Andreas Schneider2-2/+4
res_randomid() is marked as deprecated in newer glibc. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Dec 21 21:28:42 UTC 2022 on sn-devel-184
2021-11-05waf: Fix resolv_wrapper with glibc 2.34Andreas Schneider1-0/+13
With glibc 2.34 we are not able to talk to the DNS server via socket_wrapper anymore. The res_* symbols have been moved from libresolv to libc. We are not able to intercept any traffic inside of libc. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
2020-08-26third_party: Update resolv_wrapper to version 1.1.7Andreas Schneider2-3/+3
This fixes some Samba tests which redirect stderr to stdout and then get more messages than expected. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Aug 26 09:59:28 UTC 2020 on sn-devel-184
2020-03-25third_party: Update resolv_wrapper to version 1.1.6Stefan Metzmacher2-189/+624
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Mar 25 08:33:17 UTC 2020 on sn-devel-184
2019-01-29third_party/resolv_wrapper: fix HAVE_RESOLV_IPV6_NSADDRS for struct __res_stateStefan Metzmacher1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2018-09-05third_party/resolv_wrapper/wscript: update to handle waf 2.0.4Alexander Bokovoy1-1/+1
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-07-24third_party/*_wrapper/wscript: remove redundant configure checksStefan Metzmacher1-28/+2
HAVE___THREAD and HAVE_DESTRUCTOR_ATTRIBUTE are already checked as part of Samba. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
2018-07-04resolv_wrapper: Be strict when checking __attribute__ featuresAmitay Isaacs1-0/+2
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13493 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org>
2017-11-25build: Move resolv_wrapper to third_partyAndreas Schneider2-0/+1894
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>