diff --git a/spec/getdns-0.398.tgz b/spec/getdns-0.398.tgz deleted file mode 100644 index bf73b9d9..00000000 Binary files a/spec/getdns-0.398.tgz and /dev/null differ diff --git a/spec/getdns-0.399.tgz b/spec/getdns-0.399.tgz new file mode 100644 index 00000000..60f6d493 Binary files /dev/null and b/spec/getdns-0.399.tgz differ diff --git a/spec/getdns_core_only.h b/spec/getdns_core_only.h index 1ee73063..389dd753 100644 --- a/spec/getdns_core_only.h +++ b/spec/getdns_core_only.h @@ -1,4 +1,4 @@ -/* Created at 2014-02-18-15-23-20*/ +/* Created at 2014-02-19-10-58-16*/ #ifndef GETDNS_H #define GETDNS_H @@ -293,17 +293,25 @@ typedef enum getdns_callback_type_t { #define GETDNS_OPCODE_UPDATE 5 /* Defines for Rcodes (from 2014-02) */ -#define GETDNS_RCODE_NOERROR 0 -#define GETDNS_RCODE_FORMERR 1 -#define GETDNS_RCODE_SERVFAIL 2 -#define GETDNS_RCODE_NXDOMAIN 3 -#define GETDNS_RCODE_NOTIMPL 4 -#define GETDNS_RCODE_REFUSED 5 -#define GETDNS_RCODE_YXDOMAIN 6 -#define GETDNS_RCODE_YXRRSET 7 -#define GETDNS_RCODE_NXRRSET 8 -#define GETDNS_RCODE_NOTAUTH 9 -#define GETDNS_RCODE_NOTZONE 10 +#define GETDNS_RCODE_NOERROR 0 +#define GETDNS_RCODE_FORMERR 1 +#define GETDNS_RCODE_SERVFAIL 2 +#define GETDNS_RCODE_NXDOMAIN 3 +#define GETDNS_RCODE_NOTIMP 4 +#define GETDNS_RCODE_REFUSED 5 +#define GETDNS_RCODE_YXDOMAIN 6 +#define GETDNS_RCODE_YXRRSET 7 +#define GETDNS_RCODE_NXRRSET 8 +#define GETDNS_RCODE_NOTAUTH 9 +#define GETDNS_RCODE_NOTZONE 10 +#define GETDNS_RCODE_BADVERS 16 +#define GETDNS_RCODE_BADSIG 16 +#define GETDNS_RCODE_BADKEY 17 +#define GETDNS_RCODE_BADTIME 18 +#define GETDNS_RCODE_BADMODE 19 +#define GETDNS_RCODE_BADNAME 20 +#define GETDNS_RCODE_BADALG 21 +#define GETDNS_RCODE_BADTRUNC 22 /* Various typedefs */ struct getdns_context; diff --git a/spec/index.html b/spec/index.html index 205af27d..34e4327c 100644 --- a/spec/index.html +++ b/spec/index.html @@ -2428,7 +2428,7 @@ The response dicts inherit the custom memory management functions and the value
There is a tarball that includes the .h files, +
There is a tarball that includes the .h files, the examples, and so on. The examples all make, even though there is no API implementation, based on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine on the Macintosh and Ubuntu; help is definitely appreciated on making the build process