summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rdata/generic/nsec3param_51.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-071-232/+0
* [#3209] Updated copyrightsThomas Markwalder2024-02-071-1/+1
* [#3209] Initial commitThomas Markwalder2024-02-071-1/+1
* [5066] Enforced C++11 following #4631 discussionFrancis Dupont2016-11-301-3/+5
* [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
* [2726] Use more common check for assignment to selfMichal 'vorner' Vaner2013-06-141-1/+1
* [2387] Add comments on use of auto_ptrMukund Sivaraman2013-04-091-0/+3
* [2387] Add includesMukund Sivaraman2013-04-091-0/+1
* [2387] Fix leaksMukund Sivaraman2013-04-031-6/+12
* [2387] Unify constructor API documentationMukund Sivaraman2013-03-251-3/+2
* [2387] Add API doc for NSEC3PARAM constructorsMukund Sivaraman2013-03-121-0/+31
* [2387] Update NSEC3PARAM string RDATA constructor to use MasterLexerMukund Sivaraman2013-03-121-11/+20
* [2387] Add NSEC3PARAM lexer constructor implementationMukund Sivaraman2013-03-121-0/+12
* [master] fix errors with ambiguous types and other boost usesJeremy C. Reed2012-07-251-1/+1
* [2017] Many Doxygen warnings removed.Tomek Mrugalski2012-06-011-1/+1
* [1638] consolidated common logic of parsing text/wire NSEC3/NSEC3PARAM RDATAJINMEI Tatuya2012-02-151-69/+16
* [1638] unified NSEC3PARAM::toWire() methods, fixing a small bug for empty salt.JINMEI Tatuya2012-02-151-10/+14
* [1638] corrected "from wire" NSEC3PARAM constructor behaviorsJINMEI Tatuya2012-02-151-11/+15
* [1638] corrected salt comparison logic in NSEC3PARAMJINMEI Tatuya2012-02-151-6/+9
* [1638] corrected toText() output of NSEC3PARAM with empty saltJINMEI Tatuya2012-02-151-3/+3
* [1638] fixed various "from text" bugs in NSEC3PARAMJINMEI Tatuya2012-02-151-9/+30
* [1575] [1573] corrected the from text constructor so it accepts an empty salt.JINMEI Tatuya2012-01-261-1/+4
* Merge branch 'work/rdatafields'Michal 'vorner' Vaner2011-04-191-1/+1
|\
| * Merge branch 'master' into work/serializeMichal 'vorner' Vaner2011-04-041-2/+0
| |\
| * | initial implementation of trac#404: in-memory serialized representation of RDATAJINMEI Tatuya2010-11-031-1/+1
* | | [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/+3
| |/ |/|
* | cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
|/
* overall style cleanup: adjusted brace positions according to the coding guide...JINMEI Tatuya2010-10-151-14/+7
* for trac #256: completely revised the base32(hex) implementation byJINMEI Tatuya2010-07-111-1/+1
* cleanup: use relative path to header files from "src/lib", i.e., s/"name.h"/<...JINMEI Tatuya2010-04-131-8/+7
* - made lib/dns -Wextra safe.JINMEI Tatuya2010-03-111-1/+3
* s/dns_throw/isc_throw/JINMEI Tatuya2010-03-071-5/+5
* - add NSEC3 loadzone test dataEvan Hunt2010-03-061-2/+2
* oops, I broke the nsec3param unit test. fixed.Evan Hunt2010-03-061-1/+1
* checkpoint:Evan Hunt2010-03-061-22/+23
* Merge base32, sha1, and NSEC3/NSEC3PARAM rdata implementations to trunkEvan Hunt2010-03-051-0/+200