File List
Here is a list of all files with brief descriptions:
[detail level 12]
o-examples
|o*ldns-mx.c
|o*ldns-read-zone.c
|\*ldns-signzone.c
o-ldns
|o*buffer.hThis file contains the definition of ldns_buffer, and functions to manipulate those
|o*common.hCommon definitions for LDNS
|o*config.h
|o*dane.hThis module contains base functions for creating and verifying TLSA RR's with PKIX certificates, certificate chains and validation stores
|o*dname.hDname contains function to read and manipulate domain names
|o*dnssec.hThis module contains base functions for DNSSEC operations (RFC4033 t/m RFC4035)
|o*dnssec_sign.h
|o*dnssec_verify.h
|o*dnssec_zone.h
|o*duration.h
|o*error.hDefines error numbers and functions to translate those to a readable string
|o*higher.hSpecifies some higher level functions that could be useful for certain applications
|o*host2str.hHost2str.h - txt presentation of RRs
|o*host2wire.hContains all functions to translate the main structures to wire format
|o*keys.hAddendum to dnssec.h, this module contains key and algorithm definitions and functions
|o*ldns.hIncluding this file will include all ldns files, and define some lookup tables
|o*net.hContains functions to send and receive packets over a network
|o*packet.hContains the definition of ldns_pkt and its parts, as well as functions to manipulate those
|o*parse.hContains some low-level parsing functions, mostly used in the _frm_str family of functions
|o*radix.hRadix tree
|o*rbtree.hRed black tree
|o*rdata.hDefines ldns_rdf and functions to manipulate those
|o*resolver.hDefines the ldns_resolver structure, a stub resolver that can send queries and parse answers
|o*rr.hContains the definition of ldns_rr and functions to manipulate those
|o*rr_functions.hDefines some extra convenience functions for ldns_rr structures
|o*sha1.h
|o*sha2.h
|o*str2host.hStr2host.h - conversion from str to the host fmt
|o*tsig.hDefines functions for TSIG usage
|o*update.hDefines functions to perform UPDATE queries
|o*util.h
|o*wire2host.hContains functions that translate dns data from the wire format (as sent by servers and clients) to the internal structures
|\*zone.hZone.h
o*buffer.c
o*config.h
o*dane.c
o*dname.c
o*dnssec.c
o*dnssec_sign.c
o*dnssec_verify.c
o*dnssec_zone.c
o*duration.c
o*error.c
o*higher.c
o*host2str.c
o*host2wire.c
o*keys.c
o*linktest.c
o*net.c
o*packet.c
o*parse.c
o*radix.cImplementation of a radix tree
o*rbtree.cImplementation of a redblack tree
o*rdata.c
o*resolver.c
o*rr.c
o*rr_functions.c
o*sha1.c
o*sha2.c
o*str2host.c
o*tsig.c
o*update.c
o*util.c
o*wire2host.c
\*zone.c