Commit Graph

2380 Commits

Author SHA1 Message Date
Miek Gieben ecaf48ed4b Fix URI target parsing 2013-01-20 18:26:10 +01:00
Miek Gieben 81c44fbac6 Grree, typo 2013-01-20 18:16:47 +01:00
Miek Gieben c00a096083 Merge branch 'master' of github.com:miekg/dns 2013-01-20 15:45:44 +01:00
Miek Gieben a86aa5cdb6 Fix the rest of the URI stuff 2013-01-20 15:45:19 +01:00
Miek Gieben 27c20aff55 Fix URI 2013-01-20 15:43:40 +01:00
Miek Gieben ed1bb58a66 typo in doc 2013-01-17 11:16:22 +01:00
Miek Gieben 03c7b54668 Add parse test for DS record 2013-01-16 11:48:43 +01:00
Miek Gieben 4ba5ac6863 Remove client.Attempts
Didn't like it anyway and it made the calling logic a mess. So it is
now removed. Failed queries can be redone, but they should be initiated
from the client, not within the library.
2013-01-11 19:20:49 +01:00
Miek Gieben b6d923f427 Merge branch 'master' of github.com:miekg/dns 2012-12-28 09:42:04 +01:00
Miek Gieben 602f3f4a49 typo 2012-12-28 09:20:15 +01:00
Miek Gieben 8cadf1d662 protect ServeMux access with a mutex
Make it "concurrent-use-safe"
2012-12-28 09:19:37 +01:00
Miek Gieben d2b766d059 Merge pull request #35 from abh/master
Make `q` slightly easier to figure out
2012-12-27 04:57:14 -08:00
Ask Bjørn Hansen 5c2a514628 Show where the options need to go in the usage output 2012-12-27 13:51:36 +01:00
Miek Gieben 102daefac8 Merge pull request #34 from jdnurmi/patch-1
Remove 'net' from clientconfig.go
2012-12-26 11:55:17 -08:00
jdnurmi d0c884fdbf Update clientconfig.go
net is no longer used in clientconfig.go
2012-12-26 10:51:26 -08:00
Miek Gieben 3e3234c4ea net.JoinHostPort will add [ and ]
dont do this in the clientconfig
2012-12-26 17:58:18 +01:00
Miek Gieben 35eaf9f14a Size is gone 2012-12-26 12:19:27 +01:00
Miek Gieben ed566ebd9e Update todo 2012-12-15 10:13:27 +01:00
Miek Gieben 6cd2d0524d typo in docs 2012-12-14 16:24:53 +01:00
Miek Gieben 3c4e9a95b4 update the documentation 2012-12-14 13:48:26 +01:00
Miek Gieben e66c2a1324 m.Size isnt used 2012-12-14 13:33:24 +01:00
Miek Gieben 9977bf87c4 Drop unneeded packages 2012-12-14 12:42:39 +01:00
Miek Gieben ed2bb3b7f7 Remove the t/ directory 2012-12-14 12:42:11 +01:00
Miek Gieben 4a951fc1f8 Merge branch 'master' of github.com:miekg/dns 2012-12-14 12:35:25 +01:00
Miek Gieben 3233964b4d Fix parse tests 2012-12-13 15:23:44 +01:00
Miek Gieben 464a7bacf4 For ommited ttls fall back to $TTL or 3600
As per RFC 2308
2012-12-13 15:11:22 +01:00
Miek Gieben 7cdb2a8bc8 update the example tests 2012-12-13 14:57:19 +01:00
Miek Gieben 9bb9dc990b remove todo item 2012-12-13 13:56:23 +01:00
Miek Gieben 025362a820 Print the query packet after adding the tsig 2012-12-13 13:55:58 +01:00
Miek Gieben 99817d7c33 Fix TSIG
If you even add a tag to a struct member, be sure to add that
tag to the other important structs too.
2012-12-13 13:44:27 +01:00
Miek Gieben 375917b7a0 update the todo 2012-12-13 13:10:34 +01:00
Miek Gieben 0c7712073a Return the correct values 2012-12-13 10:47:33 +01:00
Miek Gieben 623de14ebb Add missing checks if $ORIGIN's name is valid
Call IsDomainName() as $ORIGIN is rel. infrequent this does
not impact the parsing speed.
2012-12-13 10:14:22 +01:00
Miek Gieben d594c79d19 A optional new origin can be used after $INCLUDE
Add code to check for a new origin.
2012-12-13 10:08:35 +01:00
Miek Gieben 53dccfe5ed fix docs 2012-12-12 15:08:39 +01:00
Miek Gieben 9147aad21e need to add test for dynamic updates 2012-12-09 21:17:16 +01:00
Miek Gieben 29fa0ac7c0 unpack: allow for multiple edns0 options 2012-12-09 21:11:15 +01:00
Miek Gieben 66df243b0e Update todo 2012-12-09 21:04:52 +01:00
Miek Gieben 2e02b42558 Fix documentation too 2012-12-09 20:20:16 +01:00
Miek Gieben 9705bb8077 gofmt 2012-12-09 20:18:11 +01:00
Miek Gieben f56b237012 Fix zonesigning branch 2012-12-09 20:16:46 +01:00
Miek Gieben 940b786161 Merge conflict resolution 2012-12-09 20:15:31 +01:00
Miek Gieben 7fb499889a Type rename 2012-12-09 20:11:56 +01:00
Miek Gieben 617c8bde18 Update the utils too 2012-12-09 19:26:32 +01:00
Miek Gieben 235e892dfc Rename the RR types drop the RR_ prefix
This is also done in the official Go library. It also make the
code shorter.
2012-12-09 19:23:25 +01:00
Miek Gieben 3609f3e7a5 gofmt -s 2012-12-09 19:07:31 +01:00
Miek Gieben 747004a724 Call it ModTime 2012-12-07 11:20:07 +01:00
Miek Gieben 9d337f7bb7 Merge branch 'zonesigning' of github.com:miekg/dns into zonesigning 2012-12-07 10:01:59 +01:00
Miek Gieben 3e29cce3ba Check the NSEC type bitmap once
It's still timeconsuming, but the only way to check the
type bitmap is to iterate over the slice...
2012-12-07 09:16:43 +01:00
Miek Gieben 235184e110 cleanup the TODO 2012-12-06 15:52:32 +01:00