- Jul 14, 2021
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
Catalog generation with groups See merge request !1324
-
Daniel Salzman authored
-
-
-
- Jul 13, 2021
-
-
Daniel Salzman authored
XDP-TCP: dont use structures if their allocation fails See merge request !1327
-
Libor Peltan authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
dnssec: bugfix: dont retire key too soon after submission... See merge request !1326
-
Libor Peltan authored
KSK remove is planned upon submission based on DS TTL this overrided the planned remove with retire
-
Daniel Salzman authored
-
- Jul 12, 2021
-
-
-
-
Daniel Salzman authored
backup improvements -- modified backup format (BACKUP_FORMAT_2), label file, improved backup locking, etc. See merge request !1325
-
-
David Vasek authored
Returning KNOT_ENOTSUP makes more sense than returning KNOT_EMALF in such situations.
-
David Vasek authored
-
David Vasek authored
The test no longer works, as concurrent backups aren't possible in Knot any more.
-
David Vasek authored
In case of repated server starts (enforced by occupied IP ports), an AXFR may happen before the testing actually starts. Lower refresh value allows another AXFR of already expired zone before the test time outs.
-
David Vasek authored
-
David Vasek authored
-
David Vasek authored
-
David Vasek authored
-
David Vasek authored
Some changes to the function interfaces.
-
David Vasek authored
-
David Vasek authored
-
David Vasek authored
-
David Vasek authored
-
David Vasek authored
Also, make the warning message more correct.
-
David Vasek authored
-
David Vasek authored
-
David Vasek authored
It's enough to count planned backup events. Counting finished zones isn't necessary.
-
David Vasek authored
The new string can be used in other situations better in the future. The original string hasn't appeared in a release yet.
-
David Vasek authored
It's a little bit more code and one additional stat() call, but it's more resilient to future changes in the code. From user's point of view the functionality is the same.
-
David Vasek authored
It fixes error reporting from syscalls and functions such as make_dir().
-
David Vasek authored
Return KNOT_EEXIST from make_dir() when the target already exists, but it isn't a directory. The previous error code could be misleading and it hadn't been defined in the first place.
-
David Vasek authored
Functional changes: 1. Zone files are stored in a dedicated directory. 2. Zone files use the zones' default file names in the backup, not the file names defined in the configuration as before. This change eleminates file name conflicts which were possible with the original backup design.
-