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
aa0ddfbb
Commit
aa0ddfbb
authored
Apr 13, 2011
by
Jelte Jansen
Browse files
[trac781] Merge branch 'trac781' of
ssh://bind10.isc.org/var/bind10/git/bind10
into trac781
Conflicts: src/lib/dns/tsigkey.cc
parents
a7c4e0bc
4f1d8d0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/Makefile.am
View file @
aa0ddfbb
SUBDIRS
=
exceptions crypto
dns
cc config python xfr bench log
\
SUBDIRS
=
exceptions
dns
crypto cc config python xfr bench log
\
asiolink nsas cache resolve testutils datasrc server_common
src/lib/dns/tsigkey.cc
View file @
aa0ddfbb
...
...
@@ -156,8 +156,8 @@ TSIGKey::toText() const {
}
std
::
string
secret_str
=
encodeBase64
(
secret_v
);
return
getKeyName
().
toText
()
+
":"
+
secret_str
+
":"
+
getAlgorithmName
().
toText
();
return
(
getKeyName
().
toText
()
+
":"
+
secret_str
+
":"
+
getAlgorithmName
().
toText
()
)
;
}
const
...
...
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