- Jul 21, 2015
-
-
Marek Vavruša authored
this fixes a problem when a module was removed, but pending queries referenced it, causing a crash. usually when the server was busy and a module was unloaded. as we don’t need to copy layers at all, they’re just iterated from the array of modules using a macro
-
- Jul 19, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 17, 2015
-
-
Marek Vavruša authored
-
- Jul 14, 2015
-
-
Marek Vavruša authored
no need to scramble queries satisfied from cache
-
Marek Vavruša authored
-
- Jul 13, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 09, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 08, 2015
-
-
Marek Vavruša authored
-
- Jul 06, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 05, 2015
-
-
Marek Vavruša authored
-
- Jul 04, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jun 30, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jun 29, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
the query flags were cleared too early, and the rec never retried if the NS had ipv6 addresses, but all were bad
-
- Jun 28, 2015
-
-
Marek Vavruša authored
-
- Jun 27, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
this fixes an issue when nameserver responds with AA=0 and authority of a CNAME target (which is in current bailiwick)
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jun 25, 2015
-
-
Marek Vavruša authored
-
- Jun 24, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
DNS 0x20 https://tools.ietf.org/html/draft-vixie-dnsext-dns0x20-00 is a way to add more randomness into queries to make spoofing tougher this implementation provides up to 32 bits of randomness to QNAME, which is more than enough for most names (it is possible to add a maximum of 1 bit of entropy per alphanumeric character, so it's not very efficient with shorter names) fixes #27
-
Marek Vavruša authored
-
- Jun 23, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jun 22, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
libuv doesn't do connected UDP sockets, so we can't get ICMP unreachable otherwise
-
Marek Vavruša authored
-
- Jun 16, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-