]>
git.ipfire.org Git - thirdparty/kea.git/log
Tomek Mrugalski [Tue, 9 Jun 2015 13:13:45 +0000 (15:13 +0200)]
[3796] Changes after review:
- a lot of dead code removed from command_interpreter.cc|h|tests
- unit-tests an el() function now have comments
- comments improved (added for constants, cleaned up for functions)
- copyright years updated
- unnecessary includes removed
Marcin Siodelski [Tue, 9 Jun 2015 12:28:48 +0000 (14:28 +0200)]
[master] Added ChangeLog entry for #3810.
Marcin Siodelski [Tue, 9 Jun 2015 12:00:45 +0000 (14:00 +0200)]
[master] Merge branch 'trac3810'
Marcin Siodelski [Tue, 9 Jun 2015 11:58:43 +0000 (13:58 +0200)]
[3807] Fixed bug in the Option6StatusCode::toText
Marcin Siodelski [Tue, 9 Jun 2015 11:06:01 +0000 (13:06 +0200)]
[3070] Fixed some compilation failures.
Francis Dupont [Tue, 9 Jun 2015 10:53:05 +0000 (12:53 +0200)]
[master] Updated git hash
Francis Dupont [Tue, 9 Jun 2015 10:50:24 +0000 (12:50 +0200)]
[master] Merging trac3504b (RELEASE from bad location)
Francis Dupont [Tue, 9 Jun 2015 10:40:21 +0000 (12:40 +0200)]
[3504b] Renamed [Rr]eleaseNoSubnet
Francis Dupont [Tue, 9 Jun 2015 10:39:08 +0000 (12:39 +0200)]
[3504b] Unwrapped DHCP4_RELEASE_FAIL_NO_SUBNET definition
Marcin Siodelski [Tue, 9 Jun 2015 10:36:53 +0000 (12:36 +0200)]
[3070] Added log message for Rapid Commit.
Marcin Siodelski [Tue, 9 Jun 2015 10:18:44 +0000 (12:18 +0200)]
[3070] Added section about Rapid Commit to the User Guide.
Marcin Siodelski [Tue, 9 Jun 2015 10:00:21 +0000 (12:00 +0200)]
[3070] Implemented Rapid Commit support for DHCPv6 server.
Marcin Siodelski [Tue, 9 Jun 2015 10:35:14 +0000 (12:35 +0200)]
[3070] Parse rapid-commit parameter for subnet6.
Marcin Siodelski [Mon, 8 Jun 2015 12:50:59 +0000 (14:50 +0200)]
[3070] Added Rapid Commit flag to Subnet6.
Francis Dupont [Tue, 9 Jun 2015 08:13:37 +0000 (10:13 +0200)]
[3513] improved the config.report texts
Francis Dupont [Tue, 9 Jun 2015 07:43:49 +0000 (09:43 +0200)]
[3513] improved extended version layouts
Francis Dupont [Tue, 9 Jun 2015 07:34:50 +0000 (09:34 +0200)]
[3513] removed extra EXTENDED_VERSION
Shawn Routhier [Tue, 9 Jun 2015 02:15:36 +0000 (19:15 -0700)]
[trac3808] Updates per review comments
Marcin Siodelski [Mon, 8 Jun 2015 16:59:51 +0000 (18:59 +0200)]
[3810] Further changes as a result of the review.
Marcin Siodelski [Mon, 8 Jun 2015 16:54:58 +0000 (18:54 +0200)]
[3810] Addressed review comments.
Removed static constant and updated tests for HostReservationParser.
Thomas Markwalder [Mon, 8 Jun 2015 13:13:13 +0000 (09:13 -0400)]
[3883] Addressed review comments
Minor typos and cleanup.
Marcin Siodelski [Mon, 8 Jun 2015 11:50:31 +0000 (13:50 +0200)]
[3810] Host reservation parser checks for unsupported parameters.
Marcin Siodelski [Fri, 5 Jun 2015 09:15:21 +0000 (11:15 +0200)]
[3796] Removed unused function to prevent compilation failure on OS-X.
Shawn Routhier [Fri, 5 Jun 2015 03:41:20 +0000 (20:41 -0700)]
[trac3618] Tidy up some typos found while reviewing.
Francis Dupont [Wed, 3 Jun 2015 17:49:58 +0000 (19:49 +0200)]
[3504b] Rewrote ReleaseNoSubnet unit test
Francis Dupont [Wed, 3 Jun 2015 13:41:43 +0000 (15:41 +0200)]
[3504b] Switched to bad_packet_logger
Francis Dupont [Wed, 3 Jun 2015 13:18:55 +0000 (15:18 +0200)]
[3504b] processRelease() drops packets from bad location (i.e., no subnet)
Francis Dupont [Wed, 3 Jun 2015 13:17:26 +0000 (15:17 +0200)]
[3504b] Added new DHCP4_RELEASE_FAIL_NO_SUBNET message
Marcin Siodelski [Tue, 2 Jun 2015 15:37:24 +0000 (17:37 +0200)]
[3807] Improved log messages for the DHCPv6 server.
Also added a few minor corrections to the DHCPv4 server and implemented
new Option6StatusCode.
Thomas Markwalder [Fri, 29 May 2015 13:37:31 +0000 (09:37 -0400)]
[3794] Converted dhcp4 guide statistics list to table
doc/guide/dhcp4-srv.xml
converted item list of statistics to a table to improve readability.
Thomas Markwalder [Thu, 28 May 2015 18:18:04 +0000 (14:18 -0400)]
[3883] Added support for PostgreSQL to kea-admin
configure.ac
- added src/bin/admin/tests/pgsql_tests.sh to list of config
generated files (i.e AC_CONFIG_FILES)
src/bin/admin/tests/pgsql_tests.sh.in
- new file containing unit tests of for kea-admin PostgreSQL support
src/bin/admin/tests/Makefile.am
- added pgsql_tests.sh
src/bin/admin/admin-utils.sh
- added PosgreSQL support functions:
pgsql_execute()
pgsql_execute_script()
pgsql_version()
pgsql_version_print()
src/bin/admin/kea-admin.in
- implemented pgsql_init()
- removed pgsql_version(), kea-admin uses function in
admin-utils.sh directly
- implemented pgsql_upgrade() - note that it fails with exit 1
as there are not yet any upgrades available
Tomek Mrugalski [Wed, 27 May 2015 12:55:30 +0000 (14:55 +0200)]
[3798] Makefiles updated.
Tomek Mrugalski [Wed, 27 May 2015 12:29:06 +0000 (14:29 +0200)]
[3798] assigned-addresses statistic handling in Release processing
Tomek Mrugalski [Wed, 27 May 2015 11:38:02 +0000 (13:38 +0200)]
[3798] assigned-addresses stat modifications in AllocEngine
Thomas Markwalder [Wed, 27 May 2015 11:22:16 +0000 (07:22 -0400)]
[3803] Updated kea guide and kea-admin man pages for lease-dump
Tomek Mrugalski [Wed, 27 May 2015 10:37:53 +0000 (12:37 +0200)]
[3798] subnet[id].total-addresses implemented.
Thomas Markwalder [Tue, 26 May 2015 18:13:49 +0000 (14:13 -0400)]
[trac3802] Added unit tests for mysql lease_dump
src/bin/admin/admin-utils.sh
modified mysql_execute to return mysql's exit status
src/bin/admin/tests/mysql_tests.sh.in
added new tests: mysql_lease4_dump_test and mysql_lease4_dump_test
Added two data files used by the new tests for checking lease dump correctness:
src/bin/admin/tests/data/mysql.lease4_dump_test.reference.csv
src/bin/admin/tests/data/mysql.lease6_dump_test.reference.csv
NOTE that lease-dump for Postgresql has been implemented but lacks unit tests.
The unit tests will be completed once admin-utils.sh and kea-admin fully
support Postgres see #3883 and #3884.
Tomek Mrugalski [Fri, 22 May 2015 15:57:32 +0000 (17:57 +0200)]
[master] ChangeLog updated after #3881 merge.
Francis Dupont [Fri, 22 May 2015 06:29:03 +0000 (08:29 +0200)]
[3859] redeclare and redefine the getVersion()
Francis Dupont [Thu, 21 May 2015 23:19:40 +0000 (01:19 +0200)]
[3513] Added libcfgrpt.la to tests LDADDs
Francis Dupont [Thu, 21 May 2015 13:35:04 +0000 (15:35 +0200)]
[3697] added a throwTypeError macro to display position
Francis Dupont [Thu, 21 May 2015 13:23:39 +0000 (15:23 +0200)]
[3652] handle the IPv4 address already reserved case
Francis Dupont [Thu, 21 May 2015 13:12:29 +0000 (15:12 +0200)]
[3881] Added a config commit
Francis Dupont [Thu, 21 May 2015 12:32:26 +0000 (14:32 +0200)]
[master] updated git hash
Francis Dupont [Thu, 21 May 2015 12:31:40 +0000 (14:31 +0200)]
[master] Updated ChangeLog for trac3734
Francis Dupont [Thu, 21 May 2015 12:29:03 +0000 (14:29 +0200)]
[master] Merge branch 'trac3734'
Francis Dupont [Thu, 21 May 2015 12:23:17 +0000 (14:23 +0200)]
[master] updated git hash
Francis Dupont [Thu, 21 May 2015 12:21:57 +0000 (14:21 +0200)]
[master] Updated ChangeLog for trac3762
Francis Dupont [Thu, 21 May 2015 12:18:58 +0000 (14:18 +0200)]
[master] Merge branch 'trac3762'
Francis Dupont [Wed, 20 May 2015 21:16:11 +0000 (23:16 +0200)]
[master] spelling
Thomas Markwalder [Wed, 20 May 2015 20:13:33 +0000 (16:13 -0400)]
[trac3802] Added lease-dump file to kea-admin
Added command, "lease-dump" along with functions to
support dumping RDBMS lease file to disk for both
MySQL and Postgres
Tomek Mrugalski [Wed, 20 May 2015 14:14:41 +0000 (16:14 +0200)]
[3796] ccsession.cc|h renamed to command_interpreter.cc|h
Francis Dupont [Wed, 20 May 2015 14:02:59 +0000 (16:02 +0200)]
[master] updated git hash
Francis Dupont [Wed, 20 May 2015 14:02:16 +0000 (16:02 +0200)]
[master] Fixed the 2 bugs found by the Visual Studio runtime + one by Stephen in src/bin
Francis Dupont [Wed, 20 May 2015 13:42:18 +0000 (15:42 +0200)]
[master] updated git hash
Francis Dupont [Wed, 20 May 2015 13:41:36 +0000 (15:41 +0200)]
[master] fixed 3 minor bugs in DHCP++ (#3854)
Francis Dupont [Wed, 20 May 2015 13:14:17 +0000 (15:14 +0200)]
[master] updated git hash
Francis Dupont [Wed, 20 May 2015 13:13:29 +0000 (15:13 +0200)]
[master] renamed INVALID_SOCKET -> SOCKET_NOT_VALID (#3861)
Francis Dupont [Wed, 20 May 2015 12:52:57 +0000 (14:52 +0200)]
[3867] removed duplicate
Francis Dupont [Tue, 19 May 2015 23:43:37 +0000 (01:43 +0200)]
[3618] decided between offset-x/throw and fixed vivso-suboptions
Francis Dupont [Tue, 19 May 2015 22:02:08 +0000 (00:02 +0200)]
[3618] augmented unit tests for trancated options and vendor options
Tomek Mrugalski [Tue, 19 May 2015 16:27:50 +0000 (18:27 +0200)]
[3793] {create,parse}{Command,Answer} methods updated to new format
createCommand, parseCommand, createAnswer, parseAnswer updated
to an new format described here: http://kea.isc.org/wiki/StatsDesign
Francis Dupont [Tue, 19 May 2015 13:11:39 +0000 (15:11 +0200)]
[master] spelling
Marcin Siodelski [Tue, 19 May 2015 13:00:01 +0000 (15:00 +0200)]
[master] Added ChangeLog entry for #3747.
Marcin Siodelski [Tue, 19 May 2015 12:29:18 +0000 (14:29 +0200)]
[master] Merge branch 'trac3747'
Tomek Mrugalski [Tue, 19 May 2015 12:18:17 +0000 (14:18 +0200)]
[3796] CCSession class removed.
Francis Dupont [Tue, 19 May 2015 10:44:00 +0000 (12:44 +0200)]
[3618] missing space in message
Marcin Siodelski [Tue, 19 May 2015 08:46:01 +0000 (10:46 +0200)]
[3747] Addressed review comments.
Shawn Routhier [Tue, 19 May 2015 03:45:23 +0000 (20:45 -0700)]
[trac3808] Enhance logging for D2
Split the logging into three loggers
config & general
dhcp to d2
d2 to dns (and back)
Print out a request ID for each NCR event. Currently this is the
DHCID but it could be changed in the future to allow for comparing
log entries between DHCP servers and D2.
Fix up some typos I ran across while reading the code
Marcin Siodelski [Mon, 18 May 2015 18:48:22 +0000 (20:48 +0200)]
[3747] Fixed whitespaces in the User Guide.
Tomek Mrugalski [Mon, 18 May 2015 18:31:06 +0000 (20:31 +0200)]
[3794] Remaining stats added, docs updated.
Thomas Markwalder [Mon, 18 May 2015 16:20:09 +0000 (12:20 -0400)]
[trac3747] Corrected some minor typos in dhcp4-srv.xml
Marcin Siodelski [Mon, 18 May 2015 14:34:20 +0000 (16:34 +0200)]
[3807] Pkt6::getType now returns all message types, including client side.
Marcin Siodelski [Mon, 18 May 2015 14:12:26 +0000 (16:12 +0200)]
[3807] Updated Kea Guide with new loggers for DHCPv6.
Marcin Siodelski [Mon, 18 May 2015 13:57:07 +0000 (15:57 +0200)]
[3807] Added new loggers for DHCPv6 server.
Francis Dupont [Mon, 18 May 2015 12:54:34 +0000 (14:54 +0200)]
[3857] warn about the loose terminology (aka DSO vs shared library)
Marcin Siodelski [Mon, 18 May 2015 12:52:32 +0000 (14:52 +0200)]
[3807] Implemented Pkt6::getLabel and Pkt6::getClientId.
Francis Dupont [Mon, 18 May 2015 11:30:12 +0000 (13:30 +0200)]
[3833] fixed signed for variables in src/bin
Francis Dupont [Mon, 18 May 2015 11:20:46 +0000 (13:20 +0200)]
[3839] Added another unused exception variable
Francis Dupont [Mon, 18 May 2015 11:13:58 +0000 (13:13 +0200)]
[3870] protect OPTIONAL against a #define in system headers
Marcin Siodelski [Mon, 18 May 2015 08:24:29 +0000 (10:24 +0200)]
[3807] Fixed toText functions in the DHCPv6 options.
Francis Dupont [Mon, 18 May 2015 07:10:08 +0000 (09:10 +0200)]
[3734] removed python from log library and compiler
Francis Dupont [Mon, 18 May 2015 06:53:54 +0000 (08:53 +0200)]
[3732] removed bundy from code and most docs
Francis Dupont [Sun, 17 May 2015 15:22:22 +0000 (17:22 +0200)]
[3513] added some notices about the embedded config.report
Francis Dupont [Sun, 17 May 2015 14:32:28 +0000 (16:32 +0200)]
[3513] Added embedded config.report in binaries
Francis Dupont [Sun, 17 May 2015 11:38:10 +0000 (13:38 +0200)]
[3513] extended version reporting
Francis Dupont [Sat, 16 May 2015 23:29:03 +0000 (01:29 +0200)]
[3513] added static getVersion for cryptolink
Francis Dupont [Sat, 16 May 2015 23:25:30 +0000 (01:25 +0200)]
[3513] added static getVersion for log
Francis Dupont [Sat, 16 May 2015 10:31:49 +0000 (12:31 +0200)]
[master] spelling
Francis Dupont [Sat, 16 May 2015 10:24:57 +0000 (12:24 +0200)]
[3762] fixed UNRECOGNISED spelling
Francis Dupont [Sat, 16 May 2015 10:06:50 +0000 (12:06 +0200)]
[master] fixed ~ vs ~ typo (#3865)
Francis Dupont [Sat, 16 May 2015 10:01:22 +0000 (12:01 +0200)]
[master] followed c99/c++11 standard for the variadic macro RECORD_DECL() (#3853)
Tomek Mrugalski [Fri, 15 May 2015 18:39:05 +0000 (20:39 +0200)]
[master] ChangeLog, AUTHORS updated after #3567 merge.
Tomek Mrugalski [Fri, 15 May 2015 18:35:38 +0000 (20:35 +0200)]
[master] Merge branch 'trac3567' (host reservations MySQL schema)
Tomek Mrugalski [Fri, 15 May 2015 18:03:26 +0000 (20:03 +0200)]
[3567] Applied updated patch by Adam
- upgrade 2.0 to 3.0 script added
- added unit-tests
- dhcpdb_create.mysql script now uses the same database
Tomek Mrugalski [Fri, 15 May 2015 17:31:14 +0000 (19:31 +0200)]
[3794] Many pkt4-receive-* statistics implemented
Tomek Mrugalski [Fri, 15 May 2015 13:54:08 +0000 (15:54 +0200)]
[3794] Initial statistics support added in DHCPv4.
Marcin Siodelski [Fri, 15 May 2015 13:15:44 +0000 (15:15 +0200)]
[master] Added ChangeLog entry for #3806.
Marcin Siodelski [Fri, 15 May 2015 13:03:25 +0000 (15:03 +0200)]
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Marcin Siodelski [Fri, 15 May 2015 13:02:48 +0000 (15:02 +0200)]
[master] Merge branch 'trac3806'
# Conflicts:
# doc/guide/logging.xml