]>
git.ipfire.org Git - thirdparty/kea.git/log
Tomek Mrugalski [Tue, 9 Jun 2015 11:32:13 +0000 (13:32 +0200)]
[3880] Control channel documented (devel guide)
Tomek Mrugalski [Mon, 8 Jun 2015 20:22:45 +0000 (22:22 +0200)]
[3880] Compilation fix.
Tomek Mrugalski [Mon, 8 Jun 2015 19:55:56 +0000 (21:55 +0200)]
[3880] statistic-* commands are now registered in Dhcpv4Srv
Tomek Mrugalski [Mon, 8 Jun 2015 19:35:22 +0000 (21:35 +0200)]
[3880] Implemented handlers for statistic-* commands.
Tomek Mrugalski [Mon, 8 Jun 2015 17:57:34 +0000 (19:57 +0200)]
[3880] Extra sanity check added.
Tomek Mrugalski [Mon, 8 Jun 2015 17:46:26 +0000 (19:46 +0200)]
[3880] Unit-test for UNIX control socket written.
Tomek Mrugalski [Wed, 3 Jun 2015 14:32:59 +0000 (16:32 +0200)]
[3880] Support for control-socket implemented in DHCPv4.
Tomek Mrugalski [Tue, 2 Jun 2015 20:04:30 +0000 (22:04 +0200)]
[3880] Callback for handling UNIX connections implemented.
Tomek Mrugalski [Tue, 26 May 2015 19:26:25 +0000 (21:26 +0200)]
[3880] CommandSocketFactory implemented.
Tomek Mrugalski [Tue, 26 May 2015 18:16:02 +0000 (20:16 +0200)]
[3880] Initial implementation:
- CommandMgr class implemented
- unit-tests for CommandMgr implemented
- Stub implementation for CommandSocketFactory
Tomek Mrugalski [Wed, 10 Jun 2015 11:36:06 +0000 (13:36 +0200)]
[master] Merge branch 'trac3796' (statistics interface, part 1)
Conflicts:
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
src/bin/dhcp6/tests/dhcp6_test_utils.cc
Thomas Markwalder [Wed, 10 Jun 2015 10:58:41 +0000 (06:58 -0400)]
[master] Added ChangeLog entry 944.
Thomas Markwalder [Wed, 10 Jun 2015 10:30:30 +0000 (06:30 -0400)]
[master] Merged branch 'trac3883'
3883 adds PostgreSQL support to kea-admin
Tomek Mrugalski [Wed, 10 Jun 2015 09:22:41 +0000 (11:22 +0200)]
[3796] Minor edit in one comment.
Tomek Mrugalski [Wed, 10 Jun 2015 08:48:24 +0000 (10:48 +0200)]
[3796] command_interpreter.cc|h|tests moved: src/lib/config => src/lib/cc
Shawn Routhier [Tue, 9 Jun 2015 20:15:58 +0000 (13:15 -0700)]
[master] Added branch tag for 3808
Shawn Routhier [Tue, 9 Jun 2015 20:13:33 +0000 (13:13 -0700)]
[master] Enhance the d2 logging code
Split the d2 logging code into multiple loggers
to allow administrators to more easily contol
the amount of debug messages during debugging.
Merge branch 'trac3808'
Shawn Routhier [Tue, 9 Jun 2015 19:42:18 +0000 (12:42 -0700)]
[trac3808] Updates per review comments round 2
Add the ChangeLog entry
Update the documentation to change the underscores to hyphens
Tomek Mrugalski [Tue, 9 Jun 2015 17:31:00 +0000 (19:31 +0200)]
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Thomas Markwalder [Tue, 9 Jun 2015 17:20:11 +0000 (13:20 -0400)]
[3883] Additional review fixes
- Reversed order in assert_eq message paramenters
- pgsql_upgrade_test() was missing setup steps to wipe and create the db
Tomek Mrugalski [Tue, 9 Jun 2015 16:40:39 +0000 (18:40 +0200)]
[master] ChangeLog updated.
Tomek Mrugalski [Tue, 9 Jun 2015 16:39:31 +0000 (18:39 +0200)]
[master] Merge branch 'trac3794' (packet statistics in DHCPv4)
Francis Dupont [Tue, 9 Jun 2015 16:14:58 +0000 (18:14 +0200)]
[master] Merged trac3832 (isalpha() returns an int, not a bool)
Francis Dupont [Tue, 9 Jun 2015 16:11:55 +0000 (18:11 +0200)]
[master] Merged trac3867 (a typo made dhcp4_test_utils.h twice)
Francis Dupont [Tue, 9 Jun 2015 16:01:27 +0000 (18:01 +0200)]
[master] Merged trac3814 (removed config.h from check_valgrind.h)
Tomek Mrugalski [Tue, 9 Jun 2015 15:05:02 +0000 (17:05 +0200)]
[3794] Another 2 static_casts added.
Tomek Mrugalski [Tue, 9 Jun 2015 14:50:56 +0000 (16:50 +0200)]
[3794] Comments updated.
Tomek Mrugalski [Tue, 9 Jun 2015 14:48:51 +0000 (16:48 +0200)]
[3794] Changes after review:
- Pkt4::check() removed
- commented recent change in Pkt4::setType()
- Pkt4::setType() now used OptionInt<uint8> rather than
Option::setUint8()
Tomek Mrugalski [Tue, 9 Jun 2015 13:23:37 +0000 (15:23 +0200)]
[3796] arg description updated.
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'
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
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.
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
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 [Fri, 22 May 2015 15:57:32 +0000 (17:57 +0200)]
[master] ChangeLog updated after #3881 merge.
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
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
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.
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
Francis Dupont [Mon, 18 May 2015 07:10:08 +0000 (09:10 +0200)]
[3734] removed python from log library and compiler
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
Tomek Mrugalski [Fri, 15 May 2015 12:39:44 +0000 (14:39 +0200)]
[master] ChangeLog updated after #3793 merge.
Tomek Mrugalski [Fri, 15 May 2015 12:37:50 +0000 (14:37 +0200)]
[master] Merge branch 'trac3793' (StatsMgr implementation)
Tomek Mrugalski [Fri, 15 May 2015 12:36:28 +0000 (14:36 +0200)]
[3793] Changes after review:
- Added rationale for ptimeToText, durationToText
- Added missing headers
- Removed the default values in addValue()
- StatsDuration is now passed by reference
Marcin Siodelski [Fri, 15 May 2015 12:27:46 +0000 (14:27 +0200)]
[3806] Address second round of review comments.
1) Removed the srv-hooks logger
2) Updated DHCP4_NCR_CREATE message description
3) Updated logging doc.
Marcin Siodelski [Fri, 15 May 2015 09:56:44 +0000 (11:56 +0200)]
[3806] Corrections in the User Guide.
Also, renamed loggers.
Marcin Siodelski [Fri, 15 May 2015 08:50:47 +0000 (10:50 +0200)]
[3806] Removed fixme leftovers as no new log statements seemed necessary
Marcin Siodelski [Fri, 15 May 2015 08:30:47 +0000 (10:30 +0200)]
[3806] Addressed some of the review comments.
Except user guide related and "fixme" leftovers.
Tomek Mrugalski [Thu, 14 May 2015 17:43:05 +0000 (19:43 +0200)]
[3793] Changes after review:
- {ptime,duration}ToText moved to lib/util
- missing comments added
- EXPECT_EQ -> ASSERT_EQ
- several consts added
- protected methods are now private in Observation
- tabs converted to spaces
Jeremy C. Reed [Wed, 13 May 2015 18:00:36 +0000 (14:00 -0400)]
[3786] remove "ext/" from reference to the boost license file
because that directory name doesn't exist with the installed version
of kea.
This is trivial and I commit to master without review.
Marcin Siodelski [Wed, 13 May 2015 17:41:48 +0000 (19:41 +0200)]
[3747] Renamed parameter record-client-id to match-client-id.
Also fixed a couple of failing unit tests.
Marcin Siodelski [Wed, 13 May 2015 13:41:47 +0000 (15:41 +0200)]
[3747] Updated User Guide with the match-client-id config examples.
Marcin Siodelski [Tue, 12 May 2015 17:01:27 +0000 (19:01 +0200)]
[3747] Use record-client-id parameter when (re)allocating leases.