Mark Andrews
7f31e67c16
CHANGES, copyright
...
(cherry picked from commit f7d346357e )
2018-06-26 09:04:48 -07:00
Mukund Sivaraman
19bad5a7f3
Add system test
...
(cherry picked from commit 2bf388a31b )
2018-06-25 17:33:15 +10:00
Mark Andrews
4f332dc936
Restore default rrset-order to random.
...
(cherry picked from commit e8154b50d4 )
2018-06-19 11:18:19 +10:00
Evan Hunt
be145bc8b6
add a regression test for default allow-recursion settings
2018-06-14 14:45:56 +02:00
Mukund Sivaraman
a5933fa2bb
Add system test
2018-06-08 16:34:29 +10:00
Mark Andrews
1783fa5aba
add duplicate signature test
...
(cherry picked from commit 0db5b087ed )
2018-06-06 17:05:47 +10:00
Evan Hunt
5875dda277
restore accidentally deleted copyright lines
2018-05-23 18:07:50 -07:00
Evan Hunt
61de568197
copyrights
2018-05-23 09:52:09 -07:00
Michał Kępień
3dde7c42db
Add a framework for dns__zone_updatesigs() unit tests
...
Add a new ATF test, sigs_test, containing everything required to start
defining test cases for dns__zone_updatesigs(). The framework is
written in a way which ensures that changes to zone database applied by
any dns__zone_updatesigs() invocation are preserved between subsequent
checks.
(cherry picked from commit 1f10186476 )
2018-05-10 00:01:41 -07:00
Michał Kępień
2b0add6d1a
Add lib/dns/zone_p.h
...
Add a new private header file, lib/dns/zone_p.h, which will hold type
definitions and function prototypes not meant to be exported by libdns,
but required by zone-related unit tests.
(cherry picked from commit c1bc3be806 )
2018-05-10 00:00:31 -07:00
Mark Andrews
390a1d3988
add bin/tests/system/rootkeysentinel/prereq.sh
...
(cherry picked from commit 0fedfcafb5 )
2018-05-03 16:42:47 +02:00
Mark Andrews
b9e6b124aa
add system test for root-key-sentinel
...
(cherry picked from commit a23b305e6b )
2018-04-22 12:46:03 -07:00
Mukund Sivaraman
cee4fef7c5
Add a dns_fixedname_initname() helper function
...
This also turns the dns_fixedname macros into functions.
(cherry picked from commit 0d2a03c290 )
2018-04-10 13:06:43 -07:00
Kevin Chen
a8d7b3a12b
Add a Net::DNS prereq for digdelv, fetchlimit, rpzrecurse, and zero
...
tests to avoid failed tests when Net::DNS is not present.
(cherry picked from commit 8b1b809ab4 )
2018-04-04 23:00:56 +02:00
Stephen Morris
2df1a2ef20
Initial set of IDNA tests.
2018-04-04 09:47:53 -04:00
Evan Hunt
d698d64713
ensure COPYRIGHT file retains years; edit file headers for consistency
2018-03-15 18:40:09 -07:00
Ondřej Surý
c0a760ac3e
[v9_12] Enable GitLab CI
2018-03-14 12:37:17 +01:00
Evan Hunt
11ab3146e7
fix copyrights
2018-03-09 16:52:56 -08:00
Evan Hunt
80834b5b90
final cleanup
...
- update Kyuafiles to match Atffiles
- copyrights
- CHANGES note
(cherry picked from commit 86e00cbb71 )
2018-03-09 14:40:12 -08:00
Evan Hunt
d35f62434a
remove lib/tests as nothing uses it anymore
...
(cherry picked from commit d132f73497 )
2018-03-09 14:39:57 -08:00
Evan Hunt
4439c471d1
migrate t_dst signature test to lib/dns/tests/dst_test
...
(cherry picked from commit a4ebe83cdb )
2018-03-09 14:39:56 -08:00
Evan Hunt
56da937399
migrate t_db to lib/dns/tests/db_test
...
(cherry picked from commit f58ac8ada3 )
2018-03-09 14:39:56 -08:00
Evan Hunt
aefad99e1e
migrate t_names to lib/dns/tests/name_test
...
(cherry picked from commit 8ecf69ef7b )
2018-03-09 14:39:56 -08:00
Evan Hunt
c505afd183
migrate t_rbt to lib/dns/tests/rbt_test
...
(cherry picked from commit 109546cbda )
2018-03-09 14:39:56 -08:00
Evan Hunt
88bfe56876
migrate t_tasks to lib/isc/tests/task_test
...
(cherry picked from commit c6c1e99252 )
2018-03-09 14:39:56 -08:00
Evan Hunt
30e157f6e4
migrate t_resolver to lib/dns/tests/resolver_test
...
(cherry picked from commit d80825c40b )
2018-03-09 14:39:56 -08:00
Evan Hunt
efccdad0ea
migrate t_timers to lib/isc/tests/timer_test
...
(cherry picked from commit e2b8699df9 )
2018-03-09 14:39:56 -08:00
Evan Hunt
c7fa56e8db
migrate t_atomic to lib/isc/tests/atomic_test
...
(cherry picked from commit 874e2fc70c )
2018-03-09 14:39:55 -08:00
Evan Hunt
af48544b75
migrate t_mem to lib/isc/tests/mem_test
...
(cherry picked from commit 979f054702 )
2018-03-09 14:39:55 -08:00
Evan Hunt
af0c9b2cee
migrate t_net to lib/isc/tests
...
(cherry picked from commit 05b7251d51 )
2018-03-09 14:39:55 -08:00
Evan Hunt
fadb93cf43
migrate t_sockaddr to lib/isc/tests
...
(cherry picked from commit 62f650078a )
2018-03-09 14:39:55 -08:00
Evan Hunt
e686b9c297
remove hashes test (duplicates lib/isc/tests/hash_test)
...
(cherry picked from commit 6ad1a042bc )
2018-03-09 14:39:55 -08:00
Evan Hunt
36d08442bc
remove master test (duplicates lib/isc/tests/master_test)
...
(cherry picked from commit 6717f31e10 )
2018-03-09 14:39:55 -08:00
Evan Hunt
d8f8eee381
migrate tests from bin/tests/dnssec-signzone to bin/tests/system/dnssec
...
- added tests to the dnssec system test that duplicate the ones
from bin/tests/dnssec-signzone
- changed cleanall.sh so it doesn't automatically remove all
key files, because there are now some of those that are part of the
distribution
(cherry picked from commit ccfe778c01 )
2018-03-09 14:39:55 -08:00
Evan Hunt
10efb4ff07
remove some old and obsolete test files
...
(cherry picked from commit a633f6c5dd )
2018-03-09 14:39:54 -08:00
Ondřej Surý
557a5c3f78
Update license headers to not include years in copyright in all applicable files
...
(cherry picked from commit 843d389661 )
2018-02-23 10:38:02 +01:00
Ondřej Surý
b1fb05bead
Update scripts in util/ to drop the year information from the individual source files.
...
(cherry picked from commit c8efcca408 )
2018-02-23 10:34:51 +01:00
Evan Hunt
7f1039d8d0
final cleanup
...
- add CHANGES note
- update copyrights and license headers
- add -j to the make commands in .gitlab-ci.yml to take
advantage of parallelization in the gitlab CI process
(cherry picked from commit 0c559199bf )
2018-02-23 08:34:37 +01:00
Evan Hunt
cd8d44403b
[v9_12] copyrights
2018-02-17 21:26:12 -08:00
Mark Andrews
3208b02910
add POST(len);
2018-02-16 14:08:26 +11:00
Mark Andrews
736cbc97d7
conditionally declare stacksize
2018-02-16 14:08:26 +11:00
Mark Andrews
58c141e9b6
add POST(len);
2018-02-16 14:08:26 +11:00
Mark Andrews
494a3b33a2
Clarify calculation precedence for '&' and '?'
2018-02-16 14:08:26 +11:00
Mark Andrews
d6b79d3d43
add POST(tl)
2018-02-16 14:08:26 +11:00
Mark Andrews
57fbc03b11
return failure count
2018-02-16 14:08:26 +11:00
Mark Andrews
6a896a0247
conditionally declare strbuf
2018-02-16 14:08:26 +11:00
Mark Andrews
13e2a127f2
test for == 0 rather than <= as value is unsigned
2018-02-16 14:08:26 +11:00
Mark Andrews
e416b6f57c
remove event which is only used for sizeof
2018-02-16 14:08:26 +11:00
Mark Andrews
3b412a0634
use %u instead of %d
2018-02-16 14:08:26 +11:00
Mark Andrews
d23375e5b3
use %u instead of %d
2018-02-16 14:08:26 +11:00