Francis Dupont
7f34be2881
[176-update-to-sysrepo-0-7-6-release] Added sysrepo 0.7.6 support
2018-11-19 13:16:10 +01:00
Francis Dupont
ae800ad72d
[master] Fixed with-sysrepo help ( #146 )
2018-11-19 10:59:07 +01:00
Wlodek Wencel
a322a413ab
[master] version update after release
2018-11-15 20:53:27 +01:00
Marcin Siodelski
49572aa300
[#93,!105] Exclude mysql_cb hooks library from Kea 1.5.0 dist.
2018-10-30 15:43:57 +01:00
Tomek Mrugalski
c6b9d78908
[#10,!3] docgen moved to doc/docgen
2019-10-29 18:57:13 +01:00
Tomek Mrugalski
e833c57668
[5422] Initial kea-docgen implemented
2019-10-29 18:57:12 +01:00
Francis Dupont
1b7963c1bc
[65-libyang-testutils] Filled files, ready for review
2018-10-24 15:50:51 +02:00
Marcin Siodelski
479791d759
[#93,!35] Extended MySqlConnection with generic query functions.
2018-10-08 16:39:22 +02:00
Francis Dupont
73cafb6aaa
[128-netconf-config] Added netconf config code from kea-yang
2018-10-05 20:47:02 -04:00
Francis Dupont
7399e18625
[128-netconf-use-libprocess] Added use of libprocess in netconf
2018-09-27 09:08:13 -04:00
Francis Dupont
6940543e16
[65-libyang-config-build] Updated configure and top Makefile
2018-09-27 08:57:42 -04:00
Francis Dupont
413cb59e22
[137-improve-kea-compilation-time-2] Second try
2018-09-26 12:20:10 -04:00
Francis Dupont
0eee9f997c
[65-libyang-option-data_rebased] Rebased before merge
2018-09-25 08:58:32 +02:00
Francis Dupont
543bfe2690
[65-libyang-option-data] Created a pre test directory to check sysrepo setup
2018-09-22 18:45:30 +02:00
Tomek Mrugalski
87479e979c
[#137,!42] Kea version moved to separate header.
2018-09-21 18:00:38 +02:00
Marcin Siodelski
417beb8b59
[ #28 ] Added libkea-cb library.
2018-09-18 07:06:26 +02:00
Francis Dupont
d5603654c0
[65-libyang-generic] Extra fixes
2018-09-12 15:31:49 +02:00
Francis Dupont
284c7ed911
[65-libyang-generic] Extra updates (still from kea-yang)
2018-09-12 15:28:11 +02:00
Marcin Siodelski
b773ae7fe1
[#92,!13] Created testutils libs for MySQL, PgSQL and CQL.
2018-09-03 03:31:34 -04:00
Marcin Siodelski
1d9c696fbd
[#92,!13] Moved CqlConnection and CqlExchange classes to libkea-cql.
2018-09-03 03:31:34 -04:00
Marcin Siodelski
b82d365bcd
[#92,!13] Moved PgSqlConnection and PgSqlExchange to libkea-pgsql.
2018-09-03 03:31:34 -04:00
Marcin Siodelski
8300f8c92a
[#92,!13] Moved MySqlConnection class to libkea-mysql library.
2018-09-03 03:31:33 -04:00
Marcin Siodelski
7b2555aa66
[#92,!13] New libkea-database library created.
2018-09-03 03:31:33 -04:00
Tomek Mrugalski
e00bc37ec3
[ !12 ] Removed references to removed directory from Makefile,configure
2018-08-28 11:53:07 -04:00
Tomek Mrugalski
672a128641
[gitlab3] configure.ac fix (it works without sysrepo now)
2018-08-21 12:18:56 +02:00
Tomek Mrugalski
f1ebc54cea
[gitlab1] Makefiles updated
2018-08-21 12:18:56 +02:00
Tomek Mrugalski
fee5382a0a
[gitlab9] Minor aestetic fixed in configure.ac
2018-08-21 12:18:56 +02:00
Tomek Mrugalski
f3f2c8be22
[gitlab9] Detection of Sysrepo-cpp implemented.
2018-08-21 12:18:56 +02:00
Andrei PAVEL
f9c44b24a8
use pkg-config for sysrepo
2018-08-21 12:18:56 +02:00
Razvan Becheriu
8a8e9a8538
add configure parameters for sysrepo
2018-08-21 12:18:56 +02:00
Tomek Mrugalski
6abb5e174a
initial makefiles and some skeleton code for kea-netconf
2018-08-21 12:18:56 +02:00
Thomas Markwalder
39ab2f5d15
[5680] Added sanitizeString() function to libutil
...
configure.ac
Added logic to detect usable C++11 regex
src/lib/util/strutil.*
sanitizeString() - new function that replaces all
occurances of invalid chars in a string with a
specified replacement
src/lib/util/tests/strutil_unittest.cc
TEST(StringUtilTest, sanitizeString) - new test
2018-07-27 13:54:10 +02:00
Francis Dupont
12ebb96c01
[master] Merged trac5584 (user context for leases)
2018-07-07 19:23:16 +02:00
Francis Dupont
9591b8faaa
[5584] Addressed comments
2018-07-07 19:19:15 +02:00
Francis Dupont
5dcb174435
[master] spurious spaces
2018-07-06 23:55:13 +02:00
Francis Dupont
5336c37efe
[5584] Checkpoint: fixes
2018-06-21 12:36:22 +02:00
Francis Dupont
fe5098fdb3
[5584] Checkpoint: updated schema, code and partially tests
2018-06-21 11:15:48 +02:00
Wlodek Wencel
9c0969b54b
[master] copyright dates, and versions updated for 1.4.0 release
2018-06-14 16:32:19 +02:00
Francis Dupont
f3fc8b1a42
[master] Commented out BOOST_ASIO_DISABLE_THREADS
2018-06-11 15:04:45 +02:00
Marcin Siodelski
997e43ad43
[5645] Moved HA hook library from premium repo to main repo.
2018-06-08 12:37:16 +02:00
Francis Dupont
a00cbd4247
[master] cql-static-link -> lib
2018-05-23 15:55:44 +02:00
Francis Dupont
60ad713a1d
[master] Merged trac5488 / PR71 (pkg-config for --with-cql)
2018-05-23 10:05:27 +02:00
Wlodek Wencel
1317d23ee0
[master] version changed to 1.4.0-beta-git
2018-05-18 20:14:00 +02:00
Tomek Mrugalski
7bc5e4297e
[6427] Added hooks installation dir.
2018-05-16 21:10:44 +02:00
Tomek Mrugalski
aa1f95d699
[5619] Revert "[5619] Moved premium/config.m4 to m4macros/premium.m4"
...
This reverts commit cc409fb6f03259393c9f5f07d8b117039f8d4891.
2018-05-16 19:53:12 +02:00
Tomek Mrugalski
0496c9a823
[5619] Moved premium/config.m4 to m4macros/premium.m4
2018-05-16 19:53:12 +02:00
Tomek Mrugalski
852d721a7a
[5619] Obsolete variable removed
2018-05-16 19:53:12 +02:00
Tomek Mrugalski
ee9919e6f1
[5619] Hook packages compilation updated.
2018-05-16 19:53:12 +02:00
Thomas Markwalder
c8d784701d
[5488] Fixed syntax error in configure.ac
...
Variable reference needed quotes.
2018-05-16 11:17:32 -04:00
Thomas Markwalder
96b0712f43
[5589] Initial checkin
...
New stat_cmds hook library initial commit.
Both stat-lease4/6-get commands implemented and unit tested
modified:
configure.ac
src/hooks/dhcp/Makefile.am
new:
src/hooks/dhcp/stat_cmds/.gitignore
src/hooks/dhcp/stat_cmds/Makefile.am
src/hooks/dhcp/stat_cmds/stat_cmds.cc
src/hooks/dhcp/stat_cmds/stat_cmds.dox
src/hooks/dhcp/stat_cmds/stat_cmds.h
src/hooks/dhcp/stat_cmds/stat_cmds_callouts.cc
src/hooks/dhcp/stat_cmds/stat_cmds_log.cc
src/hooks/dhcp/stat_cmds/stat_cmds_log.h
src/hooks/dhcp/stat_cmds/stat_cmds_messages.mes
src/hooks/dhcp/stat_cmds/tests/.gitignore
src/hooks/dhcp/stat_cmds/tests/Makefile.am
src/hooks/dhcp/stat_cmds/tests/run_unittests.cc
src/hooks/dhcp/stat_cmds/tests/stat_cmds_unittest.cc
src/hooks/dhcp/stat_cmds/version.cc
2018-05-09 16:00:10 -04:00