zone
cryptokey
metadata
+ tsigkey
search
statistics
+ cache
type: integer
description: 'The size of the key'
+ Error:
+ title: Error
+ descripton: 'Returned when the server encounters an error. Either in client input or internally'
+ properties:
+ error:
+ type: string
+ description: 'A human readable error message'
+ required: true
+ errors:
+ type: array
+ items:
+ type: string
+ description: 'Optional array of multiple errors encountered during processing'
++
+ CacheFlushResult:
+ title: CacheFlushResult
+ description: 'The result of a cache-flush'
+ properties:
+ count:
+ type: number
+ description: 'Amount of entries flushed'
+ result:
+ type: string
+ description: 'A message about the result like "Flushed cache"'
statbag.cc statbag.hh \
stubresolver.cc stubresolver.hh \
tcpreceiver.cc tcpreceiver.hh \
+ threadname.hh threadname.cc \
tsigverifier.cc tsigverifier.hh \
+ tsigutils.hh tsigutils.cc \
tkey.cc \
ueberbackend.cc ueberbackend.hh \
unix_semaphore.cc \
sstuff.hh \
statbag.cc \
stubresolver.cc stubresolver.hh \
+ threadname.hh threadname.cc \
+ tsigutils.hh tsigutils.cc \
ueberbackend.cc \
unix_utility.cc \
zoneparser-tng.cc
#include "zoneparser-tng.hh"
#include "common_startup.hh"
#include "auth-caches.hh"
+ #include "threadname.hh"
+#include "tsigutils.hh"
using json11::Json;