]> git.ipfire.org Git - thirdparty/knot-resolver.git/shortlog
thirdparty/knot-resolver.git
2016-08-11  Karel SlanyAdded library callback for finalising outbound queries.
2016-08-11  Karel SlanyFixed memory leak when passing multiple cookie secrets...
2016-08-11  Karel SlanyFixed comparison of signed and unsigned type.
2016-08-11  Karel SlanyUsing new functions from libknot to check cookie algori...
2016-08-11  Karel SlanyChanged API of SHA256-based cookie algorithms to match...
2016-08-11  Karel SlanyRemoved input/output parameter from kr_nonce_write_wire().
2016-08-11  Karel SlanyTied LRU_COOKIES_SIZE to LRU_RTT_SIZE.
2016-08-11  Karel SlanyDeleted unused code.
2016-08-11  Karel SlanyUsing a hex string to configure secret values.
2016-08-11  Karel SlanyFixes in configuration part of the cookie module.
2016-08-11  Karel SlanyFixes in cookie module documentation file.
2016-08-11  Karel SlanyRemoved rsource entry from struct kr_query.
2016-08-11  Karel SlanyRestructured badly placed conditional compilation.
2016-08-11  Karel SlanyChanges induced by recent rebase.
2016-08-11  Karel SlanyRemoved conditional compilation around QUERY_BADCOOKIE_...
2016-08-11  Karel SlanyUsing wire_write_u32() intead of htonl();
2016-08-11  Karel SlanyFixed issue related to nonce value computation.
2016-08-11  Karel SlanyAdded check for cookie OPT size before storing into...
2016-08-11  Karel SlanyFixed error.
2016-08-11  Karel SlanyRenamed function with confusing name.
2016-08-11  Karel SlanyAdded a commentary.
2016-08-11  Karel SlanyFixed misleading condition expression.
2016-08-11  Karel SlanyRemoved duplicated assertion.
2016-08-11  Karel SlanyRemoved dead code.
2016-08-11  Karel SlanyMerged lib/cookies/control.c into modules/cookies/cooki...
2016-08-11  Karel SlanyClarified some commentaries.
2016-08-11  Karel SlanyAdded preliminary test for server address presence...
2016-08-11  Karel SlanyRemoved cookie-related preprocessor conditionals from...
2016-08-11  Karel SlanyFixed and deleted some commentaries.
2016-08-11  Karel SlanyFORMERR response when querying for cookie with malforme...
2016-08-11  Karel SlanyRenamed cookie cache source files because of collisions...
2016-08-11  Karel SlanyUpdated documentation of cookies module.
2016-08-11  Karel SlanyMerged the cookiectl module and cookiemonster layer...
2016-08-11  Karel SlanyAvoided unnecessary memory copying.
2016-08-11  Karel SlanyFixed error.
2016-08-11  Karel SlanyRemoved cookie cache TTL from configuration.
2016-08-11  Karel SlanyUsing LRU cache to store DNS cookies.
2016-08-11  Karel SlanyRemoved global cookie control structure.
2016-08-11  Karel SlanyMinor fixes.
2016-08-11  Karel SlanyReduced amount of cookie control structures.
2016-08-11  Karel SlanyUsing libknot lookup table to store and access cookie...
2016-08-11  Karel SlanyRemoved some copy-and-paste code.
2016-08-11  Karel Slanylib/resolve: always store EDNS data into request if...
2016-08-11  Karel SlanyListed cookiectl rst file in module documentation.
2016-08-11  Karel SlanyBasic cookiectl module documentation.
2016-08-11  Karel SlanyDocumentation fixes.
2016-08-11  Karel SlanyHMAC-SHA256-64 uses libnettle.
2016-08-11  Karel SlanyAdded header file that has been removed from libknot.
2016-08-11  Karel SlanyModification to meet latest libknot changes.
2016-08-11  Karel SlanyCookie algorithms based on FNV-64 have been moved into...
2016-08-11  Karel SlanyUsing new cookies API from libknot.
2016-08-11  Karel SlanyResolver responds to server cookie queries.
2016-08-11  Karel SlanyReflecting latest changes in cookie handling in libknot...
2016-08-11  Karel SlanyExperimental code for adding cookies into responses.
2016-08-11  Karel SlanyGenerating FORMERR and BADCOOKIE response codes when...
2016-08-11  Karel SlanyServer cookie algorithm configuration via interactive...
2016-08-11  Karel SlanyChecking cookies in inbound requests.
2016-08-11  Karel SlanyStarted working on 'server' cookie code.
2016-08-11  Karel SlanyMoved cookie hash functions into separate unit.
2016-08-11  Karel SlanyUsing modified cache interface without transactions.
2016-08-11  Karel SlanyPresence of libcrypto controls compilation od DNS cooki...
2016-08-11  Karel SlanyClient cookie hash function can be specified using...
2016-08-11  Karel SlanyAdded HMAC-SHA256-64 hash function.
2016-08-11  Karel SlanyConditional compilation of DNS cookie code.
2016-08-11  Karel SlanyCookies cache TTL can be configured.
2016-08-11  Karel SlanyRenamed cookie related modules. Some code refactoring.
2016-08-11  Karel SlanyUsing common cache for cookies.
2016-08-11  Karel SlanyAdded missing test whether new query was created in...
2016-08-11  Karel SlanyQuerying again when BADCOOKIE received.
2016-08-11  Karel SlanyMoved cookies before iterate layer.
2016-08-11  Karel SlanyFall back to TCP when receiving a valid BADCOOKIE response.
2016-08-11  Karel SlanyCookie cache uses TTL to limit the cookie life span.
2016-08-11  Karel SlanyCookies can be removed from cache.
2016-08-11  Karel SlanyAdded support for TTL in cookies cache.
2016-08-11  Karel SlanyChecking reply source address against client cookie.
2016-08-11  Karel SlanyTurned some function parameters contant.
2016-08-11  Karel SlanyFixed inserting response source into query context.
2016-08-11  Karel SlanyResponse origin address is stored in the query context.
2016-08-11  Karel SlanyResolution fails when receiving invalid cookies.
2016-08-11  Karel SlanySupport for basic cookies configuration.
2016-08-11  Karel SlanyAdded basic support for client secret rotation.
2016-08-11  Karel SlanyForce fall-back to TCP when bad cookie received.
2016-08-11  Karel SlanySend cookies only in queries.
2016-08-11  Karel SlanyUse only those cookies that match the current client...
2016-08-11  Karel SlanySupport for cookie options caching.
2016-08-11  Karel SlanyChecking received cookies against addresses in nsrep.
2016-08-11  Karel SlanyAdded FNV-64 code.
2016-08-11  Karel SlanyPreparations for using nsrep mechanism to guess respons...
2016-08-11  Karel SlanyTemporarily fixed packet corruption when adding cookie...
2016-08-11  Karel SlanyAdded code trying to obtain client IP address from...
2016-08-11  Karel SlanyUsing actual remote server address to re-generate cookie.
2016-08-11  Karel SlanyObtaining server IP address when generating query.
2016-08-11  Karel SlanyResolver is able to insert dummy client cookies into...
2016-08-11  Karel SlanyTrying to insert cookies into request form layer.
2016-08-11  Karel SlanyIntroduced empty cookies module.
2016-08-10  Marek Vavrusalib/generic: fixed typo in lru code
2016-08-10  Marek Vavrusascripts: bumped used libknot version to 2.3.0
2016-08-10  Marek Vavrusadaemon/lua: support new libknot 2.3 soversion
2016-08-09  Marek VavrusaMerge branch 'fix-segfault-in-early-quit' into 'master'
2016-08-09  Ondřej SurýFix segmentation fault in early shutdown from `quit...
next