Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
dhcp
Commits
cce04313
Commit
cce04313
authored
Sep 26, 2018
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] Correct BIND9 dns API call constant
Merges in rt47757
parent
08f41162
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
RELNOTES
RELNOTES
+14
-2
common/dns.c
common/dns.c
+2
-2
No files found.
RELNOTES
View file @
cce04313
...
...
@@ -87,9 +87,21 @@ ISC DHCP is open source software maintained by Internet Systems
Consortium
.
This
product
includes
cryptographic
software
written
by
Eric
Young
(
eay
@
cryptsoft
.
com
).
Changes
since
4.4.
0
(
New
Features
)
Changes
since
4.4.
1
(
New
Features
)
-
none
Changes
since
4.4.0
(
Bug
Fixes
)
Changes
since
4.4.1
(
Bug
Fixes
)
-
Corrected
a
misuse
of
the
BIND9
DDNS
API
which
caused
DDNS
updates
to
be
carried
out
over
TCP
rather
than
UDP
.
The
coding
error
was
exposed
by
migration
to
BIND9
9.11
.
Thanks
to
Jinmei
Tatuya
at
Infoblox
for
reporting
the
issue
.
[
ISC
-
Bugs
#
47757
]
Changes
since
4.4.0
(
New
Features
)
-
none
Changes
since
4.4.0
(
Bug
Fixes
)
-
A
delayed
-
ack
value
of
0
(
the
default
),
now
correctly
disables
the
delayed
feature
.
A
change
in
4.4.0
prohibited
lease
updates
marking
leases
active
...
...
common/dns.c
View file @
cce04313
...
...
@@ -2708,7 +2708,7 @@ ddns_modify_fwd(dhcp_ddns_cb_t *ddns_cb, const char *file, int line)
dns_rdataclass_in
,
zname
,
&
prereqlist
,
&
updatelist
,
zlist
,
tsec_key
,
DNS_CLIENT
RES
OPT_ALLOWRUN
,
DNS_CLIENT
UPD
OPT_ALLOWRUN
,
dhcp_gbl_ctx
.
task
,
ddns_interlude
,
(
void
*
)
ddns_cb
,
...
...
@@ -2903,7 +2903,7 @@ ddns_modify_ptr(dhcp_ddns_cb_t *ddns_cb, const char *file, int line)
dns_rdataclass_in
,
zname
,
NULL
,
&
updatelist
,
zlist
,
tsec_key
,
DNS_CLIENT
RES
OPT_ALLOWRUN
,
DNS_CLIENT
UPD
OPT_ALLOWRUN
,
dhcp_gbl_ctx
.
task
,
ddns_interlude
,
(
void
*
)
ddns_cb
,
&
ddns_cb
->
transaction
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment