- Aug 25, 2016
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
We called kr_crypto_init() just before forking and then _reinit() in all children, but we never did any cryptography in-between - better initialize after forking. Note: the function is KR_EXPORT. It might not be useful anymore, but its removal would require bumping libkres soname.
-
- Aug 24, 2016
-
-
Ondřej Surý authored
timeouts over TCP when <n> first nameservers timeout over UDP as previously the TCP would connect again to the first and only the first nameserver in task->addrlist. This would need to be ultimately fixed in TCP Fast Retransmit.
-
Marek Vavrusa authored
when doing fast retransmit, each address may be contacted 1-N times, but previously only cumulative RTT was tracked for the NS that sent the answer. now the approximate query start time is subtracted from cumulative RTT to give an idea how long it took since the query was actually sent, and all the NSs that didn't respond within their retransmit windows are penalised too
-
- Aug 23, 2016
-
-
Marek Vavrusa authored
example: > daf.add 'forward 127.0.0.1@5353'
-
Karel Slaný authored
The missing entry caused some entries to be dear and written to wrong positions.
-
- Aug 15, 2016
-
-
Ondřej Surý authored
-
- Aug 11, 2016
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
The control structure is part of the resolver context.
-
-
-
-
-
Use ENABLE_cookies=yes variable to compile functionality.
-
-
Cookies are not stored in separate cache.
-
-
-
-
-
-
-
- Aug 10, 2016
-
-
Marek Vavrusa authored
-
- Aug 09, 2016
-
-
Ondřej Surý authored
-
- Aug 05, 2016
-
-
Marek Vavrusa authored
-
Ondřej Surý authored
-
RFC 7858 explicitly defines an out-of-band key pinning profile as one authentication mechanism. It uses the same format for representing the pin as HPKP does (RFC 7469). By logging this pin directly upon first use of the X.509 credentials, we make it a little bit easier for an admin to publish part of a pinset. For ideal operation (including preparation for key rollover), a backup public key should also be provided, but this is not defined functionally here.
-
Ondřej Surý authored
-