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

15483 Commits

Author SHA1 Message Date
Michal 'vorner' Vaner
ff2215ffb7 [2676] Document the rpc_call 2013-02-14 14:06:32 +01:00
Mukund Sivaraman
4ac27e8d24 [master] Add init.pyc to CLEANFILES to make distcheck pass 2013-02-14 16:36:34 +05:30
Jelte Jansen
bc2a0da618 [2669] Use vector instead of raw array in unit test 2013-02-14 12:02:52 +01:00
Michal 'vorner' Vaner
6667c5c348 [2676] Error handling in the rpc_call 2013-02-14 10:54:07 +01:00
Mukund Sivaraman
dd0f73adac Merge branch 'trac2281'
Conflicts:
	src/lib/datasrc/memory/memory_messages.mes
	src/lib/datasrc/memory_datasrc.cc
2013-02-14 15:24:05 +05:30
Michal 'vorner' Vaner
488d42f3ae [2676] Further tests for rpc_call
An unusual case and a malformed answer.
2013-02-14 10:34:16 +01:00
Michal 'vorner' Vaner
4b678e1d42 [1676] Basics of the rpc_call in python
Successful case. Small fixes of the tests.
2013-02-14 10:23:44 +01:00
Michal 'vorner' Vaner
ce03b1032e [2676] Test for rpc_call
Just the simplest one for now, with success
2013-02-14 10:02:07 +01:00
Michal 'vorner' Vaner
50bea9582f [2676] Store the want_answer in fake session
So we are both compatible and we can check it in the tests.
2013-02-14 10:00:06 +01:00
Michal 'vorner' Vaner
d6f24ba626 Merge remote-tracking branch 'refs/remotes/origin/master' 2013-02-14 08:17:15 +01:00
Jelte Jansen
7725df2d75 [2669] Initialize memory in tcp unit test 2013-02-14 00:18:55 +01:00
Jelte Jansen
39a8fecdf3 [2669] Make valgrind silent for forked() tests
To supress leaks for data on parent's stack
2013-02-13 23:42:43 +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
Jeremy C. Reed
79b6c09920 [master] add date stamp for the 1.0.0-rc 2013-02-13 12:07:36 -06:00
Jeremy C. Reed
bbad6f7eef [master] fix misspellings 2013-02-13 12:06:23 -06:00
Jeremy C. Reed
1217ce4ef8 [master] cleanup
use a # hash mark before the Trac number

use two tabs before the committer username.
2013-02-13 12:00:36 -06:00
Mukund Sivaraman
d8da851da8 [master] changelog for #2641(-0) 2013-02-13 09:59:00 -08:00
JINMEI Tatuya
54e8f4061f [master] Merge branch 'trac2641-0' 2013-02-13 09:54:39 -08:00
Jeremy C. Reed
271cb4cfda [master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10 2013-02-13 11:47:07 -06:00
Jeremy C. Reed
3f85c6420a [master] add missing copyright and license statements
This had a quick review via jabber.

They were missing in some files that were longer than a few lines.
Not real important, but to be consistent.
2013-02-13 11:45:50 -06:00
JINMEI Tatuya
2c05b09207 [2641] do not install cmdctl-accounts.csv 2013-02-13 09:34:32 -08:00
Mukund Sivaraman
d1af010b64 [2641] Update guide for default username/password changes 2013-02-13 09:34:28 -08:00
Jeremy C. Reed
762ee6bc10 [master] cleanup mes message files
used reorder_message_file.py
2013-02-13 11:13:34 -06:00
JINMEI Tatuya
919a87f121 [2679] removed redundant conversion to construct add-nsec3 test data 2013-02-13 09:05:11 -08:00
Jeremy C. Reed
c5feeae4a3 [master] be clear that b10-resolver is proof of concept 2013-02-13 10:06:56 -06:00
Jeremy C. Reed
be08a60798 [master] many minor doc improvements
Some rewording to be clear about difference of bind10 and b10-init.

Remove some trailing whitespace.

Say the resolver is experimental. Also introduce resolver.

In manpages, improve various SEE ALSO.

Fix a wrong man page reference.

This was reviewed via jabber.
2013-02-13 10:03:45 -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
Shane Kerr
ddca3c089d Added <unistd.h> include reported to fix a Solaris build. 2013-02-13 09:47:51 +01:00
Michal 'vorner' Vaner
9a3a223644 [1924] Return missing pythondir
It was moved to other makefile by accident while it should have been
moved.
2013-02-13 09:40:52 +01:00
Naoki Kambe
6409bf0fb2 [master] suppress some failures in stats tests with Python 3.3
This is an ad-hoc workaround for the failures in stats tests. It's okayed to be
committed on jabber. Note that this workaround should be removed after a
fundamental fix for stats tests (#1668) is done. An investigation task for the
fix will be worked on #2689.  For the details of the failures, see #2666 and
http://git.bind10.isc.org/~tester/builder//BIND10-valgrind/20130212205704-CentOS5-x86_64-GCC/logs/unittests.out
2013-02-13 15:26:33 +09:00
Mukund Sivaraman
67940bdbff [2281] Add comments on use of static datasrc instead of memory datasrc in tests 2013-02-13 11:32:42 +05:30
Yoshitaka Aharen
e5e511b58b [2157] update docbook example in test script 2013-02-13 14:43:17 +09:00
JINMEI Tatuya
0147b8cb62 [2157] some minor editorial fixes 2013-02-13 14:43:16 +09:00
Yoshitaka Aharen
bd35b30808 [2157] remove dependency on xml.dom.minidom 2013-02-13 14:43:16 +09:00
JINMEI Tatuya
3a3c7f52a1 [master] Merge branch 'trac2586' 2013-02-12 10:12:43 -08:00
JINMEI Tatuya
24b3e0cb75 [master] changelog entry for #2585 2013-02-12 10:10:33 -08:00
JINMEI Tatuya
abe78fae4b [master] Merge branch 'trac2585' 2013-02-12 10:06:51 -08:00
JINMEI Tatuya
06ab4db18f [master] changelog entry for #2659 2013-02-12 10:04:00 -08:00
JINMEI Tatuya
b4b8c1e539 [master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
commit.
2013-02-12 10:01:54 -08:00
JINMEI Tatuya
24c235cb1b [master] Merge branch 'trac2659' 2013-02-12 09:59:39 -08:00
Mukund Sivaraman
70632300d7 [master] Add missing ChangeLog entry for #1756 2013-02-12 23:21:08 +05:30
JINMEI Tatuya
7788547667 [1924] corrected typo, folded a long line. 2013-02-12 09:21:49 -08:00
Tomek Mrugalski
894e0ca1da [master] Merge branch 'trac2719' (bug for handling unexpected RENEWs in DHCPv6)
Conflicts:
	ChangeLog
2013-02-12 17:25:42 +01:00
Tomek Mrugalski
3132b8b194 [2719] Adjusted logging level, unnecessary comments removed. 2013-02-12 16:58:48 +01:00
Marcin Siodelski
4982a87469 [master] Added a ChangeLog entry for #2704.
Also, trivial change: removed spurious brackets in the previous entry.
2013-02-12 16:28:45 +01:00
Marcin Siodelski
1cbacf19a2 [master] Merge branch 'trac2704' 2013-02-12 16:22:43 +01:00
Thomas Markwalder
88b964a46c [master] changelog entry for #2699,#2703 2013-02-12 09:21:54 -05:00
Thomas Markwalder
1197c10bcf Merge branch 'master' into trac2699_2 2013-02-12 09:09:00 -05:00
Michal 'vorner' Vaner
529fdf6dc7 [1924] Clean generated file
Reported by distcheck
2013-02-12 15:08:30 +01:00