- 29 Apr, 2011 8 commits
-
-
JINMEI Tatuya authored
[trac871] Revert "[trac871] implemented a minimal set of python lib for TSIG: just allowing construction of TSIGContext and add another signature to Message.to_wire() to send a signed message." (this was committed to the wrong branch) This reverts commit d6db622c.
-
JINMEI Tatuya authored
[trac871] implemented a minimal set of python lib for TSIG: just allowing construction of TSIGContext and add another signature to Message.to_wire() to send a signed message.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Conflicts: src/lib/dns/tsig.cc
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Conflicts: doc/Doxyfile src/lib/Makefile.am src/lib/cryptolink/cryptolink.cc src/lib/dns/tsigkey.cc src/lib/util/unittests/Makefile.am Other fixes: - cppcheck filter adjustment - (indirect) dependency on libbotan. actually we should be able to make the link within libcryptolink, so I chose that approach. hopefully it doesn't break autobuild.
-
JINMEI Tatuya authored
-
- 28 Apr, 2011 16 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
they were actually not "SOURCES", and caused distcheck failures. discussed on jabber.
-
-
JINMEI Tatuya authored
use -L`botan-config --prefix`/lib and -I`botan-config --prefix`/include.
-
Jelte Jansen authored
-
Jelte Jansen authored
if nothing (or --with-botan) is specified it will be taken from $PATH, if --with-botan=dir is specified it will be taken from $withval/bin If --without-botan is specified configure will print an error
-
Jelte Jansen authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
they use AbstractMessageRenderer. not related to the subject of this branch, but we'll need this change anyway, and touching some toWire()s is a good opportunity to make this happen.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also made the return value of toWire() compatible with its RRset variants, and added truncation case consideration.
-
-
JINMEI Tatuya authored
not directly related to the main purpose of this branch, but this is a deferred cleanup from the initial step of this task.
-
JINMEI Tatuya authored
[trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() and have the Message class use it with a TSIGContext. (There are some other small cleanups in this commit)
-
JINMEI Tatuya authored
not directly related to the main subject for this branch, but we need this fix to make the main code work correctly.
-
- 27 Apr, 2011 13 commits
-
-
JINMEI Tatuya authored
(also made a minor editorial cleanup: removed a redundant space in .cc)
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
likely to be getting bigger.
-
JINMEI Tatuya authored
consists of the originally proposed patch with additional fixes to bin/stats to make it testable
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Jelte Jansen authored
Conflicts: configure.ac doc/Doxyfile src/lib/Makefile.am Also updated includes (because of the lib/util move)
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
added new test for that. with some other cleanups.
-
- 26 Apr, 2011 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-