Ondřej Surý
|
a795dfdea3
|
Use external CI Docker images
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
8bb97d6e04
|
Enforce overlay2 filesystem driver for docker builds
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
ad2788b6d9
|
Rename $CI_BUILD_TOKEN to $CI_JOB_TOKEN
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
41f3423e87
|
Install libnet-dns-perl into Docker images to fix tests failures
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
20d2d095a9
|
Install procps for /bin/kill into Debian and Ubuntu docker images
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
3f798b3576
|
Add correct dependencies for test jobs to pull artifacts from build jobs
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
69a185167d
|
Add net-tools for ifconfig support
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
00beaad868
|
Run the interface up script with 'bash' as it's not executable by itself directly
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
618d1146f0
|
Add i386 as tested architecture
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
20c50b9238
|
Enable private IP addresses for tests
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
f1a574b729
|
Build docker images only in master, triggers and/or tags
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
37b196ea87
|
Enable Gitlab-CI for the project
|
2018-02-12 15:01:54 +01:00 |
|
Ondřej Surý
|
e099ccbde8
|
Merge branch 'remove-ondestroy-callbacks' into 'master'
Remove ondestroy callbacks from libisc.
See merge request isc-projects/bind9!3
|
2018-02-12 08:54:42 -05:00 |
|
Ondřej Surý
|
f7d62717ca
|
Update CHANGES for isc-projects/bind9!3
|
2018-02-12 14:53:45 +01:00 |
|
Ondřej Surý
|
4ff2d36adc
|
Remove whole unused ondestroy callback mechanism
|
2018-02-12 14:49:32 +01:00 |
|
Evan Hunt
|
313e73354d
|
[master] copyrights
|
2018-02-10 16:30:21 -08:00 |
|
Tinderbox User
|
74651f35ef
|
regen master
|
2018-02-10 01:12:12 +00:00 |
|
Mark Andrews
|
faba523a40
|
check warning text
(cherry picked from commit c6cd108838)
|
2018-02-09 14:05:28 +11:00 |
|
Mark Andrews
|
ae09500989
|
get the correct test file
|
2018-02-09 13:57:10 +11:00 |
|
Evan Hunt
|
79a2e86827
|
[master] fix test error
|
2018-02-08 18:45:46 -08:00 |
|
Evan Hunt
|
b252549e5a
|
[rt43670] more emphatic warning
|
2018-02-09 12:28:49 +11:00 |
|
Mark Andrews
|
baef0ca988
|
4889. [func] Warn about the use of old root keys without the new
root key being present. Warn about dlv.isc.org's
key being present. Warn about both managed and
trusted root keys being present. [RT #43670]
|
2018-02-09 12:04:45 +11:00 |
|
Evan Hunt
|
5d2b48f270
|
[master] fix typo
|
2018-02-08 16:15:43 -08:00 |
|
Tinderbox User
|
02ce048c91
|
update copyright notice / whitespace
|
2018-02-08 23:46:17 +00:00 |
|
Tinderbox User
|
87083c7e9b
|
newcopyrights
|
2018-02-08 23:30:12 +00:00 |
|
Mark Andrews
|
6757dc6488
|
[master] fix nsupdate test on windows
4888. [test] Initialize sockets correctly in sample-update so
that nsupdate system test will will run on Windows.
[RT #47097]
|
2018-02-08 13:34:43 -08:00 |
|
Mark Andrews
|
ecf6dcc5c6
|
[master] fix rpzrecurse test on windows
4887. [test] Enable the rpzrecurse test to run on Windows.
[RT #47093]
|
2018-02-08 13:28:40 -08:00 |
|
Tony Finch
|
cc82b5aa3c
|
Document dig -u in manpage (#47150)
|
2018-02-09 00:50:51 +05:30 |
|
Tinderbox User
|
da4e8d88d4
|
regen master
|
2018-02-08 01:11:20 +00:00 |
|
Tinderbox User
|
2fac9b0be6
|
update copyright notice / whitespace
|
2018-02-07 23:45:53 +00:00 |
|
Tinderbox User
|
49c0a94f78
|
newcopyrights
|
2018-02-07 23:30:44 +00:00 |
|
Mark Andrews
|
ff8f2a584d
|
add note for update-policy rules changes
|
2018-02-07 14:03:33 +11:00 |
|
Mark Andrews
|
ec771bbdc8
|
4885. [security] update-policy rules that otherwise ignore the name
field now require that it be set to "." to ensure
that any type list present is properly interpreted.
[RT #47126]
|
2018-02-07 13:34:02 +11:00 |
|
Tinderbox User
|
b3fc795f4d
|
update copyright notice / whitespace
|
2018-02-05 23:46:13 +00:00 |
|
Tinderbox User
|
0e9bcf0318
|
newcopyrights
|
2018-02-05 23:30:08 +00:00 |
|
Michał Kępień
|
af1937c35a
|
[master] Prevent crashing due to a race during server shutdown
4884. [bug] named could crash on shutdown due to a race between
shutdown_server() and ns__client_request(). [RT #47120]
|
2018-02-05 20:24:14 +01:00 |
|
Mark Andrews
|
4fcc550877
|
look for #! to determine if the file is PYTHON or PYTHON-BIN
|
2018-02-05 11:39:43 +11:00 |
|
Tinderbox User
|
31d0b7e909
|
regen master
|
2018-02-03 01:11:31 +00:00 |
|
Evan Hunt
|
c34680cf3b
|
[master] spelling, release note
|
2018-02-02 10:32:17 -08:00 |
|
Tinderbox User
|
5fdca0da2f
|
update copyright notice / whitespace
|
2018-02-01 23:46:26 +00:00 |
|
Mark Andrews
|
a97ca00ce8
|
Update license to 'MPL' [RT #47101]
|
2018-02-02 10:37:54 +11:00 |
|
Tinderbox User
|
b675979c68
|
newcopyrights
|
2018-02-01 23:30:07 +00:00 |
|
Michał Kępień
|
a3c2b8831e
|
[master] Silence compiler warnings about comparisons between signed and unsigned integers [RT #46980]
|
2018-02-01 21:28:47 +01:00 |
|
Tinderbox User
|
46d7d8717a
|
update copyright notice / whitespace
|
2018-01-31 23:45:54 +00:00 |
|
Tinderbox User
|
f8143baf1b
|
newcopyrights
|
2018-01-31 23:30:16 +00:00 |
|
Evan Hunt
|
d36b7f86fb
|
[master] improve debugging output from dnssec-cds
4883. [cleanup] Improved debugging output from dnssec-cds. [RT #47026]
Patch submitted by Tony Finch (dot@dotat.at)
|
2018-01-31 10:23:01 -08:00 |
|
Tinderbox User
|
ffac31097d
|
update copyright notice / whitespace
|
2018-01-30 23:45:59 +00:00 |
|
Tinderbox User
|
b847078b1e
|
newcopyrights
|
2018-01-30 23:30:29 +00:00 |
|
Mark Andrews
|
a2c693ab3b
|
handle different eol coventions
|
2018-01-31 10:05:40 +11:00 |
|
Evan Hunt
|
bc89b287c9
|
[master] use 'command' instead of 'type' to find atf-run and kyua paths
|
2018-01-30 10:33:08 -08:00 |
|