2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00
Commit Graph

1385 Commits

Author SHA1 Message Date
Jeremy C. Reed
ae6a7bdcfb Change the PACKAGE_BUGREPORT email address from non-existent list
to dev list for now.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1801 e5f2f494-b856-4b98-b285-d166d9295462
2010-05-10 13:18:08 +00:00
JINMEI Tatuya
b1fac007b8 sync the style with the guideline (position of curly braces).
trivial, skipping review.  build/test okay.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1800 e5f2f494-b856-4b98-b285-d166d9295462
2010-05-03 22:42:41 +00:00
Evan Hunt
c08b86957c Change libauth to libdatasrc
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1799 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-29 13:22:39 +00:00
JINMEI Tatuya
f791a5a057 use the DISABLED prefix for a failed test (instead of 'if 0'ing it)
trivial change, skipping review.  build/test okay.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1798 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-27 03:06:58 +00:00
Likun Zhang
f9c48018e6 1. Send 'shutdown' command to Xfrin and Xfrout when boss receive SIGINT.(Reported in ticket 135)
2. Remove unused socket file when Xfrout process exits.(Reported in ticket 151)
3. Make sure Xfrout can exit by itself when it receives SIGINT, instead of being killed by the signal SIGTERM or SIGKILL sent from boss.(Get more details in ticket 134). 
(This patch has been reviewed by Shane.)

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1797 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-23 11:07:23 +00:00
Shane Kerr
ee8415a470 Some capitalization nits.
See bug #160 for discussion. Reviewed via Jabber by Jelte.



git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1796 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-23 10:01:32 +00:00
JINMEI Tatuya
1bf04ec434 check for the availability of ${python}-config. if unavailable warn about it.
trac ticket #159.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1794 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-23 00:51:44 +00:00
JINMEI Tatuya
25d413ecd4 check for the availability of ${python}-config. if unavailable warn about it.
trac ticket #159.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac159@1793 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-22 23:00:03 +00:00
JINMEI Tatuya
43dfe61fc6 created short-lived branch for trac ticket #159
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac159@1792 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-22 22:59:04 +00:00
Jelte Jansen
bc6ee7c840 removed an unnecessary commented-out line of code, and updated
another comment (as mentioned by jinmei in https://lists.isc.org/pipermail/bind10-dev/2010-April/000814.html)


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1791 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-22 10:02:31 +00:00
Jelte Jansen
eb211c5995 fixed compilation issue by reordering include statements and adding a warning suppression
See https://lists.isc.org/pipermail/bind10-dev/2010-April/000808.html
jinmei approved this patch


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1782 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 15:35:23 +00:00
Jeremy C. Reed
4c70d9ec75 Also remove the cmdctl.pyc with CLEANFILES.
Noticed it was leftover after running the cmdctl unit test.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1780 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 14:29:00 +00:00
Jeremy C. Reed
b4b6287ec4 Add note to install section about run-time linker.
(Temporary note until Trac #148.)

Regen the HTML version. (I see this pulled in another fix too.)


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1778 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 14:18:00 +00:00
Jeremy C. Reed
98675cebf2 Make sure run_b10-xfrin.sh can import DNS module
and run_b10-xfrout.sh can import XFR module.

Patch tested by jelte.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1776 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 13:35:26 +00:00
Jeremy C. Reed
f648103381 Use abs_top_builddir instead of abs_top_srcdir to find cmdctl module.
Fixes test when running distcheck (or using read-only source).

Note reviewed, but is minor and consistent with some other tests.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1775 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 13:15:50 +00:00
Jeremy C. Reed
36f6a8ce01 Regen the HTML version.
Catch up on previous XML updates.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1774 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 13:12:44 +00:00
Jeremy C. Reed
b37c36a508 Some guide cleanups.
Change Y1 references to "development".
Mention more build/run time dependencies.
Fix xfrin sentence.
Add xfrin and xfrout info (needs a lot more).
Change and add some ./configure options.
Comment out broken example.

Jelte reviewed and commented via jabber.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1773 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 13:08:12 +00:00
Jeremy C. Reed
1e6d378fb0 Enable the cmdctl_test.py unit test.
(It was commented out.)

The test was fixed in r1768. That was for ticket #157.

  Running test: cmdctl_test.py
  ..................
  ----------------------------------------------------------------------
  Ran 18 tests in 0.027s

  OK


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1769 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 03:08:36 +00:00
Likun Zhang
40d65cc1a3 Fix error in cmdctl's unittest code.(No need review.)
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1768 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 02:42:06 +00:00
Jeremy C. Reed
358940c3ad Regenerate man pages (from XML to roff) to catch up
to previous commits for the XML files.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1766 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 02:16:55 +00:00
Jeremy C. Reed
8c61dadda1 Commit patch from jelte in ticket #156 to
fix boolean tests failure.

Re-enable test.py. It now works:

  Running test: test.py
  .....................
  ----------------------------------------------------------------------
  Ran 21 tests in 0.002s
 
  OK
 
This may be fixed a different way, but for now this is a workaround
for the test.
jelte said in jabber: "i know of no code that uses boolean values
in messages right now ... certainly no data specifications"


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1765 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 01:47:25 +00:00
Jeremy C. Reed
21280078e6 Add b10-xfrout.8 manual page.
Make target added.
Original in DocBook XML.
Also generated roff version added.

Content reviewed by Zhang Likun.

The man page is not complete. Needs more content and improved formatting.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1764 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 01:39:15 +00:00
Jeremy C. Reed
1d35d19b26 Merge from trac153 for ticket #153.
This was also tested by jinmei and and older version by shane and jelte.
A couple Makefile.am's were looked at. There was not a thorough review
of this.

Moved msgq tests to own directory.

Added targets for all known python unittests.
Note this is for those that use the unittest module.
Other tests are ignored for now.

These tests are ran using "make check" even if not built
with gtest.

Some tests are disabled, tickets opened to track the problems.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1762 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-21 00:49:42 +00:00
Jeremy C. Reed
1dc2c1e397 Add some python compiled generated .pyc files to CLEANFILES.
These were created when running some python unit tests.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1761 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 22:41:57 +00:00
Jeremy C. Reed
f6991164ed Use abs_top_builddir instead of abs_top_srcdir for some PYTHONPATHs.
For xfrin, make sure EXTRA_DIST is defined outside of the
HAVE_BOOST_PYTHON check.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1760 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 22:09:14 +00:00
Jeremy C. Reed
5fad0582df Use $(abs_srcdir) for running the python test scripts.
I have another commit coming up to fix PYTHONPATH paths.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1759 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 20:24:00 +00:00
Jeremy C. Reed
2bb841341c Change name for CLEANFILES too. For msgq to b10-msgq rename
per ticket #25.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1758 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 18:45:56 +00:00
Jeremy C. Reed
77dfebbc55 Remove broken test.py test.
This is tracked via ticket #156.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1757 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 18:19:16 +00:00
Jeremy C. Reed
280b22a872 Comment out the cmdctl test.
I opened a separate ticket to track this: #157


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1756 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 18:13:12 +00:00
Jeremy C. Reed
7a9d214040 Re-enable test.py
It doesn't work though so may disable again, but with comments next time.

That name is too generic.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1755 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 18:10:23 +00:00
Jeremy C. Reed
27df255092 Wrap the test in "if HAVE_BOOST_PYTHON".
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1754 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 18:03:15 +00:00
Jeremy C. Reed
5c10d34b68 This is for ticket #153.
Moved msgq tests to own directory.

Added targets for all known python unittests.
Note this is for those that use the unittest module.
Other tests are ignored for now.

These tests are ran using "make check" even if not built
with gtest.

Some of these tests fail. I will comment them out in later commit.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1753 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 17:54:47 +00:00
Jeremy C. Reed
aa496085d6 Copy trunk for temporary work for Ticket #153.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1752 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 17:11:01 +00:00
Jeremy C. Reed
e0a3d375b9 Make it so test can find its module.
(Patch from jelte via jabber. Tested by me.)


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1751 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 15:45:15 +00:00
Jelte Jansen
f22c273643 added missing copyright statements to every relevant .in, .py, .cc and .h file that didn't have one yet
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1750 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 14:41:05 +00:00
Jelte Jansen
bcde643efc use PACKAGE_STRING (name + version) from config.h instead of hard-coded value in CH TXT version.bind replies
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1749 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 13:58:33 +00:00
Jeremy C. Reed
e5a343fd25 Renamed generated manual page.
(I should have committed this with my commit for ticket #25.)


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1748 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 13:11:39 +00:00
Jeremy C. Reed
cb61713174 Have msgq and its manpage be installed as "b10-msgq".
For ticket #25.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1747 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-20 12:44:17 +00:00
JINMEI Tatuya
5448dea964 merge from branch: try ${PYTHON}-config --prefix/lib for a last resort LDFLAGS for libpython (trac #149)
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1745 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 21:43:25 +00:00
JINMEI Tatuya
d457448860 mergeinfo update. no need for review.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1744 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 21:41:03 +00:00
JINMEI Tatuya
452cad195d mergeinfo update
no code change.  no need for review.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1743 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 21:40:12 +00:00
JINMEI Tatuya
ed54393e50 propset
trivial change, no need for review


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1742 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 21:39:28 +00:00
JINMEI Tatuya
22f3c40f40 merge from trunk before merge back
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac149@1740 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 21:33:46 +00:00
Jeremy C. Reed
6340cde13b Fix typo in error message.
No review. Obvious misspelling.

Note that the error message itself could be improved.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1739 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 21:16:08 +00:00
Jeremy C. Reed
01a95d9303 Committed to wrong place. Reverting my 1737 revision.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac149@1738 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 21:15:12 +00:00
Jeremy C. Reed
6625155fac Fix typo in error message.
No review. Obvious misspelling.

Note that the error message itself could be improved.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac149@1737 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 20:29:02 +00:00
JINMEI Tatuya
39428f61bb corrected the description of the "from wire" constructor regarding possible exceptions. in response to review comment of trac #94.
trivial fix, skipping review.  build/test okay.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1736 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 19:07:36 +00:00
JINMEI Tatuya
edde4be186 minor style fixes: position of braces.
skipping review.  build/test okay.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1735 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 19:00:53 +00:00
JINMEI Tatuya
9c33cda2e7 typo in a comment line
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac149@1734 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 18:52:39 +00:00
JINMEI Tatuya
7226ff3550 removed a debug output
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac149@1733 e5f2f494-b856-4b98-b285-d166d9295462
2010-04-19 18:21:15 +00:00