OpenDNSSEC-signer
2.1.12
|
#include "parser/addnsparser.h"
#include "log.h"
#include <libxml/xpath.h>
#include <libxml/xmlreader.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
acl_type * | parse_addns_request_xfr (const char *filename, tsig_type *tsig) |
acl_type * | parse_addns_allow_notify (const char *filename, tsig_type *tsig) |
acl_type * | parse_addns_provide_xfr (const char *filename, tsig_type *tsig) |
acl_type * | parse_addns_do_notify (const char *filename, tsig_type *tsig) |
tsig_type * | parse_addns_tsig (const char *filename) |
Parse <AllowNotify>.
Definition at line 340 of file addnsparser.c.
Parse <Notify>.
Definition at line 366 of file addnsparser.c.
Parse <ProvideTransfer>.
Definition at line 353 of file addnsparser.c.
Parse <RequestTransfer>.
Definition at line 327 of file addnsparser.c.
tsig_type* parse_addns_tsig | ( | const char * | filename | ) |
Parse <TSIG>.
Definition at line 379 of file addnsparser.c.