summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* xdp: use more sockets: one per xdp_worker * ifaceLibor Peltan2020-04-216-146/+164
* server: ifaces are array not listLibor Peltan2020-04-214-36/+30
* xdp: conditional compilation of xdp supportLibor Peltan2020-04-215-8/+35
* nitpicksLibor Peltan2020-04-211-2/+2
* xdp: configurable by config fileLibor Peltan2020-04-216-1/+42
* fix leakage of packet frames, leading to their exhaustionVladimír Čunát2020-04-211-5/+10
* xdp: set ulimit for locked memoryLibor Peltan2020-04-211-0/+9
* fix stopping after 1024 packetsVladimír Čunát2020-04-211-1/+3
* xdp: initial work to make knot respond over xdpLibor Peltan2020-04-2118-415/+443
* code imported from kresd xdp branchLibor Peltan2020-04-2110-0/+1787
* Merge branch 'nsec_master_slave3' into 'master'Daniel Salzman2020-04-214-2/+15
|\
| * nsec3 incremental fix: detect changed NSEC3PARAM by updateLibor Peltan2020-04-211-1/+1
| * bugfix: recreate whole NSEC(3) when chain affected by updateLibor Peltan2020-04-213-1/+14
* | zonefile: properly log each individual fault as an error or a warningDavid Vašek2020-04-214-15/+20
|/
* kdig: move check for invalid OCSP data earlier in verify_certificatesAlexander Schultz2020-04-201-5/+5
* onlinesign: allow explicit single-type-signing:offLibor Peltan2020-04-204-4/+9
* dnssec: re-plan sign when failedLibor Peltan2020-04-205-4/+22
* Merge branch 'fix_shared_ksk' into 'master'Daniel Salzman2020-04-201-1/+1
|\
| * bugfix: shared KSK: race-condition preventer not working with initial first keyLibor Peltan2020-04-201-1/+1
* | Merge branch 'fix_orphan_purge' into 'master'Daniel Salzman2020-04-204-7/+8
|\ \ | |/ |/|
| * bugfix: journal orphan purge not working due to concurrent RO txnsLibor Peltan2020-04-164-7/+8
* | zone-tree: mute Coverity (Null pointer dereferences)Daniel Salzman2020-04-191-0/+3
* | Merge branch 'kjournalprint_zd' into 'master'Daniel Salzman2020-04-171-6/+45
|\ \
| * | kjournalprint: -z -d lists zones with sizesLibor Peltan2020-04-161-6/+45
| |/
* / KASP db: use server->kaspdb also in onlinesign...Libor Peltan2020-04-179-29/+45
|/
* Merge branch 'nsec3_fix_ent_optout' into 'master'Daniel Salzman2020-04-153-36/+116
|\
| * nsec3: bugfix: fix previous - effectivness and nicer codeLibor Peltan2020-04-153-52/+38
| * nsec3: bugfix: empty-non-terminal above unchanged deleg has NSEC3:Libor Peltan2020-04-133-12/+106
* | doc: extend module onlinesign limitationsDaniel Salzman2020-04-151-2/+7
* | bugfix: journal stuck on leaked txn if mismanaged zone serialLibor Peltan2020-04-151-1/+1
|/
* utils: workaround for EAI_ADDRFAMILY not implemented in FreeBSD/macOS anymoreDavid Vašek2020-04-111-3/+11
* contrib: allow sockaddr_cmp() to ignore port if neededDaniel Salzman2020-04-033-13/+24
* bugfix: DDNS: reconstruct TTL of removed RR to proper canceloutLibor Peltan2020-04-011-1/+4
* kjournalprint: improve journal parameter descriptionDaniel Salzman2020-03-221-1/+1
* kjournalprint: print better message if specified journal is invalidDaniel Salzman2020-03-221-0/+8
* kjournalprint: report an error on nonexistent or unrecognised DB when listing...David Vašek2020-03-222-3/+6
* kdig: error reporting improvementsDavid Vašek2020-03-222-6/+18
* doc/onlinesign: some improvementsDaniel Salzman2020-03-201-7/+4
* nsec: unify opt-out parameterDaniel Salzman2020-03-193-21/+18
* nsec3 increm upd: better deleg and empty-non-term handlingLibor Peltan2020-03-191-12/+23
* minor coding improvementLibor Peltan2020-03-193-6/+12
* keymgr: bugfix: share command not workingLibor Peltan2020-03-182-2/+3
* zone update commit: fixed handling error statesLibor Peltan2020-03-172-27/+51
* nameserver: fix the test of the zones's contentDavid Vašek2020-03-161-1/+1
* conf: decrease 'journal-db-max-size' default value to 512 MiB on 32-bit systemsDaniel Salzman2020-03-021-1/+1
* bugfix: NXDOMAIN authority SOA has TTL limited by minimum-ttl fieldLibor Peltan2020-02-295-10/+23
* xfr: don't failover to AXFR is master is outdatedLibor Peltan2020-02-261-1/+2
* nsec3: fix crash when zone contains solo NSECLibor Peltan2020-02-251-7/+7
* kdig: enhanced multiline output for PRIVATEDNS and PRIVATEOID algorithmsJan Hak2020-02-241-11/+72
* contrib: always link against libpthread due to the sem_* functions usedDaniel Salzman2020-02-241-2/+1