| History log of /src/lib/libc/nameser |
| Revision | Date | Author | Comments |
| 1.2 | 07-Jun-2024 |
riastradh | libc: Pacify lint on aarch64.
|
| 1.1 | 20-May-2004 |
christos | add Makefile glue
|
| 1.15 | 02-Feb-2024 |
andvar | fix various typos in comments.
|
| 1.14 | 20-Jan-2024 |
christos | Catch up with all the lint warnings since exit on warning was disabled. Disable 'missing header declaration' and 'nested extern' warnings for now.
|
| 1.13 | 19-Jun-2023 |
msaitoh | Fix typo. unknwon -> unknown
|
| 1.12 | 04-Sep-2019 |
christos | Since we advance cp after the bounds check, we need to test for bounds again before using it. Discovered via fuzzing, reported by enh at google, via: https://android-review.googlesource.com/c/platform/bionic/+/1093130
|
| 1.11 | 07-Mar-2014 |
christos | branches: 1.11.4; 1.11.6; 1.11.14; 1.11.18; 1.11.26; 1.11.28; reduce diffs with other copies of this code.
|
| 1.10 | 07-Mar-2014 |
christos | Fix incorrect overflow test: https://android-review.googlesource.com/#/c/50570/
|
| 1.9 | 13-Mar-2012 |
christos | branches: 1.9.2; PR/45989: Martin Husemann: lint invocation does include -w only on i386
- turn lint -w for all the platforms after fixing the lint warnings. - add _DIAGASSERTS() for casts that would assign values to types that would not fit. - change types, add casts - change into ansii prototypes - turn on _DIAGNOSTIC for libc (during current, to be eliminated for release builds)
approved by core@
|
| 1.8 | 12-Apr-2009 |
christos | branches: 1.8.6; fix lint issues and actual bugs lint found (missing break statements)
|
| 1.7 | 12-Apr-2009 |
christos | merge libbind and bump.
|
| 1.6 | 21-Jun-2008 |
christos | branches: 1.6.4; 1.6.6; 1.6.8; 1.6.10; 1.6.14; updates from bind-9-5-0
|
| 1.5 | 30-Mar-2007 |
ghen | branches: 1.5.12; Resolve conflicts.
|
| 1.4 | 27-Jan-2007 |
christos | merge in resolver portion of bind-9.4.0-rc2
|
| 1.3 | 07-Nov-2004 |
christos | branches: 1.3.10; 1.3.12; Merge conflicts
|
| 1.2 | 20-May-2004 |
christos | - de-lint - add NetBSD rcsid.
|
| 1.1 | 20-May-2004 |
christos | branches: 1.1.1; Initial revision
|
| 1.1.1.5 | 12-Apr-2009 |
christos | libc portion of libbind from external/bsd/libbind
|
| 1.1.1.4 | 30-Mar-2007 |
ghen | Import bind 9.4.0.
|
| 1.1.1.3 | 27-Jan-2007 |
christos | import resolver portion of bind-9.4.0-rc2
|
| 1.1.1.2 | 07-Nov-2004 |
christos | Re-import bind-9-3-0
|
| 1.1.1.1 | 20-May-2004 |
christos | import files needed from the nameser directory of bind9
|
| 1.3.12.1 | 03-Jun-2007 |
wrstuden | Catch up with now-somewhat-dated netbsd-4. These changes took longer than expected for me to actually get around to merging.
|
| 1.3.10.2 | 17-May-2007 |
jdc | Add missing BIND 9.4.x include file and library changes (requested by tron in ticket #662).
|
| 1.3.10.1 | 17-May-2007 |
jdc | Update BIND to version 9.4.1 (requested by christos in ticket #602). Thanks to tron for the patches, upgrade script and testing.
|
| 1.5.12.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.6.14.1 | 09-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.6.10.1 | 10-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.6.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.6.6.2 | 21-Jun-2008 |
christos | updates from bind-9-5-0
|
| 1.6.6.1 | 21-Jun-2008 |
christos | file ns_name.c was added on branch christos-time_t on 2008-06-21 20:41:49 +0000
|
| 1.6.4.1 | 06-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.8.6.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.8.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.9.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.11.28.1 | 06-Sep-2019 |
martin | Pull up following revision(s) (requested by maya in ticket #186):
lib/libc/nameser/ns_name.c: revision 1.12
Since we advance cp after the bounds check, we need to test for bounds again before using it. Discovered via fuzzing, reported by enh at google, via:
https://android-review.googlesource.com/c/platform/bionic/+/1093130
|
| 1.11.26.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.11.18.1 | 06-Sep-2019 |
martin | Pull up following revision(s) (requested by maya in ticket #1368):
lib/libc/nameser/ns_name.c: revision 1.12
Since we advance cp after the bounds check, we need to test for bounds again before using it. Discovered via fuzzing, reported by enh at google, via:
https://android-review.googlesource.com/c/platform/bionic/+/1093130
|
| 1.11.14.1 | 06-Sep-2019 |
martin | Pull up following revision(s) (requested by maya in ticket #1706):
lib/libc/nameser/ns_name.c: revision 1.12
Since we advance cp after the bounds check, we need to test for bounds again before using it. Discovered via fuzzing, reported by enh at google, via:
https://android-review.googlesource.com/c/platform/bionic/+/1093130
|
| 1.11.6.1 | 06-Sep-2019 |
martin | Pull up following revision(s) (requested by maya in ticket #1706):
lib/libc/nameser/ns_name.c: revision 1.12
Since we advance cp after the bounds check, we need to test for bounds again before using it. Discovered via fuzzing, reported by enh at google, via:
https://android-review.googlesource.com/c/platform/bionic/+/1093130
|
| 1.11.4.1 | 06-Sep-2019 |
martin | Pull up following revision(s) (requested by maya in ticket #1706):
lib/libc/nameser/ns_name.c: revision 1.12
Since we advance cp after the bounds check, we need to test for bounds again before using it. Discovered via fuzzing, reported by enh at google, via:
https://android-review.googlesource.com/c/platform/bionic/+/1093130
|
| 1.7 | 13-Mar-2012 |
christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386
- turn lint -w for all the platforms after fixing the lint warnings. - add _DIAGASSERTS() for casts that would assign values to types that would not fit. - change types, add casts - change into ansii prototypes - turn on _DIAGNOSTIC for libc (during current, to be eliminated for release builds)
approved by core@
|
| 1.6 | 12-Apr-2009 |
christos | branches: 1.6.6; merge libbind and bump.
|
| 1.5 | 21-Jun-2008 |
christos | branches: 1.5.4; 1.5.6; 1.5.8; 1.5.10; 1.5.14; updates from bind-9-5-0
|
| 1.4 | 30-Mar-2007 |
ghen | branches: 1.4.12; Resolve conflicts.
|
| 1.3 | 27-Jan-2007 |
christos | merge in resolver portion of bind-9.4.0-rc2
|
| 1.2 | 20-May-2004 |
christos | branches: 1.2.10; 1.2.12; - make prototypes for 16 and 32 bit types make sense. - fix lint issues - add NetBSD rcsid
|
| 1.1 | 20-May-2004 |
christos | branches: 1.1.1; Initial revision
|
| 1.1.1.4 | 12-Apr-2009 |
christos | libc portion of libbind from external/bsd/libbind
|
| 1.1.1.3 | 30-Mar-2007 |
ghen | Import bind 9.4.0.
|
| 1.1.1.2 | 27-Jan-2007 |
christos | import resolver portion of bind-9.4.0-rc2
|
| 1.1.1.1 | 20-May-2004 |
christos | import files needed from the nameser directory of bind9
|
| 1.2.12.1 | 03-Jun-2007 |
wrstuden | Catch up with now-somewhat-dated netbsd-4. These changes took longer than expected for me to actually get around to merging.
|
| 1.2.10.2 | 17-May-2007 |
jdc | Add missing BIND 9.4.x include file and library changes (requested by tron in ticket #662).
|
| 1.2.10.1 | 17-May-2007 |
jdc | Update BIND to version 9.4.1 (requested by christos in ticket #602). Thanks to tron for the patches, upgrade script and testing.
|
| 1.4.12.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.5.14.1 | 09-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.5.10.1 | 10-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.5.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.5.6.2 | 21-Jun-2008 |
christos | updates from bind-9-5-0
|
| 1.5.6.1 | 21-Jun-2008 |
christos | file ns_netint.c was added on branch christos-time_t on 2008-06-21 20:41:49 +0000
|
| 1.5.4.1 | 06-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.6.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.9 | 13-Mar-2012 |
christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386
- turn lint -w for all the platforms after fixing the lint warnings. - add _DIAGASSERTS() for casts that would assign values to types that would not fit. - change types, add casts - change into ansii prototypes - turn on _DIAGNOSTIC for libc (during current, to be eliminated for release builds)
approved by core@
|
| 1.8 | 12-Apr-2009 |
christos | branches: 1.8.6; fix lint issues and actual bugs lint found (missing break statements)
|
| 1.7 | 12-Apr-2009 |
christos | merge libbind and bump.
|
| 1.6 | 21-Jun-2008 |
christos | branches: 1.6.4; 1.6.6; 1.6.8; 1.6.10; 1.6.14; updates from bind-9-5-0
|
| 1.5 | 30-Mar-2007 |
ghen | branches: 1.5.12; Resolve conflicts.
|
| 1.4 | 27-Jan-2007 |
christos | merge in resolver portion of bind-9.4.0-rc2
|
| 1.3 | 15-Oct-2006 |
christos | branches: 1.3.2; 1.3.4; comment out dead code.
|
| 1.2 | 20-May-2004 |
christos | - de-lint - add NetBSD rcsid.
|
| 1.1 | 20-May-2004 |
christos | branches: 1.1.1; Initial revision
|
| 1.1.1.4 | 12-Apr-2009 |
christos | libc portion of libbind from external/bsd/libbind
|
| 1.1.1.3 | 30-Mar-2007 |
ghen | Import bind 9.4.0.
|
| 1.1.1.2 | 27-Jan-2007 |
christos | import resolver portion of bind-9.4.0-rc2
|
| 1.1.1.1 | 20-May-2004 |
christos | import files needed from the nameser directory of bind9
|
| 1.3.4.1 | 03-Jun-2007 |
wrstuden | Catch up with now-somewhat-dated netbsd-4. These changes took longer than expected for me to actually get around to merging.
|
| 1.3.2.3 | 23-Jan-2011 |
bouyer | Apply patch, requested by spz in ticket 1413: dist/bind/ patch include/resolv.h patch include/arpa/nameser.h: patch lib/libc/include/isc/assertions.h: patch lib/libc/include/isc/eventlib.h patch lib/libc/isc/assertions.c: patch lib/libc/nameser/ns_parse.c patch lib/libc/resolv/herror.c: patch lib/libc/resolv/res_init.c patch lib/libc/resolv/res_mkquery.c: patch lib/libc/resolv/res_query.c patch lib/libc/resolv/res_send.c: patch usr.sbin/bind/Makefile.inc patch usr.sbin/bind/include/config.h: patch usr.sbin/bind/include/dns/code.h: patch usr.sbin/bind/include/dns/enumclass.h: patch usr.sbin/bind/include/dns/enumtype.h: patch usr.sbin/bind/include/dns/rdatastruct.h: patch usr.sbin/bind/include/isc/platform.h: patch usr.sbin/bind/include/lwres/netdb.h: patch usr.sbin/bind/include/lwres/platform.h: patch usr.sbin/bind/libisc/Makefile: patch lib/libc/inet/inet_addr.c new file
Update bind to 9.4-ESV-R4, latest version of the 9.4 line.
|
| 1.3.2.2 | 17-May-2007 |
jdc | branches: 1.3.2.2.2; Add missing BIND 9.4.x include file and library changes (requested by tron in ticket #662).
|
| 1.3.2.1 | 17-May-2007 |
jdc | Update BIND to version 9.4.1 (requested by christos in ticket #602). Thanks to tron for the patches, upgrade script and testing.
|
| 1.3.2.2.2.1 | 23-Jan-2011 |
bouyer | Apply patch, requested by spz in ticket 1413: dist/bind/ patch include/resolv.h patch include/arpa/nameser.h: patch lib/libc/include/isc/assertions.h: patch lib/libc/include/isc/eventlib.h patch lib/libc/isc/assertions.c: patch lib/libc/nameser/ns_parse.c patch lib/libc/resolv/herror.c: patch lib/libc/resolv/res_init.c patch lib/libc/resolv/res_mkquery.c: patch lib/libc/resolv/res_query.c patch lib/libc/resolv/res_send.c: patch usr.sbin/bind/Makefile.inc patch usr.sbin/bind/include/config.h: patch usr.sbin/bind/include/dns/code.h: patch usr.sbin/bind/include/dns/enumclass.h: patch usr.sbin/bind/include/dns/enumtype.h: patch usr.sbin/bind/include/dns/rdatastruct.h: patch usr.sbin/bind/include/isc/platform.h: patch usr.sbin/bind/include/lwres/netdb.h: patch usr.sbin/bind/include/lwres/platform.h: patch usr.sbin/bind/libisc/Makefile: patch lib/libc/inet/inet_addr.c new file
Update bind to 9.4-ESV-R4, latest version of the 9.4 line.
|
| 1.5.12.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.6.14.1 | 09-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.6.10.1 | 10-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.6.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.6.6.2 | 21-Jun-2008 |
christos | updates from bind-9-5-0
|
| 1.6.6.1 | 21-Jun-2008 |
christos | file ns_parse.c was added on branch christos-time_t on 2008-06-21 20:41:49 +0000
|
| 1.6.4.1 | 06-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.8.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.12 | 19-Apr-2022 |
rillig | lib: remove CONSTCOND comment
Since 2021-01-31, lint doesn't need it anymore for the common pattern of 'do ... while (0)'.
|
| 1.11 | 13-Mar-2012 |
christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386
- turn lint -w for all the platforms after fixing the lint warnings. - add _DIAGASSERTS() for casts that would assign values to types that would not fit. - change types, add casts - change into ansii prototypes - turn on _DIAGNOSTIC for libc (during current, to be eliminated for release builds)
approved by core@
|
| 1.10 | 12-Apr-2009 |
christos | branches: 1.10.6; fix lint issues and actual bugs lint found (missing break statements)
|
| 1.9 | 12-Apr-2009 |
christos | merge libbind and bump.
|
| 1.8 | 21-Jun-2008 |
christos | branches: 1.8.4; 1.8.6; 1.8.8; 1.8.10; 1.8.14; updates from bind-9-5-0
|
| 1.7 | 30-Mar-2007 |
ghen | branches: 1.7.12; Resolve conflicts.
|
| 1.6 | 27-Jan-2007 |
christos | merge in resolver portion of bind-9.4.0-rc2
|
| 1.5 | 07-Nov-2004 |
christos | branches: 1.5.10; 1.5.12; Merge conflicts
|
| 1.4 | 21-May-2004 |
martin | ptrdiff_t may be != int, so printf it with %tu instead of %u.
|
| 1.3 | 21-May-2004 |
christos | no support for printing dnssec key in libc
|
| 1.2 | 20-May-2004 |
christos | - de-lint - add NetBSD rcsid.
|
| 1.1 | 20-May-2004 |
christos | branches: 1.1.1; Initial revision
|
| 1.1.1.5 | 12-Apr-2009 |
christos | libc portion of libbind from external/bsd/libbind
|
| 1.1.1.4 | 30-Mar-2007 |
ghen | Import bind 9.4.0.
|
| 1.1.1.3 | 27-Jan-2007 |
christos | import resolver portion of bind-9.4.0-rc2
|
| 1.1.1.2 | 07-Nov-2004 |
christos | Re-import bind-9-3-0
|
| 1.1.1.1 | 20-May-2004 |
christos | import files needed from the nameser directory of bind9
|
| 1.5.12.1 | 03-Jun-2007 |
wrstuden | Catch up with now-somewhat-dated netbsd-4. These changes took longer than expected for me to actually get around to merging.
|
| 1.5.10.2 | 17-May-2007 |
jdc | Add missing BIND 9.4.x include file and library changes (requested by tron in ticket #662).
|
| 1.5.10.1 | 17-May-2007 |
jdc | Update BIND to version 9.4.1 (requested by christos in ticket #602). Thanks to tron for the patches, upgrade script and testing.
|
| 1.7.12.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.8.14.1 | 09-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.8.10.1 | 10-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.8.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.8.6.2 | 21-Jun-2008 |
christos | updates from bind-9-5-0
|
| 1.8.6.1 | 21-Jun-2008 |
christos | file ns_print.c was added on branch christos-time_t on 2008-06-21 20:41:49 +0000
|
| 1.8.4.1 | 06-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.10.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.8 | 22-Nov-2012 |
christos | don't compile the libc stuff twice.
|
| 1.7 | 15-Nov-2012 |
christos | fix the part of the code that does not get usually compiled in libc.
|
| 1.6 | 12-Apr-2009 |
christos | branches: 1.6.6; 1.6.8; 1.6.12; merge libbind and bump.
|
| 1.5 | 21-Jun-2008 |
christos | branches: 1.5.4; 1.5.6; 1.5.8; 1.5.10; 1.5.14; updates from bind-9-5-0
|
| 1.4 | 30-Mar-2007 |
ghen | branches: 1.4.12; Resolve conflicts.
|
| 1.3 | 27-Jan-2007 |
christos | merge in resolver portion of bind-9.4.0-rc2
|
| 1.2 | 20-May-2004 |
christos | branches: 1.2.10; 1.2.12; - de-lint - add NetBSD rcsid.
|
| 1.1 | 20-May-2004 |
christos | branches: 1.1.1; Initial revision
|
| 1.1.1.4 | 12-Apr-2009 |
christos | libc portion of libbind from external/bsd/libbind
|
| 1.1.1.3 | 30-Mar-2007 |
ghen | Import bind 9.4.0.
|
| 1.1.1.2 | 27-Jan-2007 |
christos | import resolver portion of bind-9.4.0-rc2
|
| 1.1.1.1 | 20-May-2004 |
christos | import files needed from the nameser directory of bind9
|
| 1.2.12.1 | 03-Jun-2007 |
wrstuden | Catch up with now-somewhat-dated netbsd-4. These changes took longer than expected for me to actually get around to merging.
|
| 1.2.10.2 | 17-May-2007 |
jdc | Add missing BIND 9.4.x include file and library changes (requested by tron in ticket #662).
|
| 1.2.10.1 | 17-May-2007 |
jdc | Update BIND to version 9.4.1 (requested by christos in ticket #602). Thanks to tron for the patches, upgrade script and testing.
|
| 1.4.12.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.5.14.1 | 09-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.5.10.1 | 10-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.5.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.5.6.2 | 21-Jun-2008 |
christos | updates from bind-9-5-0
|
| 1.5.6.1 | 21-Jun-2008 |
christos | file ns_samedomain.c was added on branch christos-time_t on 2008-06-21 20:41:49 +0000
|
| 1.5.4.1 | 06-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.6.12.2 | 25-Feb-2013 |
tls | resync with head
|
| 1.6.12.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.6.8.3 | 30-Jul-2013 |
msaitoh | Pull up following revision(s) (requested by manu in ticket #887): lib/libc/nameser/ns_samedomain.c 1.7 lib/libresolv/Makefile 1.12 lib/libresolv/dst_api.c 1.1 lib/libresolv/dst_internal.h 1.1 liib/libresolv/hmac_link.c 1.1 lib/libresolv/ns_date.c 1.1 lib/libresolv/ns_sign.c 1.1 lib/libresolv/ns_verify.c 1.1 lib/libresolv/res_findzonecut.c 1.1 lib/libresolv/res_mkupdate.c 1.1 lib/libresolv/res_mkupdate.h 1.1 lib/libresolv/res_private.h 1.1 lib/libresolv/res_sendsigned.c 1.1 lib/libresolv/res_update.c 1.1 lib/libresolv/support.c 1.1 include/res_update.h 1.8 lib/libresolv/dst_api.c 1.2 lib/libresolv/dst_internal.h 1.2 lib/libresolv/dst_api.c 1.3 lib/libresolv/hmac_link.c 1.2 lib/libresolv/ns_verify.c 1.2 lib/libresolv/res_mkupdate.c 1.2 lib/libc/nameser/ns_samedomain.c 1.8 Restore libresolv missing bits, including NS updates.
|
| 1.6.8.2 | 14-Jun-2013 |
msaitoh | Revert last libresolv change (ticket #887). That commit changed the major version. It's not good. Discussed in current-users@
|
| 1.6.8.1 | 13-Jun-2013 |
msaitoh | Pull up following revision(s) (requested by manu in ticket #887): lib/libc/nameser/ns_samedomain.c 1.7-1.8 lib/libresolv/Makefile 1.12 lib/libresolv/dst_api.c 1.1-1.3 lib/libresolv/dst_internal.h 1.1-1.2 lib/libresolv/hmac_link.c 1.1-1.2 lib/libresolv/ns_date.c 1.1 lib/libresolv/ns_sign.c 1.1 lib/libresolv/ns_verify.c 1.1-1.2 lib/libresolv/res_findzonecut.c 1.1 lib/libresolv/res_mkupdate.c 1.1-1.2 lib/libresolv/res_mkupdate.h 1.1 lib/libresolv/res_private.h 1.1 lib/libresolv/res_sendsigned.c 1.1 lib/libresolv/res_update.c 1.1 lib/libresolv/support.c 1.1 lib/libresolv/shlib_version 1.7 include/res_update.h 1.8 distrib/sets/lists/base/ad.mips64eb 1.102 distrib/sets/lists/base/ad.mips64el 1.101 distrib/sets/lists/base/md.amd64 1.178 distrib/sets/lists/base/md.sparc64 1.167 distrib/sets/lists/base/shl.mi 1.639 distrib/sets/lists/comp/ad.mips64eb 1.91 distrib/sets/lists/comp/ad.mips64el 1.93 distrib/sets/lists/comp/md.amd64 1.181 distrib/sets/lists/comp/md.sparc64 1.159 distrib/sets/lists/comp/shl.mi 1.238
Bring libresolv to its latest version which restore missing bits such as DNS update.
|
| 1.6.6.1 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.8 | 13-Mar-2012 |
christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386
- turn lint -w for all the platforms after fixing the lint warnings. - add _DIAGASSERTS() for casts that would assign values to types that would not fit. - change types, add casts - change into ansii prototypes - turn on _DIAGNOSTIC for libc (during current, to be eliminated for release builds)
approved by core@
|
| 1.7 | 12-Apr-2009 |
christos | branches: 1.7.6; merge libbind and bump.
|
| 1.6 | 21-Jun-2008 |
christos | branches: 1.6.4; 1.6.6; 1.6.8; 1.6.10; 1.6.14; updates from bind-9-5-0
|
| 1.5 | 30-Mar-2007 |
ghen | branches: 1.5.12; Resolve conflicts.
|
| 1.4 | 27-Jan-2007 |
christos | merge in resolver portion of bind-9.4.0-rc2
|
| 1.3 | 15-Oct-2006 |
christos | branches: 1.3.2; 1.3.4; prevent empty else.
|
| 1.2 | 20-May-2004 |
christos | - de-lint - add NetBSD rcsid.
|
| 1.1 | 20-May-2004 |
christos | branches: 1.1.1; Initial revision
|
| 1.1.1.4 | 12-Apr-2009 |
christos | libc portion of libbind from external/bsd/libbind
|
| 1.1.1.3 | 30-Mar-2007 |
ghen | Import bind 9.4.0.
|
| 1.1.1.2 | 27-Jan-2007 |
christos | import resolver portion of bind-9.4.0-rc2
|
| 1.1.1.1 | 20-May-2004 |
christos | import files needed from the nameser directory of bind9
|
| 1.3.4.1 | 03-Jun-2007 |
wrstuden | Catch up with now-somewhat-dated netbsd-4. These changes took longer than expected for me to actually get around to merging.
|
| 1.3.2.2 | 17-May-2007 |
jdc | Add missing BIND 9.4.x include file and library changes (requested by tron in ticket #662).
|
| 1.3.2.1 | 17-May-2007 |
jdc | Update BIND to version 9.4.1 (requested by christos in ticket #602). Thanks to tron for the patches, upgrade script and testing.
|
| 1.5.12.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.6.14.1 | 09-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.6.10.1 | 10-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.6.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.6.6.2 | 21-Jun-2008 |
christos | updates from bind-9-5-0
|
| 1.6.6.1 | 21-Jun-2008 |
christos | file ns_ttl.c was added on branch christos-time_t on 2008-06-21 20:41:49 +0000
|
| 1.6.4.1 | 06-Jan-2011 |
riz | Apply patches (requested by spz in ticket #1517):
Update bind to 9.7.2-P3.
|
| 1.7.6.1 | 17-Apr-2012 |
yamt | sync with head
|