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

12229 Commits

Author SHA1 Message Date
Mukund Sivaraman
5fadea676f [2266] Update ChangeLog trac2351_base 2012-10-11 12:21:42 +05:30
Mukund Sivaraman
532ac3d005 Merge branch 'master' into trac2266 2012-10-11 12:19:00 +05:30
JINMEI Tatuya
e2d1490eb8 [master] minor wording fix in a README file.
committing at my discretion.
2012-10-10 15:14:52 -07:00
JINMEI Tatuya
f2b4e736bb [master] changelog for #2339 2012-10-10 13:50:21 -07:00
JINMEI Tatuya
88db890d8d [master] Merge branch 'trac2339' 2012-10-10 13:38:20 -07:00
Michal 'vorner' Vaner
65cddb545c Compilation fix: usual static_cast<X*>(NULL)
Sunstudio is unhappy with plain NULL inside EXPECT_EQ and thinks it is
int. This makes it think otherwise.
2012-10-10 20:42:46 +02:00
Michal 'vorner' Vaner
99fd73694c Remove extra comma at the end of enum
This should fix compilation issue on sunstudio.
2012-10-10 20:28:16 +02:00
JINMEI Tatuya
b6cfd9d20c [master] added changelog for #2244 2012-10-10 09:32:40 -07:00
JINMEI Tatuya
a0b7dd977e [master] a minor grammar fix to changelog entry. 2012-10-10 09:31:30 -07:00
JINMEI Tatuya
7565788d06 [master] Merge branch 'trac2244' 2012-10-10 09:26:47 -07:00
JINMEI Tatuya
183ea20803 [master] Merge branch 'trac2204' 2012-10-10 09:19:06 -07:00
Michal 'vorner' Vaner
fe827c7e47 Merge #2292 2012-10-10 11:59:02 +02:00
Michal 'vorner' Vaner
c6391ad769 [2292] Add a TODO about re-adding tests
Planned for merge #2268
2012-10-10 11:58:17 +02:00
JINMEI Tatuya
86e4008ac1 [2204] removed an obsolete comment that only made sense for the previous code. 2012-10-09 13:28:08 -07:00
JINMEI Tatuya
f496bbe69f [2204] added notes about future extensions of incremental datasrc config update 2012-10-09 13:26:20 -07:00
JINMEI Tatuya
74911480e9 [2339] changed the search order of python executable: seek python3.x first.
this works around a bit awkward installation setup where there's a link
from "python3" to "python3.x" but not from "python3-config" to the
corresponding "python3.x-config".  That happens for recent versions of
Homebrew.
2012-10-09 13:17:59 -07:00
JINMEI Tatuya
d12ce3c245 [2244] missing update: Component.running() was renamed is_running(). 2012-10-09 11:11:51 -07:00
Michal 'vorner' Vaner
d78dd497ec [2292] Clarify test
And make it slightly stronger (it now checks something that should be
mostly obvious too, but who knows, with software).
2012-10-09 14:11:25 +02:00
Michal 'vorner' Vaner
3a6ee0d12d [2292] Pass the old zone back
Instead of releasing it directly. While the internal release was more
convenient, it didn't allow for swapping things fast under a mutex and
then spending the time releasing it unlocked.
2012-10-09 14:07:13 +02:00
Michal 'vorner' Vaner
7888a2127d [2292] Don't pass SegmentObjectHolder
It is supposed to be mostly private. Use it internally only.
2012-10-09 13:39:30 +02:00
Mukund Sivaraman
bcf2117983 [master] Set lockfile path for DHCP tests 2012-10-09 10:41:32 +05:30
Mukund Sivaraman
fb5aa58dab [master] Update .gitignore files 2012-10-09 10:38:12 +05:30
Mukund Sivaraman
5879860e00 [master] Remove empty GNU-style dist files 2012-10-09 10:21:48 +05:30
JINMEI Tatuya
1e93f1db98 [2204] grammar fix in documentation 2012-10-08 17:29:15 -07:00
JINMEI Tatuya
3a68ea2e8d [2204] updated test comments without using "rollback".
as the new code actually doesn't do rollback operation internally,
even though the observable effect is the same.
2012-10-08 17:27:23 -07:00
JINMEI Tatuya
4e159ffca0 [2204] updated comments about releasing old data source client lists
the previous one was not really accurate and was confusing.
2012-10-08 16:56:10 -07:00
JINMEI Tatuya
7b053fd99e [2244] renamed BaseComponent.is_failed() to is_restarting().
so it sounds more natural as an English term.
2012-10-08 16:14:16 -07:00
JINMEI Tatuya
04db154ec2 [2244] fixed a typo in a log message. 2012-10-08 15:49:24 -07:00
JINMEI Tatuya
c7ab107ab6 [master] define dbutil_test.sh as noinst_SCRIPTS to auto-regenerate on modify.
this will prevent surprising test failure on an incrementally updated dev
tree.  okayed on jabber.
2012-10-08 14:12:02 -07:00
JINMEI Tatuya
dd19112777 [master] added changelog for #1870 2012-10-08 14:11:39 -07:00
JINMEI Tatuya
4973e638d3 [master] Merge branch 'trac1870' 2012-10-08 14:02:58 -07:00
JINMEI Tatuya
d41d8af0c7 [master] Merge branch 'trac2203' 2012-10-08 13:57:05 -07:00
JINMEI Tatuya
869d14d705 [2292] minor cleanups: constify, indentation 2012-10-08 11:32:18 -07:00
Mukund Sivaraman
9a9260c258 [2266] Remove all traces of RRsetList
It is no longer used anywhere.
2012-10-08 23:40:24 +05:30
Mukund Sivaraman
daedcaea54 Merge branch 'trac1899_2' 2012-10-08 22:59:25 +05:30
JINMEI Tatuya
432064bc3e [master] add std:: for memset(). sunstudio requires this with <cstring> 2012-10-08 16:41:33 +00:00
Jelte Jansen
1ab996e4c5 [master] Merge branch 'trac2275' 2012-10-08 14:53:19 +02:00
Mukund Sivaraman
bf260bbc80 [master] Add libb10-cc.la to tests Makefile.am 2012-10-08 14:42:55 +05:30
Jelte Jansen
f8261d10f1 [master] Merge branch 'trac2278' 2012-10-08 09:57:26 +02:00
Jelte Jansen
7bcaf2b790 [2275] fix strncpy in socketrequestortest 2012-10-08 09:41:11 +02:00
Mukund Sivaraman
f5bd1368b7 [1899] Allow other RRtypes in nsec3 table (for RRSIGs)
* The unique constraint on NSEC3 owner per zone is now removed
* NSEC3 RRSIGs are now returned next to their RR set
* Test was adjusted to check for RRSIGs too
2012-10-08 12:36:28 +05:30
Michal 'vorner' Vaner
00d3de1af8 [2292] Update tests
They don't need the mutable versions to work, but they used them anyway.
2012-10-07 17:19:12 +02:00
Michal 'vorner' Vaner
73900f62a7 [2292] Re-add version of find removed by accident
This one was not mutable, it just took Name as an argument.
2012-10-07 17:18:33 +02:00
Michal 'vorner' Vaner
7a628baa1a [2292] Drop tests for InMemoryClient::add
As the method was removed.
2012-10-07 17:03:18 +02:00
Michal 'vorner' Vaner
915576b6aa [2292] Remove unused template parameters
The domain tree no longer supports the mutable find versions, so we
don't need the template parameters allowing for them.
2012-10-07 16:50:50 +02:00
Michal 'vorner' Vaner
e1b4bf1cb5 [2292] Remove mutable find methods
They are currently used in test code only (so we'll need to update the
tests to compile). The real code seams clean now.
2012-10-07 16:38:23 +02:00
Michal 'vorner' Vaner
76243c3ccd [2292] Remove the setZoneData method
Currently, the content of zone is passed to the addZone method. No way
to change it later, but the addZone overwrites the old value if called
again.

This should hopefully allow for removal of mutable find methods from the
tree.
2012-10-07 16:13:56 +02:00
JINMEI Tatuya
86a4bae1ff [2204] cleanup: removed unused func, and renamed "ClientList" with "DataSrc".
getClientListClasses() was removed.  It's not used anymore.
a few methods named with "ClientList" were renamed with adding "DataSrc".
The resulting names are a bit long, but since there's no namespace
qualification, simply saying "client" can be confusing (it could be
interpreted to mean DNS clients, for example).
2012-10-05 17:04:28 -07:00
JINMEI Tatuya
0b6e74f544 [2204] regression fix: make sure the datasrc config is installed to server. 2012-10-05 16:52:37 -07:00
JINMEI Tatuya
d7846ea4a9 [2204] removed server function/template param from configureDataSourceGeneric.
This is pure cleanup.  This function already doesn't use the server.
2012-10-05 16:48:03 -07:00