]>
git.ipfire.org Git - thirdparty/kea.git/log
Stephen Morris [Wed, 13 Jul 2011 17:46:10 +0000 (18:46 +0100)]
[trac1024] Make "reset unit test root logger" available to Python
... and use it in the Python unit tests that generate logging output.
Stephen Morris [Wed, 13 Jul 2011 17:41:57 +0000 (18:41 +0100)]
[trac1024] Rename function resetting root logger characteristics
Shortened the name to resetUnitTestRootLogger() to make it a bit less
of a mouthful.
Stephen Morris [Wed, 13 Jul 2011 17:22:53 +0000 (18:22 +0100)]
[trac1024] Suppress logging messages in logging library unit tests
Add a reset logging function to specific tests to ensure that the
logging is routed to the stream selected by the B10 environment
variables prior to each test that generates messages.
Stephen Morris [Wed, 13 Jul 2011 16:40:00 +0000 (17:40 +0100)]
[trac1024] Correctly initialize logging for asiodns unit tests
Removes (by default) one of the remaining logging messages identified
in the review.
Stephen Morris [Thu, 7 Jul 2011 16:49:57 +0000 (17:49 +0100)]
[trac1024] Route unit test logging output to /dev/null by default
The change to make DEBUG the default logging severity generates a
lot of output. C++ unit test output is now routed to /dev/null by
default, with B10_LOGGER_DESTINATION needing to be set to stdout
or stderr to make it visible.
Stephen Morris [Thu, 7 Jul 2011 15:47:57 +0000 (16:47 +0100)]
Merge branch 'master' into trac1024
Stephen Morris [Thu, 7 Jul 2011 15:25:35 +0000 (16:25 +0100)]
[trac1077] Add liblog to list of libraries for linking to cache unit tests
Stephen Morris [Thu, 7 Jul 2011 14:41:11 +0000 (15:41 +0100)]
Merge branch 'master' into trac1077
Stephen Morris [Thu, 7 Jul 2011 14:32:29 +0000 (15:32 +0100)]
[trac1077] Minor changes to message text after review
The .h and .cc files have been updated to keep the creation dates
in them in step with the change to the message file.
Michal 'vorner' Vaner [Thu, 7 Jul 2011 14:26:10 +0000 (16:26 +0200)]
Merge branch 'work/log/cache'
Michal 'vorner' Vaner [Thu, 7 Jul 2011 14:18:57 +0000 (16:18 +0200)]
Merge branch 'work/not'
Conflicts:
src/lib/acl/dns.cc
Stephen Morris [Thu, 7 Jul 2011 13:46:23 +0000 (14:46 +0100)]
[trac981] Fix problem when running server_common tests
Explicitly link in liblog.
Jelte Jansen [Thu, 7 Jul 2011 13:31:41 +0000 (15:31 +0200)]
[trac741] fix typo
Michal 'vorner' Vaner [Thu, 7 Jul 2011 09:54:56 +0000 (11:54 +0200)]
[trac981] Rename LogicCheck to LogicOperator
Just for consistency with LogicOperator
Michal 'vorner' Vaner [Thu, 7 Jul 2011 09:39:45 +0000 (11:39 +0200)]
[trac741] Address review comments
JINMEI Tatuya [Wed, 6 Jul 2011 19:26:14 +0000 (12:26 -0700)]
[master] fixed a trivial typo in test names. pushing directly.
Jeremy C. Reed [Wed, 6 Jul 2011 16:05:35 +0000 (11:05 -0500)]
[master] add empty TODO
This file is known by automake and included automatically in release
distribution.
Since we have empty NEWS I decided to do the same for this file too.
On accident, I had some TODO file that was copied into previous four
tarballs. I don't know how.
Jeremy C. Reed [Wed, 6 Jul 2011 13:50:32 +0000 (08:50 -0500)]
[trac1077] add space between "BIND 10"
Where is the style guide for .mes messages files?
Jeremy C. Reed [Wed, 6 Jul 2011 12:59:02 +0000 (07:59 -0500)]
[trac1077] typo and punctuation fix
Naoki Kambe [Wed, 6 Jul 2011 08:39:54 +0000 (17:39 +0900)]
[master] a missing header file "sockaddr.h" in Makefile
okayed on jabber, pushing directly.
JINMEI Tatuya [Wed, 6 Jul 2011 07:11:09 +0000 (07:11 +0000)]
[master] fixed the build failure on g++ 4.3.2/Debian: it required exact
type matching for the shared_ptr template parameters in "?:". Note that
this fix doesn't loosen the constness, so it doesn't compromise anything.
JINMEI Tatuya [Tue, 5 Jul 2011 23:25:05 +0000 (23:25 +0000)]
[master] missing header file to fix build failure for sunstudio
okayed on jabber, pushing directly.
JINMEI Tatuya [Tue, 5 Jul 2011 17:51:31 +0000 (10:51 -0700)]
[master] Merge branch 'trac1069'
with fixing conflicts in src/bin/resolver/Makefile.am
Stephen Morris [Tue, 5 Jul 2011 17:25:13 +0000 (18:25 +0100)]
[trac1077] Changes to description
.cc and .h files regenerated to ensure .cc and .h files are up to
date with the .mes file.
Jeremy C. Reed [Tue, 5 Jul 2011 16:13:04 +0000 (11:13 -0500)]
[master] hack to check for previous isc/log directory
This is from patch ticket #1053 from jinmei.
http://bind10.isc.org/attachment/ticket/1053/makefile.diff
It is a workaround to problem with isc/log name reuse.
Jeremy C. Reed [Tue, 5 Jul 2011 16:04:35 +0000 (11:04 -0500)]
[master] added a missing changelog entry
I renumbered a new entry because of this.
Jelte Jansen [Tue, 5 Jul 2011 13:11:21 +0000 (15:11 +0200)]
[trac741] remove newlines + one typo
Stephen Morris [Tue, 5 Jul 2011 09:57:57 +0000 (10:57 +0100)]
Merge branch 'trac1071'
Stephen Morris [Tue, 5 Jul 2011 09:56:53 +0000 (10:56 +0100)]
[trac1071] ChangeLog entry for #1071
Jelte Jansen [Tue, 5 Jul 2011 09:39:10 +0000 (11:39 +0200)]
Merge branch 'trac758'
Stephen Morris [Tue, 5 Jul 2011 09:35:04 +0000 (10:35 +0100)]
[trac1071] Add liblog to list of libraries to link against
Stephen Morris [Tue, 5 Jul 2011 09:15:50 +0000 (10:15 +0100)]
Merge branch 'master' into trac1071
Jelte Jansen [Mon, 4 Jul 2011 15:22:47 +0000 (17:22 +0200)]
Merge branch 'trac1072'
Jelte Jansen [Mon, 4 Jul 2011 15:21:06 +0000 (17:21 +0200)]
Merge branch 'trac714'
Jelte Jansen [Mon, 4 Jul 2011 15:20:47 +0000 (17:20 +0200)]
[trac714] review comment
Michal 'vorner' Vaner [Mon, 4 Jul 2011 14:32:14 +0000 (16:32 +0200)]
[trac1071] README tweak
Michal 'vorner' Vaner [Mon, 4 Jul 2011 14:16:03 +0000 (16:16 +0200)]
[trac981] Register the creators
Michal 'vorner' Vaner [Mon, 4 Jul 2011 14:03:58 +0000 (16:03 +0200)]
[trac981] Implementation of the NOT creator
Michal 'vorner' Vaner [Mon, 4 Jul 2011 13:55:21 +0000 (15:55 +0200)]
[trac981] Tests for the not creator
Stephen Morris [Mon, 4 Jul 2011 13:52:06 +0000 (14:52 +0100)]
[trac1071] remove intermediate file from a couple of tests
Michal 'vorner' Vaner [Mon, 4 Jul 2011 11:59:21 +0000 (13:59 +0200)]
[master] Compilation fix
Clang seems to be confused by too many templates and function
overloading, so we sacrifice little bit of convenience to make it happy.
Michal 'vorner' Vaner [Mon, 4 Jul 2011 11:54:49 +0000 (13:54 +0200)]
[trac981] Doxygen documentation
Michal 'vorner' Vaner [Mon, 4 Jul 2011 11:48:03 +0000 (13:48 +0200)]
[trac981] Implementation of NOT
Michal 'vorner' Vaner [Mon, 4 Jul 2011 11:39:58 +0000 (13:39 +0200)]
[trac981] Tests for the NOT operator
Stephen Morris [Mon, 4 Jul 2011 11:08:15 +0000 (12:08 +0100)]
[trac1071] Changes after review
Michal 'vorner' Vaner [Mon, 4 Jul 2011 10:46:53 +0000 (12:46 +0200)]
Merge branch 'work/log/servercommon'
Conflicts:
src/lib/server_common/Makefile.am
Michal 'vorner' Vaner [Mon, 4 Jul 2011 10:33:57 +0000 (12:33 +0200)]
[trac747] Add doxygen params
Stephen Morris [Mon, 4 Jul 2011 09:33:25 +0000 (10:33 +0100)]
[trac747] Typo corrected and minor changes of phrasing
Michal 'vorner' Vaner [Mon, 4 Jul 2011 09:04:11 +0000 (11:04 +0200)]
[trac1069] Remove experiment relict
JINMEI Tatuya [Fri, 1 Jul 2011 19:08:37 +0000 (12:08 -0700)]
[trac1069] rename dns::getLoader() to getRequestLoader() as discussed on jabber.
I also noticed some of the comments in the tests are stale or not really
correct, so I fixed them, too.
JINMEI Tatuya [Fri, 1 Jul 2011 17:43:25 +0000 (10:43 -0700)]
[trac1069] throw an exception when getSockAddr fails (which shouldn't happen)
instead of returning a dummy structure, expecting it to cause a subsequent
failure.
JINMEI Tatuya [Fri, 1 Jul 2011 17:32:02 +0000 (10:32 -0700)]
[trac1069] grammar fix in the doc (although it's not introdued in
this branch)
JINMEI Tatuya [Fri, 1 Jul 2011 17:30:03 +0000 (10:30 -0700)]
[trac1069] use isc::acl::dns::RequestACL directly instead of a separate
typedef. RequestACL is itself a shortcut, so it doesn't make sense to
define another one.
Michal 'vorner' Vaner [Fri, 1 Jul 2011 16:13:00 +0000 (18:13 +0200)]
[trac741] Message descriptions
Michal 'vorner' Vaner [Fri, 1 Jul 2011 15:41:59 +0000 (17:41 +0200)]
[trac741] Messages for the rrset cache
Michal 'vorner' Vaner [Fri, 1 Jul 2011 15:16:45 +0000 (17:16 +0200)]
[trac741] Logging statements for resolver_cache
Jelte Jansen [Fri, 1 Jul 2011 13:55:37 +0000 (15:55 +0200)]
[trac1072] review comments
Michal 'vorner' Vaner [Fri, 1 Jul 2011 12:17:59 +0000 (14:17 +0200)]
[trac741] Messages for message entry
Michal 'vorner' Vaner [Fri, 1 Jul 2011 11:39:14 +0000 (13:39 +0200)]
[trac741] Log statements for message cache
Jelte Jansen [Fri, 1 Jul 2011 11:27:09 +0000 (13:27 +0200)]
[trac758] change logger and root name and level of starting messages
Jelte Jansen [Fri, 1 Jul 2011 11:20:21 +0000 (13:20 +0200)]
[trac758] change address:port notation to address#port
Michal 'vorner' Vaner [Fri, 1 Jul 2011 10:57:10 +0000 (12:57 +0200)]
[trac741] Logging statements in LocalZone
Jelte Jansen [Fri, 1 Jul 2011 10:55:09 +0000 (12:55 +0200)]
[trac758] addressed (most of the) review comments
Jelte Jansen [Fri, 1 Jul 2011 07:52:08 +0000 (09:52 +0200)]
Merge branch 'trac760'
JINMEI Tatuya [Fri, 1 Jul 2011 01:55:24 +0000 (18:55 -0700)]
[trac758] cleanup: removed an unnecessary semicolon
JINMEI Tatuya [Fri, 1 Jul 2011 01:54:36 +0000 (18:54 -0700)]
[trac758] trivial editorial fixes.
JINMEI Tatuya [Fri, 1 Jul 2011 00:43:51 +0000 (17:43 -0700)]
[trac758] fixed misspellings
JINMEI Tatuya [Thu, 30 Jun 2011 23:09:01 +0000 (16:09 -0700)]
[trac1069] documentation update, mainly for RequestContext.
note that other members than the remote IP address were removed to avoid
defining things that "you ain't gonna need (it)". But added comments
about possibility of these extensions.
JINMEI Tatuya [Thu, 30 Jun 2011 22:29:36 +0000 (15:29 -0700)]
[trac1069] explicitly catch a null pointer in Loader::load() (resulting in
an exception).
not directly related to the subject of this branch, but the case was
encountered during the resolver test. IMO, the library shouldn't cause
crash due to broken input even from a buggy implementation, and even if
the validation is normally expected to be done at a higher level.
JINMEI Tatuya [Thu, 30 Jun 2011 22:15:04 +0000 (15:15 -0700)]
[trac1069] adapted resolver ACL config and processing to the generalized
framework. it now accepts "action only" rule, so the test test in that
case was updated accordingly.
JINMEI Tatuya [Thu, 30 Jun 2011 21:06:49 +0000 (14:06 -0700)]
[trac1069] (not directly relevant) cleanup: constify some variables
Stephen Morris [Thu, 30 Jun 2011 17:38:12 +0000 (18:38 +0100)]
Merge branch 'master' into trac1029
Jeremy C. Reed [Thu, 30 Jun 2011 16:31:57 +0000 (11:31 -0500)]
[master] add a changelog entry for the many trac tickets for log conversions
Jeremy C. Reed [Thu, 30 Jun 2011 16:29:34 +0000 (11:29 -0500)]
[master] use a space and # hash mark before the Trac number in the ChangeLog
Jeremy C. Reed [Thu, 30 Jun 2011 16:16:08 +0000 (11:16 -0500)]
[master] cleanup changelog
use a tab before the keyword type.
use two tabs before the committer username.
Michal 'vorner' Vaner [Thu, 30 Jun 2011 15:41:24 +0000 (17:41 +0200)]
[trac747] Further language modifications
Jeremy C. Reed [Thu, 30 Jun 2011 15:37:50 +0000 (10:37 -0500)]
[master] add a comment to not edit this xml file.
As briefly mentioned in jabber.
Michal 'vorner' Vaner [Thu, 30 Jun 2011 15:27:32 +0000 (17:27 +0200)]
[trac747] Some language fixes
Jeremy C. Reed [Thu, 30 Jun 2011 15:21:35 +0000 (10:21 -0500)]
[master] add copyright / license to the guide XML file.
Jelte Jansen [Thu, 30 Jun 2011 15:15:39 +0000 (17:15 +0200)]
[trac760] tweak ssl error message
Michal 'vorner' Vaner [Thu, 30 Jun 2011 15:14:04 +0000 (17:14 +0200)]
[trac747] Shorten the message prefix
So the messages are shorter and the prefix itself doesn't contain an
underscore.
Michal 'vorner' Vaner [Thu, 30 Jun 2011 15:08:22 +0000 (17:08 +0200)]
[trac474] Added missing doxygen comment
Jelte Jansen [Thu, 30 Jun 2011 15:06:25 +0000 (17:06 +0200)]
[trac758] lowercase two messages
Jelte Jansen [Thu, 30 Jun 2011 15:03:10 +0000 (17:03 +0200)]
[trac758] logging conversion for bob
Stephen Morris [Thu, 30 Jun 2011 14:22:20 +0000 (15:22 +0100)]
Merge branch 'master' into trac1084
Jeremy C. Reed [Thu, 30 Jun 2011 14:15:41 +0000 (09:15 -0500)]
[master] replace DENY with DROP in developer documentation
Jeremy C. Reed [Thu, 30 Jun 2011 14:13:30 +0000 (09:13 -0500)]
[master] replace wrong references with real content
I could have fixed the cross-reference spelling, but instead
I just replaced it with real explanation of the format.
This is very minor and mentioned on jabber.
Stephen Morris [Thu, 30 Jun 2011 12:37:19 +0000 (13:37 +0100)]
[trac1084] Reorder statements in MemoryZone::add
Only log details of the zone being added after input validation,
when it is known the the zone pointer is non-null. (Validation
detects null pointers and throws an exception.)
Stephen Morris [Thu, 30 Jun 2011 11:05:36 +0000 (12:05 +0100)]
[trac1024] Change default logging severity and debug level
Stephen Morris [Thu, 30 Jun 2011 10:35:07 +0000 (11:35 +0100)]
[trac1029] Add query type to the debug message
Jelte Jansen [Thu, 30 Jun 2011 09:51:13 +0000 (11:51 +0200)]
[trac714] allow non-strict json decoding
i.e. allow control-chars in strings
Stephen Morris [Thu, 30 Jun 2011 09:20:09 +0000 (10:20 +0100)]
[trac1071] Update documentation and final tidy-up
Jelte Jansen [Thu, 30 Jun 2011 09:12:45 +0000 (11:12 +0200)]
[trac760] typo
Jelte Jansen [Thu, 30 Jun 2011 08:56:12 +0000 (10:56 +0200)]
[master] short message about why u no log in asiolink readme
since this is just a short description, i'm pushing this straight to master
Jelte Jansen [Thu, 30 Jun 2011 08:39:49 +0000 (10:39 +0200)]
[trac760] address review comments
JINMEI Tatuya [Thu, 30 Jun 2011 00:19:52 +0000 (17:19 -0700)]
[trac1069] cleanup: removed ACL related definitions and tests from Client.
they were moved to acl::dns and merged with RequestContext.
JINMEI Tatuya [Thu, 30 Jun 2011 00:15:33 +0000 (17:15 -0700)]
[trac1069] added specialization for IPCheck<RequestContext> with tests
based on the server_common/Client counterparts. Also move the helper
getSockAddr() function for the test program as it's shared by multiple
test implementations.
JINMEI Tatuya [Wed, 29 Jun 2011 22:50:46 +0000 (15:50 -0700)]
[trac1069] introduce "RequestCheckCreator", the factory for the
default check of the DNS ACLs. match logic is not implemented yet.
Jelte Jansen [Wed, 29 Jun 2011 20:06:26 +0000 (22:06 +0200)]
[master] update docstring for ModuleCCSession
mainly to add an explanation for handle_logging_config
JINMEI Tatuya [Wed, 29 Jun 2011 20:03:55 +0000 (13:03 -0700)]
[master] fixed a minor typo in a log message. okayed on jabber, directly pusing.