Skip to content
Success

Changes

Summary

  1. Response to BADCOOKIE extended rcode (commit: 8b62970) (details)
  2. Better retry on badcookie flooding prevention (commit: de13a0c) (details)
  3. Privacy aware DNS Cookies (commit: 9ecd3fd) (details)
  4. Fix of const-info.c (commit: 8bd87c4) (details)
Commit 8b62970e0c7ab93c55ab0adae9df9d7480f9f665 by willem
Response to BADCOOKIE extended rcode
(commit: 8b62970)
The file was modified src/getdns/getdns.h.in (diff)
The file was modified src/stub.c (diff)
The file was modified src/request-internal.c (diff)
The file was modified src/types-internal.h (diff)
The file was modified src/util-internal.c (diff)
The file was modified src/const-info.c (diff)
The file was modified src/dict.c (diff)
Commit de13a0c32dd70f620e93adec2c0c9708bb31b943 by willem
Better retry on badcookie flooding prevention
(commit: de13a0c)
The file was modified src/stub.c (diff)
The file was modified src/request-internal.c (diff)
The file was modified src/types-internal.h (diff)
Commit 9ecd3fde1caf51d9777e359eb496053852d62a3f by willem
Privacy aware DNS Cookies

Track source IP address in an efficient manner to make sure the same cookie will not be sent from different source IP addresses.
(commit: 9ecd3fd)
The file was modified src/context.h (diff)
The file was modified src/util-internal.h (diff)
The file was modified src/stub.c (diff)
The file was modified src/request-internal.c (diff)
The file was modified src/types-internal.h (diff)
The file was modified src/context.c (diff)
The file was modified src/const-info.c (diff)