]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
6 years ago[65-libyang-generic] Untabify
Francis Dupont [Wed, 12 Sep 2018 09:21:22 +0000 (11:21 +0200)] 
[65-libyang-generic] Untabify

6 years ago[#65,!18] Unit-tests now pass after module rename.
thomson [Wed, 12 Sep 2018 08:07:02 +0000 (10:07 +0200)] 
[#65,!18] Unit-tests now pass after module rename.

6 years ago[#65,!18] test module renamed.
thomson [Wed, 12 Sep 2018 08:06:39 +0000 (10:06 +0200)] 
[#65,!18] test module renamed.

6 years ago[#65,!18] Now all tests uses test-module
thomson [Tue, 11 Sep 2018 23:15:49 +0000 (01:15 +0200)] 
[#65,!18] Now all tests uses test-module

6 years ago[#65,!18] Unit-test added for sanity checking the environment.
Tomek Mrugalski [Mon, 10 Sep 2018 19:41:05 +0000 (21:41 +0200)] 
[#65,!18] Unit-test added for sanity checking the environment.

6 years ago[65-libyang-generic] Better error report
Francis Dupont [Mon, 3 Sep 2018 15:41:09 +0000 (17:41 +0200)] 
[65-libyang-generic] Better error report

6 years ago[65-libyang-generic] Extra fixes
Francis Dupont [Fri, 31 Aug 2018 15:56:15 +0000 (17:56 +0200)] 
[65-libyang-generic] Extra fixes

6 years ago[65-libyang-generic] Extra updates (still from kea-yang)
Francis Dupont [Fri, 31 Aug 2018 14:05:02 +0000 (16:05 +0200)] 
[65-libyang-generic] Extra updates (still from kea-yang)

6 years ago[65-libyang-generic] Imported generic stuff
Francis Dupont [Fri, 31 Aug 2018 13:57:13 +0000 (15:57 +0200)] 
[65-libyang-generic] Imported generic stuff

6 years ago[master] Updated ChangeLog gitlab116_base
Thomas Markwalder [Tue, 11 Sep 2018 13:08:56 +0000 (09:08 -0400)] 
[master] Updated ChangeLog

6 years ago[master] Added ChangeLog entry 1451.
Thomas Markwalder [Tue, 11 Sep 2018 13:06:09 +0000 (09:06 -0400)] 
[master] Added ChangeLog entry 1451.

6 years ago[master] Fixed distance() namespace issue in libdhcp++.cc
Thomas Markwalder [Tue, 11 Sep 2018 13:03:18 +0000 (09:03 -0400)] 
[master] Fixed distance() namespace issue in libdhcp++.cc

    Merge branch '109-libdhcp-cc-641-65-error-call-of-overloaded-distance'

6 years ago[#109,!21] Prefix calls to distance() with std:: in libdhcp++.cc 109-libdhcp-cc-641-65-error-call-of-overloaded-distance
Thomas Markwalder [Mon, 10 Sep 2018 10:53:47 +0000 (06:53 -0400)] 
[#109,!21] Prefix calls to distance() with std:: in libdhcp++.cc

6 years ago[#25,!14] ChangeLog updated. 25-move-daemon-code-out-of-dhcpsrv-library
Tomek Mrugalski [Mon, 10 Sep 2018 09:32:30 +0000 (11:32 +0200)] 
[#25,!14] ChangeLog updated.

6 years ago[#25,!14] Makefile.am fixed after botched rebase.
Tomek Mrugalski [Mon, 10 Sep 2018 09:11:23 +0000 (11:11 +0200)] 
[#25,!14] Makefile.am fixed after botched rebase.

6 years ago[#25,!14] Fixes after database headers being moved
Tomek Mrugalski [Fri, 7 Sep 2018 15:53:32 +0000 (17:53 +0200)] 
[#25,!14] Fixes after database headers being moved

6 years ago[#25,!14] Fixes after rebase.
Tomek Mrugalski [Fri, 7 Sep 2018 15:44:30 +0000 (17:44 +0200)] 
[#25,!14] Fixes after rebase.

6 years ago[#25,!14] Copyright update
Tomek Mrugalski [Fri, 7 Sep 2018 14:37:20 +0000 (16:37 +0200)] 
[#25,!14] Copyright update

6 years ago[#25,!14] DHCP4,6 now use Deamon to set up default logger name
Tomek Mrugalski [Thu, 6 Sep 2018 17:13:31 +0000 (19:13 +0200)] 
[#25,!14] DHCP4,6 now use Deamon to set up default logger name

6 years ago[#25,!14] Removed setVerbose() from CfgMgr (now available in Daemon)
Tomek Mrugalski [Thu, 6 Sep 2018 13:40:43 +0000 (15:40 +0200)] 
[#25,!14] Removed setVerbose() from CfgMgr (now available in Daemon)

6 years ago[#25,!14] libprocess no longer depends on libdhcpsrv
Tomek Mrugalski [Thu, 6 Sep 2018 10:35:28 +0000 (12:35 +0200)] 
[#25,!14] libprocess no longer depends on libdhcpsrv

 - DCfgContextBase is now derived from ConfigBase
 - Calls to CfgMgr related to loggers are replaced by Deamon calls

6 years ago[#25,!14] Obsolete includes removed.
Tomek Mrugalski [Fri, 31 Aug 2018 19:29:26 +0000 (21:29 +0200)] 
[#25,!14] Obsolete includes removed.

6 years ago[#25,!14] UserContext is now in isc::data, deps updated
Tomek Mrugalski [Fri, 31 Aug 2018 19:27:59 +0000 (21:27 +0200)] 
[#25,!14] UserContext is now in isc::data, deps updated

6 years ago[#25,!14] libprocess code now compiles and unit-tests pass
Tomek Mrugalski [Fri, 31 Aug 2018 19:10:32 +0000 (21:10 +0200)] 
[#25,!14] libprocess code now compiles and unit-tests pass

6 years ago[#25,!14] ConfigBase class added.
Tomek Mrugalski [Fri, 31 Aug 2018 19:06:21 +0000 (21:06 +0200)] 
[#25,!14] ConfigBase class added.

6 years ago[#25,!14] Logging related files moved to process
Tomek Mrugalski [Wed, 29 Aug 2018 18:36:41 +0000 (20:36 +0200)] 
[#25,!14] Logging related files moved to process

6 years ago[#25,!14] Moved daemon.cc|h, unittests to process
Tomek Mrugalski [Wed, 29 Aug 2018 18:28:51 +0000 (20:28 +0200)] 
[#25,!14] Moved daemon.cc|h, unittests to process

6 years ago[master] Added ChangeLog entry 1449.
Thomas Markwalder [Wed, 5 Sep 2018 18:08:09 +0000 (14:08 -0400)] 
[master] Added ChangeLog entry 1449.

6 years ago[master] Added reservation subnet-id conversion to Kea 1.5.0 schema upgrade
Thomas Markwalder [Wed, 5 Sep 2018 18:05:22 +0000 (14:05 -0400)] 
[master] Added reservation subnet-id conversion to Kea 1.5.0 schema upgrade

    Merge branch '15-global-host-reservations-task-5-data-migration-scripts-to-convert-existing-subnet-id-values-of-0'

6 years ago[#15,!11] Added new scripts and netconf tests to .gitignore 15-global-host-reservations-task-5-data-migration-scripts-to-convert-existing-subnet-id-values-of-0
Marcin Siodelski [Wed, 5 Sep 2018 16:03:15 +0000 (18:03 +0200)] 
[#15,!11] Added new scripts and netconf tests to .gitignore

6 years ago[#15,!11] Corrected a typo.
Marcin Siodelski [Wed, 5 Sep 2018 16:00:21 +0000 (18:00 +0200)] 
[#15,!11] Corrected a typo.

6 years ago[#15,!11] Removed remaining whitespaces.
Marcin Siodelski [Wed, 5 Sep 2018 15:55:52 +0000 (17:55 +0200)] 
[#15,!11] Removed remaining whitespaces.

6 years ago[#15,!11] Addressed review comments
Thomas Markwalder [Wed, 5 Sep 2018 13:40:04 +0000 (09:40 -0400)] 
[#15,!11] Addressed review comments

    Mostly added commentary.

6 years ago[master] Fixed a typo in identifier type making a host duplicate
Francis Dupont [Mon, 3 Sep 2018 15:29:20 +0000 (17:29 +0200)] 
[master] Fixed a typo in identifier type making a host duplicate

6 years ago[master] Added ChangeLog entry for #92.
Marcin Siodelski [Mon, 3 Sep 2018 08:17:21 +0000 (10:17 +0200)] 
[master] Added ChangeLog entry for #92.

6 years ago[#92,!13] Fully qualified namespaces in dora and host_mgr unittests.
Marcin Siodelski [Fri, 31 Aug 2018 18:21:15 +0000 (20:21 +0200)] 
[#92,!13] Fully qualified namespaces in dora and host_mgr unittests.

6 years ago[#92,!13] Removed extraneous using namespace isc::db;
Marcin Siodelski [Fri, 31 Aug 2018 17:22:42 +0000 (19:22 +0200)] 
[#92,!13] Removed extraneous using namespace isc::db;

6 years ago[#92,!13] Applied a couple of fixes in headers inclusion and linking.
Marcin Siodelski [Fri, 31 Aug 2018 15:34:14 +0000 (17:34 +0200)] 
[#92,!13] Applied a couple of fixes in headers inclusion and linking.

6 years ago[#92,!13] Created testutils libs for MySQL, PgSQL and CQL.
Marcin Siodelski [Thu, 30 Aug 2018 16:49:35 +0000 (18:49 +0200)] 
[#92,!13] Created testutils libs for MySQL, PgSQL and CQL.

6 years ago[#92,!13] Reordered database specific libraries linking.
Marcin Siodelski [Thu, 30 Aug 2018 12:34:54 +0000 (14:34 +0200)] 
[#92,!13] Reordered database specific libraries linking.

6 years ago[#92,!13] Moved CqlConnection and CqlExchange classes to libkea-cql.
Marcin Siodelski [Thu, 30 Aug 2018 10:49:34 +0000 (12:49 +0200)] 
[#92,!13] Moved CqlConnection and CqlExchange classes to libkea-cql.

6 years ago[#92,!13] Moved PgSqlConnection and PgSqlExchange to libkea-pgsql.
Marcin Siodelski [Wed, 29 Aug 2018 17:55:09 +0000 (19:55 +0200)] 
[#92,!13] Moved PgSqlConnection and PgSqlExchange to libkea-pgsql.

6 years ago[#92,!13] Moved MySqlConnection class to libkea-mysql library.
Marcin Siodelski [Wed, 29 Aug 2018 13:40:02 +0000 (15:40 +0200)] 
[#92,!13] Moved MySqlConnection class to libkea-mysql library.

6 years ago[#92,!13] Moved NoSuchLease exception back to dhcpsrv library.
Marcin Siodelski [Wed, 29 Aug 2018 12:14:57 +0000 (14:14 +0200)] 
[#92,!13] Moved NoSuchLease exception back to dhcpsrv library.

6 years ago[#92,!13] Moved DB access parser from dhcpsrv to database library.
Marcin Siodelski [Wed, 29 Aug 2018 11:54:05 +0000 (13:54 +0200)] 
[#92,!13] Moved DB access parser from dhcpsrv to database library.

6 years ago[#92,!13] Moved DbAccessParser to libkea-database.
Marcin Siodelski [Wed, 29 Aug 2018 08:52:41 +0000 (10:52 +0200)] 
[#92,!13] Moved DbAccessParser to libkea-database.

6 years ago[#92,!13] Added libdatabase_unittests to gitignore
Marcin Siodelski [Tue, 28 Aug 2018 17:36:52 +0000 (19:36 +0200)] 
[#92,!13] Added libdatabase_unittests to gitignore

6 years ago[#92,!13] Added database loggers to the Kea User's Guide.
Marcin Siodelski [Tue, 28 Aug 2018 17:32:21 +0000 (19:32 +0200)] 
[#92,!13] Added database loggers to the Kea User's Guide.

6 years ago[#92,!13] Install header files in libkea-database
Marcin Siodelski [Tue, 28 Aug 2018 14:16:45 +0000 (16:16 +0200)] 
[#92,!13] Install header files in libkea-database

6 years ago[#92,!13] Refactored libkea-dhcpsrv to use libkea-database
Marcin Siodelski [Tue, 28 Aug 2018 11:09:25 +0000 (13:09 +0200)] 
[#92,!13] Refactored libkea-dhcpsrv to use libkea-database

6 years ago[#92,!13] New libkea-database library created.
Marcin Siodelski [Tue, 28 Aug 2018 09:56:19 +0000 (11:56 +0200)] 
[#92,!13] New libkea-database library created.

6 years ago[19-move-address-utilities] Moved address utilities 19-move-address-utilities gitlab20_base libyang-adaptor_base libyang-generic_base libyang-models_base
Francis Dupont [Thu, 16 Aug 2018 14:50:29 +0000 (16:50 +0200)] 
[19-move-address-utilities] Moved address utilities

6 years ago[master] Added ChangeLog entry 1447 for Gitlab #14,!15
Thomas Markwalder [Thu, 30 Aug 2018 14:29:59 +0000 (10:29 -0400)] 
[master] Added ChangeLog entry 1447 for Gitlab #14,!15

6 years ago[#14,!15] Updated admin guide with subnet ID discussions
Thomas Markwalder [Thu, 30 Aug 2018 14:24:20 +0000 (10:24 -0400)] 
[#14,!15] Updated admin guide with subnet ID discussions

    Merge branch '14-global-host-reservations-task-4-host-commands-should-accept-global-subnet-id'

6 years ago[#14,!4] Addressed review comments. 14-global-host-reservations-task-4-host-commands-should-accept-global-subnet-id
Thomas Markwalder [Thu, 30 Aug 2018 12:54:32 +0000 (08:54 -0400)] 
[#14,!4] Addressed review comments.

    Clarified (hopefully) text in admin guide.

6 years ago[#14,!14] Admin guide updates regarding global HRs and subnet IDs
Thomas Markwalder [Thu, 30 Aug 2018 10:55:36 +0000 (06:55 -0400)] 
[#14,!14] Admin guide updates regarding global HRs and subnet IDs

6 years ago[!12] AUTHORS updated.
Tomek Mrugalski [Tue, 28 Aug 2018 14:48:54 +0000 (16:48 +0200)] 
[!12] AUTHORS updated.

6 years ago[!12] Removed references to removed directory from Makefile,configure
Tomek Mrugalski [Tue, 28 Aug 2018 14:48:39 +0000 (16:48 +0200)] 
[!12] Removed references to removed directory from Makefile,configure

6 years agoDelete Makefile.am
Vicky Risk [Wed, 22 Aug 2018 23:39:44 +0000 (19:39 -0400)] 
Delete Makefile.am

6 years agoDelete cc-protocol.txt
Vicky Risk [Wed, 22 Aug 2018 23:38:33 +0000 (19:38 -0400)] 
Delete cc-protocol.txt

6 years agoDelete Makefile.am
Vicky Risk [Wed, 22 Aug 2018 23:38:02 +0000 (19:38 -0400)] 
Delete Makefile.am

6 years agoDelete README
Vicky Risk [Wed, 22 Aug 2018 23:37:31 +0000 (19:37 -0400)] 
Delete README

6 years agoDelete ipc-high.txt
Vicky Risk [Wed, 22 Aug 2018 23:36:54 +0000 (19:36 -0400)] 
Delete ipc-high.txt

6 years agoDelete overview.txt
Vicky Risk [Wed, 22 Aug 2018 23:35:35 +0000 (19:35 -0400)] 
Delete overview.txt

6 years agoDelete auth-mapped.txt
Vicky Risk [Wed, 22 Aug 2018 23:34:36 +0000 (19:34 -0400)] 
Delete auth-mapped.txt

6 years agoDelete auth-local.txt
Vicky Risk [Wed, 22 Aug 2018 23:34:18 +0000 (19:34 -0400)] 
Delete auth-local.txt

6 years agoDelete 01-scaling-across-cores
Vicky Risk [Wed, 22 Aug 2018 23:34:02 +0000 (19:34 -0400)] 
Delete 01-scaling-across-cores

6 years agoDelete 03-cache-algorithm
Vicky Risk [Wed, 22 Aug 2018 23:33:33 +0000 (19:33 -0400)] 
Delete 03-cache-algorithm

6 years agoDelete 02-mixed-recursive-authority-setup
Vicky Risk [Wed, 22 Aug 2018 23:33:20 +0000 (19:33 -0400)] 
Delete 02-mixed-recursive-authority-setup

6 years ago[master] Added ChangeLog entry #1445 for gitlab #13,!6
Thomas Markwalder [Mon, 27 Aug 2018 17:58:36 +0000 (13:58 -0400)] 
[master] Added ChangeLog entry #1445 for gitlab #13,!6

6 years ago[master] kea-dhcp6 now supports global host reservations
Thomas Markwalder [Mon, 27 Aug 2018 17:56:45 +0000 (13:56 -0400)] 
[master] kea-dhcp6 now supports global host reservations

    Merge branch '13-global-host-reservations-task-3-add-v6-support-for-new-hr_global-mode'

6 years ago[#13,!6] Addressed review comments 13-global-host-reservations-task-3-add-v6-support-for-new-hr_global-mode
Thomas Markwalder [Mon, 27 Aug 2018 17:23:17 +0000 (13:23 -0400)] 
[#13,!6] Addressed review comments

    Mostly corrections additions to commentary.

6 years ago[#15,!11] Schema upgrades for Kea 1.5, now update subnet ids in existing host reserva...
Thomas Markwalder [Fri, 24 Aug 2018 19:38:20 +0000 (15:38 -0400)] 
[#15,!11] Schema upgrades for Kea 1.5, now update subnet ids in existing host reservations

src/bin/admin/tests/pgsql_tests.sh.in
src/bin/admin/tests/cql_tests.sh.in
src/bin/admin/tests/mysql_tests.sh.in
    Added functions that verify subnet id values are updated

src/share/database/scripts/cql/upgrade_2.0_to_3.0.sh.in
src/share/database/scripts/mysql/upgrade_6.0_to_7.0.sh.in
src/share/database/scripts/pgsql/upgrade_4.0_to_5.0.sh.in
    Added logic to update subnet id values in existing reservations
    and options

6 years ago[#13,!6] Updated AUTHORS file.
Tomek Mrugalski [Thu, 23 Aug 2018 12:41:02 +0000 (14:41 +0200)] 
[#13,!6] Updated AUTHORS file.

6 years ago[master] Fixed doxygen warnings gitlab29-base
Francis Dupont [Tue, 21 Aug 2018 19:47:50 +0000 (21:47 +0200)] 
[master] Fixed doxygen warnings

6 years ago[#13,!6] - Updated v6 admin guide sections with global reservation info
Thomas Markwalder [Tue, 21 Aug 2018 12:58:18 +0000 (08:58 -0400)] 
[#13,!6] - Updated v6 admin guide sections with global reservation info

6 years ago[!1] Authors updated. 3-implement-kea-netconf-skeleton
Tomek Mrugalski [Tue, 21 Aug 2018 11:11:27 +0000 (13:11 +0200)] 
[!1] Authors updated.

6 years ago[!1] Unnecessary translator.cc|h files removed.
Tomek Mrugalski [Tue, 21 Aug 2018 10:18:32 +0000 (12:18 +0200)] 
[!1] Unnecessary translator.cc|h files removed.

6 years ago[gitlab1] ChangeLog updated
Tomek Mrugalski [Tue, 14 Aug 2018 17:06:30 +0000 (19:06 +0200)] 
[gitlab1] ChangeLog updated

6 years ago[gitlab3] make distcheck fix
Tomek Mrugalski [Tue, 14 Aug 2018 16:56:41 +0000 (18:56 +0200)] 
[gitlab3] make distcheck fix

6 years ago[gitlab3] configure.ac fix (it works without sysrepo now)
Tomek Mrugalski [Tue, 14 Aug 2018 16:56:19 +0000 (18:56 +0200)] 
[gitlab3] configure.ac fix (it works without sysrepo now)

6 years ago[gitlab1] shell tests for kea-netconf implemented.
Tomek Mrugalski [Tue, 14 Aug 2018 15:29:56 +0000 (17:29 +0200)] 
[gitlab1] shell tests for kea-netconf implemented.

6 years ago[gitlab1] pid file, signals support implemented for kea-netconf
Tomek Mrugalski [Tue, 14 Aug 2018 15:29:36 +0000 (17:29 +0200)] 
[gitlab1] pid file, signals support implemented for kea-netconf

6 years ago[gitlab1] Makefiles updated
Tomek Mrugalski [Tue, 14 Aug 2018 15:29:11 +0000 (17:29 +0200)] 
[gitlab1] Makefiles updated

6 years ago[gitlab3] Man pages updated.
Tomek Mrugalski [Tue, 14 Aug 2018 13:33:25 +0000 (15:33 +0200)] 
[gitlab3] Man pages updated.

6 years ago[gitlab9] Minor aestetic fixed in configure.ac
Tomek Mrugalski [Fri, 10 Aug 2018 17:17:11 +0000 (19:17 +0200)] 
[gitlab9] Minor aestetic fixed in configure.ac

6 years ago[gitlab9] Docs updated
Tomek Mrugalski [Fri, 10 Aug 2018 17:16:54 +0000 (19:16 +0200)] 
[gitlab9] Docs updated

6 years ago[gitlab9] Skeleton unit-tests for kea-netconf implemented.
Tomek Mrugalski [Fri, 10 Aug 2018 17:16:12 +0000 (19:16 +0200)] 
[gitlab9] Skeleton unit-tests for kea-netconf implemented.

6 years ago[gitlab3] Implemented bare skeleton for kea-netconf
Tomek Mrugalski [Fri, 10 Aug 2018 17:03:13 +0000 (19:03 +0200)] 
[gitlab3] Implemented bare skeleton for kea-netconf

6 years ago[gitlab9] Detection of Sysrepo-cpp implemented.
Tomek Mrugalski [Fri, 10 Aug 2018 15:35:26 +0000 (17:35 +0200)] 
[gitlab9] Detection of Sysrepo-cpp implemented.

6 years ago[gitlab9] v4 model renamed.
Tomek Mrugalski [Fri, 10 Aug 2018 14:59:22 +0000 (16:59 +0200)] 
[gitlab9] v4 model renamed.

6 years ago[gitlab3] v4 model renamed.
Tomek Mrugalski [Fri, 10 Aug 2018 14:58:20 +0000 (16:58 +0200)] 
[gitlab3] v4 model renamed.

6 years ago[gitlab3] Imported models from IETF Hackathon
Tomek Mrugalski [Fri, 10 Aug 2018 14:56:31 +0000 (16:56 +0200)] 
[gitlab3] Imported models from IETF Hackathon

6 years agoMac address format issue
Piotr Strzy¿ewski [Sun, 15 Jul 2018 18:45:30 +0000 (20:45 +0200)] 
Mac address format issue

6 years agoVendor in v4 not mandatory anymore
Piotr Strzy¿ewski [Sun, 15 Jul 2018 18:33:29 +0000 (20:33 +0200)] 
Vendor in v4 not mandatory anymore

6 years agoSome other things made optional
Piotr Strzy¿ewski [Sun, 15 Jul 2018 18:15:50 +0000 (20:15 +0200)] 
Some other things made optional

6 years agoOne more try ;-)
Piotr Strzy¿ewski [Sun, 15 Jul 2018 18:07:37 +0000 (20:07 +0200)] 
One more try ;-)

6 years agoMaking hostname-option optional
Piotr Strzy¿ewski [Sun, 15 Jul 2018 18:05:28 +0000 (20:05 +0200)] 
Making hostname-option optional

6 years agoCase removed
Piotr Strzy¿ewski [Sun, 15 Jul 2018 17:43:09 +0000 (19:43 +0200)] 
Case removed

6 years agoSmall error corrected
Piotr Strzy¿ewski [Sun, 15 Jul 2018 17:30:19 +0000 (19:30 +0200)] 
Small error corrected