- Apr 07, 2015
-
-
-
-
Jan Včelák authored
-
Daniel Salzman authored
-
Daniel Salzman authored
News: - Support for CDS and CDNSKEY record types. Fixes: - Maximum dname length check.
-
- Apr 01, 2015
-
-
Jan Včelák authored
-
- Mar 13, 2015
-
-
Daniel Salzman authored
-
- Feb 20, 2015
-
-
Daniel Salzman authored
-
- Feb 19, 2015
-
-
Jan Včelák authored
-
Jan Včelák authored
fixes #331
-
- Feb 18, 2015
-
-
Daniel Salzman authored
-
- Feb 10, 2015
-
-
Jan Včelák authored
CID #1268505
-
- Feb 09, 2015
-
-
Jan Včelák authored
Several bugs fixed: - TCP client count can be limited by the config variable `max_tcp_clients` in `system` (so there are free descriptors for autonomous operation) - Aggressive limits when client connects, but doesn't start sending data in time - Throttling doesn't affect activity other then `accept()` - Possible resource leak on `tcp_sweep` - Bad logic (started reading from socket before checking for error activity first) - Bad logic (could close master socket on fd exhaustion) fixes #326 in 1.6
-
-
Jan Včelák authored
-
Marek Vavruša authored
-
- Feb 08, 2015
-
-
Marek Vavruša authored
-
Jan Včelák authored
-
- Feb 05, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
The limit is global, threads are allowed equal portions of the limit.
-
- Jan 08, 2015
-
-
Daniel Salzman authored
-
- Jan 05, 2015
-
-
Daniel Salzman authored
-
- Dec 12, 2014
-
-
Jan Kadlec authored
- valgrind slowed the previous version too much
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Marek Vavruša authored
-
Jan Včelák authored
Resolve valgrind slowdown by waiting for all expectedly valid zones. We should rather wait till the server initialization is done, but this is not possible at the moment.
-
Jan Kadlec authored
Journal patches See merge request !321
-
- Dec 03, 2014
-
-
Jan Včelák authored
Original commits: 6319974e Merge branch 'dnssec-per-algorithm-single-type-signing' into 'master' 13a040d8 review: fix comments 824457af fix compatibility with old compilers e872962e DNSSEC tests: algorithm dependent Single-Type Signing Scheme 3c54c086 DNSSEC: algorithm dependent Single-Type Signing Scheme 7cf00157 Merge branch 'dnssec-single-type-signing' into 'master' ae26a394 DNSSEC: single-type signing documentation 41b0aab1 tests-extra: consider single-type signing in dnskey_algorithms 17c77f4c tests-extra: DNSSEC Single-Type Signing Schema 844b53a3 tests-extra: dnssec-verify, ignore KSK flag setting db4d4616 DNSSEC: allow Single-Type Signing Scheme 16d2231a DNSSEC: handle KSK and ZSK independenlty, do not sign DNSKEY with ZSK
-
Jan Včelák authored
Correct detection of journal end position. 4a21001f Merge branch 'journal_file_end_check' into 'master' 1b07a798 journal: correct file end position detection fbc46902 tests: journal, added 10x rollover, random item size
-
Daniel Salzman authored
-
- Nov 22, 2014
-
-
Jan Včelák authored
refs #309 Original commits: 079427a5 journal: fix possible journal size retrieval race c329558a Merge branch 'journal_fsize' into 'master' 4f7b8404 journal: prevent unlimited growth on shrinking/overfill
-
- Nov 18, 2014
-
-
Jan Včelák authored
Reported-by: Philip Paeps
-
- Nov 06, 2014
-
-
Jan Včelák authored
Included changes: - log warnings properly - issue warning when FQDN retrieval fails for system.identity and system.nsid - cache hostname lookup refs #306 Original commits: 9de0e69e Merge branch 'conf-hostname-error' into 'master' 7bcf3ff3 log: cache hostname lookup for nsid and identity 9ab4ea4f log: warn on error retrieving auto value for NSID and identity 3ad605d6 log: update warnings to use cf_warning 87b7676c conf: added cf_warning API
-
- Oct 23, 2014
-
-
Jan Včelák authored
-
Jan Včelák authored
-
- Oct 22, 2014
-
-
Jan Kadlec authored
expire zone when XFR is failing fixes #304 See merge request !297
-