summaryrefslogtreecommitdiffstats
path: root/modules/cookies (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright information with 2017Ondřej Surý2017-01-255-5/+5
* better libknot-2.4 fixupVladimír Čunát2017-01-192-4/+5
* cookies: make it work also with libknot-2.4Vladimír Čunát2017-01-192-1/+5
* Split NDEBUG to NDEBUG (asserts) and NOVERBOSELOG (verbose logging); rename a...Ondřej Surý2016-12-121-11/+13
* layer: refactor and better describe the APIVladimír Čunát2016-11-082-16/+6
* layer: rename knot_ identifiers that are private nowVladimír Čunát2016-11-083-23/+23
* Fix missing 'else' in hexval2char()Ondřej Surý2016-08-151-1/+1
* build: fixed build, removed unused variablesMarek Vavrusa2016-08-113-7/+1
* Fixed a possible memory leak.Karel Slany2016-08-111-0/+1
* Removed or rephrased some comments.Karel Slany2016-08-111-7/+7
* Deleted code that has already been commented out.Karel Slany2016-08-111-7/+2
* Reduced the number of kr_answer_write_cookie() arguments.Karel Slany2016-08-111-4/+13
* Removed qdcount from struct kr_query.Karel Slany2016-08-111-6/+12
* Disabled TCP fallback on BADCOOKIE response. Failing instead.Karel Slany2016-08-111-3/+11
* Removed the shallow copy from configuration code in cookie module.Karel Slany2016-08-111-131/+198
* Added checks for FAIL and DONE when calling cookie module functions.Karel Slany2016-08-111-0/+8
* Merged similar code into one function.Karel Slany2016-08-111-29/+50
* Simplified interface of srvr_sockaddr_cc_check() as suggested in code review.Karel Slany2016-08-111-32/+34
* Removed code for guessing source address using NS reputation mechanism.Karel Slany2016-08-111-88/+20
* Removed assert call as suggested in merge request.Karel Slany2016-08-111-2/+2
* Fixed some typos.Karel Slany2016-08-111-2/+2
* Removed round brackets from documentation as suggested in merge request.Karel Slany2016-08-111-6/+6
* Added checks when accessing algorithm structures in array.Karel Slany2016-08-111-29/+36
* Using https://www.gnu.org/licenses/ in file headers.Karel Slany2016-08-115-5/+5
* Explicitly deleting cookies from responses when server functionality disabled.Karel Slany2016-08-111-0/+5
* Minor code enhancement.Karel Slany2016-08-111-8/+8
* Served cookie queries are handled inside cookie module.Karel Slany2016-08-111-4/+13
* Removed unnecessary square brackets from cookie module documentation.Karel Slany2016-08-111-6/+6
* Fixed memory leak when passing multiple cookie secrets in a single JSON string.Karel Slany2016-08-111-26/+92
* Fixed comparison of signed and unsigned type.Karel Slany2016-08-111-1/+1
* Deleted unused code.Karel Slany2016-08-111-15/+0
* Using a hex string to configure secret values.Karel Slany2016-08-112-48/+146
* Fixes in configuration part of the cookie module.Karel Slany2016-08-111-10/+34
* Fixes in cookie module documentation file.Karel Slany2016-08-111-3/+1
* Removed rsource entry from struct kr_query.Karel Slany2016-08-111-16/+20
* Changes induced by recent rebase.Karel Slany2016-08-111-0/+2
* Fixed issue related to nonce value computation.Karel Slany2016-08-111-2/+2
* Merged lib/cookies/control.c into modules/cookies/cookiectl.c .Karel Slany2016-08-111-0/+16
* Fixed and deleted some commentaries.Karel Slany2016-08-111-3/+0
* Renamed cookie cache source files because of collisions in documentation.Karel Slany2016-08-111-2/+2
* Updated documentation of cookies module.Karel Slany2016-08-111-12/+16
* Merged the cookiectl module and cookiemonster layer into the cookies module.Karel Slany2016-08-117-0/+1135
* Moved cookies before iterate layer.Karel Slany2016-08-112-643/+0
* Fall back to TCP when receiving a valid BADCOOKIE response.Karel Slany2016-08-111-0/+7
* Cookie cache uses TTL to limit the cookie life span.Karel Slany2016-08-111-66/+122
* Added support for TTL in cookies cache.Karel Slany2016-08-111-7/+11
* Checking reply source address against client cookie.Karel Slany2016-08-111-39/+91
* Response origin address is stored in the query context.Karel Slany2016-08-111-2/+20
* Resolution fails when receiving invalid cookies.Karel Slany2016-08-111-7/+6
* Support for basic cookies configuration.Karel Slany2016-08-111-0/+173