2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

909 Commits

Author SHA1 Message Date
Jeremy C. Reed
2f808b5a9d [master] update master version datestamp and fix date for 1.0.0beta2 release 2013-05-10 12:26:44 -05:00
JINMEI Tatuya
55f6c35119 [2899] move interprocess-lock related things under lib/log/interprocess
also
- a utility for tests using multi processes was moved under lib/util/unittests
- other Makefile adjustments
2013-05-08 17:16:42 -07:00
Mukund Sivaraman
10386454c4 [2850] Build ZoneTableSegmentMapped only where shared memory support is enabled 2013-05-03 09:41:45 +05:30
Jeremy C. Reed
9f92c87372 [master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
fix conflict
2013-05-02 20:01:24 -05:00
Jeremy C. Reed
943453b21c [master] update the master version to today's timestamp 2013-05-02 19:58:02 -05:00
Mukund Sivaraman
8d6493eb98 [1909] EXTRA_DIST the m4 files
... in case someone wants to autoreconf from a tarball.
2013-05-02 08:29:55 +05:30
Mukund Sivaraman
fa72716d18 [1909] Move sqlite3 check to m4macros/ dir 2013-05-01 10:08:35 +05:30
Mukund Sivaraman
63e9d90b09 [1909] Check for presence of sqlite3 program before using it 2013-04-30 13:53:46 +05:30
Michal 'vorner' Vaner
7ff403a459 Merge #2871
Fake work for resolution models testing.

(The correct version of branch now)
2013-04-30 09:07:01 +02:00
Michal 'vorner' Vaner
bb0d8b35c3 Revert "Merge #2871"
This reverts commit 33e10c84c8b6ab274c157816ba81e6d2fc8ba628, reversing
changes made to 3a382331f1308099930d6b653dd6d11b70da8e22.

Revert the merge of wrong version of branch.
2013-04-30 09:06:04 +02:00
Michal 'vorner' Vaner
33e10c84c8
Merge #2871
Fake work for resolution models testing.
2013-04-30 09:00:17 +02:00
JINMEI Tatuya
3a382331f1 [master] update AC_MSG_ERROR about shared memory support with disabling switch. 2013-04-29 23:47:34 -07:00
JINMEI Tatuya
e9fa118cd1 [master] Merge branch 'trac2831' 2013-04-29 22:02:08 -07:00
Mukund Sivaraman
08f6a3e96b Merge remote-tracking branch 'origin/trac2831' into trac2850_2 2013-04-30 10:29:53 +05:30
Michal 'vorner' Vaner
146f2e6c67 [2871] Empty benchmark binary
Create all the necessary makefiles and other stuff, to have a place to
put the benchmarks to later.
2013-04-24 17:40:01 +02:00
JINMEI Tatuya
08a77e0ef2 [2831] allow skipping build sh-mem support. set -Wno-error if necessary. 2013-04-10 14:29:15 -07:00
Michal 'vorner' Vaner
dd0c9ba580 [2871] Empty benchmark binary
Create all the necessary makefiles and other stuff, to have a place to
put the benchmarks to later.
2013-04-04 11:06:26 +02:00
Jelte Jansen
9bd788945d [master] Merge branch 'trac2817' 2013-03-19 15:05:45 +01:00
Jelte Jansen
27e9cf518d [2817] fix the double dollar 2013-03-19 12:39:37 +01:00
Jelte Jansen
dfce83e671 [2817] Fix sed calls in configure.ac 2013-03-18 15:23:41 +01:00
Michal 'vorner' Vaner
7a8781d9f7 [2624] Drop the system tests 2013-03-18 13:23:18 +01:00
Jelte Jansen
9925af3b3f [master] Merge branch 'trac2713' 2013-02-28 15:45:51 +01:00
JINMEI Tatuya
4df19b60af [master] Merge branch 'trac2705' 2013-02-22 08:23:38 -08:00
JINMEI Tatuya
1c1d2c888d [2705] avoid false positive in g++ bug detection due to unused priv member. 2013-02-21 13:05:20 -08:00
Jeremy C. Reed
7a34e78976 [master] increase the master version to today's date 2013-02-21 06:10:49 -06:00
Yoshitaka Aharen
e653adac03 Merge branch 'trac2157_merge'
Conflicts:
	ChangeLog
2013-02-21 11:03:16 +09:00
Jelte Jansen
01d2ac16e2 [2713] Add test script for b10-cmdctl-usermgr
Doesn't test anything useful yet, mostly unit testing framework
2013-02-20 11:35:34 +01:00
Michal 'vorner' Vaner
d6f24ba626 Merge remote-tracking branch 'refs/remotes/origin/master' 2013-02-14 08:17:15 +01:00
Jeremy C. Reed
e87bf04b2f [master] bump version
(note this is not the rc version, just the version for master)
2013-02-13 12:08:24 -06:00
Michal 'vorner' Vaner
6bd562f85c Merge #1924
Provide a "message undeliverable" error by the msgq daemon in case the
sender declares it expects an answer and there's no recipient to send it
to.

Conflicts:
	src/bin/bindctl/run_bindctl.sh.in
	src/bin/sysinfo/run_sysinfo.sh.in
	src/lib/python/isc/cc/Makefile.am
	src/lib/python/isc/cc/session.py
2013-02-13 10:30:13 +01:00
Yoshitaka Aharen
946c4e8afa Merge branch 'master' into trac2157_merge
Conflicts:
	ChangeLog
2013-02-13 18:04:32 +09:00
Michal 'vorner' Vaner
22eaf88024 [1924] Hack to allow finding generated python module
Do a hack to make the tests run with separate build and source
directories. The generated file ended up in a different directory than
the rest of the modules and the __init__.py. It therefore didn't work.
We use the same trick as log_messages, a forwarder module and addition
to PYTHON_PATH to find it.

Only the real file is installed.
2013-02-12 15:08:30 +01:00
JINMEI Tatuya
e6f86f2f5e [master] Merge branch 'trac2661' 2013-02-11 13:38:22 -08:00
JINMEI Tatuya
dd447189c8 [2661] protect the output of 'python-config | sed' with [], with more comments.
without [] the output it seems possible that the output is empty for some
environments.  also clarified that we can ignore the cases where -L isn't
contained at all.
2013-02-08 08:21:01 -08:00
JINMEI Tatuya
59c744cf48 [master] Merge branch 'trac1725' 2013-02-07 13:55:01 -08:00
Yoshitaka Aharen
5a6d38e1f7 Merge branch 'trac2157_2' into trac2157_merge
Conflicts:
	ChangeLog
	configure.ac
	src/bin/auth/Makefile.am
	src/bin/auth/auth_srv.cc
	src/bin/auth/auth_srv.h
	src/bin/auth/b10-auth.xml.pre
	src/bin/auth/statistics.cc
	src/bin/auth/statistics.h
	src/bin/auth/statistics_items.h
	src/bin/auth/tests/Makefile.am
	src/bin/auth/tests/auth_srv_unittest.cc
	src/bin/auth/tests/statistics_unittest.cc
	src/lib/statistics/counter.h
	src/lib/statistics/counter_dict.h
	tests/lettuce/configurations/example.org.inmem.config
2013-02-06 17:40:34 +09:00
JINMEI Tatuya
64fb39c963 [2145] (unrelated) cleanup: rename bind10_test.py to init_test.py.
simply because it makes more sense in terms of what's tested.
2013-02-05 19:52:38 -08:00
JINMEI Tatuya
1ec905f87e [2661] deal with space after -L in python-config output; it helps some solaris. 2013-02-05 13:49:10 -08:00
Jeremy C. Reed
06fa3ca48f [master] update version to today's timestamp 2013-02-05 10:19:46 -06:00
Jelte Jansen
bae3798603 [master] Merge branch 'trac1901' 2013-02-05 14:47:05 +01:00
Mukund Sivaraman
3a8e933c07 [master] Use serial-tests only where available 2013-02-05 17:14:02 +05:30
Michal 'vorner' Vaner
f7a77b8a0b Use serial tests option
We don't take any benefit from the parallel harness, since we have only
one test binary in each directory, and automake can't parallelize that.
But it was hiding test output, which was annoying.

Acked on the mailing list.
2013-02-05 10:52:33 +01:00
Jelte Jansen
2dffde2cef [1901] Rename source file for b10-init to init.py 2013-02-04 18:13:54 +01:00
Jelte Jansen
10d6323616 [1901] Fix run script, add manpage, revert ChangeLog
According to the first part of the review in http://bind10.isc.org/ticket/1901#comment:11
2013-02-04 12:53:25 +01:00
JINMEI Tatuya
2eeab2ebf0 [1725] disable sockcreator udp6_reate test on solaris 2.10 as OS is broken. 2013-02-01 19:22:52 -08:00
Jelte Jansen
cfa26ab8df [1901] Rename 'bind10' script files
- renamed 'bind10' to 'b10-init'
- renamed related files as well
- left alone the 'run' script, as well as the directory name
- added new 'bind10' script that execs b10-init

note this commit only handles file names, and internal references have not been updated yet
2013-01-31 15:47:39 +01:00
Jeremy C. Reed
9bb9dbe623 [master] add python3.3 to the python check list
This is for ticket #2501.
This is trivial and I did without review. I tested on two
systems (one with python3.3 and one without).

I didn't decide to make it open-ended at this time,
just in case we need to fix python3.4 issues first.

I decided not to add a changelog entry since was so trivial.
(Also had a workaround before by using --with-pythonpath.)
2013-01-22 10:01:32 -06:00
JINMEI Tatuya
c4df99eac2 [master] Merge branch 'trac2438'
resolved Conflicts:
	src/lib/dns/python/Makefile.am
	src/lib/dns/python/rrset_collection_python.cc
	src/lib/dns/python/rrset_collection_python.h
	src/lib/dns/python/rrset_collection_python_inc.cc
2013-01-21 08:23:23 -08:00
Naoki Kambe
0a89b374d5 [master] Merge branch 'trac2225_statistics' 2013-01-21 13:09:16 +09:00
JINMEI Tatuya
003f49d979 [2438] other distcheck fixes: need to add dns/python/.libs to some PYTHONPATHs
as commented, #2145 should eliminate the need for it, but until it's fixed
this seems to be the easiest and smallest workaround.
2013-01-17 12:06:44 -08:00