- 29 Apr, 2011 3 commits
-
-
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 10 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
-
-
- 27 Apr, 2011 11 commits
-
-
JINMEI Tatuya authored
(also made a minor editorial cleanup: removed a redundant space in .cc)
-
JINMEI Tatuya authored
-
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
added new test for that. with some other cleanups.
-
- 26 Apr, 2011 16 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
-
JINMEI Tatuya authored
noticed in previous review, but forgot to mention that. very trivial, so decided to push it directly.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
convert TSIG name to the generic crypto hash algorithm enum.
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
in the canonical form (i.e. downcased).
-
JINMEI Tatuya authored
(with some non related cleanups)
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
with resolving conflicts for: configure.ac doc/Doxyfile src/lib/Makefile.am
-