Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libs: build cleanup, remove pykeymgr | Daniel Salzman | 2018-03-13 | 1 | -506/+13 |
| | |||||
* | libs: update Makefiles | Daniel Salzman | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | zscanner: move to libzscanner | Daniel Salzman | 2018-03-12 | 1 | -4/+4 |
| | |||||
* | dnssec: move to libdnssec | Daniel Salzman | 2018-03-12 | 1 | -10/+8 |
| | |||||
* | tests: move zscanner tests and libtap + improvements | Daniel Salzman | 2018-03-09 | 1 | -5/+0 |
| | |||||
* | parentDSquery: separated from event handler | Libor Peltan | 2018-02-02 | 1 | -0/+2 |
| | |||||
* | libknot/compr: simplify label comparison | Daniel Salzman | 2018-01-25 | 1 | -1/+0 |
| | |||||
* | libknot/pkt/wire: make simple functions static inline | Daniel Salzman | 2018-01-23 | 1 | -1/+0 |
| | |||||
* | libknot/rrtype: remove unused and simplify | Daniel Salzman | 2018-01-20 | 1 | -9/+0 |
| | |||||
* | libknot: move wire.h from contrib to libknot | Mark Karpilovskij | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | libknot: moved endian.h from contrib to libknot | Mark Karpilovskij | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | configure: remove fallback to libatomic | Daniel Salzman | 2018-01-18 | 1 | -1/+1 |
| | | | | | | Still there are some problems with clang on 32-bit systems, so the atomic functionality is no longer required for such systems (statistics or mod-cookies might work slightly wrong). | ||||
* | kdig: +cookie option | Mark Karpilovskij | 2017-12-19 | 1 | -2/+0 |
| | |||||
* | modules: add new DNS Cookies module | Mark Karpilovskij | 2017-12-19 | 1 | -0/+1 |
| | |||||
* | cookies: simplify interface | Daniel Salzman | 2017-12-14 | 1 | -6/+2 |
| | |||||
* | libknot: remove unused binary operations | Daniel Salzman | 2017-12-12 | 1 | -2/+0 |
| | |||||
* | libknot/rdata: make it public structure | Daniel Salzman | 2017-12-05 | 1 | -1/+0 |
| | |||||
* | contrib: remove FNV64 implementation from Knot | Mark Karpilovskij | 2017-12-01 | 1 | -3/+0 |
| | |||||
* | libknot: replace FNV64 with SipHash in cookie hashing | Mark Karpilovskij | 2017-12-01 | 1 | -2/+0 |
| | | | | Solved Issue A from the security audit | ||||
* | contrib: remove deprecated hhash | Daniel Salzman | 2017-11-21 | 1 | -2/+0 |
| | |||||
* | contrib: remove deprecated Murmurhash3 | Daniel Salzman | 2017-11-21 | 1 | -4/+0 |
| | |||||
* | contrib: add Siphash implementation (OpenBSD/FreeBSD source code) | Daniel Salzman | 2017-11-21 | 1 | -0/+3 |
| | |||||
* | modules: remove rosedb module (hard to maintain, no known user) | Daniel Salzman | 2017-10-31 | 1 | -1/+0 |
| | |||||
* | Remove old journal migration support | Daniel Salzman | 2017-10-29 | 1 | -2/+0 |
| | |||||
* | layer: make the interface static inline + remove automatic fail callback ↵ | Daniel Salzman | 2017-10-20 | 1 | -1/+0 |
| | | | | execution | ||||
* | contrib: add own locale-independent ctype implementation | Daniel Salzman | 2017-09-24 | 1 | -0/+1 |
| | |||||
* | Link with libatomic on architectures that requires it | Pierre-Olivier Mercier | 2017-08-03 | 1 | -1/+1 |
| | |||||
* | Use configure.ac to generate version number into pykeymgr script | Ondřej Surý | 2017-06-07 | 1 | -1/+2 |
| | |||||
* | Makefile: add pykeymgr to EXTRA_DIST | Daniel Salzman | 2017-06-07 | 1 | -1/+2 |
| | |||||
* | Install pykeymgr to sbin | Ondřej Surý | 2017-06-06 | 1 | -0/+1 |
| | |||||
* | Unify use of the schem(e/a) word | Daniel Salzman | 2017-06-02 | 1 | -4/+4 |
| | |||||
* | Merge branch 'ksk_rollover' | Daniel Salzman | 2017-06-01 | 1 | -1/+1 |
|\ | |||||
| * | merged key_rollover event into dnssec event | Libor Peltan | 2017-05-29 | 1 | -1/+0 |
| | | |||||
| * | ksk rollover: parent DS check implemented +test | Libor Peltan | 2017-05-29 | 1 | -0/+1 |
| | | |||||
| * | ksk rollover: renamed "zsk_rollover" identifiers to comply to what they're ↵ | Libor Peltan | 2017-05-29 | 1 | -1/+1 |
| | | | | | | | | related to | ||||
* | | Makefile: *FLAGS and *LIBS cleanup | Daniel Salzman | 2017-05-31 | 1 | -20/+25 |
| | | |||||
* | | utils: add libidn2 support with libidn fallback | Daniel Salzman | 2017-05-31 | 1 | -2/+2 |
|/ | |||||
* | Add knotd.pc file that exposes module_instdir variable | Robert Edmonds | 2017-05-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz> | ||||
* | yparser: change visibility to public | Daniel Salzman | 2017-05-26 | 1 | -15/+11 |
| | |||||
* | modules: switch to the new API | Daniel Salzman | 2017-05-26 | 1 | -40/+16 |
| | |||||
* | module: create new API with dynamic loading support | Daniel Salzman | 2017-05-26 | 1 | -0/+6 |
| | |||||
* | configure: prepare for new static/dynamic modules | Daniel Salzman | 2017-05-26 | 1 | -8/+14 |
| | |||||
* | Makefile: remove old dependency | Daniel Salzman | 2017-05-21 | 1 | -1/+0 |
| | |||||
* | utils: remove obsolete knot1to2 utility | Daniel Salzman | 2017-05-21 | 1 | -17/+0 |
| | |||||
* | dnssec: remove redundant base32hex implementation | Daniel Salzman | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | Review fix | Libor Peltan | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | dnssec: context cleanup + get rid of string policy and keystore identifiers | Daniel Salzman | 2017-05-04 | 1 | -1/+0 |
| | |||||
* | kkeymgr: rename to keymgr | Daniel Salzman | 2017-05-04 | 1 | -18/+20 |
| | |||||
* | libdnssec: moved kasp/policy to knot | Libor Peltan | 2017-05-04 | 1 | -0/+2 |
| | |||||
* | deleted keymgr completely | Libor Peltan | 2017-05-04 | 1 | -24/+1 |
| |