]>
git.ipfire.org Git - thirdparty/kea.git/log
Marcin Siodelski [Wed, 14 Sep 2016 09:58:47 +0000 (11:58 +0200)]
[3950] Expained behavior of the server when "kea_verbose" is used.
Marcin Siodelski [Wed, 14 Sep 2016 08:15:55 +0000 (10:15 +0200)]
[4765] Addressed review comments.
Marcin Siodelski [Tue, 13 Sep 2016 16:04:23 +0000 (18:04 +0200)]
[4258] Updated Kea User's Guide: using Github repository.
Marcin Siodelski [Tue, 13 Sep 2016 14:31:42 +0000 (16:31 +0200)]
[3161] Use smart pointer to supress clang static analyzer error.
The static analyzer indicated that the dereferenced object could
be NULL but in fact it is not. However, it is still safer to use
smart pointer, rather than raw pointer, so I updated the test.
Marcin Siodelski [Tue, 13 Sep 2016 14:27:45 +0000 (16:27 +0200)]
[3161] Removed unread variable.
Found by the clang-static analyzer.
Marcin Siodelski [Tue, 13 Sep 2016 14:20:31 +0000 (16:20 +0200)]
[3161] Avoid memory leak in the D2CfgMgr construction test.
Marcin Siodelski [Tue, 13 Sep 2016 13:51:10 +0000 (15:51 +0200)]
[3161] Pass values by reference as indicated by cpp-check.
Marcin Siodelski [Tue, 13 Sep 2016 13:33:38 +0000 (15:33 +0200)]
[3161] Pass values by reference where it makes sense.
Reported by cpp-check.
Marcin Siodelski [Tue, 13 Sep 2016 13:22:37 +0000 (15:22 +0200)]
[3161] Removed unused variable as reported by cpp-check.
Marcin Siodelski [Tue, 13 Sep 2016 13:15:24 +0000 (15:15 +0200)]
[3161] Removed known condition being true.
Reported by cpp-check.
Marcin Siodelski [Tue, 13 Sep 2016 13:13:02 +0000 (15:13 +0200)]
[3161] Removed redundant condition as reported by cpp-check.
Marcin Siodelski [Tue, 13 Sep 2016 13:07:57 +0000 (15:07 +0200)]
[3161] Explicitly initialize uninitialized variables.
Reported by cpp-check.
Marcin Siodelski [Tue, 13 Sep 2016 12:44:35 +0000 (14:44 +0200)]
[3161] Avoid memory leak in the log message compiler.
Marcin Siodelski [Tue, 13 Sep 2016 11:41:28 +0000 (13:41 +0200)]
[master] Created ChangeLog entry for #4261.
Marcin Siodelski [Tue, 13 Sep 2016 11:40:31 +0000 (13:40 +0200)]
[master] Merge branch 'trac4261'
Marcin Siodelski [Tue, 13 Sep 2016 11:23:50 +0000 (13:23 +0200)]
[master] Created ChangeLog entry for #5005.
Marcin Siodelski [Tue, 13 Sep 2016 11:22:24 +0000 (13:22 +0200)]
[master] Merge branch 'trac5005'
Marcin Siodelski [Tue, 13 Sep 2016 11:16:11 +0000 (13:16 +0200)]
[4261] Fixed an error message in database access parser.
Marcin Siodelski [Tue, 13 Sep 2016 09:40:43 +0000 (11:40 +0200)]
[5005] Addressed review comments - generally fixing commentary.
Marcin Siodelski [Tue, 13 Sep 2016 08:39:44 +0000 (10:39 +0200)]
[3684] Updated configuration examples per second round of review.
Yusef Shaban [Mon, 12 Sep 2016 22:09:03 +0000 (15:09 -0700)]
Update dhcpdb_create.mysql
fixing " to ' as mysql will throw errors about "
Marcin Siodelski [Mon, 12 Sep 2016 15:45:14 +0000 (17:45 +0200)]
[5005] Updated User's Guide - part about Hostname reservation.
Marcin Siodelski [Mon, 12 Sep 2016 14:47:04 +0000 (16:47 +0200)]
[5005] Send reserved hostaname even if DNS updates disabled.
Marcin Siodelski [Fri, 9 Sep 2016 10:35:35 +0000 (12:35 +0200)]
[master] Silenced cppcheck warning about unread variable.
This change was okayed on jabber.
Marcin Siodelski [Thu, 8 Sep 2016 09:58:30 +0000 (11:58 +0200)]
[master] Added ChangeLog entry for #5003.
Marcin Siodelski [Thu, 8 Sep 2016 09:29:15 +0000 (11:29 +0200)]
[5003] Updated commentary about use of pseudo headers on OSX.
Shawn Routhier [Wed, 7 Sep 2016 04:36:24 +0000 (21:36 -0700)]
[trac5003] Fix up some typos
Marcin Siodelski [Mon, 5 Sep 2016 14:00:57 +0000 (16:00 +0200)]
[5003] Updated copyright date.
Marcin Siodelski [Mon, 5 Sep 2016 13:48:36 +0000 (15:48 +0200)]
[5003] Fixed PktFilterBPF for use of loopback interface on OSX.
Marcin Siodelski [Mon, 5 Sep 2016 13:47:32 +0000 (15:47 +0200)]
[5003] Minor improvements in the PktFilterInet code.
Marcin Siodelski [Mon, 5 Sep 2016 13:07:34 +0000 (15:07 +0200)]
[5003] Added missing declaration of to_addr in PktFilterInet.
Marcin Siodelski [Mon, 5 Sep 2016 12:23:06 +0000 (14:23 +0200)]
[5003] Test local port of the received message in pkt filter tests.
Marcin Siodelski [Mon, 5 Sep 2016 10:36:32 +0000 (12:36 +0200)]
[5003] PoC using IP_RECVDSTADDR on BSD.
This option is used on BSD systems to
retrieve local IP address.
Marcin Siodelski [Thu, 8 Sep 2016 11:13:03 +0000 (13:13 +0200)]
[3684] Updated User's Guide per review comments.
Marcin Siodelski [Thu, 8 Sep 2016 10:58:52 +0000 (12:58 +0200)]
[3684] Updated examples as a result of review.
Razvan Becheriu [Thu, 8 Sep 2016 07:23:30 +0000 (10:23 +0300)]
sync with master
Francis Dupont [Wed, 7 Sep 2016 13:13:31 +0000 (13:13 +0000)]
master: regen parser files
Francis Dupont [Wed, 7 Sep 2016 13:10:04 +0000 (15:10 +0200)]
[master] Merged trac5004 (commandReader & other Coverity reports)
Marcin Siodelski [Wed, 7 Sep 2016 10:11:53 +0000 (12:11 +0200)]
[master] Merge branch 'trac4252'
Marcin Siodelski [Wed, 7 Sep 2016 08:07:49 +0000 (10:07 +0200)]
[master] Added ChangeLog entry for #4717.
Marcin Siodelski [Wed, 7 Sep 2016 07:40:47 +0000 (09:40 +0200)]
[master] Merge branch 'trac4717'
Marcin Siodelski [Tue, 6 Sep 2016 15:35:07 +0000 (17:35 +0200)]
[4252] CID
1321678 . Initialize sockaddr_storage.
Marcin Siodelski [Tue, 6 Sep 2016 14:15:44 +0000 (16:15 +0200)]
[4252] CID
1327386 . CSVFile::getColumnIndex must not return negative value.
Andreas Rammhold [Tue, 6 Sep 2016 12:37:05 +0000 (14:37 +0200)]
Fix compilation with GCC 6.0 std::make_pair changes
With C++14, std::make_pair<T,U>(t,u) expects rvalue. If trying
to pass an lvalue, either std::make_pair(t,u) and type is
deduced, or std::pair<T,U>(t,y).
Francis Dupont [Tue, 6 Sep 2016 10:53:45 +0000 (12:53 +0200)]
[5004] Addressed comments
Marcin Siodelski [Tue, 6 Sep 2016 10:28:03 +0000 (12:28 +0200)]
[4252] CID
1364685 . Unchecked dynamic_cast in Option::cloneInternal.
Marcin Siodelski [Tue, 6 Sep 2016 09:52:14 +0000 (11:52 +0200)]
[4252] CID
1364686 . Resource leak in Pkt6 unit tests.
Marcin Siodelski [Sat, 3 Sep 2016 12:01:55 +0000 (14:01 +0200)]
[4717] Corrected swapped log messages.
Marcin Siodelski [Sat, 3 Sep 2016 11:27:42 +0000 (13:27 +0200)]
[4765] Updated DHCPv4 and DHCPv6 configuration specs.
Added "client-classes" entries.
Marcin Siodelski [Sat, 3 Sep 2016 11:21:25 +0000 (13:21 +0200)]
[4765] Added examples of static client class assignments.
Marcin Siodelski [Sat, 3 Sep 2016 11:08:38 +0000 (13:08 +0200)]
[4765] Updated User's Guide with the static class assignments.
Marcin Siodelski [Sat, 3 Sep 2016 10:09:39 +0000 (12:09 +0200)]
[4765] DHCPv6 server now uses client classes specified in HR db.
Marcin Siodelski [Fri, 2 Sep 2016 15:48:58 +0000 (17:48 +0200)]
[4765] Moved classification specific unit tests to a separate file.
Marcin Siodelski [Fri, 2 Sep 2016 13:38:50 +0000 (15:38 +0200)]
[4765] DHCPv4 server uses classes defined in host reservations db.
Francis Dupont [Fri, 2 Sep 2016 12:04:39 +0000 (14:04 +0200)]
[5004] Better fix for CID
1372419
Francis Dupont [Fri, 2 Sep 2016 11:44:50 +0000 (13:44 +0200)]
[5004] Addressed CID
1372421 (and
1372420 ,
1372419 )
Marcin Siodelski [Fri, 2 Sep 2016 09:06:32 +0000 (11:06 +0200)]
[master] Added ChangeLog entry for github pull request #22.
Marcin Siodelski [Thu, 1 Sep 2016 16:03:04 +0000 (18:03 +0200)]
[master] Merge branch 'github22'
Marcin Siodelski [Thu, 1 Sep 2016 13:37:24 +0000 (15:37 +0200)]
[4765] Client classes in HR can be specified in configuration file.
Marcin Siodelski [Wed, 31 Aug 2016 17:56:08 +0000 (19:56 +0200)]
[github22] Updated AUTHORS file.
Marcin Siodelski [Wed, 31 Aug 2016 17:35:00 +0000 (19:35 +0200)]
[github22] Several minor changes after another review.
- Updates to the unit tests.
- Improved commentary in unit tests.
- Renamed methods and updated commentary in command_options.h/cc
- Hold the number of relay encapsulations configured with -A.
- Updated perfdhcp man page.
Wlodek Wencel [Wed, 31 Aug 2016 17:06:12 +0000 (19:06 +0200)]
[master] configure.ac version update
Wlodek Wencel [Wed, 31 Aug 2016 17:04:10 +0000 (19:04 +0200)]
Merge release branch 'v1_1_0'
Marcin Siodelski [Wed, 31 Aug 2016 09:12:22 +0000 (11:12 +0200)]
[github22] Squashed changes from pallotron/perfdhcp_random_mac_from_list.
This change includes MAC address lists for perfdhcp as well as
a command line option for generating relayed traffic in DHCPv6.
This patch was contributed by Angelo Failla.
Marcin Siodelski [Tue, 30 Aug 2016 13:56:31 +0000 (15:56 +0200)]
[master] Fixed failures of the MySQL database upgrade test.
This change was okayed on jabber.
Marcin Siodelski [Mon, 29 Aug 2016 16:26:26 +0000 (18:26 +0200)]
[master] Set version 1.0.0 for libkea-threads.
Agreed on jabber.
Marcin Siodelski [Mon, 29 Aug 2016 16:26:26 +0000 (18:26 +0200)]
[master] Set version 1.0.0 for libkea-threads.
Agreed on jabber.
Marcin Siodelski [Mon, 29 Aug 2016 14:55:34 +0000 (16:55 +0200)]
[3684] Minor fix in the User's Guide.
Marcin Siodelski [Mon, 29 Aug 2016 14:51:38 +0000 (16:51 +0200)]
[3684] Added examples for PostgreSQL host database connection.
Wlodek Wencel [Mon, 29 Aug 2016 14:52:28 +0000 (16:52 +0200)]
[v1_1_0] fixes in documentation
Marcin Siodelski [Mon, 29 Aug 2016 14:32:51 +0000 (16:32 +0200)]
[3684] Added example file with MySQL host database connection.
Marcin Siodelski [Mon, 29 Aug 2016 13:53:56 +0000 (15:53 +0200)]
[3684] Added example file with a connection to MySQL host database.
Marcin Siodelski [Mon, 29 Aug 2016 13:34:42 +0000 (15:34 +0200)]
[3684] Updated Kea User's Guide for host reservations in Kea 1.1.0.
Francis Dupont [Mon, 29 Aug 2016 10:39:39 +0000 (12:39 +0200)]
[master] Updated git hash
Francis Dupont [Mon, 29 Aug 2016 10:38:49 +0000 (12:38 +0200)]
[master] Finished merge of trac4551 (libdhcp vs Fedora 24)
Francis Dupont [Mon, 29 Aug 2016 10:36:05 +0000 (12:36 +0200)]
[master] Merged trac4551 (libdhcp vs Fedora 24)
Wlodek Wencel [Sun, 28 Aug 2016 20:45:37 +0000 (22:45 +0200)]
[v1_1_0] *.mes files reorder
Wlodek Wencel [Sun, 28 Aug 2016 20:38:24 +0000 (22:38 +0200)]
[v1_1_0] Copyright dates update
Wlodek Wencel [Sun, 28 Aug 2016 19:17:43 +0000 (21:17 +0200)]
[v1_1_0] configure.ac version update
Wlodek Wencel [Sun, 28 Aug 2016 19:16:31 +0000 (21:16 +0200)]
[v_1_1_0] ChangeLog typos fix
Francis Dupont [Fri, 26 Aug 2016 19:17:03 +0000 (21:17 +0200)]
[4633] Added OpenSSL 1.1 and Botan 1.11 support
Marcin Siodelski [Fri, 26 Aug 2016 17:50:19 +0000 (19:50 +0200)]
[master] Added ChangeLog entry for #4632.
Marcin Siodelski [Fri, 26 Aug 2016 17:46:26 +0000 (19:46 +0200)]
[master] Merge branch 'trac4632'
Marcin Siodelski [Fri, 26 Aug 2016 17:45:20 +0000 (19:45 +0200)]
[master] Fixed build failure showing up on Redhat linux.
Use std::equal instead of EXPECT_EQ on vectors.
Marcin Siodelski [Fri, 26 Aug 2016 16:26:13 +0000 (18:26 +0200)]
[4632] Bumped up libs version numbers and Kea hooks version number.
Francis Dupont [Fri, 26 Aug 2016 16:12:06 +0000 (18:12 +0200)]
[4633] Merged trac3908 and trac4631
Marcin Siodelski [Fri, 26 Aug 2016 13:51:43 +0000 (15:51 +0200)]
[master] Added ChangeLog entry for #4562.
Marcin Siodelski [Fri, 26 Aug 2016 10:13:53 +0000 (12:13 +0200)]
[4562] Corrected error in unit tests doxygen documentation.
Marcin Siodelski [Fri, 26 Aug 2016 10:09:38 +0000 (12:09 +0200)]
[4562] Fixed order of parameters in asserts within MySQL upgrade tests.
Marcin Siodelski [Fri, 26 Aug 2016 09:47:33 +0000 (11:47 +0200)]
[4562] Updated Postgres upgrade scripts with DHCPv4 fixed fields.
Marcin Siodelski [Fri, 26 Aug 2016 09:13:42 +0000 (11:13 +0200)]
[4562] Updated MySQL upgrade scripts to schema version 5.0.
Tomek Mrugalski [Fri, 26 Aug 2016 14:38:17 +0000 (16:38 +0200)]
[master] Removed obsolete text in dhcp{4,6}.dox
Tomek Mrugalski [Fri, 26 Aug 2016 11:53:09 +0000 (13:53 +0200)]
[master] ChangeLog updated, comments corrected
Tomek Mrugalski [Fri, 26 Aug 2016 11:41:15 +0000 (13:41 +0200)]
[master] Merge branch 'trac4626' (fixed fields in classification)
# Conflicts:
# src/bin/dhcp4/dhcp4_srv.cc
Thomas Markwalder [Thu, 25 Aug 2016 17:37:46 +0000 (13:37 -0400)]
[master] Fixed doxygen errors introduced by 4294.
modified: src/lib/dhcpsrv/mysql_lease_mgr.cc
modified: src/lib/dhcpsrv/pgsql_lease_mgr.cc
Marcin Siodelski [Thu, 25 Aug 2016 16:19:02 +0000 (18:19 +0200)]
[master] Added ChangeLog entry for #4552.
Marcin Siodelski [Thu, 25 Aug 2016 16:18:07 +0000 (18:18 +0200)]
[master] Merge branch 'trac4552'
Thomas Markwalder [Thu, 25 Aug 2016 15:45:07 +0000 (11:45 -0400)]
[master] Added ChangeLog entry 1156 for #4294.
Thomas Markwalder [Thu, 25 Aug 2016 15:42:54 +0000 (11:42 -0400)]
[master] kea-dhcp4 and kea-dhcp6 now recalculate lease stats after reconfigure
Merges in trac4294
Tomek Mrugalski [Thu, 25 Aug 2016 14:54:40 +0000 (16:54 +0200)]
[4626] methods reordered