]> git.ipfire.org Git - thirdparty/knot-resolver.git/shortlog
thirdparty/knot-resolver.git
2016-08-23  Karel SlanyFixed error: added missing struct kr_query entry into...
2016-08-17  Ondřej SurýUpdate script to print all 16 bytes of IPv6 addr
2016-08-17  Ondřej SurýAdd last missing byte to IPv6 root hints
2016-08-17  Ondřej Surýlib/zonecut.c: cleanup
2016-08-17  Ondřej SurýCorrectly encode IPv6 addresses in root hints to preven...
2016-08-15  Ondřej SurýFix missing 'else' in hexval2char()
2016-08-15  Ondřej Surýwhitespace cleanups
2016-08-15  Ondřej Surýwhitespace cleanups
2016-08-15  Ondřej SurýRead EnvironmentFile and user $KRESD_ARGS
2016-08-15  Ondřej SurýUpdate systemd units to be named after daemon
2016-08-11  Marek Vavrusachangelog: updated to 1.1.0 v1.1.0
2016-08-11  Grigorii Demidovlib/resolve: empty final answer when SERVFAIL
2016-08-11  Marek VavrusaMerge branch 'cookies-wip' into 'master'
2016-08-11  Ondřej SurýDelete static and shared library
2016-08-11  Karel SlanyFixed an error that caused the integration tests to...
2016-08-11  Marek Vavrusabuild: fixed build, removed unused variables
2016-08-11  Marek Vavrusabuild: fixed build with libknot<2.3 without cookies
2016-08-11  Karel SlanyFixed a possible memory leak.
2016-08-11  Karel SlanyRemoved or rephrased some comments.
2016-08-11  Karel SlanyDeleted code that has already been commented out.
2016-08-11  Karel SlanyReduced the number of kr_answer_write_cookie() arguments.
2016-08-11  Karel SlanyFunction kr_rplan_push() fails again with null name.
2016-08-11  Karel SlanyRemoved qdcount from struct kr_query.
2016-08-11  Karel SlanyAdapted to recent libknot changes.
2016-08-11  Karel SlanyDisabled TCP fallback on BADCOOKIE response. Failing...
2016-08-11  Karel SlanyRemoved the shallow copy from configuration code in...
2016-08-11  Karel SlanyAdded checks for FAIL and DONE when calling cookie...
2016-08-11  Karel SlanyMerged similar code into one function.
2016-08-11  Karel SlanyRemoved comment that was out of place.
2016-08-11  Karel SlanyMade some function parameters const.
2016-08-11  Karel SlanyRenamed kr_resolve_query_finalize() to kr_resolve_check...
2016-08-11  Karel SlanyRemoved SHA algorithm structures from public interface.
2016-08-11  Karel SlanySimplified interface of srvr_sockaddr_cc_check() as...
2016-08-11  Karel SlanyRemoved code for guessing source address using NS reput...
2016-08-11  Karel SlanyRemoved assert call as suggested in merge request.
2016-08-11  Karel SlanyFixed some typos.
2016-08-11  Karel SlanyRemoved round brackets from documentation as suggested...
2016-08-11  Karel SlanyDeleted a comment.
2016-08-11  Karel SlanyRemoved a comment.
2016-08-11  Karel SlanyAdded a more explanatory comment.
2016-08-11  Karel SlanyAdded checks when accessing algorithm structures in...
2016-08-11  Karel SlanyUsing https://www.gnu.org/licenses/ in file headers.
2016-08-11  Karel SlanyFunction kr_resolve_query_finalize() returns error...
2016-08-11  Karel SlanyAdded src parameter in kr_resolve_query_finalize().
2016-08-11  Karel SlanyRemoved assertion.
2016-08-11  Karel SlanyAdded a comment.
2016-08-11  Karel SlanyAdded a check.
2016-08-11  Karel SlanyReplaced one assertion check.
2016-08-11  Karel SlanyAdded tests for cookie length.
2016-08-11  Karel SlanyRemoved some assignments.
2016-08-11  Karel SlanyRemoved some asserts.
2016-08-11  Karel SlanyExplicitly deleting cookies from responses when server...
2016-08-11  Karel SlanyMinor code enhancement.
2016-08-11  Karel SlanyReserving space for cookies also if only server cookie...
2016-08-11  Karel SlanyServed cookie queries are handled inside cookie module.
2016-08-11  Karel SlanyRemoved unnecessary square brackets from cookie module...
2016-08-11  Karel SlanyPutting cookie option into request before packet is...
2016-08-11  Karel SlanyDeleting cookies from EDNS OPTs before adding new ones.
2016-08-11  Karel SlanyMinor refactoring.
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...
next