- 02 Feb, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 01 Feb, 2013 6 commits
-
-
JINMEI Tatuya authored
committing at my discretion.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
without this SunStudio will be confused about the namespace for the declaration of internal Context below and refuse to compile. confirmed it works, okayed on jabber.
-
- 31 Jan, 2013 8 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
(-rpath isn't actually checked in this macro)
-
JINMEI Tatuya authored
-
Adam Tkac authored
Some dynamic linkers are wise enough (at least the Linux one) to correctly pick needed shared libraries without hardcoded rpath. The --disable-rpath configure switch allows distributors to avoid hardcoded rpath paths in libraries and executables. Signed-off-by:
Adam Tkac <atkac@redhat.com>
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 30 Jan, 2013 8 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.
-
Jelte Jansen authored
-
Shane Kerr authored
-
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.
-
Michal 'vorner' Vaner authored
Also, include one known difference to bind9. This is both to store it somewhere before we forget about it and to have an example to how the file would look like.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 29 Jan, 2013 17 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The old version with . didn't work well with the form wait … for MESSAGE not OTHER_MESSAGE Since the whole "MESSAGE not OTHER_MESSAGE" was captured into the first (.+). This broke several tests in around xfrin and possibly others. Now the tests pass and reviewed on jabber.
-
Michal 'vorner' Vaner authored
Perform post transfer validation of zone in XfrIn by isc.dn.check_zone and reject broken zones.
-
Michal 'vorner' Vaner authored
To be aligned with the exception it describes.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
Also adjust tests.
-
Mukund Sivaraman authored
Also adjust tests.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
This used to work before (without the using statement) as they came after SOA in the generated files.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-