]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[github14] unit-test fix, ChangeLog, AUTHORS updated
authorTomek Mrugalski <tomasz@isc.org>
Tue, 4 Apr 2017 14:24:05 +0000 (16:24 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 4 Apr 2017 14:24:05 +0000 (16:24 +0200)
AUTHORS
ChangeLog
src/bin/admin/tests/pgsql_tests.sh.in

diff --git a/AUTHORS b/AUTHORS
index 81072cdb722c85a31400bc6220e8380ea37d3585..4d0606904beb495cb8824ac90e6f96e2524d8bd6 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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 (https://github.com/google/googletest).
 
-Kea uses ISC Forge (http://kea.isc.org/wiki/IscForge) for conformance testing.
+Kea uses ISC Forge (https://github.com/isc-projects/forge/) for conformance testing.
index 4189da76fc2c01b497e28b9034292590961eb933..7215b6b439680d93697f90e944f73ff3b321baef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+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
index 3bd707273009fedf1e8b596545080ff73a035ed0..660550ce52269ce01bd4f91b5253314525d1c81c 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 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
@@ -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