Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
b5808abc
Commit
b5808abc
authored
Jan 24, 2017
by
Tinderbox User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice / whitespace
parent
b8c28f1e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
9 deletions
+10
-9
CHANGES
CHANGES
+1
-1
bin/tools/mdig.c
bin/tools/mdig.c
+1
-1
bin/tools/mdig.docbook
bin/tools/mdig.docbook
+2
-1
lib/dns/openssl_link.c
lib/dns/openssl_link.c
+1
-1
lib/isc/win32/socket.c
lib/isc/win32/socket.c
+5
-5
No files found.
CHANGES
View file @
b5808abc
4560. [bug] mdig: add -m option to enable memory debugging rather
than having it on all the time. [RT #44509]
4559. [bug]
openssl_link.c didn't compile if ISC_MEM_TRACKLINES
4559. [bug] openssl_link.c didn't compile if ISC_MEM_TRACKLINES
was turned off. [RT #44509]
4558. [bug] Synthesised CNAME before matching DNAME was still
...
...
bin/tools/mdig.c
View file @
b5808abc
/*
* Copyright (C) 2015
,
201
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2015
-
201
7
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
bin/tools/mdig.docbook
View file @
b5808abc
<!DOCTYPE book [
<!ENTITY mdash "—">
]>
<!--
- Copyright (C) 2015
,
201
6
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2015
-
201
7
Internet Systems Consortium, Inc. ("ISC")
-
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
@@ -31,6 +31,7 @@
<copyright>
<year>
2015
</year>
<year>
2016
</year>
<year>
2017
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
</docinfo>
...
...
lib/dns/openssl_link.c
View file @
b5808abc
/*
* Portions Copyright (C) 1999-2012, 2014-201
6
Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 1999-2012, 2014-201
7
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
lib/isc/win32/socket.c
View file @
b5808abc
/*
* Copyright (C) 2000-201
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-201
7
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
@@ -3083,7 +3083,7 @@ isc__socket_send(isc_socket_t *sock, isc_region_t *region,
isc_result_t
isc__socket_sendto
(
isc_socket_t
*
sock
,
isc_region_t
*
region
,
isc_task_t
*
task
,
isc_taskaction_t
action
,
void
*
arg
,
const
isc_sockaddr_t
*
address
,
struct
in6_pktinfo
*
pktinfo
)
const
isc_sockaddr_t
*
address
,
struct
in6_pktinfo
*
pktinfo
)
{
isc_socketevent_t
*
dev
;
isc_socketmgr_t
*
manager
;
...
...
@@ -3135,7 +3135,7 @@ isc__socket_sendv(isc_socket_t *sock, isc_bufferlist_t *buflist,
isc_result_t
isc__socket_sendtov
(
isc_socket_t
*
sock
,
isc_bufferlist_t
*
buflist
,
isc_task_t
*
task
,
isc_taskaction_t
action
,
void
*
arg
,
const
isc_sockaddr_t
*
address
,
struct
in6_pktinfo
*
pktinfo
)
const
isc_sockaddr_t
*
address
,
struct
in6_pktinfo
*
pktinfo
)
{
return
(
isc_socket_sendtov2
(
sock
,
buflist
,
task
,
action
,
arg
,
address
,
pktinfo
,
0
));
...
...
@@ -3144,7 +3144,7 @@ isc__socket_sendtov(isc_socket_t *sock, isc_bufferlist_t *buflist,
isc_result_t
isc__socket_sendtov2
(
isc_socket_t
*
sock
,
isc_bufferlist_t
*
buflist
,
isc_task_t
*
task
,
isc_taskaction_t
action
,
void
*
arg
,
const
isc_sockaddr_t
*
address
,
struct
in6_pktinfo
*
pktinfo
,
const
isc_sockaddr_t
*
address
,
struct
in6_pktinfo
*
pktinfo
,
unsigned
int
flags
)
{
isc_socketevent_t
*
dev
;
...
...
@@ -3201,7 +3201,7 @@ isc__socket_sendtov2(isc_socket_t *sock, isc_bufferlist_t *buflist,
isc_result_t
isc__socket_sendto2
(
isc_socket_t
*
sock
,
isc_region_t
*
region
,
isc_task_t
*
task
,
const
isc_sockaddr_t
*
address
,
struct
in6_pktinfo
*
pktinfo
,
const
isc_sockaddr_t
*
address
,
struct
in6_pktinfo
*
pktinfo
,
isc_socketevent_t
*
event
,
unsigned
int
flags
)
{
isc_result_t
ret
;
...
...
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