Stephen Morris
a86e015d7c
[trac976] Add additional tests for different destinations
2011-06-06 14:11:27 +01:00
Michal 'vorner' Vaner
5705a62ebb
[trac977] Create the ACL library
2011-06-05 20:27:42 +02:00
Stephen Morris
38b3546867
[trac555] Merge branch 'master' into trac555
...
Conflicts:
src/lib/log/tests/Makefile.am
src/lib/log/tests/logger_unittest.cc
src/lib/log/tests/run_unittests.cc
2011-06-03 10:29:19 +01:00
Stephen Morris
489ef1ad97
[trac899] Merge branch 'master' into trac899
...
Conflicts:
src/bin/resolver/tests/Makefile.am
src/lib/config/tests/Makefile.am
src/lib/log/tests/Makefile.am
src/lib/resolve/tests/Makefile.am
src/lib/server_common/tests/Makefile.am
tests/tools/badpacket/tests/Makefile.am
2011-05-31 13:07:23 +01:00
Stephen Morris
f843346fdf
[trac555] Get name of directory for temporary files at build time
...
The configure script now writes the name of the directory for
temporary files into a .h file at configure time (instead of /tmp
being assumed).
2011-05-27 19:13:33 +01:00
Stephen Morris
f3395938a1
[trac555] Reorganisation of stand-along logger tests
...
Renamed the logger_support_test program to the more descriptive
(and accurate) logger_example, and separated out the different
tests into different shell scripts.
2011-05-27 14:41:22 +01:00
Stephen Morris
475624c79f
[trac555] Added shell-based unit test for console appender
2011-05-26 17:45:17 +01:00
Stephen Morris
5519b6cb34
[trac542] Merge branch 'master' into trac542
...
Conflicts:
src/lib/Makefile.am
src/lib/config/tests/Makefile.am
src/lib/config/tests/run_unittests.cc
src/lib/datasrc/tests/Makefile.am
src/lib/nsas/tests/Makefile.am
src/lib/nsas/tests/run_unittests.cc
src/lib/server_common/tests/Makefile.am
src/lib/util/Makefile.am
2011-05-24 10:08:46 +01:00
Stephen Morris
e66cc9c2e0
[trac542] Moved files in util/io_tests into util/tests
...
This simplifies the directory structure - all tests files are now in one
directory.
2011-05-23 10:02:23 +01:00
Jeremy C. Reed
71ff1ab096
[master] update version of BIND 10 to 20110519
2011-05-19 11:10:46 -05:00
Stephen Morris
4fcd0d3125
[trac899] Basic changes for log4cplus
...
The code compilers and produces basic output. Still to be done is
1) Add idea of debug levels.
2) Modify tests to copy with new format output.
2011-05-19 13:52:58 +01:00
JINMEI Tatuya
0555ab65d0
[master] Merge branch 'trac915'
...
with fixing (trivial) conflicts in:
src/lib/dns/python/Makefile.am
src/lib/dns/python/tsigerror_python.cc
Also moved tsigerror_python_inc.cc to EXTRA_DIST because it doesn't have
to be compiled separately.
2011-05-18 11:10:40 -07:00
Michal 'vorner' Vaner
a251c4f239
Merge remote-tracking branch 'origin/trac925'
...
Conflicts:
configure.ac
2011-05-17 13:27:55 +02:00
Michal 'vorner' Vaner
04ea273e29
[trac925] Tests for the keyring loading
2011-05-16 11:25:51 +02:00
JINMEI Tatuya
081891b38f
[master] Merge branch 'trac905'
2011-05-13 10:15:08 -07:00
Michal 'vorner' Vaner
fd08a0dc40
Merge branch 'work/authtsig'
2011-05-13 10:49:36 +02:00
JINMEI Tatuya
c682747544
[trac915] added a utility python loadable module for testing,
...
"pyunittests_util". It currently has one method named fix_current_time()
to tweak the current time value for time dependent python libraries
using C++ backend.
2011-05-12 02:15:33 -07:00
Stephen Morris
fd98558949
[trac542] Add libexceptions to Makefile.am
...
For some reason, libtool is not picking up this library from the
dependency in libutil_unittests. Adding the library to the link
cures the problem.
Also, move the directory util/io/tests to util/io_tests so that
the utilities code and tests build in the right order.
2011-05-11 20:04:18 +01:00
Michal 'vorner' Vaner
14f8767d89
[trac875] Make sure the test finds the plugin
2011-05-11 12:10:28 +02:00
JINMEI Tatuya
38932d7e76
[trac905] configure.ac modification for a new script under util/python
2011-05-10 12:19:03 -07:00
Naoki Kambe
a7a3c9f8cc
[trac719]
...
- introduced a new spec file stats-schema.spec for definitions of statistics items
- removed configuration part from stats.spec, and added it into stats-schema.spec
- added changes to some existence scripts according to above changes
2011-05-09 14:16:36 +09:00
Naoki Kambe
fa321eca22
Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10
2011-05-06 10:44:32 +09:00
JINMEI Tatuya
ac7ff7f222
[trac890] added some more detailed comments about the addition of rpath
...
to LDFLAGS.
2011-05-02 11:34:14 -07:00
JINMEI Tatuya
677cebce17
[trac890] re-added BOTAN_RPATH to cryptolink/Makefile.am.
...
according to the libtool manual,
http://www.gnu.org/software/libtool/manual/html_node/Link-mode.html
the intent seems to propagate -R from a library's dependency_libs to
the program that uses the library. On our systems libtool doesn't do
this propagation and we needed the global rpath, but if the documentation
is correct, there may be a version of libtool that works.
2011-05-02 11:21:12 -07:00
JINMEI Tatuya
f0fe344b15
[trac890] proposed workaround fix to the botan rpath problem: specify the
...
rpath in the global LDFLAGS.
also remove BOTAN_RPATH from libcryptolink/Makefile.am (which is not part
of fix, but is simply unnecessary)
2011-05-02 10:54:44 -07:00
Naoki Kambe
314e299226
[trac888] removed unused run scripts for stats and stats-httpd, and modified configure.ac for it
2011-05-02 16:11:24 +09:00
JINMEI Tatuya
177b356c92
[master] Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10
2011-04-28 16:36:36 -07:00
JINMEI Tatuya
1867180c5e
[master] [master] added workaround for freebsd about ldflags and cppflags for botan:
...
use -L`botan-config --prefix`/lib and -I`botan-config --prefix`/include.
2011-04-28 16:36:00 -07:00
Jelte Jansen
6c554c8b4e
[master] removed a configure.ac line that got left over after copy/paste
2011-04-28 22:25:14 +00:00
Jelte Jansen
6eb7a93e81
[master] use botan-config
...
if nothing (or --with-botan) is specified it will be taken from $PATH, if --with-botan=dir is specified it will be taken from $withval/bin
If --without-botan is specified configure will print an error
2011-04-28 21:34:55 +00:00
Jelte Jansen
cacab413e8
[master] fix BOTAN_LDFLAGS and BOTAN_INCLUDES
2011-04-28 19:22:20 +00:00
Jelte Jansen
ec1ad75257
[master] check for botan 1.8 or higher during configure
2011-04-28 13:04:44 +00:00
Jelte Jansen
9df42279a4
[master] Merge branch 'trac781'
...
Conflicts:
configure.ac
doc/Doxyfile
src/lib/Makefile.am
Also updated includes (because of the lib/util move)
2011-04-27 10:35:13 +02:00
Naoki Kambe
1cbd519192
[master] Merge branch 'trac547-summarized'
...
Conflicts:
ChangeLog
src/bin/stats/tests/b10-stats_test.py
2011-04-26 17:34:13 +09:00
Jelte Jansen
4eda7bbc80
[trac781] rename 'crypto' to cryptolink
...
renamed the directory, libname, namespace and main class
2011-04-20 15:12:12 +02:00
Michal 'vorner' Vaner
9ce716d340
Merge branch 'work/rdatafields'
...
Conflicts:
src/lib/dns/gen-rdatacode.py.in
src/lib/dns/messagerenderer.cc
src/lib/dns/messagerenderer.h
src/lib/dns/name.h
src/lib/dns/rdata.h
src/lib/dns/rrtype-placeholder.h
2011-04-19 23:29:25 +02:00
chenzhengzhang
712d1db4df
Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10
2011-04-19 22:21:15 +08:00
Michal 'vorner' Vaner
5651434fff
Merge branch 'work/loneconfig'
2011-04-19 09:35:09 +02:00
Michal 'vorner' Vaner
27dc0ba25f
[trac810] Put README in EXTRA_DIST
2011-04-19 09:34:44 +02:00
chenzhengzhang
fe0c557fa0
[trac749] Merge 'master' into trac749
...
Conflicts:
src/bin/auth/auth_srv.h
src/bin/resolver/resolver.h
src/lib/Makefile.am
src/lib/asiodns/dns_lookup.h
src/lib/asiodns/io_fetch.cc
src/lib/asiodns/io_fetch.h
src/lib/asiodns/qid_gen.cc
src/lib/asiodns/qid_gen.h
src/lib/asiodns/tcp_server.cc
src/lib/asiodns/tests/qid_gen_unittest.cc
src/lib/asiodns/udp_server.cc
src/lib/asiolink/Makefile.am
src/lib/asiolink/qid_gen.cc
src/lib/asiolink/qid_gen.h
src/lib/asiolink/tests/Makefile.am
src/lib/asiolink/tests/qid_gen_unittest.cc
src/lib/asiolink/tests/tcp_socket_unittest.cc
src/lib/asiolink/tests/udp_socket_unittest.cc
src/lib/dns/rdata.h
src/lib/resolve/recursive_query.cc
src/lib/resolve/recursive_query.h
src/lib/resolve/tests/recursive_query_unittest_2.cc
src/lib/testutils/srv_test.cc
src/lib/util/Makefile.am
src/lib/util/io_utilities.h
src/lib/util/random/qid_gen.cc
src/lib/util/random/qid_gen.h
src/lib/util/tests/io_utilities_unittest.cc
src/lib/util/tests/qid_gen_unittest.cc
2011-04-19 13:56:30 +08:00
Stephen Morris
17106327ef
[trac703] Merge branch 'master' into trac703
...
... master being updated shortly after the last merge.
Conflicts:
src/lib/asiodns/io_fetch.cc
src/lib/asiodns/io_fetch.h
2011-04-15 11:34:45 +01:00
Stephen Morris
3b42967a83
[trac703] Merge branch 'master' into trac703
...
Conflicts:
configure.ac
2011-04-15 10:23:31 +01:00
Ocean Wang
262ac6c6fc
[trac751]Merge branch 'master' into trac751
...
Conflicts:
src/lib/Makefile.am
src/lib/resolve/recursive_query.h
2011-04-15 17:12:34 +08:00
chenzhengzhang
f6aa7d5956
[trac749] refactor C++ utility library
2011-04-11 19:08:19 +08:00
Jelte Jansen
992f3702aa
[trac781] intermediate checkin
2011-04-08 15:49:22 +02:00
Stephen Morris
f2de716ada
[trac703] Bad Packet Tool
...
Sends packets with a mangled flags field to DNS servers and examines
the responses.
2011-04-08 11:30:02 +01:00
Ocean Wang
8fc7cdd216
[trac751] Move dns related code to asiodns lib
2011-04-08 17:02:44 +08:00
Ocean Wang
7e561fe2f8
[trac751] Add asiodns library
2011-04-07 18:01:56 +08:00
Michal 'vorner' Vaner
28b01ad5bf
Merge branch 'work/sockets'
2011-04-07 11:46:09 +02:00
Jelte Jansen
1509147070
[trac781] Initial creation of empty lib
2011-04-07 10:59:26 +02:00