Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
610
Issues
610
List
Boards
Labels
Service Desk
Milestones
Merge Requests
112
Merge Requests
112
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
7bd8900a
Commit
7bd8900a
authored
Sep 07, 2017
by
Tinderbox User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice / whitespace
parent
eaad53d4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
bin/win32/BINDInstall/AccountInfo.cpp
bin/win32/BINDInstall/AccountInfo.cpp
+1
-1
bin/win32/BINDInstall/BINDInstallDlg.cpp
bin/win32/BINDInstall/BINDInstallDlg.cpp
+1
-1
bin/win32/BINDInstall/BINDInstallDlg.h
bin/win32/BINDInstall/BINDInstallDlg.h
+1
-1
lib/dns/include/dns/masterdump.h
lib/dns/include/dns/masterdump.h
+5
-5
lib/dns/masterdump.c
lib/dns/masterdump.c
+1
-1
No files found.
bin/win32/BINDInstall/AccountInfo.cpp
View file @
7bd8900a
/*
* Portions Copyright (C) 2001, 2002, 2004, 2007, 2009, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 2001, 2002, 2004, 2007, 2009, 2013, 2016
, 2017
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/win32/BINDInstall/BINDInstallDlg.cpp
View file @
7bd8900a
...
...
@@ -1167,7 +1167,7 @@ void CBINDInstallDlg::RegisterMessages() {
(
LPCTSTR
)
m_binDir
,
"bindevt.dll"
);
if
(
n
<
0
||
(
size_t
)
n
>=
sizeof
(
pszMsgDLL
))
throw
(
Exception
(
IDS_ERR_CREATE_KEY
,
"<m_binDir>
\\
bindevt.dll too long"
));
"<m_binDir>
\\
bindevt.dll too long"
));
SetCurrent
(
IDS_REGISTER_MESSAGES
);
/* Create a new key for named */
...
...
bin/win32/BINDInstall/BINDInstallDlg.h
View file @
7bd8900a
/*
* Portions Copyright (C) 2001, 2004, 2007, 2009, 2015
, 2016
Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 2001, 2004, 2007, 2009, 2015
-2017
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/dns/include/dns/masterdump.h
View file @
7bd8900a
...
...
@@ -415,11 +415,11 @@ dns_master_stylecreate(dns_master_style_t **style,
isc_result_t
dns_master_stylecreate2
(
dns_master_style_t
**
style
,
dns_masterstyle_flags_t
flags
,
unsigned
int
ttl_column
,
unsigned
int
class_column
,
unsigned
int
type_column
,
unsigned
int
rdata_column
,
unsigned
int
line_length
,
unsigned
int
tab_width
,
unsigned
int
split_width
,
isc_mem_t
*
mctx
);
dns_masterstyle_flags_t
flags
,
unsigned
int
ttl_column
,
unsigned
int
class_column
,
unsigned
int
type_column
,
unsigned
int
rdata_column
,
unsigned
int
line_length
,
unsigned
int
tab_width
,
unsigned
int
split_width
,
isc_mem_t
*
mctx
);
void
dns_master_styledestroy
(
dns_master_style_t
**
style
,
isc_mem_t
*
mctx
);
...
...
lib/dns/masterdump.c
View file @
7bd8900a
...
...
@@ -2105,7 +2105,7 @@ dns_master_stylecreate(dns_master_style_t **stylep,
isc_result_t
dns_master_stylecreate2
(
dns_master_style_t
**
stylep
,
dns_masterstyle_flags_t
flags
,
dns_masterstyle_flags_t
flags
,
unsigned
int
ttl_column
,
unsigned
int
class_column
,
unsigned
int
type_column
,
unsigned
int
rdata_column
,
unsigned
int
line_length
,
unsigned
int
tab_width
,
...
...
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