- 08 Dec, 2014 6 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Removed the leftover debugging statement. Also, added some more commentary to the test checking behavior for too long FQDNs.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Multiple updates to the documentation of the HostMgr. Also fixed a broken implementation of the HostMgr::getAll4.
-
- 03 Dec, 2014 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 02 Dec, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 01 Dec, 2014 3 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 25 Nov, 2014 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
The FQDN option test now also covers checking the length of the FQDN option when multi-labeled partial domain names are specified.
-
- 18 Nov, 2014 2 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
- 12 Nov, 2014 2 commits
-
-
Wlodzimierz Wencel authored
-
Shawn Routhier authored
-
- 10 Nov, 2014 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 06 Nov, 2014 5 commits
-
-
Marcin Wyszynski authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Marcin Siodelski authored
Conflicts: src/lib/dhcpsrv/srv_config.cc src/lib/dhcpsrv/srv_config.h
-
- 05 Nov, 2014 1 commit
-
-
Marcin Wyszynski authored
-
- 04 Nov, 2014 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 31 Oct, 2014 4 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
This is instead of compiling the source files of the user_chk library with the unit tests which results in distcheck failures when the AUTOMAKE_OPTIONS=subdirs is in place, also to avoid compiling these files twice.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Added @todos to the selectSubnet methods of CfgSubnets4 and CfgSubnets6.
-
- 30 Oct, 2014 7 commits
-
-
Marcin Siodelski authored
The reference could be removed because the TEST_DATA_DIR was unused in the asiodns unit tests. In fact the folder it pointed to did not exist. Removal of the call to addDataPath allowed for not including and compiling the dns/tests/unittest_util.h and dns/tests/unittest_util.cc. The major reason for this change was to remove the dependency on the files located in the dns/tests because due to the bug in automake they could not be included in build using an absolute path specified with $(top_srcdir). Note that when the AUTOMAKE_OPTIONS = subdir-objects is specified, the object files are created in the subdirectories. When the location of the source file is specified using a variable like $(top_srcdir) the name of the variable is treated as a name of the subdirectory, not a path to the file located out of the tree. Hence, we may need to avoid including files like this when subdir-objects is in force.
-
Marcin Siodelski authored
This is to unify the naming with the Subnet6 tests as well as with the name of the function under test.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-