summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rdata (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3208] restore unittestsRazvan Becheriu2024-03-0722-3210/+0
|
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-0775-7428/+100
|
* [#3190] addressed review commentsRazvan Becheriu2024-03-051-2/+2
|
* [#3209] Updated copyrightsThomas Markwalder2024-02-0712-12/+12
|
* [#3209] Initial commitThomas Markwalder2024-02-0713-14/+13
| | | | | | | | | | | Rewrote encoding/decoding. src/lib/util/Makefile.am Removed old files, added encode.cc, encode.h src/lib/util/encode/encode.* New implemenentation encoding and decoding not based on boost.
* [#3237] release changesWlodek Wencel2024-01-293-3/+3
|
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-223-11/+11
|
* [(no branch, rebasing 1909-gss_tsig-hook)] [#1909] Fixed Coverity complain ↵Francis Dupont2021-06-121-4/+9
| | | | about TKEY second constructor
* [(no branch, rebasing 1880-implement-the-tkey-rr)] [#1880] Added commentsFrancis Dupont2021-06-032-4/+49
|
* [(no branch, rebasing 1880-implement-the-tkey-rr)] [#1880] Addressed commentsFrancis Dupont2021-06-032-6/+11
|
* [(no branch, rebasing 1880-implement-the-tkey-rr)] [(no branch, rebasing ↵Francis Dupont2021-06-032-8/+27
| | | | 1880-implement-the-tkey-rr)] [(no branch, rebasing 1880-implement-the-tkey-rr)] [#1880] Checkpoint: gen testdata
* [(no branch, rebasing 1880-implement-the-tkey-rr)] [(no branch, rebasing ↵Francis Dupont2021-06-032-42/+42
| | | | 1880-implement-the-tkey-rr)] [(no branch, rebasing 1880-implement-the-tkey-rr)] [#1880] Checkpoint: rdata files done, todo UT
* [(no branch, rebasing 1880-implement-the-tkey-rr)] [(no branch, rebasing ↵Francis Dupont2021-06-032-0/+681
| | | | 1880-implement-the-tkey-rr)] [(no branch, rebasing 1880-implement-the-tkey-rr)] [#1880] Checkpoint: rdata files
* [#1656] 1.9.4 release: update copyrightsAndrei Pavel2021-01-251-1/+1
|
* [#1656] 1.9.4 release: spelling checkAndrei Pavel2021-01-251-1/+1
|
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-1418-0/+36
|
* [5066] Enforced C++11 following #4631 discussionFrancis Dupont2016-11-308-23/+33
|
* [4497] Spelling, no \n at end of .gitignore, etcFrancis Dupont2016-07-081-1/+1
|
* [4497] Added .gitignores to non-recursively built directories.Marcin Siodelski2016-07-081-0/+1
|
* [master] Finised merge of trac4234 (doxygen warnings)Francis Dupont2015-12-221-1/+1
|\
| * [4234] cleanupFrancis Dupont2015-12-111-1/+1
| |
| * [4234] doxygen fixes last passFrancis Dupont2015-12-111-1/+1
| |
* | [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
| | | | | | | | | | | | | | | | | | | | This supports handling escapes and such when coming from the presentation format.
| * | | [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
| | | | | | | | | | | | | | | | All the constructors currently check that the tag field is not empty.