- Mar 15, 2017
-
-
Vladimír Čunát authored
-
- Mar 06, 2017
-
-
-
Vicky Shrestha authored
-
- Feb 28, 2017
-
-
Marek Vavruša authored
-
Vladimír Čunát authored
Fixes https://gitlab.labs.nic.cz/knot/resolver/issues/158 The naming is inspired by Unbound's "outgoing-interface".
-
Vladimír Čunát authored
-
- Feb 27, 2017
-
-
Vladimír Čunát authored
The format of TA store is compatible both ways with old kresd. Note: it requires the parent commit to work, i.e. new libzscanner.
-
Vladimír Čunát authored
Comment parsing will only be supported in future libzscanner version. Also move out of the module, as trust_anchors.lua requires it and isn't in a module.
-
- Feb 24, 2017
-
-
Vladimír Čunát authored
... and perform extra checks when converting from the floating-point number.
-
- Feb 20, 2017
-
-
Vladimír Čunát authored
It will be a useful idiom for IP address storage and correct conversion of sockaddr* pointers.
-
- Feb 16, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Feb 13, 2017
-
-
Vladimír Čunát authored
engine_cmd() doesn't print the error() exceptions thrown from lua; it only leaves the message on lua stack.
-
Vladimír Čunát authored
-
- Feb 09, 2017
-
-
Vladimír Čunát authored
- Remove abstraction of the refresh callback, as we always use the same function. This way the code is significantly easier to understand. - Add a couple more comments.
-
Vladimír Čunát authored
It was strange to keep it indefinitely, and the code was already half-prepared for this change. Theoretically, if a resolver has been stopped for too long to miss a key's period of Revoked status, it would continue to trust the key forever.
-
Vladimír Čunát authored
- printing refresh time in milliseconds could've been confusing; - move syntactic sugar definitions close to the rest of the table;
-
Vladimír Čunát authored
... via trust_anchors.{bootstrap_url,bootstrap_ca}
-
Vladimír Čunát authored
-
- Feb 08, 2017
-
-
Vladimír Čunát authored
- docs: fix cache.current_* since long ago d5272b4b - don't allow "cache.foo = 'bar'" for abitrary foo - restore cache['nic.cz'] after b31bad2ccf while not breaking completion - #cache won't work on lua 5.1, so remove it
-
- Feb 07, 2017
-
-
Petr Špaček authored
Mangling of keyfile_dir and allocation of keyfile_path led to rare crashes (and Valgrind complaints). The error was introduced in 21f3a6b9.
-
- Feb 06, 2017
-
-
Štěpán Balážik authored
-
-
Vladimír Čunát authored
The FD leak happened only when we exit the process, but still...
-
Štěpán Balážik authored
-
- Feb 03, 2017
-
-
Štěpán Balážik authored
-
-
This might help if the lua command returns an unexpected number of arguments.
-
That's to allow tunnelling the TTY to a different endian.
-
-
It was possible to write past the end of the buffer, if very unlucky.
-
Štěpán Balážik authored
-
Štěpán Balážik authored
-
The build system is prepared for libedit.
-
... via "__binary" pseudocommand
-
That will allow us to discover the top-level symbols for completion. For others we can e.g.: for n in pairs(net) do print(n); end I must admit I fail to understand some of the related lua magic.
-
- Jan 31, 2017
-
-
Vladimír Čunát authored
Fixes #147.
-
- Jan 27, 2017
-
-
Vladimír Čunát authored
I believe it was unused, so no risk was caused, but better remove it. There's the complication that its signature has changed since libknot-2.4.0. Fixes https://gitlab.labs.nic.cz/knot/resolver/issues/146
-
Vladimír Čunát authored
-