buffer.c [code] | |
config.h [code] | |
dname.c [code] | |
dnssec.c [code] | |
dnssec_sign.c [code] | |
dnssec_verify.c [code] | |
dnssec_zone.c [code] | |
error.c [code] | |
higher.c [code] | |
host2str.c [code] | |
host2wire.c [code] | |
keys.c [code] | |
linktest.c [code] | |
net.c [code] | |
packet.c [code] | |
parse.c [code] | |
rbtree.c [code] | Implementation of a redblack tree |
rdata.c [code] | |
resolver.c [code] | |
rr.c [code] | |
rr_functions.c [code] | |
sha1.c [code] | |
sha2.c [code] | |
str2host.c [code] | |
tsig.c [code] | |
update.c [code] | |
util.c [code] | |
wire2host.c [code] | |
zone.c [code] | |
examples/ldns-mx.c [code] | |
examples/ldns-read-zone.c [code] | |
examples/ldns-signzone.c [code] | |
ldns/buffer.h [code] | This file contains the definition of ldns_buffer, and functions to manipulate those |
ldns/common.h [code] | Common definitions for LDNS |
ldns/config.h [code] | |
ldns/dname.h [code] | Dname contains function to read and manipulate domain names |
ldns/dnssec.h [code] | This module contains base functions for DNSSEC operations (RFC4033 t/m RFC4035) |
ldns/dnssec_sign.h [code] | |
ldns/dnssec_verify.h [code] | |
ldns/dnssec_zone.h [code] | |
ldns/error.h [code] | Defines error numbers and functions to translate those to a readable string |
ldns/higher.h [code] | Specifies some higher level functions that could be useful for certain applications |
ldns/host2str.h [code] | Host2str.h - txt presentation of RRs |
ldns/host2wire.h [code] | Contains all functions to translate the main structures to wire format |
ldns/keys.h [code] | Addendum to dnssec.h, this module contains key and algorithm definitions and functions |
ldns/ldns.h [code] | Including this file will include all ldns files, and define some lookup tables |
ldns/net.h [code] | Contains functions to send and receive packets over a network |
ldns/packet.h [code] | Contains the definition of ldns_pkt and its parts, as well as functions to manipulate those |
ldns/parse.h [code] | Contains some low-level parsing functions, mostly used in the _frm_str family of functions |
ldns/rbtree.h [code] | Red black tree |
ldns/rdata.h [code] | Defines ldns_rdf and functions to manipulate those |
ldns/resolver.h [code] | Defines the ldns_resolver structure, a stub resolver that can send queries and parse answers |
ldns/rr.h [code] | Contains the definition of ldns_rr and functions to manipulate those |
ldns/rr_functions.h [code] | Defines some extra convenience functions for ldns_rr structures |
ldns/sha1.h [code] | |
ldns/sha2.h [code] | |
ldns/str2host.h [code] | Str2host.h - conversion from str to the host fmt |
ldns/tsig.h [code] | Defines functions for TSIG usage |
ldns/update.h [code] | Defines functions to perform UPDATE queries |
ldns/util.h [code] | |
ldns/wire2host.h [code] | Contains functions that translate dns data from the wire format (as sent by servers and clients) to the internal structures |
ldns/zone.h [code] | Zone.h |