summaryrefslogtreecommitdiffstats
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* [1602] start with doxygen docsJelte Jansen2012-02-222-4/+25
* [1602] get rid of internal bufferJelte Jansen2012-02-214-76/+133
* [1602] initial implementationJelte Jansen2012-02-206-0/+325
* [master] Merge branch 'trac1613'Jelte Jansen2012-02-171-0/+1
|\
| * [1613] fix indentJelte Jansen2012-02-171-1/+1
| * [1613] data mangle wasn't necessary, revertedJelte Jansen2012-02-162-20/+5
| * [1613] also test very badly malformed query (and FORMERR counter)Jelte Jansen2012-02-162-5/+21
* | [1695] make sure auth::Query recognizes the DNSSEC DO bit. tests added.JINMEI Tatuya2012-02-174-0/+95
* | [1695] mv an NSEC3 test zone under testutils/testdata so we can share itJINMEI Tatuya2012-02-173-74/+2
* | [master] Merge branch 'trac1638'JINMEI Tatuya2012-02-1616-262/+712
|\ \
| * | [1638] updated comment wordingJINMEI Tatuya2012-02-151-1/+1
| * | [1638] in parseNSEC3ParamText(), checked the encoded salt length first toJINMEI Tatuya2012-02-151-4/+7
| * | [1638] editorial cleanup: removed a white space at EOL.JINMEI Tatuya2012-02-151-1/+1
| * | [1638] consolidated common logic of parsing text/wire NSEC3/NSEC3PARAM RDATAJINMEI Tatuya2012-02-156-128/+304
| * | [1638] an NSEC3 bug fix: reject padded base32hex string for next hash.JINMEI Tatuya2012-02-152-1/+11
| * | [1638] add some more bad from-wire data tests. no need to fix the main code.JINMEI Tatuya2012-02-151-0/+13
| * | [1638] unified NSEC3PARAM::toWire() methods, fixing a small bug for empty salt.JINMEI Tatuya2012-02-152-11/+15
| * | [1638] corrected "from wire" NSEC3PARAM constructor behaviorsJINMEI Tatuya2012-02-156-12/+48
| * | [1638] supported NSEC3PARAM in gen_wiredata.py.JINMEI Tatuya2012-02-151-13/+35
| * | [1638] adjusted NSEC3PARAM testdata so it's compatible with corresponding NSEC3JINMEI Tatuya2012-02-152-4/+4
| * | [1638] corrected salt comparison logic in NSEC3PARAMJINMEI Tatuya2012-02-153-7/+22
| * | [1638] corrected toText() output of NSEC3PARAM with empty saltJINMEI Tatuya2012-02-152-11/+11
| * | [1638] fixed various "from text" bugs in NSEC3PARAMJINMEI Tatuya2012-02-154-27/+48
| * | [1638] pre-work refactoring: extracted some NSEC3 tests into TYPED_TESTsJINMEI Tatuya2012-02-153-106/+256
* | | [master] Merge branch 'trac1649'Jelte Jansen2012-02-163-13/+113
|\ \ \
| * | | [1649] address review commentsJelte Jansen2012-02-151-3/+3
| * | | [1649] one more check, and doc updateJelte Jansen2012-02-142-9/+20
| * | | [1649] oops removed the if thereJelte Jansen2012-02-141-1/+1
| * | | [1649] added a few docstringsJelte Jansen2012-02-141-1/+7
| * | | [1649] use the new helper functions in a few old placesJelte Jansen2012-02-141-6/+6
| * | | [1649] remove superfluous / from identifierJelte Jansen2012-02-142-0/+6
| * | | [1649] add index checkJelte Jansen2012-02-142-3/+43
| * | | [1649] add a test for the failure scenarioJelte Jansen2012-02-141-0/+37
* | | | [master] Merge branch 'trac1585'JINMEI Tatuya2012-02-153-6/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | [1585] Merge branch 'master' into trac1585 with fixing conflicts, mainlyJINMEI Tatuya2012-02-141-2/+2
| |\| |
| | * | [master] [1596] Fix obvious typo in makefileMichal 'vorner' Vaner2012-02-141-2/+2
| | |/
| * / [1583] not directly related, intermediate update: reject null RRset inJINMEI Tatuya2012-02-143-6/+18
| |/
* | [1596] Fix obvious typo in makefileMichal 'vorner' Vaner2012-02-141-2/+2
* | Merge branch #1596Michal 'vorner' Vaner2012-02-142-7/+9
|\ \ | |/ |/|
| * [1596] Some commentsMichal 'vorner' Vaner2012-02-131-3/+3
| * [1596] Update testMichal 'vorner' Vaner2012-02-101-2/+2
| * [1596] Send pid with a shutdown commandMichal 'vorner' Vaner2012-02-022-4/+6
* | [master] Merge branch 'trac1576' with fixing conflicts.JINMEI Tatuya2012-02-139-105/+665
|\ \
| * | [1576] made DefaultNSEC3HashCreator so an experimental app can use it interna...JINMEI Tatuya2012-02-133-17/+58
| * | [1576] removed virtual from the InMemoryZoneFinderTest destructor for nowJINMEI Tatuya2012-02-131-1/+1
| * | [1576] fixed a typo for an expected test value (code was correct; test was wr...JINMEI Tatuya2012-02-101-3/+5
| * | [1576] avoid possible name conflict, fixed a broken commentJINMEI Tatuya2012-02-081-14/+14
| * | [1576] added one more test, using more complete zone example and compliant hashJINMEI Tatuya2012-02-083-0/+114
| * | [1576] added log messages for findNSEC3JINMEI Tatuya2012-02-082-0/+35
| * | [1576] more cleanup: unifieid nsec3Check and findNSEC3Check.JINMEI Tatuya2012-02-081-43/+40