- Oct 11, 2013
-
-
Jan Včelák authored
-
- Oct 10, 2013
-
-
Daniel Salzman authored
-
- Oct 09, 2013
-
-
Daniel Salzman authored
-
- Oct 01, 2013
-
-
Jan Kadlec authored
-
- Sep 25, 2013
-
-
Jan Včelák authored
There were collisions between types and identifiers causing confusion for Coccinelle (and probably other tools).
-
- Sep 24, 2013
-
-
Jan Včelák authored
refs #4
-
- Sep 23, 2013
-
-
Jan Kadlec authored
Refs #4
-
- Sep 18, 2013
-
-
Jan Včelák authored
Invalid variable was put in the condition. CID: 1086921
-
- Sep 16, 2013
-
-
Jan Včelák authored
-
- Sep 10, 2013
-
-
Daniel Salzman authored
-
- Sep 05, 2013
-
-
Jan Včelák authored
- add API function knot_dnssec_sign_verify() - works only for RSA based ciphers, format conversion needed for others refs #4
-
- Aug 16, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
This is O(N) on both insert/search, but since the ACL lists are several items long (usually), it is not an issue. The lists are sorted from the longest prefix to the shortest, so the first match is guaranteed to be longest prefix match.
-
- Aug 06, 2013
-
-
Marek Vavrusa authored
-
- Aug 02, 2013
-
-
Marek Vavrusa authored
Main changes: * 'system.hostname' config option is deprecated * 'system.identity' is used for 'id.server' and 'hostname.bind' * 'system.version' is used for 'version.server' and 'version.bind' * In addition, config options (and NSID) support boolean on|off * When on, the automatic default is filled on config load: * FQDN hostname (or at least hostname) for NSID and system.identity * Version string for system.version The config options are still turned off by default. refs #113
-
- Jul 30, 2013
-
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
- Jul 25, 2013
-
-
Ondřej Surý authored
-
Marek Vavrusa authored
-
- Jul 24, 2013
-
-
Marek Vavrusa authored
refs #100
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jul 23, 2013
-
-
Jan Kadlec authored
Refs #102
-
- Jul 17, 2013
-
-
Jan Kadlec authored
+ cleanup in lists.c. Refs #89
-
- Jul 16, 2013
-
-
Jan Kadlec authored
Refs #89
-
- Jul 15, 2013
-
-
Jan Kadlec authored
-
- Jul 12, 2013
-
-
Marek Vavrusa authored
-
- Jul 11, 2013
-
-
Jan Kadlec authored
- This is needed to fix a buggy DDNS rollback - Added mempooled lists instead of dynamic arrays - much less code, no duplications - Partial changes in usage, but still not compilable
-
Marek Vavrusa authored
refs #71, #65
-
Marek Vavrusa authored
The reasons are discussed in #71. Namely: - transfers are self-paced, TCP clients are divided among threads - due to the nature of DNS, most of the connections should be active - if not, it is probably an attack, long idling connections are disconnected - even then the performance degradation is not so severe fixes #71
-
Marek Vavrusa authored
To do: * Disabled epoll/kqueue backend as there is something broken for write events refs #65
-
- Jul 08, 2013
-
-
- Jul 01, 2013
-
-
Ondřej Surý authored
-
- Jun 28, 2013
-
-
Marek Vavrusa authored
This makes most of the use of the MM context apart from several places, which are to be refactored: - constructed RRs - QNAME refs #22
-
- Jun 26, 2013
-
-
Jan Kadlec authored
- Used for ahtable size estimation - Estimate still not precise, but getting close - Added malloc wrapper for trie, but allocated sizes are negligible Refs #37
-
Marek Vavrusa authored
It would otherwise clash with TSIG errors, which are required to be inverted TSIG RCODEs.
-
- Jun 21, 2013
-
-
Marek Vavrusa authored
It is still possible to control knotd using signals though, but the 'knotc' will use just the one configured channel not a mix of signals and channel. refs #36
-