Commit graph

193 commits

Author SHA1 Message Date
aaronkaplan
be9de2de88
Add a section on MIME types. Closes issue #9. 2021-05-04 16:04:58 +02:00
aaronkaplan
7fe69103d1
move it baby 2021-04-30 10:14:32 +02:00
aaronkaplan
65a1317cd1
Add python code to test the JSON schema. Works.
Added testdata/
2021-04-29 13:02:24 +02:00
aaronkaplan
ba0d3b01cd
Merge branch 'master' of github.com:aaronkaplan/pdns-qof 2021-04-29 12:00:26 +02:00
aaronkaplan
c06cad0aa2
fix issue #24 2021-04-29 11:59:48 +02:00
aaronkaplan
7f638b0f15
update CHANGELOG 2021-04-29 11:59:06 +02:00
aaronkaplan
c620f20053
initial JSON schema proposal. There are a couple of ways to express it
though.
2021-04-29 11:58:29 +02:00
AaronK
c4928d0385
Merge pull request #2 from adulau/master
trivial merge
2021-04-29 10:29:57 +02:00
55a2e9be83
Merge pull request #23 from aaronkaplan/master
Add a very simple parse for COF in python including validation of the format
2021-04-29 08:05:45 +02:00
aaronkaplan
2c94e1b920
Add a very simple parse for COF in python including validation of the
format.
2021-04-27 15:31:13 +02:00
413e0cffa9
Merge pull request #21 from aaronkaplan/master
Improved it a bit, trying to solve issue 17
2021-04-27 13:59:41 +02:00
aaronkaplan
ceaee596ea
Add section on solving issue #17. I think this can be closed now.
Not elegant, but works and makes the fsio output compatible.
2021-04-27 13:32:51 +02:00
aaronkaplan
1bd7a80ade
xml2rfc --html should also work 2021-04-27 13:32:18 +02:00
aaronkaplan
b8aefecc66
Merge branch 'master' of github.com:aaronkaplan/pdns-qof 2021-04-27 12:55:06 +02:00
aaronkaplan
1bc8df2684
Add changelog file 2021-04-27 12:54:49 +02:00
AaronK
b9eb2af3d2
Update pdns-qof.xml
Update Aaron's contact infos. Not with CERT.at anymore
2021-04-27 12:54:49 +02:00
AaronK
c8571d2628
Update pdns-qof.xml
be a bit more specific on what JSON data type rrname field is.
2021-04-27 12:54:48 +02:00
AaronK
a39e2712c9
Update README.md
trivial addition
2021-04-27 12:54:48 +02:00
AaronK
adb524d29f
Update TODO.md 2021-04-27 12:52:33 +02:00
AaronK
2ab5a65790
Update pdns-qof.xml
Update Aaron's contact infos. Not with CERT.at anymore
2021-04-27 12:25:57 +02:00
AaronK
6e41fa0f34
Update pdns-qof.xml
be a bit more specific on what JSON data type rrname field is.
2021-04-27 12:22:59 +02:00
AaronK
1bab52d315
Update README.md
trivial addition
2021-04-27 12:08:10 +02:00
AaronK
a6574acb62
Merge pull request #1 from adulau/master
trivial merge
2021-04-27 12:03:29 +02:00
AaronK
71e1b4d4e9
Merge pull request #20 from King-Konsto/master
add balboa to project list
2020-06-27 22:10:57 +02:00
kklinger-pfpt
00c00e08b7 add balboa to project list 2020-06-26 15:38:41 +02:00
2977899139
chg: [I-D] draft 07 published 2020-06-25 17:11:48 +02:00
b422e8722e
chg: [07] to be submitted 2020-06-25 14:58:59 +02:00
9f07b31e6e
chg: [07] updates 2020-06-25 14:58:23 +02:00
ffbc74ef9f
new: [millisecond resolution] time_first_ms and time_last_ms added 2020-06-25 14:49:48 +02:00
9b789bbce7
chg: [doc] add D4 Project - Passive DNS 2020-06-25 14:44:58 +02:00
AaronK
962d2dfc1f
Merge pull request #19 from aaronkaplan/master
add users, fixes #10
2020-06-25 14:41:35 +02:00
aaronkaplan
7a8f0685c7
add users, fixes #10 2020-06-25 14:32:54 +02:00
b868bccb43
Merge pull request #18 from aaronkaplan/master
preparations for the FIRST SIG
2020-06-25 12:58:47 +02:00
aaronkaplan
3de55d04c0
add the millisec precision fields.
Clarify a few things in the readme
2020-06-25 12:53:19 +02:00
b35c1a42b1
Merge branch 'master' of github.com:adulau/pdns-qof 2020-06-25 12:33:20 +02:00
47d5e37687
06 added 2020-06-25 12:32:59 +02:00
767681a80d
Merge pull request #16 from vixie/master
finish prior change, thanks djw
2019-07-26 18:21:57 +02:00
Paul Vixie
162f90f3cc finish prior change, thanks djw 2019-07-25 20:46:40 +00:00
198c225313
Merge pull request #15 from vixie/master
Update pdns-qof.xml
2019-07-25 08:20:12 +02:00
paul vixie
25766cb2b2
Update pdns-qof.xml
origin can't be a URI because the responder has no reason to know the access method (HTTP vs HTTPS for example, or others in the future) that the requestor used to reach the service. what's important is to provide a unique origin name for this row, so as to disambiguate it from other rows which may have the same name and type but a different rrset. for that we need only a domain name, which we might actually prefer to represent in the web's and SNMP's resource style, as in, .info.dnsdb.api rather than api.dnsdb.info. for now i've assumed that we'll use a domain name, which will be the service's understanding of its advertised name, rather than as a URI, which could include a lot of details that the origin server will not know. if a URI is given by some pre-standard server, then only its domain name will be meaningful.
2019-07-24 19:46:13 -06:00
9fed1e424b
chg: [I-D] house keeping before submission 2019-04-08 14:50:33 +02:00
53ebe4fda2
Merge pull request #14 from djw1149/master
Various changes discussed with Authors
2019-04-08 14:34:24 +02:00
David Waitzman
545af5573d Allow single-string result for RDATA to be an Array.
Clarify that examples do not require that multiple objects be returned by a single query.

Clarify that list of rrtypes is not exhaustive.

Fix various document lint.
2019-04-08 08:26:12 -04:00
7a67fa39c9
chg: [doc] fixed the multiple READMEs madness 2019-02-10 22:07:12 +01:00
a2f120d64e
chg: [doc] Reference to I-D published added 2019-02-10 12:53:50 +01:00
a25a224798
chg: [I-D] submitted draft 2019-02-10 12:51:24 +01:00
1e29c28a20
chg: [cof] Updated reference to Passive DNS implementing COF and DNSDBq added 2019-02-10 12:26:55 +01:00
0dd448bba7
add: submission of draft 04 2018-06-21 22:47:33 +02:00
fe3ee30aa7
fix: CIRCL address 2018-06-20 21:57:14 +02:00
01778789d6
add: clarification that the document is covering current best practices
and a simple explanation of the GDPR aspect
2018-06-20 21:54:52 +02:00