- Feb 10, 2017
-
-
Ondřej Surý authored
trust anchor fixes Closes #151 See merge request !193
-
- 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
- The description was very misleading (far from reality). - The removed condition in rrcache was bogus.
-
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
-
Vladimír Čunát authored
-
- Feb 08, 2017
-
-
Vladimír Čunát authored
-
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
-
Ondřej Surý authored
Fix -k argument processing to avoid out-of-bounds memory accesses See merge request !195
-
- 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
-
-
Petr Špaček authored
Added client (kresc) for interacting with daemon using command prompt with history and tab-completion See merge request !177
-
Š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.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
The theme is no longer included in newer Sphinx versions, so some systems (at least) will require specifying it explicitly. (The docs refuse to build without it.)
-
Vladimír Čunát authored
Closes #101.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Grigorii Demidov authored
-
Vladimír Čunát authored
-
- Feb 02, 2017
-
-
Grigorii Demidov authored
-
- Feb 01, 2017
-
-
Ondřej Surý authored
Final 1.2.1 changelog update See merge request !189
-
Ondřej Surý authored
-
Ondřej Surý authored
Merge deckard test for negative CD/no-AD answers (using rhybar.cz) See merge request !188
-