2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

5532 Commits

Author SHA1 Message Date
Stephen Morris
839d23249a [trac1071] Add destination selection to initLogger
Add support of B10_LOGGER_DESTINATION to choose logging destination
for unit tests, and add tests to check that they work.  Also update
some documentation.
2011-06-29 19:08:56 +01:00
Michal 'vorner' Vaner
9c846eb198 Merge branch 'master' of git+ssh://bind10.isc.org/var/bind10/git/bind10 2011-06-29 10:12:29 +02:00
Michal 'vorner' Vaner
d2be8b73ba Merge branch 'work/log/cc' 2011-06-29 10:09:15 +02:00
Jelte Jansen
298f5f2ec6 Merge branch 'trac759' 2011-06-29 09:11:56 +02:00
JINMEI Tatuya
0a4318b473 [master] fixed a build error on solaris/g++: apparently it has a conflict
definition of uint16_t in the boost namespace.  So avoid doing
'using namespace boost'.  Instead, import a specific name used in this file.
additional cleanups are made: be sure to include stdint.h just in case,
and remove unnecessary boost header file.
2011-06-29 01:18:59 +00:00
JINMEI Tatuya
e0388c4bf5 [master] applied a usual MacOS fix: specify DYLD_LIBRARY_PATH explicitly
for dependent C++ libraries.
2011-06-28 10:17:55 -07:00
Jelte Jansen
a56ecdca72 Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10 2011-06-28 16:33:48 +00:00
Jelte Jansen
d7675f390d [master] Fix solaris build issue
A virtual destructor was missing in src/lib/acl/loader.h
Also added a bit of whitespace for readability
2011-06-28 16:32:50 +00:00
Tomek Mrugalski
4a590df96a Merge branch 'trac990' 2011-06-28 17:01:42 +02:00
Jelte Jansen
2f02427767 [trac742] some minor updates to messages
and one makefile addition
2011-06-28 15:25:00 +02:00
Tomek Mrugalski
9f6d580f95 [trac990] Changes after review. 2011-06-28 15:20:20 +02:00
Jelte Jansen
b9da187551 [trac759] make cfgmgr_message pyexec_DATA 2011-06-28 14:41:14 +02:00
Stephen Morris
44087e600d Merge branch 'master' into trac1037 2011-06-28 12:59:11 +01:00
Stephen Morris
8730224ec6 Merge branch 'master' into trac1035 2011-06-28 12:31:01 +01:00
Michal 'vorner' Vaner
acf0cc6205 [trac759] Makefile fix 2011-06-28 12:09:46 +02:00
Stephen Morris
d7c2d4ab31 [trac1040] Further merge issues
Minor issues concerning spurious commas and a missing include file.
Also, this change fixes a couple of "missing libraries" in other
parts of the BIND 10 code.
2011-06-28 10:43:39 +01:00
Jelte Jansen
92e916b4fe [trac759] review comments 2011-06-28 11:38:00 +02:00
Stephen Morris
3c3ef0445a [trac1040] Merge branch 'master' into trac1040
Conflicts:
	src/lib/log/logger_manager.cc
	src/lib/log/tests/destination_test.sh.in
	src/lib/log/tests/local_file_test.sh.in
	src/lib/log/tests/severity_test.sh.in
2011-06-28 09:57:28 +01:00
Shane Kerr
a88805ec3b [trac1037] Log message trivial fixes 2011-06-28 09:56:59 +02:00
JINMEI Tatuya
4ad7f97c78 [master] a set of changes (accidentally mixed up):
- Update Changelog for #999
- Merge branch 'trac1057' with fixing conflicts
2011-06-28 00:55:08 -07:00
JINMEI Tatuya
e074437292 [master] Merge branch 'trac999'
with fixing Conflicts:
	ChangeLog
	src/bin/resolver/main.cc
	src/bin/resolver/resolver.cc
	src/bin/resolver/resolver_messages.mes
	src/lib/acl/Makefile.am
	src/lib/acl/tests/Makefile.am
2011-06-28 00:41:02 -07:00
Shane Kerr
ebf9a139d9 [trac1035] Change one of the messages to not define the acronym NSAS twice 2011-06-28 09:28:31 +02:00
chenzhengzhang
499ca0aa02 [master] add more details for #1001 ChangeLog entry 2011-06-28 14:57:23 +08:00
chenzhengzhang
376df1c9ac [master] update ChangeLog for #1001 2011-06-28 10:32:36 +08:00
JINMEI Tatuya
b3a9a4228b [trac1057] it turned out logcheck.h had the same problem. applied the
same sense of fixes (introducing a separate named namespace; avoid
'using namespace' in the header file).
2011-06-27 18:30:49 -07:00
chenzhengzhang
fb993ba8c5 [master] remove superfluous assert and add ChangeLog entry 2011-06-28 09:19:36 +08:00
chenzhengzhang
cac876d0c8 Merge branch 'master' into trac1001 2011-06-28 09:10:02 +08:00
JINMEI Tatuya
1cbcbc8425 [trac1057] introduce a separate (named) namespace to make it more robust.
also removed the shortcut 'el' because with the namespace it wouldn't be
that short anymore (and while we could use 'using namespace' in .cc,
'el' is then too short and might cause a conflict with other global names).
2011-06-27 16:29:16 -07:00
Jelte Jansen
f9245031dc Merge branch 'trac762' 2011-06-27 21:43:44 +02:00
Jelte Jansen
f9b5323ae8 [trac762] final comments 2011-06-27 21:43:20 +02:00
JINMEI Tatuya
3bb777140c [trac1057] fixed linker problem due to duplicate symbols from creator.h:
- use inline for the shared function
also removed some bad practices:
- remove unnamed namespace
- remove using [namespace] directives

In addition, make sure $(B10_CXXFLAGS) is used as part of CXXFLAGS.
Without this, warning flags could be unacceptably weakened.
2011-06-27 12:37:53 -07:00
JINMEI Tatuya
8ec67a677e [trac762] a minor grammar fix 2011-06-27 11:23:52 -07:00
Jelte Jansen
91bab51181 [trac759] replace prints with logger messages 2011-06-27 18:49:06 +02:00
JINMEI Tatuya
041c3ec8a0 [trac999] reverted the log level to the default for now to prevent
possibly confusing output unconditionally.
2011-06-27 09:33:35 -07:00
JINMEI Tatuya
ab31e2fbf1 [trac999] in the defaultQueryACL test, make sure the spec default isn't loaded. 2011-06-27 09:31:33 -07:00
Jelte Jansen
55c3df5bf1 [trac759] add (empty) messages file 2011-06-27 18:15:18 +02:00
Jelte Jansen
d6cddde949 [trac759] init logger new style 2011-06-27 18:02:30 +02:00
Michal 'vorner' Vaner
95707bad7a [trac1056] Workaround compiler bug
Problem with Clang++, templates and RTTI, it creates two different RTTIs
for one class and it breaks tests.
2011-06-27 17:44:59 +02:00
Michal 'vorner' Vaner
8081aaf24a [trac742] Documentation comment 2011-06-27 17:15:43 +02:00
Michal 'vorner' Vaner
68b13c93af [trac742] Message descriptions 2011-06-27 17:12:36 +02:00
Michal 'vorner' Vaner
0c9a11c009 [trac742] Sort the messages alphabetically 2011-06-27 16:47:26 +02:00
Michal 'vorner' Vaner
373bed0a95 Merge branch 'master' of git+ssh://bind10.isc.org/var/bind10/git/bind10 2011-06-27 16:41:05 +02:00
Michal 'vorner' Vaner
a01f7fc667 Fix makefile, missing file 2011-06-27 16:40:46 +02:00
Michal 'vorner' Vaner
8266c87325 [trac742] Remove outdated comment 2011-06-27 15:01:57 +02:00
Stephen Morris
5355f8f146 Merge branch 'master' into trac1039 2011-06-27 13:47:39 +01:00
Michal 'vorner' Vaner
8769517760 [trac742] Debug messages in the session 2011-06-27 14:32:31 +02:00
Jelte Jansen
dcdabc780f [master] update changelog 2011-06-27 14:26:33 +02:00
Jelte Jansen
0fad7d4a85 Merge branch 'trac1004' 2011-06-27 14:18:22 +02:00
Michal 'vorner' Vaner
36c080d7a2 [trac742] Log error events 2011-06-27 14:09:09 +02:00
Stephen Morris
3e861eb6ae [master] ChangeLog entry for trac 1012 2011-06-27 13:05:34 +01:00