summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rdata (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-1673-73/+73
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-1673-803/+219
* [3919] Fixed typoFrancis Dupont2015-06-241-1/+1
* [3919] Added some missing initializationsFrancis Dupont2015-06-241-2/+2
* [master] Merged trac3824 (small bugs in dns++ from VS)Francis Dupont2015-06-243-4/+18
|\
| * [3824] updated copyrightsFrancis Dupont2015-05-121-1/+1
| * [3824] #3824 patchesFrancis Dupont2015-05-123-3/+17
* | [3899] Copyright yearsFrancis Dupont2015-06-131-1/+1
* | [3899] Added missing space in error messageFrancis Dupont2015-06-131-1/+1
* | [master] untabifyFrancis Dupont2015-06-112-6/+6
|/
* [3736] Remove the unreadVariable cppcheck error in rdata/template.ccMarcin Siodelski2015-03-061-3/+4
* [trac3593] added truncated HMAC support to TSIGFrancis Dupont2014-10-221-1/+9
* Merge branch 'trac2000'Mukund Sivaraman2014-02-202-26/+213
|\
| * Merge branch 'master' into trac2000Mukund Sivaraman2014-02-192-14/+20
| |\
| * | [2000] Add API documentation for specialized methods and PseudoRR classMukund Sivaraman2014-02-191-0/+27
| * | [2000] Add OPT::toWire() implementationsMukund Sivaraman2014-01-271-4/+18
| * | [2000] Add more fromWire() testsMukund Sivaraman2014-01-271-3/+7
| * | [2000] Update OPT RDATA parser to handle EDNS optionsMukund Sivaraman2014-01-242-22/+164
* | | Merge branch 'trac2512'Mukund Sivaraman2014-02-194-0/+499
|\ \ \
| * \ \ Merge branch 'master' into trac2512Mukund Sivaraman2014-02-192-14/+20
| |\ \ \ | | | |/ | | |/|
| * | | [2512] Add API doc comments for generic::CAA specialized methodsMukund Sivaraman2014-02-181-0/+10
| * | | [2512] Add some commentsMukund Sivaraman2014-02-181-0/+6
| * | | [2512] Combine resize() call with the constructorMukund Sivaraman2014-02-181-2/+1
| * | | [2512] Use CharStringData when constructing from parameters tooMukund Sivaraman2014-02-111-2/+5
| * | | [2512] Add CAA::getValue()Mukund Sivaraman2014-02-112-0/+6
| * | | [2512] Simplify CAA implementation using CharStringData typeMukund Sivaraman2014-02-111-43/+27
| * | | [2512] Add a CharStringData type (with no length byte prefix)Mukund Sivaraman2014-02-112-0/+115
| * | | [2512] Update check to an assertionMukund Sivaraman2014-02-061-8/+10
| * | | [2512] Add support for the CAA RR typeMukund Sivaraman2014-01-202-0/+374
| | |/ | |/|
* | | Merge branch 'master' into trac2185Mukund Sivaraman2014-02-192-14/+20
|\ \ \ | | |/ | |/|
| * | [3287] Update API doc comments of SSHFP constructorsMukund Sivaraman2014-01-141-3/+4
| * | [3287] Don't passthrough BadValue exceptions in decoding hex from SSHFPMukund Sivaraman2014-01-141-6/+6
| * | [3287] Add getter for the fingerprintMukund Sivaraman2014-01-142-2/+7
| * | [3287] Rename methodMukund Sivaraman2014-01-142-2/+2
| * | [3287] Constify argumentMukund Sivaraman2014-01-141-1/+1
| |/
* | [2185] Don't allow empty TLSA certificate association dataMukund Sivaraman2014-02-111-24/+35
* | [2185] Add and use a RdataPimplHolder instead of auto_ptrMukund Sivaraman2014-02-071-4/+5
* | [2185] Add support for the TLSA RR typeMukund Sivaraman2014-01-142-0/+403
|/
* [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-1412-12/+12
* [2726] Use initializer listMichal 'vorner' Vaner2013-06-141-6/+6
* [2522] minor style matter: brace positionJINMEI Tatuya2013-05-241-2/+1
* [2522] TSIG documentation, TSIG unit test string constructorsPaul Selkirk2013-05-221-18/+26
* [2522] support multiline or space-separated fingerprint text in SSHFPPaul Selkirk2013-05-211-5/+20
* [2522] add SSHFP::operator=Paul Selkirk2013-05-212-1/+16
* [2522] style fix: adjusted brace positionsJINMEI Tatuya2013-05-182-2/+4
* [2522] rewrite TSIG string constructor documentationPaul Selkirk2013-05-181-35/+27
* [2522] MINFO & RP review updatesPaul Selkirk2013-05-184-27/+9
* [2522] TSIG review updatesPaul Selkirk2013-05-173-21/+24