- 10 Apr, 2013 5 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
Provide separate list of parameter strings for deleting NSEC3 records. It is cleaner to have separate enum for listing the parameters needed to delete NSEC3 than re-using generic delete parameters and having the hash passed twice.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Fix SQLite backend so the deletes are not so slow. This is the urgent part of the fix; we'll have another half of the branch later, to clean up some details.
-
- 09 Apr, 2013 10 commits
-
-
JINMEI Tatuya authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
mysql_lease_mgr.
-
Jeremy C. Reed authored
I introduced problem by fixing a typo in a comment in a zone file. The character positions or file sizes of the file were hardcoded in the unit test. I had seen the failure on my system but didn't associate it. (My mistake for not looking closely.) The typo fix added one character so changed the hardcoded 549 to 500 and 506 to 507. (Later maybe some macros should be used for this?)
-
-
Jeremy C. Reed authored
mostly in documentation or in comments reviewed by muks via jabber includes output changes for two isc_throw.
-
Michal 'vorner' Vaner authored
Fix failure to connect in msgq tests.
-
Stephen Morris authored
Added braces to a single-line "if" statement. Also corrected some comments and removed trailing spaces from some statements.
-
Michal 'vorner' Vaner authored
Describe the value of the column in the NSEC3 case.
-
Thomas Markwalder authored
-
- 08 Apr, 2013 2 commits
-
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
- 05 Apr, 2013 1 commit
-
-
Thomas Markwalder authored
-
- 04 Apr, 2013 15 commits
-
-
Tomek Mrugalski authored
Conflicts: ChangeLog
-
Marcin Siodelski authored
-
Jeremy C. Reed authored
and also remove dash before beta revision in version naming
-
Thomas Markwalder authored
unit tests.
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
trivial, no review
-
Jeremy C. Reed authored
I wrote this some month ago. Didn't get reviewed.
-
Jeremy C. Reed authored
-
Thomas Markwalder authored
-
Michal 'vorner' Vaner authored
No real change, just sorting the messages in the message file.
-
Michal 'vorner' Vaner authored
Provide descriptions for log messages added in the previous commit, the ones for more detailed logging during update of database based datasource.
-
JINMEI Tatuya authored
Provide the data being updated and operations on database based datasources. Applied verbatim from the mailing list.
-
Michal 'vorner' Vaner authored
For the previous commit, adding the reverse name to the list of parameters for delete.
-
JINMEI Tatuya authored
This is significantly faster, as the rname has an index on it, while the name doesn't. Applied verbatim as sent on the mailing list. Documentation will come soon.
-
Mukund Sivaraman authored
-
- 03 Apr, 2013 7 commits
-
-
JINMEI Tatuya authored
some compilers claim it causes a copy whie it's defined non copyable, triggering an error. this fixes some build failure reported by the bots. should mostly trivial, so committing at my discretion.
-
Jeremy C. Reed authored
acknowledged on jabber
-
JINMEI Tatuya authored
-
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
(used tools/reorder_message_file.py)
-
JINMEI Tatuya authored
instead of the "static" BIND zone. there's no difference between these two any more, so this is just a matter of style.
-