Skip to content
GitLab
Projects
Groups
Snippets
/
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
1c406d1a
Commit
1c406d1a
authored
Apr 04, 2017
by
Tomek Mrugalski
🛰
Browse files
[github14] unit-test fix, ChangeLog, AUTHORS updated
parent
cee9882a
Changes
3
Hide whitespace changes
Inline
Side-by-side
AUTHORS
View file @
1c406d1a
...
...
@@ -133,12 +133,15 @@ We have received the following contributions:
- Sebasian Schrader
2017-01: Fix build dir in doc/guide/Makefile.am
- Marvin Frick (MrMarvin)
2017-04: -h and --host parameters added to kea-admin
Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging,
Boost (http://www.boost.org/) library for almost everything, and can use Botan
(http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for
cryptographic operations. It can also optionally use PostgreSQL
(http://www.postgresql.org/) and/or MySQL (http://www.mysql.com/) as a database.
Kea can use googletest for unit-tests (http://
code.google.com/p
/googletest
/
).
Kea can use googletest for unit-tests (http
s
://
github.com/google
/googletest).
Kea uses ISC Forge (http://
kea.isc.org/wiki/IscF
orge) for conformance testing.
Kea uses ISC Forge (http
s
://
github.com/isc-projects/f
orge
/
) for conformance testing.
ChangeLog
View file @
1c406d1a
12XX. [func] MrMarvin
kea-admin now supports -h (and --host) parameter that can specify
MySQL or PostgreSQL database locations other than the default
localhost.
(Github #14, git tbd)
1230. [bug] fdupont
kea-dhcp-ddns now correctly populates the original ID in the TSIG rdata
when doing signed updates. Prior to this the value was set to zero
causing PowerDNS to reject then requests with a bad key error.
(Trac #5071, git cafa3d5c24f0112b0b9384a9c1083fe8a3eeb2bf)
(Trac #5071, git cafa3d5c24f0112b0b9384a9c1083fe8a3eeb2bf)
1229. [func] fdupont
A new command: config-test has been implemented in DHCPv4, DHCPv6
...
...
src/bin/admin/tests/pgsql_tests.sh.in
View file @
1c406d1a
#!/bin/sh
# 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
...
...
@@ -18,6 +18,7 @@ db_scripts_dir=@abs_top_srcdir@/src/share/database/scripts
db_user
=
"keatest"
db_password
=
"keatest"
db_name
=
"keatest"
db_host
=
"localhost"
# Set location of the kea-admin.
keaadmin
=
@abs_top_builddir@/src/bin/admin/kea-admin
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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