Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#1128] 1.7.4 pre prelease changes | Wlodek Wencel | 2020-02-25 | 1 | -1/+1 |
| | |||||
* | [#1090] pkt4_send drop status now actually drops packet | Tomek Mrugalski | 2020-02-10 | 1 | -2/+3 |
| | |||||
* | [596-add-a-hook-point-for-post-reconfiguration] Added cb[46]_updated hook points | Francis Dupont | 2019-11-25 | 1 | -1/+13 |
| | |||||
* | [5470] Added network_state parameter to the dhcp4_srv_configured hook. | Marcin Siodelski | 2018-03-22 | 1 | -1/+4 |
| | |||||
* | [5457] Addressed review comments. | Marcin Siodelski | 2018-01-30 | 1 | -3/+3 |
| | |||||
* | [5457] typos | Francis Dupont | 2018-01-29 | 1 | -2/+2 |
| | |||||
* | [5457] Documented new dhcp4_srv_configured and leases4_committed hooks. | Marcin Siodelski | 2018-01-25 | 1 | -0/+48 |
| | |||||
* | [5443] Changes after review (wordsmithing) | Tomek Mrugalski | 2018-01-19 | 1 | -6/+6 |
| | |||||
* | [5443] Checkpoint: proposed code for dhcp4, todo new tests and dhcp6 port | Francis Dupont | 2017-12-15 | 1 | -11/+13 |
| | |||||
* | [5331] Extended hooks developer guide with section about control commands. | Marcin Siodelski | 2017-10-12 | 1 | -2/+4 |
| | |||||
* | [5111] Updated dhcp4/6 developer's hook point doc | Thomas Markwalder | 2017-08-30 | 1 | -27/+11 |
| | | | | | | | src/bin/dhcp4/dhcp4_hooks.dox src/bin/dhcp6/dhcp6_hooks.dox replace "control-command-received" with "command-processed" | ||||
* | [5213] Last set-config -> config-set | Francis Dupont | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | [5132] Changes after review (comment #9): | Tomek Mrugalski | 2017-04-03 | 1 | -1/+1 |
| | | | | | | | | - new tests added - needed => required - spaced added where needed - CfgHosts::toElement6 updated - | ||||
* | [5132] spelling | Francis Dupont | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | [5132] Developer's guide update for new hooks | Tomek Mrugalski | 2017-03-29 | 1 | -0/+16 |
| | |||||
* | [5100] Addressed review comments. | Marcin Siodelski | 2017-01-07 | 1 | -1/+5 |
| | | | | | Also, added a test for testing the hook library modifying a received control command. | ||||
* | [5100] Documented control_command_receive hook. | Marcin Siodelski | 2017-01-04 | 1 | -1/+30 |
| | |||||
* | [4299] General Developer's guide refresh. | Tomek Mrugalski | 2016-09-19 | 1 | -3/+4 |
| | |||||
* | [4497] Udated doxygen about copying retrieved options in hooks. | Marcin Siodelski | 2016-07-08 | 1 | -0/+48 |
| | |||||
* | [4481] Made query4 and query6 callout arguments uniformly available | Thomas Markwalder | 2016-05-11 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The client packet is now uniformly available to all client packet driven callouts for both v4 and v6: Added "query4" to lease4_select and lease4_renew src/bin/dhcp4/dhcp4_hooks.dox Added query4 argument to lease4_select and lease4_renew documentation src/bin/dhcp4/tests/hooks_unittest.cc Revamped to track both query4 and response4 arguments TEST_F(HooksDhcpv4SrvTest, lease4RenewSimple) - modified to verify query4 set by lease4_renew callout src/lib/dhcpsrv/alloc_engine.cc - AllocEngine::createLease4() - AllocEngine::reuseExpiredLease4() - modified to add query4 to lease4_select callout arguments - AllocEngine::renewLease4() - modified to add query4 to lease4_renew callout arguments src/lib/dhcpsrv/tests/alloc_engine_hooks_unittest.cc HookAllocEngine4Test() - modified to track query4 argument TEST_F(HookAllocEngine4Test, lease4_select) - modified to verify query4 callout argument Added "query6" to pkt6_send and lease6_select src/bin/dhcp6/dhcp6_hooks.dox Added query6 argument to pkt6_send and lease6_select documentation src/bin/dhcp6/dhcp6_srv.cc Dhcpv6Srv::processPacket(Pkt6Ptr& query, Pkt6Ptr& rsp) - modified to add query6 to the pkt_send callout arguments src/bin/dhcp6/tests/hooks_unittest.cc Revamped to track both query4 and response4 arguments TEST_F(HooksDhcpv6SrvTest, simplePkt6Send) - modified to verify query6 set by pkt6_send callout src/lib/dhcpsrv/alloc_engine.cc - AllocEngine::createLease4() - AllocEngine::reuseExpiredLease6() - modified to add query6 to lease6_select callout arguments callout arguments src/lib/dhcpsrv/tests/alloc_engine_hooks_unittest.cc HookAllocEngine6Test() - modified to track query6 argument TEST_F(HookAllocEngine6Test, lease4_select) - modified to verify query6 argument | ||||
* | [4236] Updated copyright dates in all files. | Marcin Siodelski | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | [4236] Replaced license text in all files containing it. | Marcin Siodelski | 2015-12-16 | 1 | -11/+3 |
| | |||||
* | Merge branch 'kea-fb2' of https://github.com./nchaigne/kea into pullreq8 | Tomek Mrugalski | 2015-11-30 | 1 | -1/+5 |
|\ | | | | | | | | | # Conflicts: # src/bin/dhcp4/dhcp4_hooks.dox | ||||
| * | Document the change | Nicolas C | 2015-04-01 | 1 | -0/+3 |
| | | |||||
| * | Add "query4" argument to hook point pkt4_send | Nicolas C | 2015-04-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | This allows the user hook library to perform correlation between the response packet about to be sent back and the corresponding query packet. (note: to be consistent, the same change should be applied to pkt6_send. I did not do it because I cannot test it). | ||||
* | | [3988] Documentation updated. | Tomek Mrugalski | 2015-10-21 | 1 | -1/+2 |
| | | |||||
* | | [3988] lease{4,6}_recover hook implemented (with unit-tests) | Tomek Mrugalski | 2015-10-21 | 1 | -0/+18 |
| | | |||||
* | | [3986] Changes in comments after review | Tomek Mrugalski | 2015-10-14 | 1 | -1/+1 |
| | | |||||
* | | [3986] spelling | Francis Dupont | 2015-10-09 | 1 | -4/+4 |
| | | |||||
* | | [3986] lease4_decline hook documented. | Tomek Mrugalski | 2015-10-07 | 1 | -0/+23 |
| | | |||||
* | | [3499] bool skip flag replaced by enum status. | Tomek Mrugalski | 2015-10-06 | 1 | -26/+29 |
| | | |||||
* | | [3972] Renamed recycle-timer-wait-time to flush-reclaimed-timer-wait-time. | Marcin Siodelski | 2015-09-30 | 1 | -2/+2 |
| | | |||||
* | | [3972] Addressed review comments - minor nits. | Marcin Siodelski | 2015-09-30 | 1 | -2/+4 |
| | | |||||
* | | [3972] Lease reclamation routine executes the callouts. | Marcin Siodelski | 2015-09-29 | 1 | -0/+28 |
| | | |||||
* | | [3484] Further corrections to spelling and grammar in the documentation | Stephen Morris | 2015-07-14 | 1 | -6/+6 |
| | | |||||
* | | [3484] Miscellanous editing changes during review | Stephen Morris | 2015-07-14 | 1 | -1/+1 |
| | | | | | | | | | | Correction of typos/grammatical errors etc. Also included text in the contributors' section explaining why test-driven development is used. | ||||
* | | [3484] Updated description of hooks for DHCPv4 and DHCPv6 server. | Marcin Siodelski | 2015-07-07 | 1 | -64/+69 |
|/ | |||||
* | [3396] Developer's Guide update: BIND10 => Kea | Tomek Mrugalski | 2014-06-18 | 1 | -3/+3 |
| | |||||
* | [2983] Changes after review: | Tomek Mrugalski | 2013-08-23 | 1 | -30/+30 |
| | | | | | | | | - hooks documentation updated - dhcp4 message logs updated - long lines wrapped in dhcp4_srv.cc - unit-test names now use camel notation - Pkt4::bufferOut_ renamed to buffer_out_ | ||||
* | [2983] Developer's Guide updated, ChangeLog proposal added. | Tomek Mrugalski | 2013-08-21 | 1 | -0/+78 |
| | |||||
* | [master] Merge branch 'trac2982' | Stephen Morris | 2013-08-05 | 1 | -1/+1 |
| | | | | | | Conflicts: doc/Doxyfile doc/devel/mainpage.dox | ||||
* | [2994] Changes after review: | Tomek Mrugalski | 2013-07-22 | 1 | -2/+2 |
| | | | | | - missing header added - invalid reference to prefixes removed | ||||
* | [2994] Added missing v4 hooks description | Tomek Mrugalski | 2013-07-18 | 1 | -0/+138 |