]>
git.ipfire.org Git - thirdparty/kea.git/log
Yoshitaka Aharen [Mon, 4 Feb 2013 02:04:13 +0000 (11:04 +0900)]
[2157] address occasional lettuce failure: add reply check for getstats command
JINMEI Tatuya [Sat, 2 Feb 2013 03:47:12 +0000 (19:47 -0800)]
[2157] editorial: removed space in a blank line.
JINMEI Tatuya [Sat, 2 Feb 2013 03:43:55 +0000 (19:43 -0800)]
[2157] editorial: unify two short lines
Yoshitaka Aharen [Sat, 2 Feb 2013 02:52:23 +0000 (11:52 +0900)]
[2157] fix opcode handling and added some documentation
Yoshitaka Aharen [Sat, 2 Feb 2013 02:03:18 +0000 (11:03 +0900)]
[2157] make opcode a reference
Yoshitaka Aharen [Sat, 2 Feb 2013 01:55:56 +0000 (10:55 +0900)]
[2157] correct method naming of MessageAttributes
JINMEI Tatuya [Thu, 31 Jan 2013 20:15:47 +0000 (12:15 -0800)]
[2157] removed white spaces at EOL
Yoshitaka Aharen [Thu, 31 Jan 2013 13:31:49 +0000 (22:31 +0900)]
[2157] increment opcode counter if message header parse succeeded
Yoshitaka Aharen [Wed, 30 Jan 2013 09:41:34 +0000 (18:41 +0900)]
[2157] update docs for getRequestIPVersion()
Yoshitaka Aharen [Wed, 30 Jan 2013 09:16:55 +0000 (18:16 +0900)]
[2157] add parameter checks for setRequest(IPVersion|TransportProtocol)
Yoshitaka Aharen [Wed, 30 Jan 2013 08:31:57 +0000 (17:31 +0900)]
[2157] removed a wrong note
Yoshitaka Aharen [Wed, 30 Jan 2013 07:39:05 +0000 (16:39 +0900)]
[2157] use common idiom to check an element exists
Yoshitaka Aharen [Wed, 30 Jan 2013 07:33:38 +0000 (16:33 +0900)]
[2157] removed unused member variable
Yoshitaka Aharen [Wed, 30 Jan 2013 07:17:43 +0000 (16:17 +0900)]
[2157] fixed misuse of constant; simply use a constant numeric
Yoshitaka Aharen [Wed, 30 Jan 2013 07:13:50 +0000 (16:13 +0900)]
[2157] update notes
Yoshitaka Aharen [Wed, 30 Jan 2013 07:05:42 +0000 (16:05 +0900)]
[2157] throw InvalidParameter instead of assert, updated doxygen
Yoshitaka Aharen [Wed, 30 Jan 2013 06:52:24 +0000 (15:52 +0900)]
[2157] doxygen style fixes: adjust empty lines for readability
Yoshitaka Aharen [Wed, 30 Jan 2013 06:13:52 +0000 (15:13 +0900)]
[2157] simplify return type of getRequestOpCode()
JINMEI Tatuya [Wed, 30 Jan 2013 04:16:09 +0000 (20:16 -0800)]
[2157] minor editorial fixes: add \brief and an empty line for readability
JINMEI Tatuya [Wed, 30 Jan 2013 03:00:57 +0000 (19:00 -0800)]
[2157] some editorial cleanups for pydoc
Yoshitaka Aharen [Tue, 29 Jan 2013 10:59:50 +0000 (19:59 +0900)]
[2157] added a note for the case statistics counters are not incremented
Yoshitaka Aharen [Tue, 29 Jan 2013 09:56:30 +0000 (18:56 +0900)]
[2157] update doxygen comments
Yoshitaka Aharen [Tue, 29 Jan 2013 05:49:55 +0000 (14:49 +0900)]
[2157] statistics counter check in lettuce corrected
it didn't work if only 'counter' parameter is given
Yoshitaka Aharen [Mon, 28 Jan 2013 13:38:26 +0000 (22:38 +0900)]
[2157] avoid using unnamed namespace in header file
Yoshitaka Aharen [Mon, 28 Jan 2013 13:33:21 +0000 (22:33 +0900)]
Revert "[2157] pass IP versions and transport protocols with enum"
This reverts commit
c2165222deb85cb2ff99a7146b28c659624edc24.
Conflicts:
src/bin/auth/statistics.cc.pre
src/bin/auth/statistics.h
src/bin/auth/tests/statistics_unittest.cc.pre
Yoshitaka Aharen [Mon, 28 Jan 2013 13:04:02 +0000 (22:04 +0900)]
[2157] added a comment for step.hashes
Yoshitaka Aharen [Mon, 28 Jan 2013 12:50:20 +0000 (21:50 +0900)]
[2157] added a note to describe response() processes 3 messages
Yoshitaka Aharen [Mon, 28 Jan 2013 12:42:47 +0000 (21:42 +0900)]
[2157] removed unused helper function from test code
Yoshitaka Aharen [Mon, 28 Jan 2013 12:41:32 +0000 (21:41 +0900)]
[2157] removed duplicate comment
Yoshitaka Aharen [Mon, 28 Jan 2013 12:36:04 +0000 (21:36 +0900)]
[2157] use boost::optional for getRequestOpcode()
Yoshitaka Aharen [Mon, 28 Jan 2013 12:12:42 +0000 (21:12 +0900)]
[2157] doxygen: Counters::inc() doesn't throw
Yoshitaka Aharen [Mon, 28 Jan 2013 12:08:54 +0000 (21:08 +0900)]
[2157] applied patch from 2157#comment:48
Yoshitaka Aharen [Mon, 28 Jan 2013 12:01:42 +0000 (21:01 +0900)]
[2157] added a note to explain why empty string is required
Yoshitaka Aharen [Mon, 28 Jan 2013 11:50:14 +0000 (20:50 +0900)]
[2157] updated doxygen comments
Yoshitaka Aharen [Mon, 28 Jan 2013 11:46:32 +0000 (20:46 +0900)]
[2157] rename setResponseSigTSIG to setResponseTSIG
Yoshitaka Aharen [Mon, 28 Jan 2013 11:42:55 +0000 (20:42 +0900)]
[2157] renamed setRequestSig to setRequestTSIG
Yoshitaka Aharen [Mon, 28 Jan 2013 11:38:57 +0000 (20:38 +0900)]
[2157] updated brief notes; indicate explicitly what is the attribute
JINMEI Tatuya [Tue, 15 Jan 2013 19:10:07 +0000 (11:10 -0800)]
[2157] corrected order of EXPECT_EQ params: 1st param should be the 'expected'.
JINMEI Tatuya [Tue, 15 Jan 2013 19:08:16 +0000 (11:08 -0800)]
[2157] constify
Yoshitaka Aharen [Fri, 11 Jan 2013 06:31:25 +0000 (15:31 +0900)]
[2157] editorial fix: namings and comments
Yoshitaka Aharen [Fri, 11 Jan 2013 05:07:28 +0000 (14:07 +0900)]
[2157] add some notes to generate_docfile
Yoshitaka Aharen [Fri, 11 Jan 2013 04:56:34 +0000 (13:56 +0900)]
[2157] check some statistics counters are unaffected
Yoshitaka Aharen [Thu, 27 Dec 2012 10:12:26 +0000 (19:12 +0900)]
[2157] removed wrong note
Yoshitaka Aharen [Thu, 27 Dec 2012 10:04:27 +0000 (19:04 +0900)]
[2157] clarify the description of qrynxrrset
Yoshitaka Aharen [Wed, 26 Dec 2012 11:52:36 +0000 (20:52 +0900)]
[2157] trivial fix of the arrangement of words
Yoshitaka Aharen [Wed, 26 Dec 2012 11:50:55 +0000 (20:50 +0900)]
[2157] rename test script for gen-statisticsitems.py
Yoshitaka Aharen [Wed, 26 Dec 2012 11:45:49 +0000 (20:45 +0900)]
[2157] rename a method per name convention
Yoshitaka Aharen [Wed, 26 Dec 2012 11:42:41 +0000 (20:42 +0900)]
[2157] skip test which uses sqlite3 data source for static-link
environments
Yoshitaka Aharen [Wed, 26 Dec 2012 11:19:21 +0000 (20:19 +0900)]
[2157] removed unused parameter
Yoshitaka Aharen [Wed, 26 Dec 2012 11:10:42 +0000 (20:10 +0900)]
[2157] throw an exception instead of assert for invalid parameter
Yoshitaka Aharen [Wed, 26 Dec 2012 11:01:30 +0000 (20:01 +0900)]
[2157] remove unnecessary explicit initialization
Yoshitaka Aharen [Wed, 26 Dec 2012 10:16:02 +0000 (19:16 +0900)]
[2157] renamed enum type name
Yoshitaka Aharen [Wed, 26 Dec 2012 10:07:21 +0000 (19:07 +0900)]
[2157] remove using declaration from statistics.h
Yoshitaka Aharen [Wed, 26 Dec 2012 10:02:43 +0000 (19:02 +0900)]
[2157] use boost::optional for Opcode in MessageAttributes
Yoshitaka Aharen [Wed, 26 Dec 2012 08:52:12 +0000 (17:52 +0900)]
[2157] removed TODO comment.
Yoshitaka Aharen [Wed, 26 Dec 2012 08:46:01 +0000 (17:46 +0900)]
[2157] renamed af to ipversion
Yoshitaka Aharen [Wed, 26 Dec 2012 08:37:28 +0000 (17:37 +0900)]
[2157] use EXPECT_DEATH_IF_SUPPORTED instead of checking with ifdef
Yoshitaka Aharen [Wed, 26 Dec 2012 08:25:25 +0000 (17:25 +0900)]
[2157] brush up lettuce scnario
Yoshitaka Aharen [Wed, 26 Dec 2012 06:00:34 +0000 (15:00 +0900)]
[2157] fix paths with srcdir/buiddir
Yoshitaka Aharen [Tue, 25 Dec 2012 12:10:44 +0000 (21:10 +0900)]
[2157] added a new terrain to unify a set of expected items
JINMEI Tatuya [Fri, 21 Dec 2012 16:57:02 +0000 (08:57 -0800)]
[2157] editorial/style fixes: removed unnecessary ';', constify
JINMEI Tatuya [Fri, 21 Dec 2012 16:42:24 +0000 (08:42 -0800)]
[2157] editorial: removed unnecessary ';'
JINMEI Tatuya [Fri, 21 Dec 2012 07:00:39 +0000 (23:00 -0800)]
[2157] style fix: explicitly convert bit operation to bool
JINMEI Tatuya [Fri, 21 Dec 2012 06:56:54 +0000 (22:56 -0800)]
[2157] style fix: folded a long line
JINMEI Tatuya [Fri, 21 Dec 2012 06:33:02 +0000 (22:33 -0800)]
[2157] minor grammar fix in pydoc string
JINMEI Tatuya [Thu, 20 Dec 2012 17:39:16 +0000 (09:39 -0800)]
[2157] style fix: removed a white space at EOL
Yoshitaka Aharen [Wed, 12 Dec 2012 10:13:11 +0000 (19:13 +0900)]
[2157] add test for generated XML file
Yoshitaka Aharen [Tue, 11 Dec 2012 12:11:53 +0000 (21:11 +0900)]
[2157] test only for concerned counters
Yoshitaka Aharen [Tue, 11 Dec 2012 11:55:44 +0000 (20:55 +0900)]
[2157] fix checks for response is TSIG signed or not
Yoshitaka Aharen [Tue, 11 Dec 2012 11:32:39 +0000 (20:32 +0900)]
[2157] unify similar test codes
Yoshitaka Aharen [Tue, 11 Dec 2012 11:19:52 +0000 (20:19 +0900)]
[2157] add a testcase of truncated message
Yoshitaka Aharen [Tue, 11 Dec 2012 10:51:55 +0000 (19:51 +0900)]
[2157] unify counter initialization check into a method
Yoshitaka Aharen [Tue, 11 Dec 2012 10:36:22 +0000 (19:36 +0900)]
[2157] Counters::get() now returns ConstElementPtr.
Yoshitaka Aharen [Tue, 11 Dec 2012 10:26:43 +0000 (19:26 +0900)]
[2157] update doxygen comment
Yoshitaka Aharen [Tue, 11 Dec 2012 09:45:18 +0000 (18:45 +0900)]
[2157] pass IP versions and transport protocols with enum
Yoshitaka Aharen [Tue, 11 Dec 2012 07:57:46 +0000 (16:57 +0900)]
[2157] declare MessageAttributes as temporary variable
Yoshitaka Aharen [Mon, 10 Dec 2012 12:00:23 +0000 (21:00 +0900)]
[2157] apply review comments
Yoshitaka Aharen [Fri, 7 Dec 2012 06:35:27 +0000 (15:35 +0900)]
[2157] fix indent
JINMEI Tatuya [Thu, 29 Nov 2012 04:00:47 +0000 (20:00 -0800)]
[2157] Merge branch 'trac2157_2' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac2157-2
JINMEI Tatuya [Thu, 29 Nov 2012 04:00:00 +0000 (20:00 -0800)]
[2157] editorial fixes: corrected typo; rm space for param spec; indent.
Yoshitaka Aharen [Wed, 28 Nov 2012 11:04:03 +0000 (20:04 +0900)]
[2157] remove SIG(0) from MessageAttributes
Yoshitaka Aharen [Wed, 28 Nov 2012 09:58:03 +0000 (18:58 +0900)]
[2157] aligned the case of opcode and rcode
Yoshitaka Aharen [Wed, 28 Nov 2012 09:41:58 +0000 (18:41 +0900)]
[2157] updated includes
Yoshitaka Aharen [Wed, 28 Nov 2012 09:39:16 +0000 (18:39 +0900)]
[2157] use isc::dns::Opcode directly
JINMEI Tatuya [Wed, 28 Nov 2012 04:45:14 +0000 (20:45 -0800)]
[2157] updated doxygen: MessageAttributes is now exception free.
JINMEI Tatuya [Wed, 28 Nov 2012 04:36:38 +0000 (20:36 -0800)]
[2157] editorial cleanup: removed ';' at the end of function blocks
Yoshitaka Aharen [Mon, 26 Nov 2012 02:28:44 +0000 (11:28 +0900)]
[2157] update doxygen, remove extra header includes
Yoshitaka Aharen [Thu, 22 Nov 2012 06:50:22 +0000 (15:50 +0900)]
[2157] minor comment fix
Yoshitaka Aharen [Thu, 22 Nov 2012 06:07:22 +0000 (15:07 +0900)]
[2157] use predefined variable for awk path
Yoshitaka Aharen [Thu, 22 Nov 2012 05:53:22 +0000 (14:53 +0900)]
[2157] add ChangeLog
Yoshitaka Aharen [Thu, 22 Nov 2012 05:46:21 +0000 (14:46 +0900)]
[2157] update systest
Yoshitaka Aharen [Thu, 22 Nov 2012 04:05:31 +0000 (13:05 +0900)]
[2157] update lettuce feature
Yoshitaka Aharen [Wed, 21 Nov 2012 12:57:03 +0000 (21:57 +0900)]
[2157] add testcase
Yoshitaka Aharen [Wed, 21 Nov 2012 12:48:17 +0000 (21:48 +0900)]
[2157] corrected condition for "request.badednsver"
Yoshitaka Aharen [Tue, 20 Nov 2012 11:28:32 +0000 (20:28 +0900)]
[2157] add testcase
Yoshitaka Aharen [Mon, 19 Nov 2012 08:00:28 +0000 (17:00 +0900)]
[2157] use ADD_FAILURE instead of ASSERT_FALSE("string")
Yoshitaka Aharen [Mon, 19 Nov 2012 07:11:30 +0000 (16:11 +0900)]
[2157] opcode is unsigned
Yoshitaka Aharen [Mon, 19 Nov 2012 06:56:52 +0000 (15:56 +0900)]
[2157] corrected conditions for compound attributes
Yoshitaka Aharen [Mon, 19 Nov 2012 06:26:57 +0000 (15:26 +0900)]
[2157] renamed statistics items generator
Yoshitaka Aharen [Mon, 19 Nov 2012 06:18:54 +0000 (15:18 +0900)]
[2157] add notes for fillNodes