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

9218 Commits

Author SHA1 Message Date
Jeremy C. Reed
a8486dda67 [master] add some pyo (python optimized files) to CLEANFILES
This is to fix the distclean target to fix the reported
distcheck failures.

These pyo files were generated by running the dbutil for tests.
2012-03-27 13:55:49 -05:00
Jelte Jansen
59464e665c [master] forgot CLEANFILES entry in merge of #963
this should fix the distcheck failure reported in http://git.bind10.isc.org/~tester/builder/BIND10-distcheck/20120327113000-FreeBSD8-i386/logs/distcheck.out
2012-03-27 14:29:24 +02:00
Jelte Jansen
a2004cbca7 [master] Update changelog for merge of #963 2012-03-27 11:42:07 +02:00
Jelte Jansen
49ba2cf8ac [master] Merge branch 'trac963' 2012-03-27 11:19:42 +02:00
Jelte Jansen
423640029e [master] update changelog for merge of #1443 2012-03-27 11:16:43 +02:00
Jelte Jansen
52b36c921e [1443] Merge branch 'master' into merge1443
two options have been added to boss's __init__(), conflict resolved.
Conflicts:
	src/bin/bind10/bind10_src.py.in
	src/bin/bind10/tests/bind10_test.py.in
2012-03-27 11:13:36 +02:00
Mukund Sivaraman
46cd22e159 bug #1819: Add manpage note that the --no-kill option was introduced for testing 2012-03-27 13:30:17 +05:30
Mukund Sivaraman
ad40537d9f bug #1819: Add some comments to testcases 2012-03-27 13:30:11 +05:30
Mukund Sivaraman
6353f50a59 bug #1819: Check that BoB doesn't kill during shutdown when asked not to 2012-03-27 13:30:04 +05:30
Mukund Sivaraman
d2661eddfc bug #1819: Add testcase for --no-kill and -i options handling 2012-03-27 13:29:57 +05:30
Mukund Sivaraman
a02f49d16d bug #1819: Document --no-kill option in bind10 manpage 2012-03-27 13:29:49 +05:30
Mukund Sivaraman
774aee5f84 bug #1819: Update help text for no-kill option 2012-03-27 13:29:42 +05:30
Mukund Sivaraman
194ef64776 bug #1819: Rename --no-kill-i option to --no-kill 2012-03-27 13:29:27 +05:30
Mukund Sivaraman
631e9f192c bug #1819: Add ChangeLog entry 2012-03-27 13:27:44 +05:30
Mukund Sivaraman
c6fc5883c4 bug #1819: Pass nokill as an argument to BoB constructor 2012-03-27 13:25:29 +05:30
Mukund Sivaraman
b3388dfb13 bug #1819: Change conjunction used in help message 2012-03-27 13:25:19 +05:30
Mukund Sivaraman
774554f46b bug #1819: Add boss nokill flag (-i/--no-kill-i) 2012-03-27 13:25:12 +05:30
JINMEI Tatuya
0e9213727b [master] changelog for #1829 2012-03-26 13:42:37 -07:00
JINMEI Tatuya
5e5a33213b [master] Merge branch 'trac1829' 2012-03-26 13:38:04 -07:00
Jelte Jansen
a7254a232b [963] addressed review comments
documentation changes
different exit status on uncaught exceptions
removed unused log message
updated 'corrupt' log message
improved 'quiet' test case
2012-03-26 16:08:39 +02:00
Jelte Jansen
90df5f971e [1443] docstring update for backup file 2012-03-26 14:07:49 +02:00
Jelte Jansen
0161c02ad4 [1443] cleanup and docstring for new test 2012-03-26 12:03:58 +02:00
Jelte Jansen
d98c6ee086 [1443] append .X if backup config file exists
where X is 1, and increases until a nonexistant file is found
2012-03-26 12:00:37 +02:00
Jelte Jansen
6600a2c298 [master] update changelog for merge of #1172 2012-03-26 11:33:13 +02:00
Jelte Jansen
bec26c6137 [master] Merge branch 'trac1172' 2012-03-26 10:44:21 +02:00
Mukund Sivaraman
91071d03e1 [master] Update .gitignore 2012-03-26 11:56:40 +05:30
JINMEI Tatuya
da7f88d1c1 [master] fix indentation consistency in ChangeLog. 2012-03-23 16:47:51 -07:00
JINMEI Tatuya
f20a049cb0 [1829] make sure Session.send() transmits all data even after partial write. 2012-03-23 16:33:42 -07:00
JINMEI Tatuya
4fbbae439b [master] noteed RBTree::nodeFission should preserve the current node's name.
This will help at the phase of revisiting the design/implementation.
2012-03-23 14:02:13 -07:00
JINMEI Tatuya
bbeaed010f [master] Merge branch 'trac1775' 2012-03-23 13:45:33 -07:00
JINMEI Tatuya
012688738d [master] changelog for #1688 2012-03-23 13:43:26 -07:00
JINMEI Tatuya
b77baca56f [master] Merge branch 'trac1688' 2012-03-23 13:24:21 -07:00
Jelte Jansen
46f994f729 [963] forgot EXTRA_DIST line 2012-03-23 17:09:25 +01:00
Jelte Jansen
22a8be53ad [963] add --quiet mode to b10-dbutil 2012-03-23 16:46:17 +01:00
Jelte Jansen
5e70d900e4 [963] do --verbose through log (re)init 2012-03-23 16:31:38 +01:00
Jelte Jansen
ab56098767 [963] use logging framework for b10-dbutil
Except for when the user is prompted for Yes or No, all output now goes through
the logging framework
2012-03-23 16:11:17 +01:00
Jelte Jansen
b91bb9719f [963] fix type in b10-dbutil manpage source 2012-03-23 13:53:10 +01:00
Mukund Sivaraman
b41d5a89cc Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10 2012-03-23 17:18:54 +05:30
Jelte Jansen
2c0a8fc3bf [963] improve exit status
0 on success (or upgrade aborted by user)
1 on check and need update
2 on check and version of db too high
3 on command-line error
4 on db read error
5 on upgrade error
2012-03-23 12:19:59 +01:00
Jelte Jansen
b204a39d5b [963] fix run_dbutil.sh script to not change cwd
with this change, you can pass run_dbutil.sh a relative path name for the db file
2012-03-23 11:37:44 +01:00
Jelte Jansen
0f487a9980 [963] fix b10-dbutil.8 creation rule add it to git 2012-03-23 11:29:09 +01:00
JINMEI Tatuya
868ecf0717 [1775] ensure wildcard expanded RRsets are considered of same kind if they are.
in the previous version, if one is returned from find() and the other is
from getAdditional() they are not recognized as of the same kind, because
the underlying pointers are different.
2012-03-22 16:35:40 -07:00
JINMEI Tatuya
475284be04 [1775] cleanup: make sure wildcard and glue don't coexist.
findNode() should have ensured that, so assert() is used for this.
2012-03-22 15:04:17 -07:00
JINMEI Tatuya
0eaac383a1 [1775] handled corner cases with wildcard expansion: empty or multiple nodes.
The previous version crashes if the wildcard node is empty.  Also, the
previous version didn't work well if there were multiple wildcard matches
because the auxiliary tree changes as we add more nodes and stored
pointer can become invalid.  The fix to this issue is a bit complicated;
I needed to make the process two-stage.
2012-03-22 14:52:49 -07:00
JINMEI Tatuya
953d4bcf1e [1688] (unrelated cleanup) make RESERVE_RRSETS a private member of Query class.
This will prevent it from causing definition bloat even if the linkder
doesn't combine the constant def.  It would also make more sense to make
it inaccessible from others anyway, because it's basically an
implementation-internal constatnt.
2012-03-22 10:13:04 -07:00
JINMEI Tatuya
50795e2155 [1688] use referene, rather than making a local copy, for a const vector. 2012-03-22 10:11:05 -07:00
JINMEI Tatuya
46f937392e [1688] removed a redundant newline 2012-03-22 10:10:24 -07:00
JINMEI Tatuya
3dae428408 [1688] use sstream, not iostreaam, for ostringstream. also reordered headers. 2012-03-22 10:08:05 -07:00
JINMEI Tatuya
7713b14700 [1688] removed an (now) unused header file. also reordered headers. 2012-03-22 10:03:49 -07:00
Jelte Jansen
04e0ef7fe5 [1443] Addressed review comments
- if self.clear_config is None was wrong, should just be if self.clear_config
- 'back up' should have been 'create backup of'
- default value for unused parameter rename_config_file in b10-cfgmgr_test.py.in MyConfigManager should have been False, not None
- reordered message file
2012-03-22 15:36:43 +01:00