- May 26, 2021
-
-
Jakub Ružička authored
Change packaging templates distro/pkg/* to use {{ version }}. Add scripts/make_dev_archive.sh to create dev archives. Add apkg config: distro/config/apkg.toml With these changes, apkg can be used to package Knot DNS.
-
Jakub Ružička authored
autoreconf: command not found Can't exec "aclocal": No such file or directory at ... autoreconf: failed to run aclocal: No such file or directory error: Libtool library used but 'LIBTOOL' is undefined
-
Jakub Ružička authored
-
Jakub Ružička authored
-
- May 25, 2021
-
-
Libor Peltan authored
Correct owner of answered CNAME from wildcard expansion Closes #715 See merge request !1295
-
Daniel Salzman authored
various journal fixes Closes #736 See merge request !1296
-
fixes #715
-
Daniel Salzman authored
-
-
-
-
...make them silent if OK as there atre thousands of them
-
-
- May 24, 2021
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- May 23, 2021
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- May 21, 2021
-
-
Daniel Salzman authored
libknot/lmdb: tiny fix in lmdb del() See merge request !1294
-
- May 20, 2021
-
-
Vladimír Čunát authored
Passing the data means to only delete the data that matches, which is not what we wanted to do here. The only luck has been that LMDB ignores this parameter when MDB_DUPSORT isn't in use, but for example the mdbx for does not.
-
Daniel Salzman authored
add new filters to "zone-backup"/"zone-restore" that allow detailed selection of backup/restore components See merge request !1293
-
David Vasek authored
-
David Vasek authored
A cleaner solution, but not necessary since the code will fail later for ENOTDIR anyway.
-
David Vasek authored
-
David Vasek authored
The filters are now called "filters" in zone-backup/zone-restore, not "flags" as recently.
-
David Vasek authored
Abusing of CTL_FILTER_FLUSH_OUTDIR and CTL_FILTER_PURGE_* for backup purposes stops here and dedicated filter values for backup/restore are created.
-
David Vasek authored
-
Daniel Salzman authored
nameserver: prove wildcards in referral answers See merge request !1292
-
-
-
-
This reverts commit 747869b5.
-
-
-
Daniel Salzman authored
libknot: optimize knot_dname_lf for many short labels See merge request !1250
-
Daniel Salzman authored
-
-
- May 18, 2021
-
-
Daniel Salzman authored
knotd: implemented extended error in EDNS (EDE) See merge request !1220
-