summaryrefslogtreecommitdiffstats
path: root/src/bin/cfgmgr/b10-cfgmgr.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-07[master] fixed a build error on MacOS-X g++JINMEI Tatuya1-4/+6
2011-09-07[1068] avoid TYPED_TEST for purely mock-specific test fixtures.JINMEI Tatuya1-15/+11
2011-09-07[1176] Check no DNSSEC_OK means no RRSIGsMichal 'vorner' Vaner1-1/+18
2011-09-07[1068] used google test's TYPED_TEST to share many of the test casesJINMEI Tatuya3-790/+740
2011-09-07[1068] added a new test case that performs a bit more complicated updateJINMEI Tatuya1-0/+74
2011-09-07[1068] some editorial fixes that happened to be foundJINMEI Tatuya1-2/+1
2011-09-07[1068] added a note about possible future extensions to getUpdater()JINMEI Tatuya1-1/+7
2011-09-07[1068] made sure Updater::committed_ is updated immediately after commit.JINMEI Tatuya1-2/+1
2011-09-06[1068] used local arrays for columns/parameters of add/delete RRset insteadJINMEI Tatuya2-14/+22
2011-09-06[1068] Throw an exception if an RRset is being added/deleted with RRSIG RRset.JINMEI Tatuya3-0/+32
2011-09-06[1068] fixed a typoJINMEI Tatuya1-1/+1
2011-09-06[1176] Cleanup of previous commitMichal 'vorner' Vaner2-2/+3
2011-09-06[1176] Operator to combine FindOptionsMichal 'vorner' Vaner2-4/+14
2011-09-05[1068] IndentationMichal 'vorner' Vaner1-2/+2
2011-09-05[1068] Use type name, not constructorMichal 'vorner' Vaner1-3/+2
2011-08-29[1068] cleanupJINMEI Tatuya1-1/+0
2011-08-29[1068] refactored the test case: move RRs of the test zone outsideJINMEI Tatuya1-1/+129
2011-08-29[1068] missing initializationJINMEI Tatuya1-1/+1
2011-08-29[1068] one missing point: have the DatabaseUpdater's destructor catchJINMEI Tatuya4-5/+48
2011-08-28[1068] removed make rules for a currently-unused fileJINMEI Tatuya1-4/+0
2011-08-27[1068] overall documentation updates; also hid the database updaterJINMEI Tatuya4-82/+272
2011-08-27[1068] documented DataSourceClient::getUpdater() (renamed fromJINMEI Tatuya9-50/+93
2011-08-26[1068] cleanup and simplificationJINMEI Tatuya1-76/+589
2011-08-26[master] fix compiler warn error in testJelte Jansen1-3/+10
2011-08-26[1176] Test it asks for DNSSEC dataMichal 'vorner' Vaner1-2/+19
2011-08-26[1176] Implement the DNSSEC support in queryMichal 'vorner' Vaner3-34/+57
2011-08-26[1068] refactoring for the test code so that it will be easily usedJINMEI Tatuya1-49/+165
2011-08-25[1176] Test for query dnssec positive supportMichal 'vorner' Vaner1-1/+53
2011-08-25[1176] Interface to do dnssec queryMichal 'vorner' Vaner1-2/+5
2011-08-25[master] rename exists() to isReadable() to better represent the intent.JINMEI Tatuya1-7/+6
2011-08-25[1068] renamed StatementExecuter to StatementProcessor as the latterJINMEI Tatuya1-15/+15
2011-08-25[1176] Add flag to enforce inclusion of DNSSEC dataMichal 'vorner' Vaner1-1/+5
2011-08-25[1176] Test that wildcards don't break RRSIGsMichal 'vorner' Vaner1-0/+8
2011-08-25[1041] check for space in pathJelte Jansen1-0/+6
2011-08-25[1150] Make regenerated scripts executableMichal 'vorner' Vaner5-0/+6
2011-08-25[1150] Fix generated/nongenerated testsMichal 'vorner' Vaner1-4/+13
2011-08-25[master] changelog entryJelte Jansen1-0/+6
2011-08-25[master] clarified the expected behavior of DatabaseAccessor::getNext()JINMEI Tatuya1-0/+5
2011-08-25[1068] use fixed sized arrays for addRecordToZone() and deleteRecordInZone()JINMEI Tatuya5-81/+57
2011-08-25[1068] updated doxygen doc for ADD_TTL enum to be (hopefully) more intuitiveJINMEI Tatuya1-1/+1
2011-08-25[1068] avoid using ASSERT_EQ in a constructor. ASSERT_EQ is not appropriateJINMEI Tatuya1-3/+4
2011-08-24[1150] Use noinst_SCRIPTS on generated scriptsMichal 'vorner' Vaner4-4/+7
2011-08-24[master] remove useless variable (reviewed on jabber)chenzhengzhang1-2/+0
2011-08-24[master] update ChangeLog entry for #1153chenzhengzhang1-1/+1
2011-08-24[master] merge trac1153: zonemgr exits on empty zoneschenzhengzhang1-0/+5
2011-08-23[1174] use std::string instead of Name for getZone()Jelte Jansen6-21/+22
2011-08-23[master] Add one entry to ChangeLog.zhanglikun1-4/+11
2011-08-23[1066] add one test and typo in commentJelte Jansen2-1/+9
2011-08-22[master] clarify CACHE_RRSET_NOT_FOUND short descriptionJeremy C. Reed1-1/+1
2011-08-22[326] tests and implementation in refactored codeJelte Jansen4-17/+148