- 19 Nov, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
There are no contexts any more. Rename the log message IDs not to contain them.
-
- 17 Nov, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 30 Aug, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 28 Aug, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
Since creating new file is suspicious, the administrator may have misspelled some file name. The message explains the problem and shows the file name as well. Also, removed a duplicate message, created a new instance for it.
-
- 22 Aug, 2012 1 commit
-
-
Jelte Jansen authored
- add zone and file names to masterload errors - catch masterload error and log it - don't quit auth completely on a single zone load failure
-
- 06 Jul, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 29 May, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
At least for some logging. This eliminates having more real parameters than placeholders for the used messages. Other occurrences of the function are preserved, as the corresponding messages have full set of placeholders.
-
- 25 May, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
The DATASRC_DATABASE_FINDNSEC3_COVER logging message was missing a placeholder. Added.
-
- 14 Apr, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
One missing placeholder and one explanation in the text.
-
- 12 Apr, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 09 Apr, 2012 1 commit
-
-
JINMEI Tatuya authored
it didn't seem correct to say "it's not allowed on the wire". this restriction is more about the definition of the RRset concept, rather than what we'd see in the wire. also added a reference to the relevant RFC (2181).
-
- 30 Mar, 2012 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also, in sqlite3 accessor and the old data source API, check both the major and minor versions, log any mismatches, and throw if major doesn't match. right now there's no test for it, which is bad, but this seems to be best way forward from the given patch.
-
- 21 Mar, 2012 1 commit
-
-
Jeremy C. Reed authored
using debug level of 40 for now. This is for ticket #1102. Also clarify the log description. No changelog entry. Discussed some on jabber.
-
- 24 Feb, 2012 1 commit
-
-
JINMEI Tatuya authored
found by a report in bind10-users. fix okayed on jabber.
-
- 08 Feb, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 01 Feb, 2012 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 31 Jan, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 28 Jan, 2012 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 15 Dec, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 07 Dec, 2011 2 commits
-
-
JINMEI Tatuya authored
for the positive case to a separate method and used it directly from find() and findWildcardMatch(). Moved detailed comments of findWildcardMatch to the head of its definition so that the function body will be physically concise.
-
Stephen Morris authored
-
- 28 Nov, 2011 1 commit
-
-
Stephen Morris authored
-
- 25 Nov, 2011 2 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
Added utility to put messages in a message file into alphabetical order and, for ease of further editing, the data source message file in alphabetical order.
-
- 23 Nov, 2011 1 commit
-
-
JINMEI Tatuya authored
ones for each subcase of find().
-
- 15 Nov, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 21 Sep, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
As the concerns there seem to be false ones.
-
- 29 Aug, 2011 1 commit
-
-
JINMEI Tatuya authored
catch exception in rollback explicitly. added a test case for that.
-
- 18 Aug, 2011 1 commit
-
-
Jelte Jansen authored
-
- 17 Aug, 2011 3 commits
-
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
When we iterate and find out that there are RRs in an RRset with different TTL, we go for the lowest of them instead of throwing and give a warning.
-
Michal 'vorner' Vaner authored
-
- 16 Aug, 2011 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 13 Aug, 2011 1 commit
-
-
JINMEI Tatuya authored
added some log messages. to make the log/exception messages useful, also added an RRClass parameter to the Client constructor.
-