From 27354d12327f2e80a77711682752ef093eea0f18 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 4 Dec 2013 16:41:42 +0100 Subject: [PATCH] [API 0.362] Collapse length/value rdata elements --- spec/getdns_core_only.h | 2 +- spec/index.html | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/spec/getdns_core_only.h b/spec/getdns_core_only.h index d0ccf218..09549052 100644 --- a/spec/getdns_core_only.h +++ b/spec/getdns_core_only.h @@ -1,4 +1,4 @@ -/* Created at 2013-12-04-16-40-01*/ +/* Created at 2013-12-04-16-41-13*/ #ifndef GETDNS_H #define GETDNS_H diff --git a/spec/index.html b/spec/index.html index b877e4a6..df621ac8 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1215,13 +1215,13 @@ and public_key (a bindata)

NSEC3 (50)

hash_algorithm (an int), flags (an int), -iterations (an int), salt_length (an int), salt (a bindata), -hash_length (an int), next_hashed_owner_name (a bindata), and +iterations (an int), salt (a bindata), +next_hashed_owner_name (a bindata), and type_bit_maps (a bindata)

NSEC3PARAM (51)

hash_algorithm (an int), flags (an int), -iterations (an int), salt_length (an int), and +iterations (an int), and salt (a bindata)

TLSA (52)

@@ -1230,9 +1230,9 @@ and public_key (a bindata)

bindata).

HIP (55)

-

hit_length (an int), pk_algorithm (an int), -pk_length (an int), hit (a bindata), public_key -(a bindata), and rendezvous_servers (a bindata)

+

pk_algorithm (an int), +hit (a bindata), public_key +(a bindata), and rendezvous_servers (a list) with each element a bindata with the dname of the rendezvous_server.

NINFO (56)

ninfo_unknown (a bindata)

@@ -1266,8 +1266,7 @@ bindata).

node_id (a bindata)

L32 (105)

-

preference (an int), locator32_msbs (a bindata), -and locator64_lsbs (a bindata)

+

preference (an int) and locator32 (a bindata)

L64 (106)

preference (an int) and locator64 (a bindata)

@@ -2108,7 +2107,7 @@ default is the realloc function.

9. The Generated Files

-

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