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