2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

29268 Commits

Author SHA1 Message Date
Suzanne Goldlust
0228c239c1 Converting from docbook to sphinx: fixing links, editing grammar and style as needed 2019-07-30 10:45:12 +02:00
Suzanne Goldlust
edfeb3f498 Converting from docbook to sphinx: fixing links, making content/grammar edits as needed 2019-07-30 10:45:12 +02:00
Suzanne Goldlust
ce223933d8 Continuing conversion from docbook to sphinx: adding/fixing links, editing content/grammar as needed 2019-07-30 10:45:12 +02:00
Suzanne Goldlust
e1aeba2b27 Fixed more links within the documentation, plus small content and grammar edits. Changes are made through line 1341 of dhcp6-srv.rst. 2019-07-30 10:45:12 +02:00
Suzanne Goldlust
f1d2bcddd2 Updating links for conversion from docbook to sphinx; editing for clarity, grammar 2019-07-30 10:45:12 +02:00
Suzanne Goldlust
30eaa6f2a6 Fixing links, updating text for conversion from docbook to sphinx; dhcp4-srv.rst is only partially done, and the links within the other files (including those committed yesterday) need to be changed to the correct format 2019-07-30 10:45:12 +02:00
Suzanne Goldlust
0fa5e85a51 Added links to proper places within and outside of documentation, added section numbers, fixed grammatical/syntax/clarity errors 2019-07-30 10:45:12 +02:00
Suzanne Goldlust
a1fd60ae20 Update missing section references for sphinx conversion 2019-07-30 10:45:12 +02:00
Tomek Mrugalski
66f51dc9b8 Added targets for PDF and multi-page HTML
- also updated -M to -b which is supported by sphinx 2.x
2019-07-30 10:45:12 +02:00
Tomek Mrugalski
a1adbffd91 Initial changes to have sphinx detected 2019-07-30 10:45:12 +02:00
Michal Nowikowski
60b0e6e7bf initial conversion of kea guide from docbook to rst/sphinx 2019-07-30 10:45:12 +02:00
Francis Dupont
aa7ecb92f5 [742-new-libyang-and-sysrepo-versions] Added ChangeLog entry for sysrepo 0.7.8 2019-07-26 16:30:31 +02:00
Francis Dupont
6776a829f9 [742-new-libyang-and-sysrepo-versions] Updated to the 0.7.8 value API 2019-07-26 16:27:31 +02:00
Francis Dupont
454a816e41 [742-new-libyang-and-sysrepo-versions] Added HAVE_POST_0_7_7_SYSREPO config flag 2019-07-26 16:27:31 +02:00
Thomas Markwalder
5f9e7c54c4 [master] Merge branch 'master' of gitlab.isc.org:isc-projects/kea
Fixed ChangeLog
2019-07-25 11:32:50 -04:00
Francis Dupont
109b9dd2df [732-set-with-incorrect-tag-new-exception] Added ChangeLog entry for -set and no server 2019-07-25 16:54:17 +02:00
Francis Dupont
82f34e6036 [732-set-with-incorrect-tag-new-exception] Added a new unit test (for v4 and v6) to check NullKeyError message 2019-07-25 16:51:27 +02:00
Francis Dupont
6a2d3f9202 [732-set-with-incorrect-tag-new-exception] Code done - new unit test to check message to do 2019-07-25 16:51:27 +02:00
Francis Dupont
fec10f3b68 [470-server-tag-get-command] Added ChangeLog entry for server-tag-get 2019-07-25 16:46:19 +02:00
Thomas Markwalder
880ca11185 [#175,!414] Updated ChangeLog 2019-07-25 10:26:34 -04:00
Marcin Siodelski
9715ddecb0 [#175,!414] Fixed whitespace again. 2019-07-25 10:25:42 -04:00
Thomas Markwalder
e0fd7becaa [#175,!414] Addressed more review comments
src/lib/util/boost_time_utils.*
    renamed DEFAULT_FRAC_SECS to MAX_FSECS_PRECISION
    added commentary and fixed indentation

src/lib/util/tests/boost_time_utils_unittest.cc
    added commentary
2019-07-25 10:25:42 -04:00
Thomas Markwalder
f66e4da353 Apply suggestion to src/lib/util/boost_time_utils.cc 2019-07-25 10:25:42 -04:00
Marcin Siodelski
b7483950cc [#174,!414] Corrected whitespaces and copyright dates.
As a result of the review.
2019-07-25 10:25:42 -04:00
Thomas Markwalder
d6af450a29 [#174,!414] Cleaned up fractional seconds handling
src/hooks/dhcp/high_availability/communication_state.*
    CommunicationState::logFormatClockSkew() - generates log
    without fractional seconds

src/hooks/dhcp/high_availability/tests/communication_state_unittest.cc
    TEST_F(CommunicationStateTest, logFormatClockSkew)  -
    added check of entire log content

src/lib/http/date_time.*
    HttpDateTime::HttpDateTime() now uses second_clock to eliminate
    fractional seconds

src/lib/util/boost_time_utils.*
    ptimeToText()
    durationToText() - added fsecs_precision parameter to control
    fractional seconds emission

src/lib/util/tests/boost_time_utils_unittest.cc
    TEST(BoostTimeUtilsTest, epoch)
    TEST(BoostTimeUtilsTest, bastilleDay) - revamped to test precision
2019-07-25 10:25:42 -04:00
Thomas Markwalder
dabd418852 [#174,!414] HA now logs server times along with skew
src/hooks/dhcp/high_availability/communication_state.*
    ComunicationState::setPartnerTime() - in addition to the skew
    it now retains current time and partner time

    CommunicationState::logFormatClockSkew() - now outputs current
    time and partner time, along with skew value

src/hooks/dhcp/high_availability/ha_messages.*
    HA_HIGH_CLOCK_SKEW
    HA_HIGH_CLOCK_SKEW_CAUSES_TERMINATION - modified to accomdate peer times

    HA_TERMINATED - reworded, as entering this state is a generic endpoint that
    may, in future be reached for reasons other than clock skew

src/hooks/dhcp/high_availability/tests/communication_state_unittest.cc
    TEST_F(CommunicationStateTest, logFormatClockSkew) - updated
2019-07-25 10:25:42 -04:00
Francis Dupont
3cb43f1126 [470-server-tag-get-command] Copied server-tag-get comments fro libprocess 2019-07-25 15:08:04 +02:00
Francis Dupont
1970efc15d [470-server-tag-get-command] Addressed comments about doc 2019-07-25 15:08:04 +02:00
Francis Dupont
8e34460182 [470-server-tag-get-command] Removed the -set stuff and updated doc 2019-07-25 15:08:04 +02:00
Francis Dupont
d4a8accc16 [470-server-tag-get-command] Added server-tag-get and prepared server-tag-set 2019-07-25 15:08:04 +02:00
Marcin Siodelski
559d926117 [master] Fixed dhcpsrv/testutils compilation issue.
The mysql_generic_backend_unittest.cc is conditionally compiled when
MySQL is available.
2019-07-25 12:21:00 +02:00
Marcin Siodelski
ad1b6a1fb1 [#680,!426] Added ChangeLog entry for #680. 2019-07-25 10:29:52 +02:00
Marcin Siodelski
9299e871f8 [#680,!426] Addressed review comments.
- Added commentary to the subnetOptions and sharedNetworkOptions tests.
- Extended these tests to check that deletion of the shared network or
  subnet doesn't affect the options of the remaining shared network or
  subnet.
2019-07-25 03:58:12 -04:00
Marcin Siodelski
b9ae064aef [#680,!426] Updated MySQL upgrade script from 8.1 to 8.2. 2019-07-25 03:58:11 -04:00
Marcin Siodelski
d16a20bae6 [#680,!426] Delete embedded shared network options when network is deleted. 2019-07-25 03:58:11 -04:00
Marcin Siodelski
e88273f6de [#680,!426] Deleted embedded DHCPv6 options when subnet is deleted. 2019-07-25 03:58:11 -04:00
Marcin Siodelski
f27f45ec3b [#680,!426] Delete embedded options when subnet gets deleted in mysql_cb. 2019-07-25 03:58:11 -04:00
Michal Nowikowski
03f0af3900 updated copyright dates, added release statement to ChangeLog Kea-1.6.0-beta2 2019-07-22 06:32:54 -04:00
Michal Nowikowski
8b2d843bfa updated release version in configure.ac 2019-07-22 06:32:54 -04:00
Michal Nowikowski
9ad52fe167 hammer: fixed building on debian buster 2019-07-22 10:52:40 +02:00
Thomas Markwalder
97d01d89a6 [#734,!422] Fixed filename in contribute.dox
devel/contribute.dox - text had old file name, added " or:"
2019-07-22 02:38:24 -04:00
Tomek Mrugalski
6a0c39c63e [#734,!422] contributors guide renamed to CONTRIBUTING.md 2019-07-22 02:38:24 -04:00
Thomas Markwalder
f5766f840c [#740,!427] Updated ChangeLog entry 2019-07-19 12:36:10 -04:00
Thomas Markwalder
359fe51531 [#740,!427] Added ChangeLog entry 2019-07-19 12:35:30 -04:00
Thomas Markwalder
57ad68c43e [#740,!427] Addressed review comments
src/lib/database/Makefile.am
    src/lib/dhcpsrv/Makefile.am
    src/lib/http/Makefile.am
    src/lib/stats/Makefile.am
    - Set age to 0 for reflect need to recompile:

    src/lib/process/Makefile.am
    - added interface, bump current and age
2019-07-19 12:34:39 -04:00
Thomas Markwalder
7b3bbdbdec [#740,!427] Bumping library version numbers for 1.6.0-beta2
libkea_asiodns      -> no changes
libkea_asiolink     -> 7:2:0 (rule #3)
libkea_cc           -> 9:0:1 (rule #4,#5) Added BaseStampedElement class
libkea_cfgclient    -> 7:1:0 (rule #3) internal changes
libkea_cql          -> no changes
libkea_cryptolink   -> no changes
libkea_database     -> 3:0:1 (rule #4,#5) Support for Server objects
libkea_dhcp         -> 13:0:0 (rule #4) OptionDefContainer declaration changes
libkea_dhcp_ddns    -> no changes
libkea_dhcpsrv      -> 16:0:1 (rule #4, #5) ConfigBackendDHCPv* support for Server objects
libkea_dns          -> no changes
libkea_eval         -> 10:1:0 (rule #3)
libkea_exceptions   -> no changes
libkea_hooks        -> 7.3.0, bumped KEA_HOOKS_VERSION to 10
libkea_http         -> 6:0:1 (rule #4, #5) close_callback handler parameter added
libkea_log          -> no changes
libkea_mysql        -> 1:1:0 (rule #3) schema version was bumped
libkea_pgsql        -> 0:1:0 (rule #3) schema version was bumped
libkea_process      -> 4:1:0 (rule #3)
libkea_stats        -> 3:0:1 (rule #4,#5) Support for multiple data points per stat
libkea_threads      -> no changes
libkea_util_io      -> no changes, a Copyright year was updated
libkea_util         -> no changes, a typo in a comment was fixed
libkea_yang         -> 1:3:0 (rule #3)
2019-07-19 12:34:39 -04:00
Thomas Markwalder
d31ec7ab33 [#741,!428] Fixed doxygen errors
Fixed two minor doxygen errors:
    src/hooks/dhcp/high_availability/ha_service.h
    src/lib/http/client.h
2019-07-19 10:16:40 -04:00
Marcin Siodelski
35e8cf3789 [#643,!421] Added ChangeLog entry for #643. 2019-07-19 14:22:37 +02:00
Marcin Siodelski
541bc2be53 [#643,!421] Addressed review comments.
- Include "server-tags" instead of"server-tag" in the remote-network[46]-get
- Removed unnecessary escapes in the hooks-cb-cmds.
- Regenerated api.xml.
2019-07-19 07:56:38 -04:00
Marcin Siodelski
dc45847a3d [#643,!421] Regenerated api.xml. 2019-07-19 07:56:38 -04:00