Commit Graph
2002 Commits
Author SHA1 Message Date
Evan Hunt d50b40b135 remove master test (duplicates lib/isc/tests/master_test)
(cherry picked from commit 6717f31e10)
(cherry picked from commit 36d08442bc)
(cherry picked from commit ae39f25a10)
(cherry picked from commit 83a5d8e17e)
2018-03-09 23:00:47 -08:00
Evan Hunt bf769f68a4 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)
(cherry picked from commit d8f8eee381)
(cherry picked from commit dbb225d83e)
(cherry picked from commit 161f525942)
2018-03-09 22:59:52 -08:00
Evan Hunt fca5c351c2 remove some old and obsolete test files
(cherry picked from commit a633f6c5dd)
(cherry picked from commit 10efb4ff07)
(cherry picked from commit 22d9a69b3f)
(cherry picked from commit b7c98c81d9)
2018-03-09 22:56:04 -08:00
Mark Andrews ecd0de1441 update util/check-changes to handle non master branched (util/check-changes master=0 CHANGES)
(cherry picked from commit 88a2202093)
2018-03-08 16:20:39 +11:00
Michał Kępień 9063b31f49 Add util/git-replay-merge.sh
git-replay-merge.sh is a script whose purpose is to make backporting
merge requests more convenient by automating the process as much as
possible.

For more information, including usage examples, see:

    https://gitlab.isc.org/isc-projects/bind9/wikis/Backporting-a-Merge-Request

(cherry picked from commit f7fe1e3098)
2018-02-27 10:45:08 +01:00
Evan Hunt 7677cb277a final cleanup
- add CHANGES note
- update copyrights and license headers
2018-02-25 13:13:26 -08:00
Mark Andrews 1832348d27 add POST(len); 2018-02-16 18:44:47 +11:00
Mark Andrews 2670173c43 conditionally declare stacksize 2018-02-16 18:44:47 +11:00
Mark Andrews ca738505ec add POST(len); 2018-02-16 18:43:59 +11:00
Mark Andrews 622bf9256b add POST(tl) 2018-02-16 18:43:46 +11:00
Mark Andrews 4404fcb384 return failure count 2018-02-16 18:42:11 +11:00
Mark Andrews 7245f12d3e conditionally declare strbuf 2018-02-16 18:41:31 +11:00
Mark Andrews 192a119b5a test for == 0 rather than <= as value is unsigned 2018-02-16 18:41:31 +11:00
Mark Andrews 32166fae3b remove event which is only used for sizeof 2018-02-16 18:37:05 +11:00
Mark Andrews a6a6928e7e use %u instead of %d 2018-02-16 18:35:49 +11:00
Mark Andrews fb188d4795 use %u instead of %d 2018-02-16 18:32:54 +11:00
Mark Andrews f6e83e4108 use %u instead of %d 2018-02-16 18:30:18 +11:00
Mark Andrews 9d061a7864 use %u instead of %d 2018-02-16 18:29:17 +11:00
Mark Andrews a6f0a302ea case to unsigned; reorder expression 2018-02-16 18:25:33 +11:00
Mark Andrews ef0fb20613 use %u and preserve unsigned property 2018-02-16 18:23:11 +11:00
Mark Andrews bc7adce774 preserve unsigned property 2018-02-16 18:17:59 +11:00
Mark Andrews 5ae3eb3cfb make both arguments of & unsigned 2018-02-16 18:17:59 +11:00
Mark Andrews 13421f89a2 shift unsigned (~0U) rather than signed (~0) contant 2018-02-16 18:16:48 +11:00
Mark Andrews 1bc27d6b26 use %u instead of %d 2018-02-16 18:16:48 +11:00
Mark Andrews f693b488e1 unsigned constants 2018-02-16 18:15:21 +11:00
Mark Andrews fe9ab35df1 unsigned constants 2018-02-16 18:13:08 +11:00
Mark Andrews 606aa56e4f use %u instead of %d 2018-02-16 18:10:41 +11:00
Mark Andrews 131d4c873e use %u instead of %d 2018-02-16 18:08:58 +11:00
Mark Andrews b3d10f1a43 use %u instead of %d 2018-02-16 18:06:58 +11:00
Mark Andrews 726eaefd3e formally cast to int 2018-02-16 18:05:01 +11:00
Mark Andrews 62d579f152 use %u instead of %d 2018-02-16 18:05:01 +11:00
Mark Andrews 41ac666f4a use %u instead of %d 2018-02-16 18:04:27 +11:00
Mark Andrews 5c91a79de9 use %u instead of %d 2018-02-16 18:02:21 +11:00
Mark Andrews 3ddd77519d use %u instead of %d 2018-02-16 17:58:39 +11:00
Mark Andrews e3bc8bc293 use %u instead of %d 2018-02-16 17:53:13 +11:00
Mark Andrews 75691e0d90 use %u instead of %d 2018-02-16 17:53:13 +11:00
Mark Andrews 01fd4fcca2 use %u instead of %d 2018-02-16 17:51:07 +11:00
Mark Andrews a365729e6a make declarations consistent 2018-02-16 17:49:02 +11:00
Mark Andrews 5962de0c3e report argument error in human form 2018-02-16 17:49:02 +11:00
Mark Andrews 8498787e55 use %u instead of %d 2018-02-16 17:49:02 +11:00
Mark Andrews 2194d8674b use %u instead of %d 2018-02-16 17:49:02 +11:00
Mark Andrews faabe3071c use %u instead of %d 2018-02-16 17:49:02 +11:00
Mark Andrews 028a719b2f use %u instead of %d 2018-02-16 17:49:02 +11:00
Mark Andrews 5c28ae51c5 use %u instead of %d 2018-02-16 17:49:02 +11:00
Mark Andrews 92a93137fc use %u instead of %i 2018-02-16 17:46:46 +11:00
Mark Andrews 8251280d02 use %u instead of %d 2018-02-16 17:44:39 +11:00
Evan Hunt 950777feb8 [v9_9] copyrights 2018-02-10 16:32:35 -08:00
Tinderbox User c64c974891 newcopyrights 2018-02-08 23:30:54 +00:00
Tinderbox User 6ce1da9ef9 newcopyrights 2018-02-07 23:34:57 +00:00
Mark Andrews 61fea4f83b look for #! to determine if the file is PYTHON or PYTHON-BIN
(cherry picked from commit 4fcc550877)
2018-02-05 11:41:05 +11:00