Commit Graph

34 Commits

Author SHA1 Message Date
Miek Gieben 61e828d49c Small tweaks 2012-01-27 08:51:24 +01:00
Miek Gieben cd3181c7e4 Reflect the small api change 2012-01-27 08:47:21 +01:00
Miek Gieben 7b1f981acb start thinking about tsig 2012-01-26 20:29:04 +01:00
Miek Gieben 48fa998539 Implement the other algorithms in tsig 2012-01-26 20:23:43 +01:00
Dave Cheney a051aac4ae Add support for go-gb
Temporarily ignoring examples/funkensturm
2012-01-26 13:29:04 +11:00
Miek Gieben 257315bfbf Add beta warning to nsec3 proofs 2012-01-23 21:04:21 +01:00
Miek Gieben c6abddde28 Allow q to read a key from disk 2012-01-23 20:47:39 +01:00
Miek Gieben 95c0ec79d8 make the help nicer 2012-01-23 19:38:22 +01:00
Miek Gieben 53dffab2a8 Remove fingerprinting 2012-01-23 18:04:17 +01:00
Miek Gieben 90228852e1 Add seperate fp program 2012-01-23 18:03:15 +01:00
Miek Gieben d1d9f157df Add make install target 2012-01-23 11:33:22 +01:00
Miek Gieben 5ec63eab34 if the query uses tcp, use it also to get the keys 2012-01-23 11:23:46 +01:00
Miek Gieben 1171215fc9 Handle NSEC3 records that point to the apex 2012-01-22 15:40:59 +01:00
Miek Gieben c051e5eec5 Small tweaks 2012-01-22 12:24:31 +01:00
Miek Gieben 67573c14b3 Implement NSEC3 NODATA proof 2012-01-22 11:33:51 +01:00
Miek Gieben 37f396a05b Some tweaks are still needed for nsec3 2012-01-21 22:12:44 +01:00
Miek Gieben 2d7e833173 better wording 2012-01-21 20:32:17 +01:00
Miek Gieben 499f596754 Dont reset sig incep/expir when using -short 2012-01-21 16:34:59 +01:00
Miek Gieben 5d57ab340d Fix nsec3 checking 2012-01-21 14:02:38 +01:00
Miek Gieben 00ec6a144a Make the function smaller 2012-01-21 13:41:52 +01:00
Miek Gieben 283d984261 Do it after short 2012-01-21 12:28:50 +01:00
Miek Gieben 5291767e24 Nsec3 needs some tweaking 2012-01-21 12:27:11 +01:00
Miek Gieben 6d6c79a0f8 nicer layout 2012-01-21 12:22:26 +01:00
Miek Gieben 5f0914413c Add message checking to q 2012-01-21 12:16:35 +01:00
Miek Gieben c9fc2ea493 Enable signature checking in messages 2012-01-21 11:58:26 +01:00
Miek Gieben 509464cf35 Add message checking to q 2012-01-19 20:45:01 +01:00
Miek Gieben 4c000b1efe move _examples to examples 2012-01-19 19:56:14 +01:00
Miek Gieben bcf320aad4 rename the examples dir
Make it *not* show up in godoc
2010-12-30 14:13:28 +01:00
Miek Gieben 15dd65171b Split the package in multiple packages
dns - the standard rrtypes and such
    dnssec - validation, keytag calculation, etc
    resolver - for talking to servers
2010-12-30 13:42:52 +01:00
Miek Gieben 4ed14b9785 More cleansup and robustness
* make the resolver more robust
* more dnssec functions
2010-12-28 09:41:54 +01:00
Miek Gieben 65caf6f891 Documentation!
Make the packet documentation much nicer.
2010-12-25 11:14:11 +01:00
Miek Gieben 7d4a26deac chaos
also ask for hostname.bind
2010-12-24 17:26:40 +01:00
Miek Gieben 9d6de8476c Add another example: chaos
Show the version and hostname.bind
2010-12-24 17:21:11 +01:00
Miek Gieben c6e16cc054 Add examples
Completely modules after the examples of ldns.
Fist example is 'mx', print out the MX records of a domain.
More are coming, each is used to fine-tune the dns api
2010-12-24 12:43:53 +01:00