]>
git.ipfire.org Git - thirdparty/ldns.git/log
Jeffrey Walton [Thu, 26 Mar 2020 23:26:22 +0000 (19:26 -0400)]
Fix Travis failures due to Homebrew
Willem Toorop [Tue, 17 Mar 2020 14:32:36 +0000 (15:32 +0100)]
Issue #73 replace ldns_duration2string...
with something more straight forward and comprehensible
Willem Toorop [Tue, 17 Mar 2020 09:22:45 +0000 (10:22 +0100)]
Merge pull request #91 from noloader/brew
Fix Brew update and install
Willem Toorop [Tue, 17 Mar 2020 09:21:37 +0000 (10:21 +0100)]
Merge pull request #93 from noloader/ios
Add iOS to Travis testing
Willem Toorop [Tue, 17 Mar 2020 08:19:36 +0000 (09:19 +0100)]
Merge pull request #96 from yuuki-w/fix/wks_port_overflow
ldns_rdf2buffer_str_wks returns before integer overflow (fix #95)
Yuuki Wakisaka [Tue, 17 Mar 2020 05:57:36 +0000 (14:57 +0900)]
fix #95 infinity loop when WKS record has over port number 65528
Jeffrey Walton [Wed, 11 Mar 2020 21:05:19 +0000 (17:05 -0400)]
Add iOS testing for Travis
W.C.A. Wijngaards [Tue, 10 Mar 2020 15:46:14 +0000 (16:46 +0100)]
* Fix for #93: fix packaging/libldns.pc Makefile rule.
W.C.A. Wijngaards [Tue, 10 Mar 2020 08:22:02 +0000 (09:22 +0100)]
* Fix #92: ldns-testns.c:429:15: error: 'fork' is unavailable: not
available on tvOS.
Jeffrey Walton [Mon, 9 Mar 2020 13:57:52 +0000 (09:57 -0400)]
Update Travis and Brew recipe for OS X
Also see https://travis-ci.community/t/os-x-image-and-error-unknown-command-bundle/7493/2 and https://docs.travis-ci.com/user/installing-dependencies/
Willem Toorop [Mon, 9 Mar 2020 09:25:20 +0000 (10:25 +0100)]
Merge pull request #88 from noloader/android
Add Android testing to Travis
Jeffrey Walton [Fri, 6 Mar 2020 16:48:40 +0000 (11:48 -0500)]
Add Android testing to Travis
Willem Toorop [Fri, 6 Mar 2020 11:17:55 +0000 (12:17 +0100)]
Merge branch 'devel/compile-warnins-and-asan-errors' into develop
Willem Toorop [Fri, 6 Mar 2020 11:17:26 +0000 (12:17 +0100)]
Fix last warnings
Willem Toorop [Fri, 6 Mar 2020 10:50:46 +0000 (11:50 +0100)]
One missed memory leak (only visible in clang)
Willem Toorop [Fri, 6 Mar 2020 10:36:42 +0000 (11:36 +0100)]
Try to get rid of all warnings and errors in the travis tests
Willem Toorop [Fri, 6 Mar 2020 09:30:56 +0000 (10:30 +0100)]
Just my preference for direct type conversions
Willem Toorop [Fri, 6 Mar 2020 08:40:23 +0000 (09:40 +0100)]
Merge pull request #82 from noloader/pointer-sign
Clear errors and warnings for SHA-1 and SHA-256
Willem Toorop [Fri, 6 Mar 2020 08:38:13 +0000 (09:38 +0100)]
Merge pull request #83 from noloader/ubsan
Fix UBsan finding in ldns_serial_arithmitics_time (GH #71)
Willem Toorop [Fri, 6 Mar 2020 08:34:59 +0000 (09:34 +0100)]
Merge pull request #85 from noloader/asan
Fix Asan findings in 12-unit-tests-dnssec.c (GH #84)
Jeffrey Walton [Thu, 5 Mar 2020 21:54:38 +0000 (16:54 -0500)]
Fix Asan findings in 12-unit-tests-dnssec.c (GH #84)
Jeffrey Walton [Thu, 5 Mar 2020 21:13:09 +0000 (16:13 -0500)]
Fix UBsan finding (GH #71)
Also see https://github.com/NLnetLabs/unbound/commit/
57bbbfc0e6d9 , where Unbound clared a similar finding with uint32_t casts.
Jeffrey Walton [Thu, 5 Mar 2020 20:31:48 +0000 (15:31 -0500)]
Clear errors and warnings for SHA-1 and SHA-256
This commit accomplishes two things. First, it clears all the pointer-sign warnings in 13-unit-tests-base.c. Second, it fixes const-ness in ldns_sha1, ldns_sha256, ldns_sha384 and ldns_sha512.
Willem Toorop [Wed, 4 Mar 2020 11:01:58 +0000 (12:01 +0100)]
Merge pull request #81 from noloader/malloc
Fix undefined reference to "rpl_malloc"
Jeffrey Walton [Wed, 4 Mar 2020 10:56:41 +0000 (05:56 -0500)]
Fix undefined reference to "rpl_malloc"
Willem Toorop [Wed, 4 Mar 2020 09:26:01 +0000 (10:26 +0100)]
Merge pull request #78 from noloader/travis
Add additional compilers and platforms for Travis
Willem Toorop [Wed, 4 Mar 2020 09:16:37 +0000 (10:16 +0100)]
Merge pull request #80 from noloader/configure
Fix 60-compile-builddir
Jeffrey Walton [Tue, 3 Mar 2020 22:27:42 +0000 (17:27 -0500)]
Try fix 60-compile-builddir
Jeffrey Walton [Tue, 3 Mar 2020 19:55:08 +0000 (14:55 -0500)]
Add additional compilers and platforms for Travis
Willem Toorop [Fri, 21 Feb 2020 10:18:57 +0000 (11:18 +0100)]
Merge pull request #68 from neheb/h
Fix compilation without DSA and deprecated APIs
Willem Toorop [Fri, 21 Feb 2020 10:14:53 +0000 (11:14 +0100)]
Merge pull request #69 from neheb/patch-1
Fix cross compilation under OS X
Willem Toorop [Fri, 21 Feb 2020 10:13:31 +0000 (11:13 +0100)]
Change test 60 to test for deprecated OpenSSL APIs
Rosen Penev [Fri, 21 Feb 2020 02:58:52 +0000 (18:58 -0800)]
Fix compilation without DSA and deprecated APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 21 Feb 2020 03:33:02 +0000 (19:33 -0800)]
Fix cross compilation under OS X
Alex Band [Thu, 20 Feb 2020 08:18:24 +0000 (09:18 +0100)]
Add GitHub Sponsors for Organisations
Willem Toorop [Wed, 19 Feb 2020 12:28:29 +0000 (13:28 +0100)]
Merge pull request #66 from noloader/develop
Add Emacs backup files to gitignore
Jeffrey Walton [Sat, 15 Feb 2020 08:31:42 +0000 (03:31 -0500)]
Add Emacs backup files to gitignore
Willem Toorop [Tue, 11 Feb 2020 08:47:20 +0000 (09:47 +0100)]
Merge pull request #65 from noloader/develop
Use fresh config.guess and config.sub when building distro
Willem Toorop [Tue, 11 Feb 2020 08:42:49 +0000 (09:42 +0100)]
Remove backup files
Jeffrey Walton [Mon, 10 Feb 2020 18:45:44 +0000 (13:45 -0500)]
Use fresh config.guess and config.sub when building distro
Willem Toorop [Thu, 6 Feb 2020 13:21:16 +0000 (14:21 +0100)]
Merge pull request #62 from noloader/develop
Update ldns-dane example to use OpenSSL context options
Jeffrey Walton [Thu, 6 Feb 2020 13:17:14 +0000 (08:17 -0500)]
Update ldns-dane example to use OpenSSL context options
Willem Toorop [Thu, 6 Feb 2020 13:13:20 +0000 (14:13 +0100)]
Merge pull request #61 from noloader/develop
Use OpenSSL context options
Jeffrey Walton [Thu, 6 Feb 2020 12:57:02 +0000 (07:57 -0500)]
Use OpenSSL context options
Willem Toorop [Tue, 4 Feb 2020 09:30:58 +0000 (10:30 +0100)]
Merge pull request #41 from AgentD/develop
Fix broken reference to packaging/libldns.pc.in
Willem Toorop [Tue, 4 Feb 2020 09:30:09 +0000 (10:30 +0100)]
Merge pull request #39 from vapier/develop
fix typo in variable name
Willem Toorop [Tue, 4 Feb 2020 09:29:27 +0000 (10:29 +0100)]
Merge pull request #43 from blackbit42/blackbit/fixes
drill: fix spelling mistake in manpage
Willem Toorop [Tue, 4 Feb 2020 09:29:02 +0000 (10:29 +0100)]
Merge pull request #52 from NLnetLabs/failyre_typo_correction
Documentation typo correction: failyre -> failure
Willem Toorop [Tue, 4 Feb 2020 09:28:31 +0000 (10:28 +0100)]
Merge pull request #60 from noloader/develop
Add additional search libs for inet_ntop and inet_pton
Jeffrey Walton [Tue, 4 Feb 2020 02:06:30 +0000 (21:06 -0500)]
Add additional search libs for inet_ntop and inet_pton
Willem Toorop [Thu, 12 Dec 2019 09:53:42 +0000 (10:53 +0100)]
Issue #38 Unclear error message from ldns-read-zone
Willem Toorop [Thu, 12 Dec 2019 09:51:04 +0000 (10:51 +0100)]
Merge branch 'develop' of github.com:NLnetLabs/ldns into develop
Willem Toorop [Wed, 11 Dec 2019 20:08:41 +0000 (21:08 +0100)]
Merge pull request #59 from NLnetLabs/bug/dname-overflow
- Fix off by one error in dname overflow check in str2rdf_dname
Ralph Dolmans [Wed, 11 Dec 2019 14:39:07 +0000 (15:39 +0100)]
- Fix off by one error in dname overflow check in str2rdf_dname
Willem Toorop [Fri, 6 Dec 2019 12:28:46 +0000 (13:28 +0100)]
Merge pull request #58 from neheb/uifheu
Fix compilation without deprecated APIs
Rosen Penev [Thu, 5 Dec 2019 20:13:44 +0000 (12:13 -0800)]
Fix compilation without deprecated APIs
W.C.A. Wijngaards [Mon, 18 Nov 2019 15:56:47 +0000 (16:56 +0100)]
* Fix compile warning by variable initialisation for older gcc.
W.C.A. Wijngaards [Mon, 18 Nov 2019 15:54:06 +0000 (16:54 +0100)]
* Detect fixed time memory compare for openssl 0.9.8.
W.C.A. Wijngaards [Mon, 18 Nov 2019 10:21:13 +0000 (11:21 +0100)]
* Fix memory leak in examples/ldns-testns handle_tcp routine.
ximon18 [Thu, 24 Oct 2019 09:14:37 +0000 (11:14 +0200)]
Documentation typo correction: failyre -> failure
W.C.A. Wijngaards [Tue, 8 Oct 2019 07:10:16 +0000 (09:10 +0200)]
Note bugfixes in 1.7.1 fix CVE-2017-
1000231 and CVE-2017-
1000232
W.C.A. Wijngaards [Thu, 26 Sep 2019 07:27:29 +0000 (09:27 +0200)]
* bugfix #51: Heap Out-of-bound Read vulnerability in
ldns_nsec3_salt_data reported by pokerfacett.
Wouter Wijngaards [Tue, 24 Sep 2019 14:53:20 +0000 (16:53 +0200)]
Fix #50, wrongly typed #70 there.
Wouter Wijngaards [Tue, 24 Sep 2019 14:51:09 +0000 (16:51 +0200)]
Fix #70 fix code.
Wouter Wijngaards [Tue, 24 Sep 2019 14:50:27 +0000 (16:50 +0200)]
* bugfix #70: heap Out-of-bound Read vulnerability in
rr_frm_str_internal reported by pokerfacett.
Willem Toorop [Tue, 3 Sep 2019 12:43:30 +0000 (14:43 +0200)]
Log bugfix
Willem Toorop [Tue, 3 Sep 2019 12:40:00 +0000 (14:40 +0200)]
Revert "Purge unused variables"
This reverts commit
c5fcd8ab8ee1b66d0ef75b02f72ccfc3ebf50cf5 .
Alexander Huemer [Fri, 9 Aug 2019 14:35:49 +0000 (14:35 +0000)]
drill: fix spelling mistake in manpage
David Oberhollenzer [Sun, 4 Aug 2019 16:41:05 +0000 (18:41 +0200)]
Fix broken reference to packaging/libldns.pc.in
Needs to be prefixed with "$(srcdir)/", otherwise out of tree build fails.
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Mike Frysinger [Tue, 30 Jul 2019 06:36:55 +0000 (02:36 -0400)]
fix typo in variable name
Willem Toorop [Fri, 26 Jul 2019 15:05:33 +0000 (11:05 -0400)]
One last warning fix
Willem Toorop [Fri, 26 Jul 2019 14:33:37 +0000 (10:33 -0400)]
ldns-1.7.1 release
Willem Toorop [Fri, 26 Jul 2019 14:32:27 +0000 (10:32 -0400)]
s/NetDNS/NetBSD/
Thanks HÃ¥vard Eidnes
Willem Toorop [Wed, 24 Jul 2019 13:38:45 +0000 (09:38 -0400)]
Credit reviewers
Willem Toorop [Wed, 24 Jul 2019 13:30:11 +0000 (09:30 -0400)]
Convert argument of to_lower() and is_digit() to unsigned char
Willem Toorop [Wed, 24 Jul 2019 13:29:22 +0000 (09:29 -0400)]
PR #36 algorithm support for TSIG signing of...
ldns-notify in the man page
Willem Toorop [Wed, 24 Jul 2019 13:16:14 +0000 (09:16 -0400)]
Merge pull request #37 from NLnetLabs/devel/perl-dzil-build
Devel/perl dzil build
Willem Toorop [Wed, 24 Jul 2019 13:02:45 +0000 (09:02 -0400)]
Suppress clang warnings
Willem Toorop [Wed, 24 Jul 2019 12:41:08 +0000 (08:41 -0400)]
Fixed makedist.sh for Dist::zilla
Willem Toorop [Wed, 24 Jul 2019 12:19:37 +0000 (08:19 -0400)]
1st step in determining perl version
Willem Toorop [Thu, 18 Jul 2019 19:00:59 +0000 (15:00 -0400)]
Final clang static analysis warning
Willem Toorop [Thu, 18 Jul 2019 18:20:47 +0000 (14:20 -0400)]
Update library version
Interfaces have been added bgsend2 etc. and removed ed25519_to_asn1 etc.
Willem Toorop [Thu, 18 Jul 2019 18:13:09 +0000 (14:13 -0400)]
ldns-1.7.1 will be release in July 2019
Willem Toorop [Thu, 18 Jul 2019 18:10:16 +0000 (14:10 -0400)]
Stuff that came out of clang static analysis
wtoorop [Wed, 17 Jul 2019 17:50:45 +0000 (19:50 +0200)]
Merge pull request #35 from NLnetLabs/merges/noloader-develop
Merges/noloader develop
Willem Toorop [Wed, 17 Jul 2019 17:50:27 +0000 (19:50 +0200)]
Attribute Jeffrey
Willem Toorop [Wed, 17 Jul 2019 17:34:11 +0000 (19:34 +0200)]
Make tpkg tests work on MacOS
Willem Toorop [Wed, 17 Jul 2019 15:08:49 +0000 (17:08 +0200)]
Make Mac OSX find OpenSSL
Willem Toorop [Wed, 17 Jul 2019 14:46:18 +0000 (16:46 +0200)]
Tjongejonge
Willem Toorop [Wed, 17 Jul 2019 14:31:07 +0000 (16:31 +0200)]
Need curly brackets
Willem Toorop [Wed, 17 Jul 2019 14:17:32 +0000 (16:17 +0200)]
typo
Willem Toorop [Wed, 17 Jul 2019 14:09:29 +0000 (16:09 +0200)]
Some more shellcheck errors & warnings
wtoorop [Wed, 17 Jul 2019 13:44:59 +0000 (15:44 +0200)]
Merge branch 'develop' into develop
Willem Toorop [Tue, 16 Jul 2019 15:03:40 +0000 (17:03 +0200)]
Merge branch 'develop' of github.com:NLnetLabs/ldns into develop
Willem Toorop [Tue, 16 Jul 2019 15:03:16 +0000 (17:03 +0200)]
Update DNS-LDNS perl module
wtoorop [Tue, 16 Jul 2019 14:50:35 +0000 (16:50 +0200)]
Merge pull request #26 from NLnetLabs/features/ldns-signzone-engine-support
Features/ldns signzone engine support
Willem Toorop [Tue, 16 Jul 2019 13:10:29 +0000 (15:10 +0200)]
Credit Vadim Penzin
Willem Toorop [Tue, 16 Jul 2019 12:57:24 +0000 (12:57 +0000)]
Make Vadim's patches work with OpenSSL < 1.1.0 and LibreSSL
Willem Toorop [Mon, 15 Jul 2019 13:45:02 +0000 (15:45 +0200)]
Merge branch 'develop' into features/ldns-signzone-engine-support
wtoorop [Mon, 15 Jul 2019 13:44:01 +0000 (15:44 +0200)]
Merge pull request #34 from NLnetLabs/issues/1447-ldns-verify-zone-report-chase-problems
Bugfix #1447 more verbose reporting of sigchase errors with ldns-verify-zone