2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00
Commit Graph

22895 Commits

Author SHA1 Message Date
Francis Dupont
5c37fd2a8a [master] Updated git hash 2016-03-15 12:53:52 +01:00
Francis Dupont
6813e1a752 [master] Finished merge of trac4310 (LOG_FATAL() double errors) 2016-03-15 12:53:19 +01:00
Francis Dupont
3a1ab78814 [master] Merged trac4310 (LOG_FATAL() double errors) 2016-03-15 12:51:20 +01:00
Francis Dupont
1789a8c11d [master] Updated git hash 2016-03-15 12:44:51 +01:00
Francis Dupont
398458f3ad [master] Finished merge of rac4291 (empty option vs csv-format) 2016-03-15 12:43:56 +01:00
Francis Dupont
19742f217e [master] Merged trac4291 (empty option vs csv-format) 2016-03-15 12:41:26 +01:00
Francis Dupont
034813248b [4232a] Grammar (by Stephen) 2016-03-15 12:35:01 +01:00
Marcin Siodelski
f3e4bc8228 [4319] Extend host reservation parser to parse options. 2016-03-15 11:01:09 +01:00
Thomas Markwalder
d981c5ce84 [4309] Fixed Coverity issue 1341466e in alloc_engine.cc
src/lib/dhcpsrv/alloc_engine.cc
 - AllocEngine::reclaimExpiredLease(const Lease6Ptr& lease,
                                 const DbReclaimMode& reclaim_mode,
                                 const CalloutHandlePtr& callout_handle)

   Simplified logic for flagging a lease for removal.  Renamed "remove_tmp"
   to "remove_lease" for clarity.

 - AllocEngine::reclaimExpiredLease(const Lease4Ptr& lease,
                                 const DbReclaimMode& reclaim_mode,
                                 const CalloutHandlePtr& callout_handle)

   Simplified logic for flagging a lease for removal.  Renamed "remove_tmp"
   to "remove_lease" for clarity.
2016-03-14 15:07:35 -04:00
Francis Dupont
299e383520 [4326] Fixed Coverity CID 1327378 (needs a second view) 2016-03-14 20:04:45 +01:00
Francis Dupont
51e03014ac [4326] Fixed Coverity CID 1232320 2016-03-14 19:44:22 +01:00
Francis Dupont
cad74fe449 [4326] Fixed Coverity CID 1232272 2016-03-14 18:58:19 +01:00
Francis Dupont
f5ce3da3b8 [4326] Fixed Coverity CID 1232271 2016-03-14 18:54:23 +01:00
Francis Dupont
9414ace0e0 [4326] Addressed coverity CID 1202723 2016-03-13 19:03:43 +01:00
Francis Dupont
615e3b06f3 [4326] copyright 2016-03-13 19:01:43 +01:00
Francis Dupont
efeb4479e9 [4326] Addressed coverity CID 1202661 2016-03-13 18:51:42 +01:00
Marcin Siodelski
b2e7801eb9 [master] Added ChangeLog entry for #3571. trac4326_base 2016-03-11 13:40:46 +01:00
Marcin Siodelski
9d434f28cc [master] Merge branch 'trac3571' 2016-03-11 13:39:03 +01:00
Marcin Siodelski
1f0c2a1288 [3571] Address review comments.
Corrected mixed up use of DHCPv4 vs DHCPv6 and the
dhcp4 vs dhcp6 option space names.
2016-03-11 13:37:35 +01:00
Shawn Routhier
77c820a3f2 [master] Add commit number to change log entry for 4292 2016-03-10 19:43:13 -08:00
Shawn Routhier
8b7182abdc [master] Add comment and change log entry for 4292 2016-03-10 19:41:14 -08:00
Shawn Routhier
0c05a725bb Merge branch 'trac4292' Copy BOOTP flags from requets to responses 2016-03-10 19:04:51 -08:00
Francis Dupont
3db8f0d523 [4313] Added TokenOption::getRepresention() 2016-03-10 15:32:36 +01:00
Francis Dupont
132d389bf8 [4313] Improved relay4[code].exists comment 2016-03-10 15:27:16 +01:00
Francis Dupont
f46426f999 [4313] untabify 2016-03-10 14:57:56 +01:00
Francis Dupont
4fa68092d1 [4313] Explained relay4 shares option representation types 2016-03-10 14:53:29 +01:00
Francis Dupont
7e9d1821b3 [4313] Added a comment about Token subtype order 2016-03-10 14:46:57 +01:00
Francis Dupont
1a8fc026cf [4313] Added a comment about token order 2016-03-10 14:38:03 +01:00
Tomek Mrugalski
82becf56b0 [4212] Compilation fix 2016-03-09 15:50:21 +01:00
Francis Dupont
1622d54852 [master] Updated git hash 2016-03-09 15:48:50 +01:00
Francis Dupont
2c236316d5 [master] Finished merge of trac4315 (docs regeneration required python3) 2016-03-09 15:48:04 +01:00
Francis Dupont
e4703dc733 [master] Merged trac4315 (docs regeneration required python3) 2016-03-09 15:45:40 +01:00
Marcin Siodelski
d6c715717c [3571] Updated documentation of the Host class. 2016-03-09 13:41:22 +01:00
Marcin Siodelski
f45a71808d [3571] Added data structures to hold DHCP options in Host object. 2016-03-09 13:22:45 +01:00
Francis Dupont
320d143822 [4315] Removed obsolete python3 check 2016-03-09 13:16:59 +01:00
Tomek Mrugalski
c8e0552a02 [4226] Reverted previous changes to Pkt4::getName() 2016-03-08 14:27:31 +01:00
Marcin Siodelski
7284e68744 [4212] Restructured MySQL Exchange classes in host data source. 2016-03-08 12:14:44 +01:00
Marcin Siodelski
73d8b73e0a [master] Added ChangeLog entry for #3696. trac4315_base 2016-03-03 17:09:02 +01:00
Marcin Siodelski
0be5e6eb32 [master] Merge branch 'trac3696' 2016-03-03 15:58:56 +01:00
Marcin Siodelski
4cf0f82254 [3696] Updated test comments as a result of review. 2016-03-03 15:57:29 +01:00
Marcin Siodelski
eca64697cb [4212] Using single query to retrieve hosts and IPv6 reservations. 2016-03-02 12:18:04 +01:00
Marcin Siodelski
c89e1b38fe [4212] Renamed two variables to adhere to our coding guidelines.
Also, use new constant for checking fetch failure in MySQL.
2016-03-02 00:05:11 +01:00
Marcin Siodelski
24b7fb0e6f [4212] Addressed review comments.
- Introduced constants for MySQL fetch results
- Simplified loops in generic SQL unit tests
- Removed some typos
- Removed unused variables
2016-03-01 16:54:18 +01:00
Marcin Siodelski
537f48410d [3696] Addressed review comments.
Addressed a couple of minor issues and added unit tests for
switching between various lease database backends.
2016-03-01 09:33:06 +01:00
Francis Dupont
5da6c27a83 [4232a] Updated doc 2016-02-27 15:43:22 +01:00
Francis Dupont
03c30d1252 [4313] Added relay4[code].exists which was lost in merge 2016-02-27 15:36:28 +01:00
Francis Dupont
de00f69bc5 [4232a] Rebased and removed @ 2016-02-27 15:01:53 +01:00
Francis Dupont
909987228c [master] Fixed another use of option 65 as undefined trac4232a_base trac4272_base trac3700_base trac4313_base 2016-02-25 14:36:25 +01:00
Francis Dupont
396912c83a [master] Updated git hash 2016-02-25 13:15:03 +01:00
Francis Dupont
5ed03ed5ea [master] Finished merge of trac4286 (missing simple standard DHCPv4 options) 2016-02-25 13:14:06 +01:00