- 30 May, 2012 2 commits
-
-
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 14 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?
-
Jeremy C. Reed authored
This fixes problem noticed with g++ (Debian 4.6.3-2) 4.6.3 GNU ld (GNU Binutils for Debian) 2.22 The linker no longer indirectly links. The linker no loner searches for dependencies. This one line addition patch shared on jabber yesterday; builder had problem again today.
-
- 24 May, 2012 3 commits
-
-
Michal 'vorner' Vaner authored
The guide is modified to suggest to list all the addresses explicitly for a multi-homed server, since the wildcard addresses don't work well yet.
-
Jelte Jansen authored
-
User authored
to reduce the risk of using already-installed older BIND10 libraries. basic approach was already agreed. this particular fix should be trivial. so directly committing.
-
- 23 May, 2012 4 commits
-
-
JINMEI Tatuya authored
build on openbsd fails without this. should be trivial, so commiting this at my discretion.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this fixes linker error on some system that has installed an older version of BIND 10 in a well known place for the system, like /usr/local/lib. okayed on jabber.
-