- Mar 28, 2018
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Petr Špaček authored
Serve stale with reputation cache: version 1 See merge request !534
-
-
lib/nsrep: tuning of serve-stale parameters; valid NS's sometimes been ignored by ns election algorithm, fixed
-
-
-
-
-
-
-
-
-
-
Petr Špaček authored
cache: fixed crash with RR sets with over 255 records See merge request !532
-
Marek Vavruša authored
The previous cache version encoded RR count as uint8_t, which doesn't work with RR sets with over 255 records. This caused cache writes to fail and subsequently ending in an assertion failure. It is not very common to have large RR sets, but it has legitimate use cases such as a lot of SRV or address records for large container deployments etc.
-
- Mar 26, 2018
-
-
Grigorii Demidov authored
daemon/worker: allow large responses for outbound over TCP See merge request !526
-
This was previously fixed in e25358d4, but broken in the rewrite. The answer buffer size must be a maximum size, otherwise payloads larger than configured UDP buffer size can't be transmitted over TCP.
-
Petr Špaček authored
debian: build dev packages without symbols file See merge request !524
-
-
Petr Špaček authored
packaging: tests - explicitly specify repository for testing See merge request !525
-
-
Petr Špaček authored
daemon/tls: downgraded TLS logging to verbose See merge request !531
-
- Mar 23, 2018
-
-
Marek Vavruša authored
Logging handshake and connection failures should be verbose, as it's not really a server failure if client errors, or uses a wrong SPKI pin to the certificate. It is however not ideal to flood logs.
-
- Mar 22, 2018
-
-
Tomas Krizek authored
README: update package information See merge request !529
-
Tomas Krizek authored
-
Tomas Krizek authored
ci: execute OBS build nightly instead of after every change See merge request !528
-
Tomas Krizek authored
There are couple reasons to prefer nightly builds: - to conserve hw resources - automated builds at predictable times make it easier to use the devel repo for manual testing builds
-
- Mar 19, 2018
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
This is just annoying for development. You want -O0 or -Og, and consequently you get lots of warnings that are difficult to disable. I believe hardening options are more of a responsibility/choice of the caller, typically distributions have some general policies and pass the flags (almost) uniformly to all packages. I can't see any part of kresd being so specific to warrant explicit hardening.
-
Vladimír Čunát authored
The file is new here, but it has a long history upstream. Thanks to Leo Vandewoestijne for finding the problem on FreeBSD.
-
Vladimír Čunát authored
NDEBUG has no effect on this, for a long time.
-
- Mar 12, 2018
-
-
Tomas Krizek authored
ci: respdiff - plot histogram See merge request !521
-
Tomas Krizek authored
-
Tomas Krizek authored
rpm: don't turn off selinux See merge request !520
-
Tomas Krizek authored
-
- Mar 07, 2018
-
-
Vladimír Čunát authored
They don't have enough privileges anyway.
-
Tomas Krizek authored
-
- Mar 01, 2018
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Last usage dropped in 1.9, and it seems unlikely to be useful in this form.
-