Manual Pages for Linux CentOS command on man ldns_dnssec_zone_new
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_dnssec_zone_new

ldns(3) Library Functions Manual ldns(3)

NAME ldnsdnsseczonefindrrset, ldnsdnsseczonenew, ldnsdnsseczonefree, ldnsdnsseczoneaddrr, ldnsdnsseczonenamesprint, ldnsdnsseczoneprint, ldnsdnsseczoneaddemptynonterminals SYNOPSIS

#include

#include

#include ldnsdnssecrrsets* ldnsdnsseczonefindrrset(ldnsdnsseczone *zone, ldnsrdf *dname, ldnsrrtype type); ldnsdnsseczone* ldnsdnsseczonenew(); void ldnsdnsseczonefree(ldnsdnsseczone *zone); ldnsstatus ldnsdnsseczoneaddrr(ldnsdnsseczone *zone, ldnsrr *rr); void ldnsdnsseczonenamesprint(FILE *out, ldnsrbtreet *tree, bool printsoa); void ldnsdnsseczoneprint(FILE *out, ldnsdnsseczone *zone); ldnsstatus ldnsdnsseczoneaddemptynonterminals(ldnsdnsseczone *zone); DESCRIPTION ldnsdnsseczonefindrrset() Find the RRset with the given name and type in the zone zone: the zone structure to find the RRset in dname: the domain name of the RRset to find type: the type of the RRset to find Returns the RRset, or NULL if not present ldnsdnsseczonenew() Creates a new dnsseczone structure Returns the allocated structure ldnsdnsseczonefree() Frees the given zone structure, and its rbtree of dnssecnames Individual ldnsrr RRs within those names are *not* freed *zone: the zone to free ldnsdnsseczoneaddrr() Adds the given RR to the zone. It find whether there is a dnssecname with that name present. If so, add it to that, if not create a new one. Special handling of NSEC and RRSIG provided zone: the zone to add the RR to rr: The RR to add Returns LDNSSTATUSOK on success, an error code otherwise ldnsdnsseczonenamesprint() Prints the rbtree of ldnsdnssecname structures to the file descriptor out: the file descriptor to print the names to tree: the tree of ldnsdnssecname structures to print printsoa: if true, print SOA records, if false, skip them ldnsdnsseczoneprint() Prints the complete zone to the given file descriptor out: the file descriptor to print to zone: the dnsseczone to print ldnsdnsseczoneaddemptynonterminals() Adds explicit dnssecname structures for the empty nonterminals in this zone. (this is needed for NSEC3 generation) zone: the zone to check for empty nonterminals return LDNSSTATUSOK on success. AUTHOR The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben. REPORTING BUGS

Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at http://www.nlnetlabs.nl/bugs/index.html COPYRIGHT

Copyright (c) 2004 - 2006 NLnet Labs. Licensed under the BSD License. There is NO warranty; not even for MER‐ CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO ldnsdnsseczone. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035. REMARKS This manpage was automaticly generated from the ldns source code by use of Doxygen and some perl. 30 May 2006 ldns(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™