summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tsigrecord.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3899] Updated copyrightsFrancis Dupont2015-06-231-1/+1
* [3899] Added missing space in error messageFrancis Dupont2015-06-131-1/+1
* [2887] use pointer based dynamic_cast instead of catching bad_castJINMEI Tatuya2013-04-081-3/+4
* [trac893] revised the policy on unexpected TSIG TTL: we now reject it.JINMEI Tatuya2011-05-061-2/+4
* [trac813] supported another form of TSIGRecord constructore, intending toJINMEI Tatuya2011-05-011-2/+38
* [trac812next] added documentation for TSIGRecordJINMEI Tatuya2011-04-281-3/+10
* [trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() an...JINMEI Tatuya2011-04-281-0/+75
* [trac812next] created separate tsigrecord.* files as TSIGRecord is quiteJINMEI Tatuya2011-04-271-0/+27