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

12271 Commits

Author SHA1 Message Date
Jelte Jansen
9b730d026d [2254] cleanups
- rename BindCmdParse to BindCmdParser
- rename 'cmd' in tests to 'cmd_parser' (if used as BindCmdParser)
- cut off long lines according to style guide
2012-09-28 16:49:01 +02:00
Jelte Jansen
6bd433b573 [2254] more review comments; code cleanup and docs
removed self.location magic because config go is mostly broken now anyway
added docstring description for complete()
2012-09-28 16:29:42 +02:00
JINMEI Tatuya
96da4b2e1a [2254] editorial cleanup: removed space in param spec, folded long lines 2012-09-27 16:53:01 -07:00
JINMEI Tatuya
fa10a89c1e [2254] suggested doc extension 2012-09-27 16:06:58 -07:00
JINMEI Tatuya
da0b581e22 [2254] trivial editorial fix 2012-09-27 15:08:51 -07:00
JINMEI Tatuya
e5bf564f73 [master] fixed a trivial typo in changelog (missing period).
committing at my discretion.
2012-09-27 14:12:57 -07:00
JINMEI Tatuya
6fad0e3808 [master] comment cleanup: s/RBTree/ZoneTree/
committing at my discretion.
2012-09-27 12:02:57 -07:00
JINMEI Tatuya
ac07f31fa2 [master] cleanup: removed a redundant copy construction of LabelSequence.
okayed on jabber.
2012-09-27 12:00:31 -07:00
JINMEI Tatuya
34a2c9541c [master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10 2012-09-27 11:01:32 -07:00
JINMEI Tatuya
73b258b1b4 [master] make sure static.zone is generated for new AUTHORS or version string.
previously, once this zone file was generated, incremental build
(i.e., 'make' without 'make clean') may fail to update this file.
that would result in unexpected answer from b10-auth for *.bind
quieries, and would also cause unittest failures in auth/tests.

okayed on jabber.
2012-09-27 10:59:17 -07:00
Tomek Mrugalski
4a6553ba36 [2269] DHCPv6 startup phase is now handled properly by the config parser. 2012-09-27 19:33:20 +02:00
Jelte Jansen
8e51d2165f [2278] remove a bit of dead code 2012-09-27 16:28:25 +02:00
Jelte Jansen
718888317b [2278] A number of cppcheck fixes
and whitespace things, while i was there
2012-09-27 16:00:48 +02:00
Jeremy C. Reed
ae65cad3fb [master] update changelog
add entry from marcin

improve some
2012-09-27 07:20:06 -05:00
JINMEI Tatuya
6de9ca4708 [master] editorial cleanup: removed non-existent param from doc
trivial, committing at my discretion.
2012-09-26 17:53:57 -07:00
Mukund Sivaraman
354ae8184c [master] Shorten InMemoryZoneFinder::getOrigin() implementation
This should also fix the buildbot failure.
2012-09-27 03:10:06 +05:30
Mukund Sivaraman
f3ab6e90b9 [master] Remove redundant use of (this) 2012-09-27 03:09:31 +05:30
Jeremy C. Reed
40c6c15c3f [master] style fixes for changelog
Line 54 is too long ( 72 )
Line 56 is too long ( 72 )
On line 60 use two tabs before the committer username.
On line 79 use a tab before the keyword type.
2012-09-26 14:27:42 -05:00
Jeremy C. Reed
07d2d30929 [master]Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10 2012-09-26 13:31:33 -05:00
Jeremy C. Reed
60b9a13fc0 [master] change XfrIn to b10-xfrin 2012-09-26 13:31:07 -05:00
JINMEI Tatuya
8e0d333e76 [master] added changelog on the new in-memory data source implementation.
(with one minor style fix to a different entry: folded a long line).
2012-09-26 11:22:38 -07:00
JINMEI Tatuya
c0672d18dc [master] Merge branch 'trac2282merge' 2012-09-26 11:03:47 -07:00
JINMEI Tatuya
28c929309c [2282merge] added virtual to a derived class dtor per convention/style guide. 2012-09-26 11:03:06 -07:00
JINMEI Tatuya
a3a63ba5ca [2282merge] move an in-memory test data file to the new directory. 2012-09-26 10:37:24 -07:00
JINMEI Tatuya
7298821ace [2282merge] Merge branch 'trac2218' into trac2282merge 2012-09-26 10:32:21 -07:00
JINMEI Tatuya
8660a77ac7 [2282merge] Merge branch 'trac2218' into trac2282merge
with fixing Conflicts:
	src/lib/datasrc/memory/zone_finder.cc
	src/lib/datasrc/memory/zone_finder.h
2012-09-26 10:31:23 -07:00
Mukund Sivaraman
7e2522e417 [2218] Untabify 2012-09-26 22:38:15 +05:30
JINMEI Tatuya
59c096cda4 [2282] style fix: untabify 2012-09-26 10:04:25 -07:00
JINMEI Tatuya
d0a83e5216 [2218] minor style fix: untabify 2012-09-26 10:03:25 -07:00
JINMEI Tatuya
6a0721cb96 [2218] some small fixes to the revised nsec3hash implementation.
- now salt_data_ is not a vector, some of the empty check isn't necessary
- on the other hand, we need to do it in creat()
- we don't need to do null check before free
- and some style fixes
2012-09-26 09:47:58 -07:00
JINMEI Tatuya
4735853efc [2218] a small optimization: avoid using getOrigin(), which is expensive.
creating labelsequence for the origin node should be normally faster.
also do some constify.
2012-09-26 09:40:59 -07:00
JINMEI Tatuya
f9a376ab22 [2218] (trivial) documentation for DomainTreeNodeChain copy ctor. 2012-09-26 09:23:55 -07:00
JINMEI Tatuya
f569d32698 [2218] style fix: combine two short lines 2012-09-26 09:21:04 -07:00
Michal 'vorner' Vaner
30ab0e64b7 Merge #2161 2012-09-26 17:32:11 +02:00
Michal 'vorner' Vaner
77b10c7082 Merge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10 2012-09-26 17:29:02 +02:00
Michal 'vorner' Vaner
46109eae81 Changelog for #2191 2012-09-26 17:15:13 +02:00
Marcin Siodelski
f142802acf [master] Merge branch 'trac2187' 2012-09-26 17:14:53 +02:00
Michal 'vorner' Vaner
48b6e91386 Merge #2191 2012-09-26 17:13:58 +02:00
Michal 'vorner' Vaner
bfdb265f3a [2191] Remove unneeded code
The method is the same as the version in the base class. No need to
replace it.
2012-09-26 17:12:07 +02:00
Michal 'vorner' Vaner
2adcf03734 Merge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10 2012-09-26 17:10:10 +02:00
Marcin Siodelski
1edc362462 [master] Updated dhcp-perf-guide.xml: replaced ./perfdhcp with perfdhcp. 2012-09-26 17:09:47 +02:00
Michal 'vorner' Vaner
c2a303e6d2 Changelog for #2189 2012-09-26 16:57:07 +02:00
Michal 'vorner' Vaner
52177bb31f Merge #2189
Conflicts:
	ChangeLog
2012-09-26 16:56:01 +02:00
Marcin Siodelski
dfc79b64ed [2187] Changes suggested in code review. 2012-09-26 16:47:30 +02:00
Jeremy C. Reed
c714ebe323 [2189] add changelog entry 2012-09-26 09:34:40 -05:00
Mukund Sivaraman
c7060ccf5e [2218] Add code comment 2012-09-26 20:02:24 +05:30
Jeremy C. Reed
10da91d4dc [2189] various minor changes
minor grammar or wording changes

use mdash xml entity instead of unicode character

fix typo for Trac

fix example out of the configuration name

use xref tag instead of link tag (so reference is not lost in non-hyperlink
document)

keyring to key ring

fix punctuation (mistake in original)

minor grammar (mistake also in original)
2012-09-26 09:31:51 -05:00
Mukund Sivaraman
730fd2f2de [2218] Make tree lookups slightly faster in findNSEC3() 2012-09-26 19:52:16 +05:30
Mukund Sivaraman
55f7ce059f [2218] Add a copy constructor for DomainTreeNodeChain 2012-09-26 19:51:34 +05:30
Stephen Morris
64e40094a7 [2187] Corrected the text of a few messages and removed a comment 2012-09-26 14:45:39 +01:00