2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

909 Commits

Author SHA1 Message Date
Michal 'vorner' Vaner
3cebb4e770 Move sockcreator.py to lib
It caused trouble here, maybe this helps
2011-08-03 16:50:59 +02:00
JINMEI Tatuya
c42eef08cd [trac904] some pre-work refactoring: replaced - with _ so that we can
import the script from python (just for development convenience).
also define the gen script as noinst_SCRIPTS (agian, just for development
convenience).  but this will cause a regression in the process_rename_test,
which was fixed, too.
2011-08-02 18:08:42 -07:00
Michal 'vorner' Vaner
f279d99635 Merge branch 'work/startcreator' 2011-07-26 16:21:54 +02:00
Michal 'vorner' Vaner
c62810c526 [trac800] Makefile fixes 2011-07-25 18:38:53 +02:00
Michal 'vorner' Vaner
4c485d0b11 [trac800] Interface and tests for the sockcreator parser 2011-07-25 10:52:14 +02:00
Dima Volodin
49d5415d99 [trac1155] -Wno-missing-braces is made conditional on Solaris 2011-07-21 19:03:57 -04:00
Dima Volodin
7b55eb0248 [trac1155] changes to make build work in Solaris 10 x86 2011-07-20 15:38:27 -04:00
JINMEI Tatuya
c24553e21f [master] Merge branch 'trac983' 2011-07-14 01:25:29 -07:00
JINMEI Tatuya
b9bc51b44f [trac983] addressed installation/distcheck issues. added another tweak
to configure.ac to ensure all necessary .py and .so will be installed
in the correct place.  also added missing files to Makefile.am to fix
distcheck failures.
2011-07-07 15:00:33 -07:00
Jelte Jansen
9dec49291c [(no branch)] [trac763] add messages file 2011-07-07 15:22:54 +02:00
JINMEI Tatuya
191329567e [trac983] Merge commit '99a63ce' into trac983 2011-07-05 15:21:36 -07:00
JINMEI Tatuya
99a63ce0a5 [trac983] added minimal set of files. right now this is mostly just a
placeholder for subsequent development.
2011-07-01 17:47:34 -07:00
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
Tomek Mrugalski
4a590df96a Merge branch 'trac990' 2011-06-28 17:01:42 +02: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
97131f9739 [trac710] make sure -Wno-unused-parameter is placed after -Wextra. 2011-06-16 16:17:28 -07:00
Tomek Mrugalski
1555618136 [trac990] whitespace corrections, s/auth/dhcp6 in man page 2011-06-16 19:31:01 +02:00
Tomek Mrugalski
0bfea71bfc [trac990] 3 tests for dummy dhcp6 daemon implemented. 2011-06-16 19:31:01 +02:00
Tomek Mrugalski
0dc7060246 [trac990] Initial dhcp6 daemon (dummy for now). 2011-06-16 19:31:01 +02:00
Jelte Jansen
e31eaa10fc [trac1017] move unnecessary .in files and fix build/srcdir 2011-06-16 15:07:46 +02:00
Jelte Jansen
de063908e8 [trac710] Check if we need -Wno-unused-parameter for Python.h 2011-06-15 11:45:25 +02:00
Michal 'vorner' Vaner
2a81a3ad5a Merge branch 'master' into work/pylog 2011-06-10 13:06:27 +02:00
Michal 'vorner' Vaner
9c2b48c4ba Merge branch 'work/baseclass' 2011-06-10 12:42:21 +02:00
Michal 'vorner' Vaner
91920024ba [trac756] The actual logging output 2011-06-09 21:15:34 +02:00
Michal 'vorner' Vaner
a215fa328b [trac756] Create the module
It's still empty now, but it at last installs into the correct directory
and loads.
2011-06-06 17:09:22 +02:00
Michal 'vorner' Vaner
717534f5a1 [trac756] Get rid of original isc.log module 2011-06-06 16:06:00 +02:00
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