- Aug 11, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
the module can enforce RPZ from zone file, later a LMDB binary database is going to come to solve following: - updating zones on the fly - instant startup (although it loads 1M blocklist in a fraction of second) - no extra memory usage between multiple processes the compatibility notes are in the documentation
-
- Aug 10, 2015
-
-
Marek Vavruša authored
module can identify clients based on their source address or used TSIG key
-
Marek Vavruša authored
the requestor can provide information identifying the query originator here (address and TSIG key), both fields are optional update Lua FFI bindings
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Aug 06, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
fixes killing the server with SIGKILL causing abortiong, added SIGTERM handler and ignored retcode from uv_run()
-
Marek Vavruša authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
- Aug 05, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
- the test driver now waits for daemon to accept TCP - workaround cwrap bug, Python prebinds to daemon sockets to create files - tested daemon runs in the testdir - test driver doesn’t kill all kresd processes
-
Marek Vavruša authored
- no need to bind to client socket - relying on short timeouts is bad - no check for send buffers overflow
-
Marek Vavruša authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Marek Vavruša authored
this is a workaround, as we don't support `make uninstall` yet
-
Marek Vavruša authored
-
-
Grigorii Demidov authored
-
- Aug 04, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
zonecut should be able to hold these for testing reasons (like private root or zone cut), but it should filter out data from the internet a new flag: QUERY_ALLOW_LOCAL allows for being more permissive, and letting name server query local or private address ranges
-
Marek Vavruša authored
-