- 21 Nov, 2015 1 commit
-
-
Shawn Routhier authored
-
- 12 Nov, 2015 1 commit
-
-
Thomas Markwalder authored
Descriptions of the two parameters, ncr-protocol and ncr-format were swapped in three places (but hey, we were consistent!): doc/guide/ddns.xml doc/guide/dhcp4-srv.xml doc/guide/dhcp6-srv.xml
-
- 11 Nov, 2015 1 commit
-
-
Thomas Markwalder authored
doc/guide/admin.xml src/lib/dhcpsrv/dhcpsrv_messages.mes src/lib/dhcpsrv/lease_file_loader.h minor clean up, typos src/lib/dhcpsrv/tests/csv_lease_file4_unittest.cc src/lib/dhcpsrv/tests/csv_lease_file6_unittest.cc removed unnecessary use of scoped_ptr src/lib/util/csv_file.cc CSVRow::trim() - replaced use of std::vector<>::erase with resise src/lib/util/versioned_csv_file.h src/lib/util/versioned_csv_file.cc VersionedCSVFile::next() - reorganized to use input_schema_state_ VersionedCSVFile::columnCountError() - new convenience method minor cleanups
-
- 10 Nov, 2015 1 commit
-
-
Thomas Markwalder authored
Several minor cleanup items based on review comments. Implemented support for downgrading files from newer schema versions: doc/guide/admin.xml amended text on upgrading memfile to discuss downgrading src/lib/dhcpsrv/dhcpsrv_messages.mes src/lib/dhcpsrv/lease_file_loader.h revamped log messages to accomodate downgrading src/lib/dhcpsrv/memfile_lease_mgr.cc src/lib/dhcpsrv/memfile_lease_mgr.h added commentary to MemfileLeaseMgr ctor automatic conversion logic accomdates both upgrading and downgrading src/lib/dhcpsrv/tests/csv_lease_file4_unittest.cc src/lib/dhcpsrv/tests/csv_lease_file6_unittest.cc replaced tooManyHeaderColumns test with downGrade test src/lib/util/csv_file.h src/lib/util/csv_file.cc added CSVRow::trim() src/lib/util/tests/csv_file_unittest.cc added CSVRow.trim test src/lib/util/tests/versioned_csv_file_unittest.cc added VersionedCSVFileTest.currentSchemaTest test replaced tooManyHeaderColumns test with downGrading test revamped tests to check getInputSchemaState() and needsConversion() src/lib/util/versioned_csv_file.h Updated commentary to describe downgrade support src/lib/util/versioned_csv_file.cc enum InputSchemaState input_schema_state_ input_header_count_ getInputHeaderCount() getInputSchemaState() needsConversion() next(CSVRow& row) - now supports downgrading rows validateHeder() - now throws if called when no schema has been defined, and supports downgrading rows
-
- 09 Nov, 2015 1 commit
-
-
Stephen Morris authored
1. Updated Kea guide to note that removing the hooks-libraries configuration element does not always have the expected effect. 2. Moved some documentation from the dhcp_parsers.cc file to the .h file. 3. Expanded checking of the contents of the hooks-libraries configuration element.
-
- 04 Nov, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 03 Nov, 2015 2 commits
-
-
Thomas Markwalder authored
-
Shawn Routhier authored
Remove change log entry as it isn't needed Update eval log description in user guide.
-
- 02 Nov, 2015 1 commit
-
-
Shawn Routhier authored
-
- 01 Nov, 2015 1 commit
-
-
Francis Dupont authored
-
- 31 Oct, 2015 1 commit
-
-
Francis Dupont authored
-
- 29 Oct, 2015 2 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
- 28 Oct, 2015 4 commits
-
-
Stephen Morris authored
As some incompatible changes have already been made to the hooks interface (removal of the setSkip method), it seems pointless to support both old and new hoos-libraries syntax. These modifications remove support for the old syntax.
-
Stephen Morris authored
-
Stephen Morris authored
-
Shawn Routhier authored
-
- 27 Oct, 2015 5 commits
-
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
This is a result of the review. This change was suggested so as the order of lease expiration specific parameters follows the order in which they are described.
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-
- 26 Oct, 2015 5 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 23 Oct, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 19 Oct, 2015 1 commit
-
-
Francis Dupont authored
-
- 18 Oct, 2015 1 commit
-
-
Francis Dupont authored
-
- 13 Oct, 2015 1 commit
-
-
Stephen Morris authored
-
- 02 Oct, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 01 Oct, 2015 1 commit
-
-
Shawn Routhier authored
-
- 30 Sep, 2015 1 commit
-
-
Shawn Routhier authored
Add the options used by PXE rfc4578 (dhcpv4) 93 Client_System (arch type) 94 Client NDI (network Interface id) 97 UUID/GUID client machine option def rfc5970 (dhcpv6) 59 BOOTFILE_URL 60 BOOTFILE_PARAM 61 CLIENT_ARCH_TYPE 62 NII Option 60 requires a special class in order to process the length & string tuples As some unreleated tests used option 59 as an undefined option they needed to be updated to use another option.
-
- 24 Sep, 2015 2 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
- 23 Sep, 2015 1 commit
-
-
Francis Dupont authored
-
- 17 Sep, 2015 1 commit
-
-
Shawn Routhier authored
-
- 16 Sep, 2015 2 commits
-
-
Francis Dupont authored
-
Tomek Mrugalski authored
- Explanation why are we not updating assigned-addresses - DHCP4_DECLINE_LEASE message reworded as suggested - processDecline method described properly - declineNonMatchingIPAddresses description updated - global declined-addresses statistic added and tested -
-