summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rdata/any_255 (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-162-22/+6
* [master] untabifyFrancis Dupont2015-06-111-3/+3
* [trac3593] added truncated HMAC support to TSIGFrancis Dupont2014-10-221-1/+9
* [2762] Update tests and implementation (see full log)Mukund Sivaraman2013-09-091-6/+16
* [2726] Use empty() instead of size()Michal 'vorner' Vaner2013-06-171-4/+4
* [2726] Use more common check for assignment to selfMichal 'vorner' Vaner2013-06-141-1/+1
* [2522] TSIG documentation, TSIG unit test string constructorsPaul Selkirk2013-05-221-18/+26
* [2522] rewrite TSIG string constructor documentationPaul Selkirk2013-05-181-35/+27
* [2522] TSIG review updatesPaul Selkirk2013-05-172-19/+23
* [2522] minor style fixesJINMEI Tatuya2013-05-161-2/+2
* [2522] trivial style cleanup: folded long linesJINMEI Tatuya2013-05-161-5/+10
* [2522] fix a typoPaul Selkirk2013-05-161-1/+1
* [2522] initialize impl_ directly in TSIG lexer constructorPaul Selkirk2013-05-161-3/+2
* [2522] TSIG algorigthm can be a reference, maybe a bit more efficientPaul Selkirk2013-05-161-1/+1
* [2522] convert TSIG string constructor tests to checkFromTextPaul Selkirk2013-05-161-3/+3
* [2522] more TSIG unit testsPaul Selkirk2013-05-161-1/+1
* [2522] add MasterLexer constructor for TSIGPaul Selkirk2013-05-162-53/+132
* [master] fix errors with ambiguous types and other boost usesJeremy C. Reed2012-07-251-1/+1
* [2017] folded long lines as a result of the fixesJINMEI Tatuya2012-06-011-11/+14
* [2017] Many Doxygen warnings removed.Tomek Mrugalski2012-06-011-11/+11
* [1202] Add missing header filesStephen Morris2011-09-091-0/+1
* [master] catch by reference (caught by cppcheck)Jelte Jansen2011-08-041-1/+1
* [trac1160] move getToken and numToToken to utilJelte Jansen2011-08-011-79/+47
* [trac915] added a space in exception what() message for readabilityJINMEI Tatuya2011-05-181-1/+1
* [trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() an...JINMEI Tatuya2011-04-281-10/+2
* Merge branch 'work/rdatafields'Michal 'vorner' Vaner2011-04-191-2/+2
|\
| * Merge branch 'master' into work/serializeMichal 'vorner' Vaner2011-04-041-2/+2
* | [trac749] rename namespacechenzhengzhang2011-04-141-2/+2
* | [trac749] update namespace nameschenzhengzhang2011-04-141-4/+4
* | [trac749] refactor more C++ utility codechenzhengzhang2011-04-121-3/+4
* | [trac749] refactor C++ utility librarychenzhengzhang2011-04-111-2/+4
|/
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-212-4/+0
* corrected compile error with clang++ by avoiding to refer to a private class ...JINMEI Tatuya2010-11-301-12/+14
* resolve conflict: we don't need UNUSED_PARAM anymore.JINMEI Tatuya2010-11-291-16/+14
* avoid using a large (>= 2^32) constant for wider portability.JINMEI Tatuya2010-11-241-1/+2
* removed redundant white spaces at EOLsJINMEI Tatuya2010-10-152-3/+3
* added detailed documentation for the TSIG RDATA class.JINMEI Tatuya2010-10-152-11/+216
* initial implementation of TSIG RDATA.JINMEI Tatuya2010-10-152-0/+455