Skip to content
Snippets Groups Projects
Select Git revision
  • 1.2
  • add-version-in-lua
  • additional-path-fixes
  • anb/cache-stats
  • cache-aggr
  • cache-aggr-wip
  • ci-enable-infer
  • ci-ulimit
  • client-subnet-wip
  • dns-over-tls-client
  • dnssec-by-default
  • docker-fix
  • dont-fragment-mtu
  • draft-huston-kskroll-sentinel
  • http-allow-reuseport
  • http-server
  • icann-servfail
  • ioreq_spawn-assert
  • keyfile-arg
  • kresc
  • v1.5.1
  • v1.5.0
  • v1.99.1-alpha
  • v1.4.0
  • v1.3.3
  • v1.3.2
  • v1.3.1
  • v1.3.0
  • 1.3.0-rc1
  • v1.2.6
  • v1.2.5
  • v1.2.4
  • v1.2.3
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.2.0-rc3
  • v1.2.0-rc2
  • v1.2.0-rc1
  • v1.1.1
40 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.011Aug9865429Jul282019171613121165130Jun2822211631May3029272627252322211917181714121065317Apr151413765429Mar281085324Feb232217121183230Jan29222120191815121110823Dec1711109876543229Nov28272625242120191817161513125329Oct2827262423222019181514131211109876Renamed kr_resolve_query_finalize() to kr_resolve_checkout().Removed SHA algorithm structures from public interface.Simplified interface of srvr_sockaddr_cc_check() as suggested in code review.Removed code for guessing source address using NS reputation mechanism.Removed assert call as suggested in merge request.Fixed some typos.Removed round brackets from documentation as suggested in merge request.Deleted a comment.Removed a comment.Added a more explanatory comment.Added checks when accessing algorithm structures in array.Using https://www.gnu.org/licenses/ in file headers.Function kr_resolve_query_finalize() returns error code.Added src parameter in kr_resolve_query_finalize().Removed assertion.Added a comment.Added a check.Replaced one assertion check.Added tests for cookie length.Removed some assignments.Removed some asserts.Explicitly deleting cookies from responses when server functionality disabled.Minor code enhancement.Reserving space for cookies also if only server cookie functionality enabled.Served cookie queries are handled inside cookie module.Removed unnecessary square brackets from cookie module documentation.Putting cookie option into request before packet is finalised.Deleting cookies from EDNS OPTs before adding new ones.Minor refactoring.Added library callback for finalising outbound queries.Fixed memory leak when passing multiple cookie secrets in a single JSON string.Fixed comparison of signed and unsigned type.Using new functions from libknot to check cookie algorithms input sanity.Changed API of SHA256-based cookie algorithms to match recent libknot changes.Removed input/output parameter from kr_nonce_write_wire().Tied LRU_COOKIES_SIZE to LRU_RTT_SIZE.Deleted unused code.Using a hex string to configure secret values.Fixes in configuration part of the cookie module.Fixes in cookie module documentation file.