Michal 'vorner' Vaner
1ab0f2e844
[trac980] Tests for abbreviated forms
2011-06-21 11:54:44 +02:00
Jelte Jansen
dcb32f7928
[trac761] let ccsession handle logging config
2011-06-21 10:36:21 +02:00
Jelte Jansen
e25099da71
[trac761] convert logging for xfrin
...
not much in the form of changing what is logged, this is purely a conversion step to the new logging system
2011-06-21 10:36:21 +02:00
Michal 'vorner' Vaner
2d39d007d3
[trac1023] Empty line
2011-06-21 10:23:12 +02:00
Jelte Jansen
e9798fc893
Merge branch 'trac1010'
2011-06-21 10:19:46 +02:00
Jelte Jansen
59e01319e3
[master] add libcc and libexceptions to acl/tests/Makefile LDADD
2011-06-21 10:06:27 +02:00
JINMEI Tatuya
a6e68091de
[trac999] added a simplified version of query ACL configuration
2011-06-21 00:22:34 -07:00
Jeremy C. Reed
ad5a633a9e
[master] logcheck.h should be in tarball too
...
fixes distcheck failure in src/lib/acl/tests
2011-06-20 19:51:26 -05:00
JINMEI Tatuya
362d429a32
[trac999] moved splitIPAddress() to the cc file so that it won't cause
...
the duplicate symbol error at link time.
This fix should actually belong to #998 , but we need this fix for the rest
of this ticket.
2011-06-20 16:48:15 -07:00
JINMEI Tatuya
6c5a9b252b
[trac998] removing more redundant white spaces
2011-06-20 11:56:41 -07:00
JINMEI Tatuya
8320629b00
[trac998] removed redundant white spaces
2011-06-20 11:25:48 -07:00
Jeremy C. Reed
0eb494bd7c
Merge branch 'master' of ssh://bind10.isc.org//var/bind10/git/bind10
2011-06-20 12:43:23 -05:00
Jeremy C. Reed
f79a424a36
[master] in log messages, fix some minor typos, grammar and case issues.
2011-06-20 12:42:53 -05:00
Stephen Morris
75bda54b2b
[trac738] Update logging in command.cc
2011-06-20 18:22:49 +01:00
Stephen Morris
2b97fc4f4f
[trac738] Add messages for the statistics module.
2011-06-20 17:32:29 +01:00
Jelte Jansen
a1301a0545
[trac1010] remove commented out line
2011-06-20 18:03:37 +02:00
Stephen Morris
8bb79638bc
[trac738] Added basic message szupport and replaced messages in main()
2011-06-20 16:43:09 +01:00
Michal 'vorner' Vaner
40cf6abada
Merge branch 'work/loader'
2011-06-20 16:36:43 +02:00
Michal 'vorner' Vaner
81b49bb4d7
[trac979] Implement the creator and its tests
...
It takes some test utilities from inside the loader tests and places
them to a header, to be shared by this test as well.
This includes small fix of loader interface, some of its methods can
(and should) be const.
2011-06-20 16:24:47 +02:00
Stephen Morris
c4430b49b3
[trac1022] Address tickets 1022 and 1023
2011-06-20 14:10:18 +01:00
Michal 'vorner' Vaner
eeebde9d81
[trac979] Documentation comments
2011-06-20 14:50:37 +02:00
Jelte Jansen
4fae538655
[trac1010] pass values as JSON strings instead of wrap-time conversion
2011-06-20 14:47:38 +02:00
Michal 'vorner' Vaner
8c5e626892
[trac979] Implementation of the logic checks
2011-06-20 14:29:12 +02:00
Michal 'vorner' Vaner
cda19a7cbc
[trac979] Tests for the checks
2011-06-20 14:10:24 +02:00
Michal 'vorner' Vaner
c65177c8ea
[trac979] First shot at the interface
2011-06-20 13:52:41 +02:00
Jelte Jansen
b5cfd5e541
[trac1010] address review comments
2011-06-20 12:34:46 +02:00
JINMEI Tatuya
430f3e5168
[trac999] Merge remote-tracking branch 'origin/trac978' into trac999
...
with fixing conflicts for:
src/lib/acl/Makefile.am
src/lib/acl/tests/Makefile.am
2011-06-19 23:11:47 -07:00
JINMEI Tatuya
1b47d1cf3e
[trac999] added Client implementation and test files.
2011-06-19 22:49:18 -07:00
JINMEI Tatuya
d865265087
[trac999] introduced a new Client class in the server_common library.
...
right now it's simply constructed with an IOMessage and provides an interface
of the source endpoint/IP address.
The IPAddress class is adjusted a bit for that purpose.
2011-06-19 21:06:11 -07:00
Michal 'vorner' Vaner
a2158e5b2c
[trac769] Makefile fix
...
Auto(conf|make|whatever it is) tracks deps only when the library is
simple filename. It failed because it wanted to create libdnsacl before
libacl, this way it knows it should wait.
2011-06-19 19:26:04 +02:00
Michal 'vorner' Vaner
85b06e8c21
[trac978] Pass the loader to creator
2011-06-19 17:48:10 +02:00
Michal 'vorner' Vaner
4f87326ae6
[trac769] Documentation
2011-06-19 16:13:19 +02:00
Michal 'vorner' Vaner
06c9c2a763
[trac769] Typedefs, Context, loader singleton
2011-06-19 15:45:24 +02:00
JINMEI Tatuya
8d07954792
[trac999] Merge branch 'trac998' into trac999
...
with fixing Conflicts for
src/lib/acl/ip_check.h
src/lib/acl/tests/ip_check_unittest.cc
2011-06-17 23:50:24 -07:00
JINMEI Tatuya
bc8bb2e133
[trac999] added dependency
2011-06-17 23:48:02 -07:00
JINMEI Tatuya
112aa5ce69
[trac999] introduced a supplemental IPAddress structure
2011-06-17 23:46:48 -07:00
Michal 'vorner' Vaner
70af8c7c72
[trac978] Cleanup of comments and exceptions
2011-06-17 22:57:16 +02:00
Michal 'vorner' Vaner
03e690228b
[trac978] Some documentation of the syntax
2011-06-17 22:40:29 +02:00
Jelte Jansen
3665d77507
[master] trivial typo missed in previous commit
2011-06-17 19:45:19 +02:00
Jelte Jansen
bb22c63e7b
[master] workaround for OSX clang problem
...
reviewed on jabber
2011-06-17 19:27:17 +02:00
Stephen Morris
d749aee2ec
[trac978] Corrected some typos
2011-06-17 18:18:57 +01:00
Stephen Morris
f9a545ca4c
[trac1008] Address review comments
2011-06-17 14:37:45 +01:00
Jelte Jansen
a4f1f8de76
[trac1010] this should work better to find the right .libs dir
2011-06-17 15:20:02 +02:00
Stephen Morris
287edb431d
[trac998] Default constructor now indicates no valid ACL
2011-06-17 11:29:33 +01:00
Jelte Jansen
2f0a32d552
[master] Update changelog
2011-06-17 12:16:05 +02:00
Stephen Morris
99d7c21284
[trac998] Tidy-up of comments and the like
2011-06-17 11:07:57 +01:00
Jelte Jansen
dae1d2e24f
[trac710] Merge branch 'master' into trac710
...
Conflicts:
src/bin/cfgmgr/plugins/Makefile.am
src/lib/python/isc/log/Makefile.am
2011-06-17 11:26:39 +02:00
JINMEI Tatuya
ed6ec070b2
[trac710] make sure in xml_handler() the textual representation of XML
...
is a correct string (not bytes, not a string in the form of "b'XXX'")
regardless of whether xml.etree.ElementTree.tostring() returns bytes or
string by default.
2011-06-16 16:25:53 -07:00
JINMEI Tatuya
97131f9739
[trac710] make sure -Wno-unused-parameter is placed after -Wextra.
2011-06-16 16:17:28 -07:00
Jeremy C. Reed
8cad081427
[master] fix twpo misspelling typos
2011-06-16 13:28:22 -05:00