- 30 May, 2012 10 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this is ongoing, with many TODO cases.
-
JINMEI Tatuya authored
this fix is necessary for ddns to make responses correctly.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it's necessary for making distcheck pass on macos.
-
JINMEI Tatuya authored
adopted denied as it was used in BIND 9's log message.
-
Marcin Siodelski authored
Compiling perfdhcp.c code with C++ compiler causes errors on various platforms. Perfdhcp.c is now being refactored to C++ and will be soon removed anyway.
-
Michal 'vorner' Vaner authored
This fixes the logging placeholders in messages to really match what is logged.
-
- 29 May, 2012 11 commits
-
-
JINMEI Tatuya authored
now its python test relies on isc python modules we need this workaround for MacOS X. This fix solves recent buildbot failures on macmini. okayed on jabber
-
Jelte Jansen authored
-
Tomek Mrugalski authored
- Compilation fix for FreeBSD
-
Yoshitaka Aharen authored
This fix is trivial, so directly committing without review.
-
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.
-
Tomek Mrugalski authored
-
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Jelte Jansen authored
- refactored duplicate code - updated docstrings
-
Tomek Mrugalski authored
-
- 28 May, 2012 6 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Stephen Morris authored
Remove a duplicated line in commandOptions::reset() and corrected header comments in initClientsNum().
-
Michal 'vorner' Vaner authored
This is the guide update to mention the listen_on workaround for multi-homed hosts.
-
Mukund Sivaraman authored
-
- 25 May, 2012 13 commits
-
-
Marcin Siodelski authored
-
Jelte Jansen authored
-
Marcin Siodelski authored
-
Jelte Jansen authored
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
We want to disable the logger if there was an exception while putting the parameters in. While we can't detect all possible ones, we can detect some and reduce some false positives of the strict log checker and not output mangled messages.
-
Michal 'vorner' Vaner authored
When we enable the strict log checking and the excess placeholders check triggers, we need to print the message to easily identify the message ID with the problem.
-
Michal 'vorner' Vaner authored
The DATASRC_DATABASE_FINDNSEC3_COVER logging message was missing a placeholder. Added.
-
Jelte Jansen authored
As per review comment http://bind10.isc.org/ticket/1455#comment:15
-
Jelte Jansen authored
This mode is useful for DDNS-type updates; it allows for additions and deletions to be done in any order (keeping track of them separately). It does have some extra restrictions; SOA records must be the first deleted and the first added type, and may not occur later anymore (causes ValueError). For now, I left this in python/isc/xfrin, even though it is not purely xfrin anymore. Should we move it to datasrc? or util?
-