Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
6d4f6565
Commit
6d4f6565
authored
Jan 24, 2017
by
Francis Dupont
Browse files
[master] spelling (including in a message)
parent
54361a80
Changes
8
Hide whitespace changes
Inline
Side-by-side
src/bin/admin/kea-admin.in
View file @
6d4f6565
#!/bin/sh
# Copyright (C) 2014-201
6
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 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
...
...
@@ -49,7 +49,7 @@ usage() {
printf
"
\n
"
printf
"COMMAND: Currently supported operations are:
\n
"
printf
"
\n
"
printf
" - lease-init: Initalizes new lease database. Useful for first time installation.
\n
"
printf
" - lease-init: Init
i
alizes new lease database. Useful for first time installation.
\n
"
printf
" - lease-version: Checks version of the existing lease database scheme. Useful
\n
"
printf
" - for checking lease DB version when preparing for an upgrade.
\n
"
printf
" - lease-upgrade: Upgrades your lease database scheme
\n
"
...
...
src/bin/d2/d2_cfg_mgr.cc
View file @
6d4f6565
// Copyright (C) 2014-201
6
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 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
...
...
@@ -80,7 +80,7 @@ D2CfgMgr::forwardUpdatesEnabled() {
bool
D2CfgMgr
::
reverseUpdatesEnabled
()
{
// Reverse updates are not enabled if no revese servers are defined.
// Reverse updates are not enabled if no reve
r
se servers are defined.
return
(
getD2CfgContext
()
->
getReverseMgr
()
->
size
()
>
0
);
}
...
...
src/bin/d2/d2_config.h
View file @
6d4f6565
// Copyright (C) 2013-201
6
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-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
...
...
@@ -213,10 +213,10 @@ public:
/// @return Configuration summary in the textual format.
std
::
string
getConfigSummary
()
const
;
/// @brief Compares two D2Paramss for equality
/// @brief Compares two D2Params
'
s for equality
bool
operator
==
(
const
D2Params
&
other
)
const
;
/// @brief Compares two D2Paramss for inequality
/// @brief Compares two D2Params
'
s for inequality
bool
operator
!=
(
const
D2Params
&
other
)
const
;
/// @brief Generates a string representation of the class contents.
...
...
@@ -258,7 +258,7 @@ private:
/// @brief Dumps the contents of a D2Params as text to an output stream
///
/// @param os output stream to which text should be sent
/// @param config D2Param inst
n
ace to dump
/// @param config D2Param insta
n
ce to dump
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
const
D2Params
&
config
);
...
...
@@ -287,7 +287,7 @@ public:
/// @brief Constructor
///
/// @param name the unique label used to identify this key
/// @param algorithm the id of the encryption al
ogir
thm this key uses.
/// @param algorithm the id of the encryption al
gori
thm this key uses.
/// Currently supported values are (case insensitive):
/// -# "HMAC-MD5"
/// -# "HMAC-SHA1"
...
...
src/bin/d2/d2_process.h
View file @
6d4f6565
// Copyright (C) 2013-201
6
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-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
...
...
@@ -68,7 +68,7 @@ public:
/// as a place to perform any derivation-specific initialization steps
/// that are inapppropriate for the constructor but necessary prior to
/// launch. So far, no such steps have been identified for D2, so its
/// implementa
n
tion is empty but required.
/// implementation is empty but required.
///
/// @throw DProcessBaseError if the initialization fails.
virtual
void
init
();
...
...
src/bin/d2/d2_update_message.h
View file @
6d4f6565
// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-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
...
...
@@ -56,7 +56,7 @@ public:
isc
::
Exception
(
file
,
line
,
what
)
{}
};
/// @brief Exception indicating that a signed, inbound message failed to ver
f
iy
/// @brief Exception indicating that a signed, inbound message failed to veri
f
y
///
/// This exception is thrown when TSIG verification of a DNS server's response
/// fails.
...
...
@@ -126,7 +126,7 @@ public:
/// (either outgoing or incoming).
///
/// This constructor is used to create an instance of either incoming or
/// outgoing DNS Update message. The boolean argument indicates whet
e
her it
/// outgoing DNS Update message. The boolean argument indicates whether it
/// is incoming (true) or outgoing (false) message. For incoming messages
/// the @c D2UpdateMessage::fromWire function is used to parse on-wire data.
/// For outgoing messages, modifier functions should be used to set the
...
...
src/bin/d2/nc_remove.h
View file @
6d4f6565
// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-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
...
...
@@ -212,7 +212,7 @@ protected:
/// post a next event of IO_COMPLETED_EVT and then invoke runModel which
/// resumes execution of the state model.
///
/// When the handler is invoked with a next event of IO_COMP
E
LTED_EVT,
/// When the handler is invoked with a next event of IO_COMPL
E
TED_EVT,
/// the DNS update status is checked and acted upon accordingly:
///
/// Transitions to:
...
...
@@ -254,7 +254,7 @@ protected:
/// post a next event of IO_COMPLETED_EVT and then invoke runModel which
/// resumes execution of the state model.
///
/// When the handler is invoked with a next event of IO_COMP
E
LTED_EVT,
/// When the handler is invoked with a next event of IO_COMPL
E
TED_EVT,
/// the DNS update status is checked and acted upon accordingly:
///
/// Transitions to:
...
...
@@ -306,7 +306,7 @@ protected:
/// post a next event of IO_COMPLETED_EVT and then invoke runModel which
/// resumes execution of the state model.
///
/// When the handler is invoked with a next event of IO_COMP
E
LTED_EVT,
/// When the handler is invoked with a next event of IO_COMPL
E
TED_EVT,
/// the DNS update status is checked and acted upon accordingly:
///
/// Transitions to:
...
...
src/bin/d2/nc_trans.cc
View file @
6d4f6565
// Copyright (C) 2013-201
6
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-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
...
...
@@ -132,7 +132,7 @@ NameChangeTransaction::responseString() const {
stream
<<
"OTHER"
;
break
;
default:
stream
<<
"U
K
NOWN
N
("
stream
<<
"UN
K
OWN("
<<
static_cast
<
int
>
(
getDnsUpdateStatus
())
<<
")"
;
break
;
...
...
src/bin/d2/nc_trans.h
View file @
6d4f6565
// Copyright (C) 2013-201
6
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-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
...
...
@@ -144,7 +144,7 @@ public:
static
const
int
NCT_DERIVED_EVENT_MIN
=
SM_DERIVED_EVENT_MIN
+
101
;
//@}
/// @brief Def
u
alt time to assign to a single DNS udpate.
/// @brief Defa
u
lt time to assign to a single DNS udpate.
/// @todo This value will be made configurable in the very near future
/// under trac3268. For now we will define it to 100 milliseconds
/// so unit tests will run within a reasonable amount of time.
...
...
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