summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/zone_checker.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
* [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
* [2433] Remove unnecessary wrapper functionMichal 'vorner' Vaner2013-01-041-7/+2
* [2433] Avoid copy of the callbacksMichal 'vorner' Vaner2013-01-041-6/+6
* [2433] use a wrapper functor instead of a separate class.JINMEI Tatuya2013-01-031-29/+25
* [2433] adjusted with the latest ver of #2432: type of find(), some param order.JINMEI Tatuya2013-01-031-20/+20
* [2433] corrected minor wording error in a comment.JINMEI Tatuya2013-01-031-2/+2
* [2433] catch an invalid case where NS name is CNAME.JINMEI Tatuya2013-01-031-0/+6
* [2433] handled cases DNAME exists above an NS nameJINMEI Tatuya2013-01-031-1/+51
* [2433] check some cases where NS doesn't have address records.JINMEI Tatuya2013-01-031-18/+38
* [2433] added a zone check function, just checking the number of NS and SOAJINMEI Tatuya2013-01-031-0/+129