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

1182 Commits

Author SHA1 Message Date
Marcin Siodelski
7c36e002fa [5377] Several little fixes as a result of the review.
This covers changes by Tomek which add parsing of the outbound-interface
parameter.
2017-10-05 19:52:46 +02:00
Tomek Mrugalski
0f15197536 [5377] outbound-interface fixed, unit-tests added. 2017-10-05 16:16:52 +02:00
Marcin Siodelski
252e5e8a75 [master] Merge branch 'trac5338' 2017-10-04 15:23:33 +02:00
Wlodek Wencel
18ee764c1b [master] dates and versions updated 2017-10-02 13:00:47 +02:00
Francis Dupont
f8aaf42fc5 [5277] Extended server-hostname and boot-file-name (native for subnet4, else inherited) 2017-10-01 23:20:38 +02:00
Francis Dupont
373d2d91f4 [5363] Added ifelse operator 2017-09-28 16:20:46 +02:00
Wlodek Wencel
b9c80fb805 [master] fixing typos in documentation 2017-09-27 20:34:00 +02:00
Marcin Siodelski
c10e9e4613 [5338] Updated Kea User's Guide, section for keactrl. 2017-09-27 17:41:28 +02:00
Marcin Siodelski
5160f195cc [5338] Update logging configuration for specific daemons. 2017-09-27 17:22:35 +02:00
Francis Dupont
a410f63250 [master] Merged trac5073a (option 43) 2017-09-26 01:43:11 +02:00
Francis Dupont
80360862bc [5073a] Attempt to resolve last review comments 2017-09-25 20:12:33 +02:00
Marcin Siodelski
3ea49f8408 [5073a] Fixed some typos as a result of a review. 2017-09-25 17:30:16 +02:00
Francis Dupont
5615b95f58 [5073a] Addressed review comments 2017-09-25 15:27:54 +02:00
Francis Dupont
4bef838245 [master] Finished merge of trac5227 (adding easy missing option defs) after pull 2017-09-22 14:17:09 +02:00
Francis Dupont
d85d342805 [master] Finished merge of trac5227 (adding easy missing option defs) 2017-09-22 14:15:01 +02:00
Tomek Mrugalski
41fd3bb7ed [master] Merge branch 'trac5310' (shared networks docs) 2017-09-22 14:13:00 +02:00
Marcin Siodelski
c2db20f10d [5310] Applied minor changes to Shared Networks sections in User's Guide.
As a result of review.
2017-09-22 12:23:10 +02:00
Francis Dupont
18ceeb1d4a [master] Merging trac5282 (client https) 2017-09-21 23:59:04 +02:00
Francis Dupont
b6ddf11661 [5073a] Updated docs and made deferredUnpack more robust to hooks 2017-09-21 23:50:48 +02:00
Tomek Mrugalski
b3250d9a88 [5310] Documentation for shared networks added. 2017-09-21 16:51:18 +02:00
Thomas Markwalder
043d17b068 [master] Added a hook point, "command-processed", to kea-dhcp4, kea-dhcp6 servers
Merges in branch 'trac5111'
2017-09-19 07:48:09 -04:00
Thomas Markwalder
44592f2737 [5282] Minor word smithing 2017-09-18 07:54:18 -04:00
Francis Dupont
6f9e7adad6 [5282] Added a paragraph about kea-shell / stunnel 2017-09-16 12:55:31 +02:00
Thomas Markwalder
eed3d52860 [5111] Updated legal-log hooks section with lease command logging 2017-09-05 14:42:02 -04:00
Tomek Mrugalski
2d70ad121c [5350] Changes after review:
- clarified that user context must be a map
 - fixed identations in kea6/advanced.json config
2017-09-05 12:53:47 +02:00
Tomek Mrugalski
eb57dac13f [5350] Documentation updated. 2017-09-04 13:58:22 +02:00
Thomas Markwalder
98196abcdf [5315] Wording and whitespace in guide
Replaced subnet-ids with subnets, and subnet-id with id in
    subnet commands text, and removed trailing whitespace in
    doc/guide/hooks.xml
2017-08-15 14:57:11 -04:00
Tomek Mrugalski
0bf132390a [5315_rebase] Changes after rebase and review:
- Renamed SubnetIdIndexTag to avoid collision
 - Moved OptionDataParser to option_data_parser.cc|h
 - Updated hooks.xml to reflect recent changes
2017-08-15 18:58:04 +02:00
Thomas Markwalder
e8396cf5bd [5315] Minor wording edits in doc/guide/hooks.xml 2017-08-15 14:10:59 +02:00
Marcin Siodelski
33c398a71a [5315] Updated Kea User's Guide with subnet_cmds information. 2017-08-15 14:10:59 +02:00
Thomas Markwalder
75f148458b [master] Log rotation now functions and is on by default
Merge branch 'trac5324'
2017-08-11 11:08:45 -04:00
Thomas Markwalder
3493d04122 [5324] Upped the default log size to 10MB 2017-08-11 10:26:58 -04:00
Thomas Markwalder
7bbf47ef72 [5280] Wordsmithing on doc/guide/hooks.xml 2017-08-09 14:45:21 -04:00
Tomek Mrugalski
378a8eda83 [5280] User's Guide for lease_cmds written. 2017-08-09 00:21:06 +02:00
Thomas Markwalder
2e2cb37a35 [5324] Log file rotation now works when configured to do so
doc/guide/logging.xml
    Updated logging section with more explanation of maxsize and maxver

src/lib/dhcpsrv/logging_info.cc
    LoggingInfo::toSpec()
        Now sets maxsize and maxver in created spec

src/lib/dhcpsrv/tests/logging_info_unittest.cc
    TEST_F(LoggingInfoTest, defaults)
        Added checks for default maxsize and maxver

src/lib/dhcpsrv/tests/logging_unittest.cc
    LoggingTest:
        Added support for log files

    TEST_F(LoggingTest, logRotate) - new test the ensures
    logs rotate when configured to do so

src/lib/testutils/dhcp_test_lib.sh.in
    Added code to remove log lock file.  When rotation is enabled,
    lock files are automatically enabled.
2017-08-08 11:17:09 -04:00
Thomas Markwalder
061222be2b [5226] Minor wording changes in guide doc 2017-08-07 10:34:05 -04:00
Francis Dupont
3e99671764 [master] Finished merge of trac5241 (always-send) 2017-08-07 09:53:27 +02:00
Tomek Mrugalski
71d40d828e [5241] Minor changes after review. 2017-08-02 19:58:15 +02:00
Francis Dupont
6673034256 [5241] Explained always-true action 2017-07-30 16:41:59 +02:00
Francis Dupont
44792ac441 [5241] Changed "persistent" into "always-send" 2017-07-28 16:12:56 +02:00
Josh Soref
86ebc57b2e spelling: service 2017-07-23 16:26:52 -04:00
Josh Soref
764aa29727 spelling: programmatically 2017-07-23 15:39:33 -04:00
Josh Soref
98935475b7 spelling: nevertheless 2017-07-23 14:55:43 -04:00
Josh Soref
323cd94cf7 spelling: limitation 2017-07-23 13:59:13 -04:00
Josh Soref
4d1c2ce851 spelling: height 2017-07-23 14:21:30 -04:00
Josh Soref
a0c5a40afd spelling: customized 2017-07-23 12:06:37 -04:00
Josh Soref
5ec816a153 spelling: customization 2017-07-23 12:06:21 -04:00
Josh Soref
0d1a6e0946 spelling: certificate 2017-07-23 11:46:54 -04:00
Marcin Siodelski
53ba9f8197 [master] Merge branch 'trac5108' 2017-07-14 11:22:51 +02:00
Thomas Markwalder
238cd15d35 [5320] Fixed some typos 2017-07-11 14:52:22 -04:00