- Dec 02, 2013
-
-
Marek Vavrusa authored
-
- Nov 29, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Nov 28, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Sorted iteration is not needed and hhash doesn't support sorted iteration unless an order index is built.
-
- Nov 21, 2013
-
-
Marek Vavrusa authored
-
- Oct 23, 2013
-
-
Lubos Slovak authored
Should be obsolete now and should work without them. refs #168
-
- Oct 22, 2013
-
-
Lubos Slovak authored
-
- Oct 16, 2013
-
-
Jan Včelák authored
refs #181
-
- Oct 11, 2013
-
-
Jan Včelák authored
-
- Oct 10, 2013
-
-
Jan Kadlec authored
-
- Sep 30, 2013
-
-
Jan Včelák authored
CID: 1088834
-
- Sep 25, 2013
-
-
Jan Včelák authored
Coccinelle patch performing most changes included.
-
Jan Včelák authored
There were collisions between types and identifiers causing confusion for Coccinelle (and probably other tools).
-
Jan Včelák authored
As has been correctly noticed during review, these two functions were always called together. refs #4
-
- Sep 16, 2013
-
-
Jan Kadlec authored
-
- Sep 03, 2013
-
-
Lubos Slovak authored
When happening during reload, there may be some readers. refs #4
-
Lubos Slovak authored
refs #4
-
- Aug 30, 2013
-
-
Jan Kadlec authored
- preparation for non-forced zone sing planning - added a posibility not to wait for readers in changeset application when applying DNSSEC changes upon load/reload (there should be no readers, since the zone is not in the zonedb) - fixes in changeset merging (SOAs and serials were wrong - SOAs might still be wrong, when me merge the changesets, we do *NOT* want to update the serial, since the user already did that) Refs #4
-
- Aug 27, 2013
-
-
Jan Kadlec authored
- Zones are now automatically (re)signed when server starts/reloads - Signature validity check now calculates the signature as well - this is used to detect changes to RRs themselves - 'knotc signzone' issues a force signing of zone - all RRSIGs are dropped and recreated - Some leaks and bugs still present, but the code is commitable now Refs #4
-
- Aug 08, 2013
-
-
Marek Vavrusa authored
Problem was the function is copied from another one which always decrements the arcount and trims the TSIG RR. But with aggregated responses, this should be stripped not from first, but from the packet actually containing the TSIG.
-
- Aug 06, 2013
-
-
Lubos Slovak authored
refs #122
-
Marek Vavrusa authored
-
- Aug 02, 2013
-
-
Lubos Slovak authored
-
Lubos Slovak authored
refs #109
-
- Jul 30, 2013
-
-
Jan Včelák authored
libknot/dnssec now contains interface for: - key loading - low level DNSSEC signing - NSEC3 hash computation - SIG(0) - generating NSEC/NSEC3 records for zones - generating RRSIG for zones
-
Jan Včelák authored
- connections are generated when NSEC3 nodes are created - explicitly request node connecting when the zone is loaded or after incoming transfer
-
Lubos Slovak authored
Also simplified, cleaned and fixed. refs #109
-
Lubos Slovak authored
refs #109
-
Jan Kadlec authored
Refs #102
-
Jan Kadlec authored
Refs #102
-
- Jul 29, 2013
-
-
Jan Kadlec authored
- Removed some now-unused functions (next_dname..., dnames_apply) - Added basic comments to some function headers.
-
Jan Kadlec authored
Refs #102
-
Jan Kadlec authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Jan Kadlec authored
- Code could remove nodes from list, WALK_LIST -> WALK_LIST_DELSAFE
-
- Jul 26, 2013
-
-
Jan Kadlec authored
- the 'knot_changes_t' structure used to be created in an extra function, removed, as it is now created together with 'knot_changesets_t' structure. Refs #89
-
Jan Kadlec authored
Refs #102
-