|
OpenDNSSEC-signer
1.4.6
|
#include "wire/acl.h"#include "wire/tsig.h"#include <libxml/xpath.h>#include <libxml/xmlreader.h>

Go to the source code of this file.
Functions | |
| acl_type * | parse_addns_request_xfr (allocator_type *allocator, const char *filename, tsig_type *tsig) |
| acl_type * | parse_addns_allow_notify (allocator_type *allocator, const char *filename, tsig_type *tsig) |
| acl_type * | parse_addns_provide_xfr (allocator_type *allocator, const char *filename, tsig_type *tsig) |
| acl_type * | parse_addns_do_notify (allocator_type *allocator, const char *filename, tsig_type *tsig) |
| tsig_type * | parse_addns_tsig (allocator_type *allocator, const char *filename) |
| acl_type* parse_addns_allow_notify | ( | allocator_type * | allocator, |
| const char * | filename, | ||
| tsig_type * | tsig | ||
| ) |
Parse <AllowNotify>.
| [in] | allocator | memory allocator |
| [in] | filename | filename |
| [in] | tsig | list of TSIGs |
Parse <AllowNotify>.
Definition at line 341 of file addnsparser.c.
| acl_type* parse_addns_do_notify | ( | allocator_type * | allocator, |
| const char * | filename, | ||
| tsig_type * | tsig | ||
| ) |
Parse <Notify>.
| [in] | allocator | memory allocator |
| [in] | filename | filename |
| [in] | tsig | list of TSIGs |
Parse <Notify>.
Definition at line 369 of file addnsparser.c.
| acl_type* parse_addns_provide_xfr | ( | allocator_type * | allocator, |
| const char * | filename, | ||
| tsig_type * | tsig | ||
| ) |
Parse <ProvideTransfer>.
| [in] | allocator | memory allocator |
| [in] | filename | filename |
| [in] | tsig | list of TSIGs |
Parse <ProvideTransfer>.
Definition at line 355 of file addnsparser.c.
| acl_type* parse_addns_request_xfr | ( | allocator_type * | allocator, |
| const char * | filename, | ||
| tsig_type * | tsig | ||
| ) |
Parsing DNS Adapter. Parse <RequestTransfer>.
| [in] | allocator | memory allocator |
| [in] | filename | filename |
| [in] | tsig | list of TSIGs |
Parse <RequestTransfer>.
Definition at line 327 of file addnsparser.c.
| tsig_type* parse_addns_tsig | ( | allocator_type * | allocator, |
| const char * | filename | ||
| ) |
Parse <TSIG>.
| [in] | allocator | memory allocator |
| [in] | filename | filename |
Parse <TSIG>.
Definition at line 383 of file addnsparser.c.
1.8.8