-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into direct-rdata-storage
- Loading branch information
Showing
8 changed files
with
94 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule simdzone
updated
17 files
+11 −0 | CHANGELOG.md | |
+1 −1 | configure.ac | |
+18 −0 | include/zone.h | |
+1 −1 | scripts/check-RR-types.sh | |
+11 −2 | scripts/hash.c | |
+1 −0 | src/fallback/parser.c | |
+215 −0 | src/generic/atma.h | |
+2 −2 | src/generic/base16.h | |
+37 −0 | src/generic/number.h | |
+33 −33 | src/generic/type.h | |
+485 −25 | src/generic/types.h | |
+1 −0 | src/haswell/parser.c | |
+1 −0 | src/westmere/parser.c | |
+33 −33 | src/westmere/type.h | |
+2 −2 | src/zone.c | |
+59 −0 | tests/semantics.c | |
+191 −0 | tests/types.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/usr/bin/env python | ||
|
||
printing = { (name[5:], int(num)) | ||
for name, num in [ ln.split(maxsplit=3)[1:3] | ||
for ln in open('dns.h') | ||
if ln.startswith('#define TYPE_') ] | ||
if int(num) != 41 and (int(num) < 128 or int(num) >= 256) } | ||
parsing = { (name[10:], int(num[1:-2])) | ||
for name, num in [ ln.split(maxsplit=3)[1:3] | ||
for ln in open('simdzone/include/zone.h') | ||
if ln.startswith('#define ZONE_TYPE_') ] } | ||
|
||
if printing - parsing: | ||
print('implement parsing for:', printing - parsing) | ||
if parsing - printing: | ||
print('implement printing for:', parsing - printing) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,22 @@ blaat 3600 IN SOA elektron.atoom.net. miekg.atoom.net. ( | |
3600 IN LOC \# 16 001216138b3556c88008165000989a89 | ||
3600 IN LOC \# 16 00121613791b7d2898e64c4f00989a68 | ||
3600 IN LOC \# 16 002516138916cb3c70c310df009884ed | ||
3600 IN SINK 64 1 TkxuZXRMYWJzLm5s | ||
3600 IN TALINK h0.blaat.nl. h2.blaat.nl. | ||
3600 IN DOA 0 1 2 "" bWFpbHRvOmxhYnNAbmxuZXRsYWJzLm5s | ||
3600 IN DOA 0 100000 200 "example/nothing" - | ||
3600 IN ATMA 39246f000e7c9c03120001000100001234567800 | ||
3600 IN ATMA +3584001234567 | ||
3600 IN AMTRELAY 200 0 0 | ||
3600 IN AMTRELAY 10 0 1 203.0.113.15 | ||
3600 IN AMTRELAY 10 0 2 2001:db8::15 | ||
3600 IN AMTRELAY 128 1 3 amtrelays.example.com. | ||
3600 IN IPN 100 | ||
3600 IN IPN 429496729700 | ||
3600 IN IPN 10000000000000000000 | ||
$ORIGIN _dsync.blaat.nl. | ||
* 3600 IN DSYNC CDS 1 5359 cds-scanner.example.net. | ||
3600 IN DSYNC CSYNC 1 5360 csync-scanner.example.net. | ||
$ORIGIN blaat.nl. | ||
caa 3600 IN CAA 0 issue "ca.example.net" | ||
3600 IN CAA 0 iodef "mailto:[email protected]" | ||
|
@@ -57,6 +73,9 @@ hinault 3600 IN GPOS -22.6882 116.8652 250.0 | |
lillee 3600 IN GPOS -32.6882 116.8652 10.0 | ||
marsh 3600 IN GPOS -32.6882 116.8652 10.0 | ||
$ORIGIN blaat.nl. | ||
h0 3600 IN TALINK . h1.blaat.nl. | ||
h1 3600 IN TALINK h0.blaat.nl. h2.blaat.nl. | ||
h2 3600 IN TALINK h1.blaat.nl. . | ||
highbit-\200\210\201a 3600 IN A 127.0.0.1 | ||
hip1 3600 IN HIP 2 200100107b1a74df365639cc39f1d578 AwEAAbdxyhNuSutc5EMzxTs9LBPCIkOFH8cIvM4p9+LrV4e19WzK00+CI6zBCQTdtWsuxKbWIy87UOoJTwkUs7lBu+Upr1gsNrut79ryra+bSRGQb1slImA8YVJyuIDsj7kwzG7jnERNqnWxZ48AWkskmdHaVDP4BcelrTI3rMXdXF5D | ||
hip2 3600 IN HIP 2 200100107b1a74df365639cc39f1d578 AwEAAbdxyhNuSutc5EMzxTs9LBPCIkOFH8cIvM4p9+LrV4e19WzK00+CI6zBCQTdtWsuxKbWIy87UOoJTwkUs7lBu+Upr1gsNrut79ryra+bSRGQb1slImA8YVJyuIDsj7kwzG7jnERNqnWxZ48AWkskmdHaVDP4BcelrTI3rMXdXF5D rvs.example.com. | ||
|
@@ -86,6 +105,11 @@ rt-host 3600 IN A 127.0.0.1 | |
3600 IN X25 "x25 address in text format" | ||
3600 IN ISDN "isdn address" | ||
ta 3600 IN TA 56039 13 2 4104805b43928fc573f0704a2c1b5a10baa2878de26b8535dde77517c154ce9f | ||
vaxa 3600 IN EID 3141592653589793 | ||
3600 IN NIMLOC 75234159eac457800921 | ||
venera 3600 IN EID 813f4b7cdab34217 | ||
3600 IN NIMLOC 3227450a010034 | ||
3600 IN NIMLOC 75234159eac457800920 | ||
wallet 3600 IN WALLET "BTC" "1H6WkSHdqVahBKczJrs9bBfFYhUHrP5R2F" | ||
3600 IN WALLET "BCH" "1PdRYCYMv7RA8PwxQZ1Q3aCYC4gxKVwFPu" | ||
3600 IN WALLET "NMC" "MwKMAXMaXPFQTSCiVD5zHucmA6r3gaAnra" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters