- 31 Aug, 2012 1 commit
-
-
Jeremy C. Reed authored
Fix a misspelling in a log output. Also fix same misspelling in some comments and unittest output.
-
- 23 Aug, 2012 2 commits
-
-
JINMEI Tatuya authored
-
Kazunori Fujiwara authored
-
- 21 Aug, 2012 3 commits
-
-
JINMEI Tatuya authored
-
Kazunori Fujiwara authored
-
Kazunori Fujiwara authored
[2138] max number of columns (79) [2138] recovered TEST_F(AuthConfigTest, exceptionGuarantee) to use server.setListenAddresses().
-
- 20 Aug, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 10 Aug, 2012 1 commit
-
-
Kazunori Fujiwara authored
-
- 09 Aug, 2012 1 commit
-
-
Kazunori Fujiwara authored
-
- 08 Aug, 2012 1 commit
-
-
Kazunori Fujiwara authored
from peliodic sending via statistics channel to passive retrieval via config session - Added "getstats" command to retrieve statistics data via config session. = type "Auth getstats" command using bindctl shows statistics data. - Removed StatisticsIntervalTimer - Removed "sendstats" command - Changed that each config command can return values. - returns Element::createlist(), Element::fromJSON("{}") or Statistics Opinion: - Each command should return conditions and values using createAnswer() rather than using throw/catch.
-
- 19 Jul, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
As most of the handling moved to the ConfigurableClientList, it got so simple the separate validate() method needed more care to pass values around than the work it actually did, so it got inlined.
-
- 18 Jul, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 11 Jul, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 09 Jul, 2012 1 commit
-
-
Jelte Jansen authored
-
- 06 Jul, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
Tests are not yet enabled. This is slightly against the TDD approach, but the tests are mostly written, they just need to be enabled and refactored, so it's not that bad.
-
- 30 Jun, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
Some of the previously disabled tests that needed #2046 are now enabled. Some ripping out of internals (the old in-memory) happened on the way. This led to temporarily commenting out some test code, but it was in disabled tests anyway.
-
- 22 Jun, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
As it was no longer used to answer queries, the old data sources (both the new API and old sqlite3 stuff) was ripped out. Their configuration goes with them. The loadzone command, unfortunately, too, because it handled the old stuff and we don't really have a way to load to in-memory now (needs #2044/#2046) so it would do nothing anyway. The configuration options are left in the spec file, because other modules refer to them. Once the other modules are solved, it can be removed.
-
- 16 May, 2012 1 commit
-
-
Jelte Jansen authored
-
- 11 May, 2012 1 commit
-
-
Jelte Jansen authored
See http://bind10.isc.org/ticket/1207#comment:11
-
- 08 May, 2012 2 commits
-
-
Jelte Jansen authored
The temporary name with the added P is no longer necessary now the original method has been removed.
-
Jelte Jansen authored
Made the getZoneCount() method from inmemory client a general datasource client call (which throws NotImplemented by default), as this does seem useful in other cases as well. Now the work starts to pay off; removed the temporary pointer variable (getInMemoryClientP() still returns a pointer but now directly retrieved from the container), and any direct reference to isc::datasrc::InMemoryClient is removed from au th_srv (but not from tests as of yet)
-
- 07 May, 2012 1 commit
-
-
Jelte Jansen authored
Instead of the direct shared_ptr. Changes needed: Moved loading of zones in config into the memory_datasrc implementation; at this moment the general API has no method for this (and it may not be necessary; datasources should handle their own config anyway). This does have one drawback; through the dynamic loading mechanism we currently lose exception type information. So for now specific exceptions such as MasterLoadError end up as 'general' DataSourceErrors. Tests have been updated to reflect this. Also, I made config handler slightly more lenient; it has hardcoded defaults and will now accept config parts without "class" or "zones"; using .spec -derived values is impractical here with the current config API, but in this case it shouldn't *really* matter; as IN is hardcoded in several places anyway atm.
-
- 19 Apr, 2012 1 commit
-
-
JINMEI Tatuya authored
The values are deduced from something else, no need to keep them. This eliminates the ugly initialization with wrong values.
-
- 18 Apr, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It is now placed into the getZoneConfig method. This is code cleanup only, functionality should not be changed.
-
- 17 Apr, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
It now looks into the configuration and checks if the zone should be loaded from the sqlite3 data source instead of the text file.
-
- 14 Feb, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
They'd get caught by an exception anyway.
-
- 13 Feb, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 10 Feb, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 09 Feb, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 03 Feb, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 14 Dec, 2011 1 commit
-
-
Jelte Jansen authored
-
- 28 Jul, 2011 3 commits
-
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
zone->zone_finder in many cases
-
Michal 'vorner' Vaner authored
To preserve consistency.
-
- 27 Jul, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
And some more similar renaming. Just to match naming conventions.
-
- 23 Jul, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 23 Jun, 2011 1 commit
-
-
Stephen Morris authored
-
- 20 Jun, 2011 1 commit
-
-
Stephen Morris authored
-
- 01 Jan, 2011 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac467@4116 e5f2f494-b856-4b98-b285-d166d9295462
-