- 31 Jan, 2013 2 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
- renamed 'bind10' to 'b10-init' - renamed related files as well - left alone the 'run' script, as well as the directory name - added new 'bind10' script that execs b10-init note this commit only handles file names, and internal references have not been updated yet
-
- 30 Jan, 2013 3 commits
-
-
Jeremy C. Reed authored
On my home system I received error when running unit tests like: Message DHCP4_SERVERID_LOADED server-id /home/reed/opt/bind10/var/b10-dhcp4-serverid has been loaded from file %2 assertion ""Excess logger placeholders still exist in message" == NULL" failed: file "../../../../src/lib/log/log_formatter.cc", line 69, function "void isc::log::checkExcessPlaceholders(std::string*, unsigned int)" I am using --enable-logger-checks. The build farm also uses that. I am not sure why this was not seen on the build farm. I added the missing value for dhcp4 and dhcp6 and the make check completed. It had slight review on jabber.
-
Shane Kerr authored
-
Michal 'vorner' Vaner authored
Logging XFRIN_TRANSFER_PROTOCOL_ERROR as INFO level message could be confusing. Rename to XFRIN_TRANSFER_PROTOCOL_VIOLATION, which is neutral which has a neutral name regarding the log levels.
-
- 29 Jan, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
To be aligned with the exception it describes.
-
- 28 Jan, 2013 3 commits
-
-
Michal 'vorner' Vaner authored
Test they have no side effects as to the acceptance of the zone, just log stuff.
-
Michal 'vorner' Vaner authored
The XFRIN_INVALID_ZONE_DATA was numbered from %2, not from %1.
-
Michal 'vorner' Vaner authored
Clarify one exception and document one old exception.
-
- 27 Jan, 2013 1 commit
-
-
Mukund Sivaraman authored
-
- 24 Jan, 2013 8 commits
-
-
JINMEI Tatuya authored
the latter is relatively new and doesn't work for all of our supported python versions. will fix a buildbot report. committing at my discretion.
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Use separate error message and exception for the case when received zone data doesn't pass basic validation.
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 23 Jan, 2013 7 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Jelte Jansen authored
- small updates to doc and comments - changed __try_login to _try_login - replaced direct calls to print() with self._print(), to override in tests (and more easily check output) - added some more test cases - made cmdctl tests fail is environment vars aren't set
-
Jelte Jansen authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
some test cases needed to be adjusted accordingly.
-
Mukund Sivaraman authored
-
- 22 Jan, 2013 13 commits
-
-
Marcin Siodelski authored
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
Report any issues found in the zone through logging.
-
Michal 'vorner' Vaner authored
If we can't even import the DNS library, we are doomed and there's no reason to continue running. So remove the check. We would probably crash in a very short time anyway due to a call to something from the not imported library.
-
Michal 'vorner' Vaner authored
There's a lot of mocking within the tests, but it seems hard without it.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Michal 'vorner' Vaner authored
Check a zone without NS (we can't really make a zone without SOA by XFR) is rejected.
-
Michal 'vorner' Vaner authored
There'll be more of this code soon, to check the zone data.
-
Jelte Jansen authored
-
- 21 Jan, 2013 2 commits
-
-
Stephen Morris authored
Also correct error messages in the configuration parser: the same error is logged on any parser error, both creation and running. The text was made more general.
-
Shane Kerr authored
When the boss process was unable to connect to the msgq, it would exit. However, it would leave the msgq process running. This patch fixes that by killing the msgq if it is running in this case.
-