]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
10 years ago[4319] Updated comments for empty options in host tests.
Marcin Siodelski [Fri, 18 Mar 2016 11:30:48 +0000 (12:30 +0100)] 
[4319] Updated comments for empty options in host tests.

10 years ago[master] Updated git hash
Francis Dupont [Fri, 18 Mar 2016 10:35:58 +0000 (11:35 +0100)] 
[master] Updated git hash

10 years ago[master] Finished merge of trac4307 (uncaught exception in d2 and other server main())
Francis Dupont [Fri, 18 Mar 2016 10:34:06 +0000 (11:34 +0100)] 
[master] Finished merge of trac4307 (uncaught exception in d2 and other server main())

10 years ago[master] Merged trac4307 (uncaught exception in d2 server main())
Francis Dupont [Fri, 18 Mar 2016 10:29:46 +0000 (11:29 +0100)] 
[master] Merged trac4307 (uncaught exception in d2 server main())

10 years ago[master] Updated git hash
Francis Dupont [Fri, 18 Mar 2016 10:12:03 +0000 (11:12 +0100)] 
[master] Updated git hash

10 years ago[master] regen flex/bison
Francis Dupont [Fri, 18 Mar 2016 10:10:33 +0000 (10:10 +0000)] 
[master] regen flex/bison

10 years ago[master] Fixing some .gitignore
Francis Dupont [Fri, 18 Mar 2016 10:09:15 +0000 (11:09 +0100)] 
[master] Fixing some .gitignore

10 years ago[master] Finished merge of trac4232a (IP address literal)
Francis Dupont [Fri, 18 Mar 2016 10:04:02 +0000 (11:04 +0100)] 
[master] Finished merge of trac4232a (IP address literal)

10 years ago[4319] Addressed some review comments.
Marcin Siodelski [Thu, 17 Mar 2016 18:02:44 +0000 (19:02 +0100)] 
[4319] Addressed some review comments.

- use unsigned int in for loops
- NULL pointer rather than NULL in function descriptions

10 years ago[master] Fixed Coverity issue in alloc_engine.cc
Thomas Markwalder [Thu, 17 Mar 2016 17:09:36 +0000 (13:09 -0400)] 
[master] Fixed Coverity issue in alloc_engine.cc

    Merged in Trac #4309.

10 years ago[4243] Update GCC version range to include 5.3.1
tmark [Thu, 17 Mar 2016 14:51:41 +0000 (07:51 -0700)] 
[4243] Update GCC version range to include 5.3.1

Fedora 23 has gcc 5.3.1 which exhibits this issue.

10 years ago[trac4309] Fix some typos
Shawn Routhier [Thu, 17 Mar 2016 14:38:28 +0000 (07:38 -0700)] 
[trac4309] Fix some typos

10 years ago[4243] Disable optimization of boost:asio for gcc 5.2.0 through 5.3.0
Thomas Markwalder [Thu, 17 Mar 2016 12:47:15 +0000 (08:47 -0400)] 
[4243] Disable optimization of boost:asio for gcc 5.2.0 through 5.3.0

Optimization of boost:asio code is now disabled when building with
BOOST_ERROR_CODE_HEADER_ONLY under GCC versions 5.2.0 through 5.3.0.

src/lib/asiolink/asio_wrapper.h
    New file which wraps boost/asio/asio.hpp around compilation
    logic to suppress optimization under GNU 5.2.0 thru 5.3.0.

The remaining changes either removed the inclusion of <asio/asio.hpp> or
replaced it with the inclusion of <<asiolink/asio_wrapper.h>.  Inclusion
file order was also altered to better comply with our coding guidelines.

10 years ago[trac4232a] Typo in the classify text
Shawn Routhier [Wed, 16 Mar 2016 19:13:12 +0000 (12:13 -0700)] 
[trac4232a] Typo in the classify text

10 years ago[master] Updated git hash (and regen flex/bison)
Francis Dupont [Wed, 16 Mar 2016 13:42:20 +0000 (14:42 +0100)] 
[master] Updated git hash (and regen flex/bison)

10 years agoregen flex/bison
Francis Dupont [Wed, 16 Mar 2016 13:40:31 +0000 (13:40 +0000)] 
regen flex/bison

10 years ago[master] Finishing merge of trac4313 (relay4[xxx].exists)
Francis Dupont [Wed, 16 Mar 2016 13:35:02 +0000 (14:35 +0100)] 
[master] Finishing merge of trac4313 (relay4[xxx].exists)

10 years ago[master] Merged trac4313 (relay4[xxx].exists)
Francis Dupont [Wed, 16 Mar 2016 13:31:58 +0000 (14:31 +0100)] 
[master] Merged trac4313 (relay4[xxx].exists)

10 years ago[4313] spelling
Francis Dupont [Wed, 16 Mar 2016 13:29:59 +0000 (14:29 +0100)] 
[4313] spelling

10 years ago[4313] Added parameter descriptions in two context unit-tests functions.
Tomek Mrugalski [Wed, 16 Mar 2016 13:21:49 +0000 (14:21 +0100)] 
[4313] Added parameter descriptions in two context unit-tests functions.

10 years ago[4232a] Addressed comments
Francis Dupont [Wed, 16 Mar 2016 13:09:39 +0000 (14:09 +0100)] 
[4232a] Addressed comments

10 years ago[master] Merge branch 'trac4226' (Pkt4 exception clean up)
Tomek Mrugalski [Tue, 15 Mar 2016 17:11:57 +0000 (18:11 +0100)] 
[master] Merge branch 'trac4226' (Pkt4 exception clean up)

10 years ago[4319] Added additional configuration parser tests.
Marcin Siodelski [Tue, 15 Mar 2016 14:41:32 +0000 (15:41 +0100)] 
[4319] Added additional configuration parser tests.

New test check that it is possible to specify a
non-standard option within a host declaration.

10 years ago[4319] Added new config parser unit test for DHCPv4 and DHCPv6.
Marcin Siodelski [Tue, 15 Mar 2016 11:56:15 +0000 (12:56 +0100)] 
[4319] Added new config parser unit test for DHCPv4 and DHCPv6.

These tests check that it is possible to specify options
for hosts.

10 years ago[master] Updated git hash
Francis Dupont [Tue, 15 Mar 2016 11:53:52 +0000 (12:53 +0100)] 
[master] Updated git hash

10 years ago[master] Finished merge of trac4310 (LOG_FATAL() double errors)
Francis Dupont [Tue, 15 Mar 2016 11:53:19 +0000 (12:53 +0100)] 
[master] Finished merge of trac4310 (LOG_FATAL() double errors)

10 years ago[master] Merged trac4310 (LOG_FATAL() double errors)
Francis Dupont [Tue, 15 Mar 2016 11:51:20 +0000 (12:51 +0100)] 
[master] Merged trac4310 (LOG_FATAL() double errors)

10 years ago[master] Updated git hash
Francis Dupont [Tue, 15 Mar 2016 11:44:51 +0000 (12:44 +0100)] 
[master] Updated git hash

10 years ago[master] Finished merge of rac4291 (empty option vs csv-format)
Francis Dupont [Tue, 15 Mar 2016 11:43:56 +0000 (12:43 +0100)] 
[master] Finished merge of rac4291 (empty option vs csv-format)

10 years ago[master] Merged trac4291 (empty option vs csv-format)
Francis Dupont [Tue, 15 Mar 2016 11:41:26 +0000 (12:41 +0100)] 
[master] Merged trac4291 (empty option vs csv-format)

10 years ago[4232a] Grammar (by Stephen)
Francis Dupont [Tue, 15 Mar 2016 11:35:01 +0000 (12:35 +0100)] 
[4232a] Grammar (by Stephen)

10 years ago[4297] User's Guide corrected trac4298_base
Tomek Mrugalski [Tue, 15 Mar 2016 10:24:59 +0000 (11:24 +0100)] 
[4297] User's Guide corrected

10 years ago[4319] Extend host reservation parser to parse options.
Marcin Siodelski [Tue, 15 Mar 2016 10:01:09 +0000 (11:01 +0100)] 
[4319] Extend host reservation parser to parse options.

10 years ago[4297] User's Guide updated.
Tomek Mrugalski [Tue, 15 Mar 2016 09:48:03 +0000 (10:48 +0100)] 
[4297] User's Guide updated.

10 years ago[4297] Hooks documentation updated.
Tomek Mrugalski [Tue, 15 Mar 2016 09:36:48 +0000 (10:36 +0100)] 
[4297] Hooks documentation updated.

10 years ago[4297] Compilation fix.
Tomek Mrugalski [Tue, 15 Mar 2016 09:35:00 +0000 (10:35 +0100)] 
[4297] Compilation fix.

10 years ago[4297] Added missing callout_params_library.cc
Tomek Mrugalski [Tue, 15 Mar 2016 09:34:44 +0000 (10:34 +0100)] 
[4297] Added missing callout_params_library.cc

10 years ago[4297] LibraryHandle::getParameter implemented.
Tomek Mrugalski [Mon, 14 Mar 2016 23:43:32 +0000 (00:43 +0100)] 
[4297] LibraryHandle::getParameter implemented.

10 years ago[4309] Fixed Coverity issue 1341466e in alloc_engine.cc
Thomas Markwalder [Mon, 14 Mar 2016 19:07:35 +0000 (15:07 -0400)] 
[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.

10 years ago[4326] Fixed Coverity CID 1327378 (needs a second view)
Francis Dupont [Mon, 14 Mar 2016 19:04:45 +0000 (20:04 +0100)] 
[4326] Fixed Coverity CID 1327378 (needs a second view)

10 years ago[4326] Fixed Coverity CID 1232320
Francis Dupont [Mon, 14 Mar 2016 18:44:22 +0000 (19:44 +0100)] 
[4326] Fixed Coverity CID 1232320

10 years ago[4326] Fixed Coverity CID 1232272
Francis Dupont [Mon, 14 Mar 2016 17:58:19 +0000 (18:58 +0100)] 
[4326] Fixed Coverity CID 1232272

10 years ago[4326] Fixed Coverity CID 1232271
Francis Dupont [Mon, 14 Mar 2016 17:54:23 +0000 (18:54 +0100)] 
[4326] Fixed Coverity CID 1232271

10 years ago[4326] Addressed coverity CID 1202723
Francis Dupont [Sun, 13 Mar 2016 18:03:43 +0000 (19:03 +0100)] 
[4326] Addressed coverity CID 1202723

10 years ago[4326] copyright
Francis Dupont [Sun, 13 Mar 2016 18:01:43 +0000 (19:01 +0100)] 
[4326] copyright

10 years ago[4326] Addressed coverity CID 1202661
Francis Dupont [Sun, 13 Mar 2016 17:51:42 +0000 (18:51 +0100)] 
[4326] Addressed coverity CID 1202661

10 years ago[master] Added ChangeLog entry for #3571. trac4326_base
Marcin Siodelski [Fri, 11 Mar 2016 12:40:46 +0000 (13:40 +0100)] 
[master] Added ChangeLog entry for #3571.

10 years ago[master] Merge branch 'trac3571'
Marcin Siodelski [Fri, 11 Mar 2016 12:39:03 +0000 (13:39 +0100)] 
[master] Merge branch 'trac3571'

10 years ago[3571] Address review comments.
Marcin Siodelski [Fri, 11 Mar 2016 12:37:35 +0000 (13:37 +0100)] 
[3571] Address review comments.

Corrected mixed up use of DHCPv4 vs DHCPv6 and the
dhcp4 vs dhcp6 option space names.

10 years ago[master] Add commit number to change log entry for 4292
Shawn Routhier [Fri, 11 Mar 2016 03:43:13 +0000 (19:43 -0800)] 
[master] Add commit number to change log entry for 4292

10 years ago[master] Add comment and change log entry for 4292
Shawn Routhier [Fri, 11 Mar 2016 03:41:14 +0000 (19:41 -0800)] 
[master] Add comment and change log entry for 4292

10 years agoMerge branch 'trac4292' Copy BOOTP flags from requets to responses
Shawn Routhier [Fri, 11 Mar 2016 03:04:51 +0000 (19:04 -0800)] 
Merge branch 'trac4292' Copy BOOTP flags from requets to responses

10 years ago[4297] Unit-tests for parameters implemented.
Tomek Mrugalski [Thu, 10 Mar 2016 15:33:17 +0000 (16:33 +0100)] 
[4297] Unit-tests for parameters implemented.

10 years ago[4313] Added TokenOption::getRepresention()
Francis Dupont [Thu, 10 Mar 2016 14:32:36 +0000 (15:32 +0100)] 
[4313] Added TokenOption::getRepresention()

10 years ago[4313] Improved relay4[code].exists comment
Francis Dupont [Thu, 10 Mar 2016 14:27:16 +0000 (15:27 +0100)] 
[4313] Improved relay4[code].exists comment

10 years ago[4313] untabify
Francis Dupont [Thu, 10 Mar 2016 13:57:56 +0000 (14:57 +0100)] 
[4313] untabify

10 years ago[4313] Explained relay4 shares option representation types
Francis Dupont [Thu, 10 Mar 2016 13:53:29 +0000 (14:53 +0100)] 
[4313] Explained relay4 shares option representation types

10 years ago[4313] Added a comment about Token subtype order
Francis Dupont [Thu, 10 Mar 2016 13:46:57 +0000 (14:46 +0100)] 
[4313] Added a comment about Token subtype order

10 years ago[4313] Added a comment about token order
Francis Dupont [Thu, 10 Mar 2016 13:38:03 +0000 (14:38 +0100)] 
[4313] Added a comment about token order

10 years ago[4297] Unit-tests updated after recent API change.
Tomek Mrugalski [Wed, 9 Mar 2016 17:59:06 +0000 (18:59 +0100)] 
[4297] Unit-tests updated after recent API change.

10 years ago[4297] New test library added.
Tomek Mrugalski [Wed, 9 Mar 2016 17:57:00 +0000 (18:57 +0100)] 
[4297] New test library added.

10 years ago[4297] storage for library parameters implemented.
Tomek Mrugalski [Wed, 9 Mar 2016 16:58:02 +0000 (17:58 +0100)] 
[4297] storage for library parameters implemented.

10 years ago[4212] Compilation fix
Tomek Mrugalski [Wed, 9 Mar 2016 14:50:21 +0000 (15:50 +0100)] 
[4212] Compilation fix

10 years ago[master] Updated git hash
Francis Dupont [Wed, 9 Mar 2016 14:48:50 +0000 (15:48 +0100)] 
[master] Updated git hash

10 years ago[master] Finished merge of trac4315 (docs regeneration required python3)
Francis Dupont [Wed, 9 Mar 2016 14:48:04 +0000 (15:48 +0100)] 
[master] Finished merge of trac4315 (docs regeneration required python3)

10 years ago[master] Merged trac4315 (docs regeneration required python3)
Francis Dupont [Wed, 9 Mar 2016 14:45:40 +0000 (15:45 +0100)] 
[master] Merged trac4315 (docs regeneration required python3)

10 years ago[3571] Updated documentation of the Host class.
Marcin Siodelski [Wed, 9 Mar 2016 12:41:22 +0000 (13:41 +0100)] 
[3571] Updated documentation of the Host class.

10 years ago[3571] Added data structures to hold DHCP options in Host object.
Marcin Siodelski [Wed, 9 Mar 2016 12:20:16 +0000 (13:20 +0100)] 
[3571] Added data structures to hold DHCP options in Host object.

10 years ago[4315] Removed obsolete python3 check
Francis Dupont [Wed, 9 Mar 2016 12:16:59 +0000 (13:16 +0100)] 
[4315] Removed obsolete python3 check

10 years ago[4226] Reverted previous changes to Pkt4::getName()
Tomek Mrugalski [Tue, 8 Mar 2016 13:27:31 +0000 (14:27 +0100)] 
[4226] Reverted previous changes to Pkt4::getName()

10 years ago[4212] Restructured MySQL Exchange classes in host data source.
Marcin Siodelski [Wed, 2 Mar 2016 16:59:54 +0000 (17:59 +0100)] 
[4212] Restructured MySQL Exchange classes in host data source.

10 years ago[master] Added ChangeLog entry for #3696. trac4315_base
Marcin Siodelski [Thu, 3 Mar 2016 16:09:02 +0000 (17:09 +0100)] 
[master] Added ChangeLog entry for #3696.

10 years ago[master] Merge branch 'trac3696'
Marcin Siodelski [Thu, 3 Mar 2016 14:58:56 +0000 (15:58 +0100)] 
[master] Merge branch 'trac3696'

10 years ago[3696] Updated test comments as a result of review.
Marcin Siodelski [Thu, 3 Mar 2016 14:57:29 +0000 (15:57 +0100)] 
[3696] Updated test comments as a result of review.

10 years ago[4212] Using single query to retrieve hosts and IPv6 reservations.
Marcin Siodelski [Wed, 2 Mar 2016 11:18:04 +0000 (12:18 +0100)] 
[4212] Using single query to retrieve hosts and IPv6 reservations.

10 years ago[4212] Renamed two variables to adhere to our coding guidelines.
Marcin Siodelski [Tue, 1 Mar 2016 23:05:11 +0000 (00:05 +0100)] 
[4212] Renamed two variables to adhere to our coding guidelines.

Also, use new constant for checking fetch failure in MySQL.

10 years ago[4212] Addressed review comments.
Marcin Siodelski [Tue, 1 Mar 2016 15:54:18 +0000 (16:54 +0100)] 
[4212] Addressed review comments.

- Introduced constants for MySQL fetch results
- Simplified loops in generic SQL unit tests
- Removed some typos
- Removed unused variables

10 years ago[3696] Addressed review comments.
Marcin Siodelski [Tue, 1 Mar 2016 08:33:06 +0000 (09:33 +0100)] 
[3696] Addressed review comments.

Addressed a couple of minor issues and added unit tests for
switching between various lease database backends.

10 years ago[4232a] Updated doc
Francis Dupont [Sat, 27 Feb 2016 14:43:22 +0000 (15:43 +0100)] 
[4232a] Updated doc

10 years ago[4313] Added relay4[code].exists which was lost in merge
Francis Dupont [Sat, 27 Feb 2016 14:36:28 +0000 (15:36 +0100)] 
[4313] Added relay4[code].exists which was lost in merge

10 years ago[4232a] Rebased and removed @
Francis Dupont [Sat, 27 Feb 2016 14:01:53 +0000 (15:01 +0100)] 
[4232a] Rebased and removed @

10 years ago[master] Fixed another use of option 65 as undefined trac3700_base trac4232a_base trac4272_base trac4313_base
Francis Dupont [Thu, 25 Feb 2016 13:36:25 +0000 (14:36 +0100)] 
[master] Fixed another use of option 65 as undefined

10 years ago[master] Updated git hash
Francis Dupont [Thu, 25 Feb 2016 12:15:03 +0000 (13:15 +0100)] 
[master] Updated git hash

10 years ago[master] Finished merge of trac4286 (missing simple standard DHCPv4 options)
Francis Dupont [Thu, 25 Feb 2016 12:14:06 +0000 (13:14 +0100)] 
[master] Finished merge of trac4286 (missing simple standard DHCPv4 options)

10 years ago[master] Merged trac4286 (missing simple standard DHCPv4 options)
Francis Dupont [Thu, 25 Feb 2016 12:09:10 +0000 (13:09 +0100)] 
[master] Merged trac4286 (missing simple standard DHCPv4 options)

10 years ago[4286] Added a comment to Option4AddrLstTest.empty
Francis Dupont [Thu, 25 Feb 2016 12:07:54 +0000 (13:07 +0100)] 
[4286] Added a comment to Option4AddrLstTest.empty

10 years ago[4286] Change NIS+ DHO_NIS_* into DHO_NISP_*
Francis Dupont [Thu, 25 Feb 2016 12:00:03 +0000 (13:00 +0100)] 
[4286] Change NIS+ DHO_NIS_* into DHO_NISP_*

10 years ago[4286] spelling
Francis Dupont [Thu, 25 Feb 2016 11:53:19 +0000 (12:53 +0100)] 
[4286] spelling

10 years ago[trac4292] Always copy the DHCPv4 flags field from the client's request to the server...
Shawn Routhier [Thu, 25 Feb 2016 04:51:53 +0000 (20:51 -0800)] 
[trac4292] Always copy the DHCPv4 flags field from the client's request to the server's response

10 years ago[4286] Updated CfgOptionDefTest.overrideStdOptionDef after option 65 added.
Tomek Mrugalski [Wed, 24 Feb 2016 14:34:40 +0000 (15:34 +0100)] 
[4286] Updated CfgOptionDefTest.overrideStdOptionDef after option 65 added.

10 years ago[4267] Added processPacket() for DHCPv6 server too
Francis Dupont [Wed, 24 Feb 2016 14:20:08 +0000 (15:20 +0100)] 
[4267] Added processPacket() for DHCPv6 server too

10 years ago[4267] Moved the send part from processPacket to run_once
Francis Dupont [Wed, 24 Feb 2016 13:51:20 +0000 (14:51 +0100)] 
[4267] Moved the send part from processPacket to run_once

10 years ago[4267] Fixed merge typo trac4267_base
Francis Dupont [Wed, 24 Feb 2016 13:19:03 +0000 (14:19 +0100)] 
[4267] Fixed merge typo

10 years ago[4267] Finished merge of trac4266 (run_one server routine)
Francis Dupont [Wed, 24 Feb 2016 13:00:14 +0000 (14:00 +0100)] 
[4267] Finished merge of trac4266 (run_one server routine)

10 years ago[4267] Finished merge of (rebased) trac4108 (Reorganize DHCP server code flow)
Francis Dupont [Wed, 24 Feb 2016 12:37:05 +0000 (13:37 +0100)] 
[4267] Finished merge of (rebased) trac4108 (Reorganize DHCP server code flow)

10 years ago[4267] Merged (rebased) trac4108 (Reorganize DHCP server code flow)
Francis Dupont [Wed, 24 Feb 2016 12:27:55 +0000 (13:27 +0100)] 
[4267] Merged (rebased) trac4108 (Reorganize DHCP server code flow)

10 years ago[4310] Put LOG_FATAL() calls in a try block to avoid double errors
Francis Dupont [Wed, 24 Feb 2016 12:17:32 +0000 (13:17 +0100)] 
[4310] Put LOG_FATAL() calls in a try block to avoid double errors

10 years ago[4307] Fixed CID 1202718, 1202719 and 1292720fg
Francis Dupont [Tue, 23 Feb 2016 22:15:09 +0000 (23:15 +0100)] 
[4307] Fixed CID 12027181202719 and 1292720fg

10 years ago[4307] Fixed CID 1202702
Francis Dupont [Tue, 23 Feb 2016 21:57:58 +0000 (22:57 +0100)] 
[4307] Fixed CID 1202702

10 years ago[4307] Fixed CID 1202722
Francis Dupont [Tue, 23 Feb 2016 21:47:08 +0000 (22:47 +0100)] 
[4307] Fixed CID 1202722