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

5847 Commits

Author SHA1 Message Date
chenzhengzhang
c5124556a1 [master] a cleanup fix: missing boost namespace prefix
reviewed on jabber room
2011-08-03 19:18:48 +08:00
chenzhengzhang
da32354d05 [master] commit ChangeLog entry for #1128 2011-08-03 13:27:30 +08:00
chenzhengzhang
5fd94aa027 [master] fix EXTRA_DIST for dns/testdata 2011-08-02 14:10:23 +08:00
chenzhengzhang
7b04ab1afe Merge branch 'master' into trac1128 2011-08-02 09:15:30 +08:00
JINMEI Tatuya
4625b640b9 [trac1128] a couple of editorial fixes 2011-08-01 12:49:20 -07:00
Stephen Morris
d2f96b7e1e [master] ChangeLog for trac 1003 2011-08-01 17:44:14 +01:00
Stephen Morris
a01cd4ac5a Merge branch 'master' into trac1003 2011-08-01 17:24:38 +01:00
Jelte Jansen
25b02eeaa9 [trac1128] fix EXTRA_DIST 2011-08-01 09:31:12 +02:00
chenzhengzhang
d9d0d1f6cb [trac1128] fix comments 2011-07-29 14:39:28 +08:00
chenzhengzhang
c8710633f9 [trac1128] Add more comments, avoid including useless header, and some
minor fixes.
2011-07-29 14:20:59 +08:00
Michal 'vorner' Vaner
9cc8edcca2 Merge branch 'work/datasrc-client' 2011-07-28 15:48:34 +02:00
JINMEI Tatuya
dd7e5d47df [trac1060] comment wording fix: s/Memory/InMemory/ 2011-07-28 09:14:58 -04:00
JINMEI Tatuya
8907c6a5c7 [trac1060] corrected a variable name to make it compile 2011-07-28 07:59:29 -04:00
Michal 'vorner' Vaner
0d2c284222 [trac1060] Some more renaming
zone->zone_finder in many cases
2011-07-28 12:14:17 +02:00
Jelte
06aeefc478 Merge branch 'trac926' 2011-07-28 12:14:05 +02:00
Michal 'vorner' Vaner
119442008b [trac1060] Rename MemoryZoneFinder to InMemoryZoneFinder
To preserve consistency.
2011-07-28 11:28:05 +02:00
chenzhengzhang
d42d232acb [trac1128] update comments and minor fix 2011-07-28 13:10:35 +08:00
chenzhengzhang
34634d2ba1 [trac1128] update copyright information 2011-07-28 11:17:49 +08:00
chenzhengzhang
0373b72ac0 [trac1128] implement SRV rr type 2011-07-28 11:12:49 +08:00
JINMEI Tatuya
feae0b934e [trac1060] overall documentation updates, typo/wording fixing. 2011-07-27 15:09:54 -04:00
Michal 'vorner' Vaner
8f5f77f8e2 [trac1060] Make Query use abstract DataSourceClient
It turns out to be simple search & replace, it didn't use any in-memory
specific features. The rest of Auth still uses hardcoded in-memory, as
it needs to load it, etc.
2011-07-27 13:02:16 +02:00
Jelte Jansen
ced9ddecf6 [trac926] review comments 2011-07-27 12:44:33 +02:00
Michal 'vorner' Vaner
34cfc02f00 [trac1060] Rename MemoryDataSrc to InMemoryClient
And some more similar renaming. Just to match naming conventions.
2011-07-27 12:44:10 +02:00
Michal 'vorner' Vaner
45dcf93cb4 [trac1060] Inherit MemoryDataSrc
* Inherit the MemoryDataSrc from DataSourceClient
* Small comment cleanup
* Makefile fix
* Remove extra parts of MemoryDataSrc
  - FindResult is inherited from MemoryDataSrc and it was the same
    anyway, just different name.
  - Remove the private assignment operator and copy constructor, the
    DataSourceClient is already uncopyable.
2011-07-27 12:05:52 +02:00
Michal 'vorner' Vaner
c18502d5a8 [master] Make the tests work with python 3.1
Python 3.1 doesn't get the with self.assertRaises(CreatorError) as cm:
right, it doesn't set the cm, as described in documentation. So it is
reimplemented without this.
2011-07-27 11:15:36 +02:00
Michal 'vorner' Vaner
ee4916a2db [master] Fix MacOS tests
As always, they can't find libraries needed from C++ python wrappers.
2011-07-27 10:34:41 +02:00
Jelte Jansen
589965360a Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10 2011-07-26 16:46:35 +02:00
Jelte Jansen
cb86d16418 [master] add LDADD for libdns which is needed by the tsig support 2011-07-26 16:46:09 +02:00
Michal 'vorner' Vaner
f279d99635 Merge branch 'work/startcreator' 2011-07-26 16:21:54 +02:00
Michal 'vorner' Vaner
69336de84b [trac800] Sort the message definitions 2011-07-26 16:19:51 +02:00
Jelte Jansen
12186e267f [trac800] fix a few typos 2011-07-26 15:00:33 +02:00
Michal 'vorner' Vaner
c62810c526 [trac800] Makefile fixes 2011-07-25 18:38:53 +02:00
Michal 'vorner' Vaner
0710846d8d [trac800] Fix tests depending on boss
Why do they include boss?
2011-07-25 18:15:43 +02:00
Michal 'vorner' Vaner
9517f61cb8 [trac800] Actually starting the creator 2011-07-25 18:02:06 +02:00
Michal 'vorner' Vaner
3da7e8747d [trac800] WrappedSocket 2011-07-25 14:40:06 +02:00
Dima Volodin
900a3c5828 Merge branch 'master' into trac1155 2011-07-25 08:08:13 -04:00
Michal 'vorner' Vaner
d9e757fb15 [trac800] Provide logging for the sockcreator parser 2011-07-25 13:48:15 +02:00
Michal 'vorner' Vaner
517c31a58a [trac800] The parser 2011-07-25 12:44:09 +02:00
Michal 'vorner' Vaner
4c485d0b11 [trac800] Interface and tests for the sockcreator parser 2011-07-25 10:52:14 +02:00
Jelte Jansen
be388eb699 [trac926] remove test spec part 2011-07-25 09:54:52 +02:00
JINMEI Tatuya
bf5fbf4c58 [trac1060] an incomplete template of DataSourceClient class 2011-07-22 22:19:36 -07:00
JINMEI Tatuya
aa7400d4aa [trac1060] first step of trivial refactoring: rename some classes 2011-07-22 22:18:52 -07:00
JINMEI Tatuya
0711c996f0 [master] changelog entry for #1104 2011-07-22 14:59:02 -07:00
JINMEI Tatuya
9b2e89cabb [master] Merge branch 'trac1104' 2011-07-22 14:54:20 -07:00
Stephen Morris
07e015d587 [trac1003] Modifications as a result of review. 2011-07-22 13:24:06 +01:00
JINMEI Tatuya
253a3fad87 [trac1003] some trivial and editorial changes 2011-07-21 18:04:43 -07:00
JINMEI Tatuya
566d284cd6 [trac1104] some minor editroial fixes to comments 2011-07-21 16:13:34 -07:00
JINMEI Tatuya
8d8c3bc259 [trac1104] updated the head note (which was a niave copy of the logging
module implementation that uses a similar techinique).
2011-07-21 16:11:54 -07:00
Dima Volodin
af698f41e1 [trac1155] a comment about Solaris and DS added 2011-07-21 19:05:46 -04:00
Dima Volodin
6300d968db [trac1155] a comment about <cstring> and strerror() added 2011-07-21 19:04:52 -04:00