Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#1389] Removed statistic-remove-all tests | Francis Dupont | 2020-09-25 | 1 | -5/+1 |
| | |||||
* | [#1389] Added DHCPV4 unit tests | Thomas Markwalder | 2020-09-25 | 1 | -10/+3 |
| | | | | | | src/bin/dhcp4/tests/fqdn_unittest.cc Changed exmple.org to example.com TEST_F(NameDhcpv4SrvTest, ddnsSharedNetworkTest) - new test | ||||
* | [#1389] Updated DHCIDs in unit tests | Thomas Markwalder | 2020-09-25 | 1 | -8/+8 |
| | | | | modified: fqdn_unittest.cc | ||||
* | [#1389] Added DHCPV4 unit tests | Thomas Markwalder | 2020-09-25 | 1 | -30/+140 |
| | | | | | | src/bin/dhcp4/tests/fqdn_unittest.cc Changed exmple.org to example.com TEST_F(NameDhcpv4SrvTest, ddnsSharedNetworkTest) - new test | ||||
* | [#1025] Completed vendor-opts in v4 fix | Francis Dupont | 2020-09-21 | 1 | -4/+4 |
| | |||||
* | [#1025] Got rid of vendor-opts-space | Francis Dupont | 2020-09-21 | 1 | -1/+1 |
| | |||||
* | [#1102] Checkpoint: finished code | Francis Dupont | 2020-09-21 | 1 | -0/+6 |
| | |||||
* | [#1102] Checkpoint: dhcpv6 and doc to do | Francis Dupont | 2020-09-21 | 1 | -0/+16 |
| | |||||
* | [#1102] Fixed duplicate in UT | Francis Dupont | 2020-09-21 | 1 | -1/+1 |
| | |||||
* | [#1102] Checkpoint: updated DHCPv4 | Francis Dupont | 2020-09-21 | 1 | -2/+1 |
| | |||||
* | [#1409] Addressed review comments | Thomas Markwalder | 2020-09-09 | 1 | -2/+2 |
| | |||||
* | [#1409] Clear DNS fields when reusing expired v4 leases | Thomas Markwalder | 2020-09-09 | 2 | -7/+174 |
| | | | | | | | | | | | | | | | | | | | Clearing DNS fields after we do the remove ensures that we'll do an add if the client is needs new DNS entries , while avoiding duplicate DNS removes. src/bin/dhcp4/tests/dhcp4_client.cc Dhcp4Client::includeHostname() - reset hostname if given an empty parameter src/bin/dhcp4/tests/fqdn_unittest.cc TEST_F(NameDhcpv4SrvTest, processReuseExpired) - new test src/lib/dhcpsrv/alloc_engine.cc AllocEngine::reclaimExpiredLease(Lease4Ptr...) - always clear the DNS fields after the call to queue and CHG_REMOVE AllocEngine::allocateOrReuseLease4() - clear DNS fields in the old lease so we don't trigger redundant removes | ||||
* | [#1388] Removed a few EXPECT_EQ with boolean | Francis Dupont | 2020-09-09 | 1 | -2/+2 |
| | |||||
* | [#1357] Improved forceUDPSendFailure UTs | Francis Dupont | 2020-09-07 | 1 | -3/+9 |
| | |||||
* | [#1305] addresses comments | Razvan Becheriu | 2020-08-18 | 1 | -2/+16 |
| | |||||
* | [#1305] add thread and queue info to get-status command | Razvan Becheriu | 2020-08-18 | 1 | -0/+41 |
| | |||||
* | [#1254] Updated tests and doc | Francis Dupont | 2020-08-14 | 1 | -7/+8 |
| | |||||
* | [#1308] No _1 ambiguities | Francis Dupont | 2020-08-13 | 1 | -3/+3 |
| | |||||
* | [#1308] Got rid of boost function/bind | Francis Dupont | 2020-08-13 | 2 | -6/+7 |
| | |||||
* | [#285] ConfigGet unit-tests regenerated | Tomek Mrugalski | 2020-08-13 | 1 | -75/+75 |
| | |||||
* | [#1007] Replaced some option spaces | Francis Dupont | 2020-08-05 | 3 | -9/+14 |
| | |||||
* | [#1265] fixed comments and added asserts | Razvan Becheriu | 2020-07-27 | 1 | -1/+8 |
| | |||||
* | [#1265] Removed the random index for subnets | Francis Dupont | 2020-07-27 | 7 | -99/+128 |
| | |||||
* | [#1330] Revamped interface config parser | Francis Dupont | 2020-07-27 | 12 | -43/+38 |
| | |||||
* | [#1341] updated copyright year in changed files | Michal Nowikowski | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | [#1174] Fixed compilation failures for dhcp4/dhcp6 | Tomek Mrugalski | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | [#1174] Changed stats to use C++11 chrono | Francis Dupont | 2020-07-14 | 1 | -2/+2 |
| | |||||
* | [#916] Checkpoint before regen | Francis Dupont | 2020-07-08 | 4 | -70/+34 |
| | |||||
* | [#553] Updated after rebase | Francis Dupont | 2020-07-07 | 1 | -0/+1 |
| | |||||
* | [#553] Checkpoint: convert to use interface indexes | Francis Dupont | 2020-07-07 | 12 | -46/+172 |
| | |||||
* | [#1282] Addressed comments | Francis Dupont | 2020-06-29 | 1 | -1/+0 |
| | |||||
* | [#1282] Final cleanups | Francis Dupont | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | [#1282] Checkpoint: todo HA new test | Francis Dupont | 2020-06-27 | 3 | -2/+26 |
| | |||||
* | [#1288] code changes for 1.7.9 release | Wlodek Wencel | 2020-06-22 | 1 | -1/+1 |
| | |||||
* | [#1245] Added unit tests | Francis Dupont | 2020-06-17 | 1 | -1/+9 |
| | |||||
* | [#1100] Got rid of comment extraction | Francis Dupont | 2020-06-15 | 2 | -50/+98 |
| | |||||
* | [#1189] Checkpoint: updated v4 tests | Francis Dupont | 2020-06-15 | 1 | -20/+72 |
| | |||||
* | [#1147] Checkpoint before alloc cleanup | Francis Dupont | 2020-05-26 | 1 | -50/+50 |
| | |||||
* | [#1147] Checkpoint: client queue of one | Francis Dupont | 2020-05-26 | 1 | -26/+26 |
| | |||||
* | [#1147] Checkpoint: updated the v4 client | Francis Dupont | 2020-05-26 | 1 | -42/+528 |
| | |||||
* | [#1147] Checkpoint: finished same client | Francis Dupont | 2020-05-26 | 2 | -0/+410 |
| | |||||
* | [#1127] addressed review | Razvan Becheriu | 2020-05-15 | 1 | -5/+5 |
| | |||||
* | [#1127] removed shared callout manager | Razvan Becheriu | 2020-05-15 | 1 | -13/+8 |
| | |||||
* | [#1127] never update lm_collection_ outside init functions | Razvan Becheriu | 2020-05-15 | 1 | -4/+7 |
| | |||||
* | [#1188] addressed review | Razvan Becheriu | 2020-04-30 | 1 | -2/+2 |
| | |||||
* | [#1188] fixed unittests | Razvan Becheriu | 2020-04-30 | 2 | -2/+3 |
| | |||||
* | [#1188] enable multi-threading mode on config parse and added unittests | Razvan Becheriu | 2020-04-30 | 1 | -4/+81 |
| | |||||
* | [#1188] added unittests | Razvan Becheriu | 2020-04-30 | 4 | -1/+127 |
| | |||||
* | [#1201] 1.7.7 pre-release changeesKea-1.7.7 | Wlodek Wencel | 2020-04-27 | 3 | -3/+3 |
| | |||||
* | [#1132] Fixed/improved the code and added new unit tests | Francis Dupont | 2020-04-23 | 3 | -60/+242 |
| |