$(srcdir)/ldns/higher.h \
$(srcdir)/ldns/parse.h \
$(srcdir)/ldns/rr_functions.h \
- $(srcdir)/ldns/dns.h \
+ $(srcdir)/ldns/ldns.h \
$(srcdir)/ldns/zone.h \
$(srcdir)/ldns/update.h \
$(srcdir)/ldns/tsig.h
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <ldns/buffer.h>
ldns_buffer *
*/
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <sys/types.h>
#include <sys/param.h>
*/
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <sys/types.h>
#include <sys/param.h>
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <strings.h>
#include <time.h>
*/
#include "drill.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
/**
* trace down from the root to name
AC_ARG_WITH(ldns, AC_HELP_STRING([--with-ldns=PATHNAME],[]))
-AC_CHECK_HEADER(ldns/dns.h,, [
+AC_CHECK_HEADER(ldns/ldns.h,, [
AC_MSG_ERROR([Can't find ldns headers])
], [AC_INCLUDES_DEFAULT]
)
*/
#include "drill.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
/* get rr_type from a server from a server */
ldns_rr_list *
*/
#include "drill.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#define IP6_ARPA_MAX_LEN 65
*/
#include "drill.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
ldns_rr *
read_key_file(const char *filename)
#ifndef _DRILL_UTIL_H_
#define _DRILL_UTIL_H_
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
/**
* return a address rdf, either A or AAAA
*/
#include "drill.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
static void
warning_va_list(const char *fmt, va_list args)
*/
#include "drill.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
/* a global list of the root-servers */
ldns_rr_list *global_dns_root;
*/
#include "drill.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#define SELF "[S]" /* self sig ok */
#define TRUST "[T]" /* chain from parent */
*/
#include "drill.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
/**
* Converts a hex string to binary data
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
ldns_lookup_table ldns_error_str[] = {
{ LDNS_STATUS_OK, "All OK" },
AC_SUBST(LDNSDIR)
-AC_CHECK_HEADER(ldns/dns.h,, [
+AC_CHECK_HEADER(ldns/ldns.h,, [
AC_MSG_ERROR([Can't find ldns headers])
], [AC_INCLUDES_DEFAULT]
)
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
int
usage(FILE *fp, char *prog) {
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <netinet/ip6.h>
#include <errno.h>
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
int
main(int argc, char *argv[])
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <errno.h>
*/
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <errno.h>
int verbosity = 0;
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
int
usage(FILE *fp, char *prog) {
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
int
main(int argc, char *argv[])
#include <unistd.h>
#include <stdlib.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <errno.h>
#include "config.h"
#include "errno.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
int
main(int argc, char **argv) {
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
int
usage(FILE *fp, char *prog) {
#include <time.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#define MAX_FILENAME_LEN 250
#include "config.h"
#include <strings.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
/* dynamic update stuff */
ldns_resolver *
*/
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
int
main(void)
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
int verbosity = 0;
#include "config.h"
#include <errno.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#define FIRST_ZONE 0
#define MIDDLE_ZONE 1
#include "config.h"
#include <errno.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#define DEFAULT_SPLIT 1000
#define FILE_SIZE 255
*/
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <sys/types.h>
#include <sys/socket.h>
AC_SUBST(LDNSDIR)
-AC_CHECK_HEADER(ldns/dns.h,, [
+AC_CHECK_HEADER(ldns/ldns.h,, [
AC_MSG_ERROR([Can't find ldns headers])
], [AC_INCLUDES_DEFAULT]
)
*/
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <openssl/ssl.h>
#include <openssl/sha.h>
*/
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <limits.h>
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
/* TODO Jelte
add a pointer to a 'possiblecompression' structure
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#ifdef HAVE_SSL
#include <openssl/ssl.h>
*/
/**
- * \file dns.h
+ * \file ldns.h
*
* Including this file will include all ldns files, and define some lookup tables.
*/
syn keyword ldnsConstant LDNS_RDF_SIZE_6BYTES
syn keyword ldnsConstant LDNS_RDF_SIZE_16BYTES
-" ldns/dns.h
+" ldns/ldns.h
syn keyword ldnsConstant LDNS_PORT
syn keyword ldnsConstant LDNS_IP4ADDRLEN
syn keyword ldnsConstant LDNS_IP6ADDRLEN
#include "ldns/config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
int
main(void)
# check for ldns
AC_ARG_WITH(ldns, AC_HELP_STRING([--with-ldns=pathname],[]))
-AC_MSG_CHECKING(for ldns/dns.h)
+AC_MSG_CHECKING(for ldns/ldns.h)
for dir in $withval /usr/local/ldns /usr/lib/ldns /usr/ldns /usr/pkg /usr/local /usr; do
ldnsdir="$dir"
-if test -f "$dir/include/ldns/dns.h"; then
+if test -f "$dir/include/ldns/ldns.h"; then
found_ldns="yes";
CFLAGS="$CFLAGS -I$ldnsdir/include/ -DHAVE_LDNS";
CXXFLAGS="$CXXFLAGS -I$ldnsdir/include/ -DHAVE_LDNS";
break;
fi
-if test -f "$dir/ldns/dns.h"; then
+if test -f "$dir/ldns/ldns.h"; then
found_ldns="yes";
CFLAGS="$CFLAGS -I$ldnsdir/ -DHAVE_LDNS";
CXXFLAGS="$CXXFLAGS -I$ldnsdir/ -DHAVE_LDNS";
#include <lauxlib.h>
/* ldns include */
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
/* the Lua interpreter */
lua_State* L;
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <strings.h>
#include <limits.h>
* See the file LICENSE for the license
*/
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <limits.h>
#include <strings.h>
]
)
-AC_CHECK_HEADER(ldns/dns.h,, [
+AC_CHECK_HEADER(ldns/ldns.h,, [
AC_MSG_ERROR([Can't find ldns headers])
], [AC_INCLUDES_DEFAULT]
)
#define _GNU_SOURCE
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <pcap.h>
#define SEQUENCE 1
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#define SEQUENCE 1
#define QUERY 2
#include "config.h"
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <pcap.h>
#define FAILURE 100
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
/*
* Access functions
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <strings.h>
/* Access function for reading
*/
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <strings.h>
#include <limits.h>
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <limits.h>
#include <strings.h>
*/
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <strings.h>
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <strings.h>
#include <stdlib.h>
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
/*#include <ldns/wire2host.h>*/
#include <strings.h>
*/
#include <ldns/config.h>
-#include <ldns/dns.h>
+#include <ldns/ldns.h>
#include <strings.h>
#include <limits.h>