Commit Graph

30 Commits

Author SHA1 Message Date
Kenta SUZUKI df92ed7782 README update: document has already moved to doc.go 2015-03-24 15:56:56 +09:00
Miek Gieben a76c0a363d Merge branch 'master' of github.com:miekg/dns 2015-01-27 08:20:08 +00:00
StalkR 48aa88a987 README: update Users: StalkR/misc/dns/proxy moved to its own repo at StalkR/dns-reverse-proxy 2015-01-25 18:39:30 +01:00
Miek Gieben 477cb4d3fa Implement IPSECKEY
IPSECKEY is kinda strange because it has a type selector which tells
what type a later rdata field has. The type can be a domainname, address
or v6 address. You sort of wish Go would have a union type for this, but
alas.
Currently this is implemented as:

	GatewayA    net.IP `dns:"a"`
	GatewayAAAA net.IP `dns:"aaaa"`
	GatewayName string `dns:"domain-name"`

In the IPSECKEY. Only one of these is active at any one time. When
parsing/packing and unpacking the value of GatewayType is checked
to see what to do.

Parsing from strings is also implemented properly and tested. The Unpack
function still needs work.
2015-01-25 10:58:30 +00:00
Miek Gieben 33e6f6fe1b Add dnsproxy as a project 2015-01-16 07:48:43 +00:00
Miek Gieben 8da60e45f5 Remove refs to IsMsg - we are not going to do this 2015-01-08 09:42:46 +00:00
Miek Gieben a34d1f6ad7 Merge branch 'master' of github.com:miekg/dns 2014-11-03 11:02:31 +00:00
Miek Gieben deb8fe381f Cleanup the identical parsing functions.
Some records are copies from others: DNSKEY, CDNSKEY and KEY are
identical. DS, CDS and DLV are too and even RRSIG and SIG.

The parsing functions and the definition can all be used for parsing
all these identical types.
2014-11-02 11:29:55 +00:00
Miek Gieben 71466895f7 Remove ECC which was set as alg 4
There is no alg 4 and ECC is not an algorithm identifier.
2014-10-23 08:12:02 +00:00
Miek Gieben 06e7420b3e Merge branch 'master' of github.com:miekg/dns 2014-10-06 10:58:03 +00:00
Miek Gieben ce9b1fdbf8 Add TODOs 2014-10-06 10:57:49 +00:00
Miek Gieben 6d6b8b8599 small update in the README 2014-09-21 09:13:29 +01:00
Miek Gieben fbc3e49b78 Some documentation updates 2014-09-02 10:31:15 +00:00
Miek Gieben b2755a0543 Some docs moved to RFC status 2014-08-30 15:46:37 +00:00
Miek Gieben bf3728f44f Add line to the readme 2014-08-30 15:42:51 +00:00
Miek Gieben 5fd5c6d9eb And actually fix the parsing 2014-08-30 08:44:16 +01:00
Alex Sergeyev e7a401841e Fixed client tests and removed TODO about timeouts 2014-08-29 08:59:19 -04:00
Miek Gieben cd4dac5f59 update README 2014-08-23 07:52:34 +01:00
Miek Gieben 69091a1fd6 Add SIG0 TODO 2014-08-05 07:43:12 +01:00
Miek Gieben a71489b611 EDNS0: implement RFC 7314
Add the new option code.
2014-07-21 19:31:28 +01:00
Omri Bahumi 6d33ede2b2 Added travis build status to README.md 2014-07-08 17:35:41 +03:00
Tom Arnfeld 244ba9db68 Added our discodns project to the list 2014-07-04 07:29:35 +01:00
Daniel Speichert 7cf0864eb9 Added godnsagent to the list of users 2014-07-02 19:21:29 -04:00
Miek Gieben da2a67f6db Update the README slightly 2014-04-11 13:53:48 +00:00
Miek Gieben 9dcccf22da Fold TODO in README.md 2014-02-10 20:42:52 +00:00
Miek Gieben fe41b3f5b1 Fix typo and add allocated rfc number 2014-01-28 10:59:12 +00:00
Miek Gieben 57d45ae6e6 doc updates 2014-01-28 10:56:29 +00:00
Miek Gieben e287df0604 typos 2014-01-28 10:55:31 +00:00
Miek Gieben b0c068e420 docs 2014-01-12 13:47:03 +00:00
Miek Gieben af6fff3ff2 abbreviate markdown to md 2013-10-19 12:03:44 +01:00