- Jul 30, 2013
-
-
Jan Včelák authored
Compare RDATA count in each RR set at first, therefore it is sufficient to check just from r1 to r2. There was a bug which caused the function to return true if the RDATA were not equal, but only the last entry matched.
-
Jan Včelák authored
-
Jan Včelák authored
- changes are written into journal - from some reason the zone struct is not set correctly
-
Jan Včelák authored
Update changeset by filling old SOA and new SOA with incremented serial.
-
Jan Včelák authored
- needed for zone diff and DNSSEC - knot_rrset_deep_free_no_sig() already exists
-
Jan Včelák authored
- the result is written as a set of operations into a changeset instead of creating a whole new zone tree - works only for NSEC3 at the moment
-
Jan Včelák authored
-
Jan Včelák authored
- will be used for journal entries created by DNSSEC signing
-
Jan Včelák authored
- slightly modifies interface for zone contents diffing (shorter name, add changesets flags parameter) - new function works the same with other arguments
-
Jan Včelák authored
- split the functions to smaller chunks - delegate repeated code - work with zone tree instead of zone content
-
Jan Včelák authored
-
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
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
- KNOT_NODE_FLAGS_OLD and KNOT_NODE_FLAGS_NEW is not used - KNOT_NODE_FLAGS_EMPTY is used only in dname.c now, but is already removed in dname refactoring branch
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
(knot_zone_t -> knot_zone_contents_t)
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
- no functional changes - outdated descriptions were removed/updated - reduced number of necessary iterations over the zone nodes
-
Jan Včelák authored
-
Jan Včelák authored
- 'dnssec-keydir' is set for all zones - 'dnssec-enable' is set for all zones, can be overridden for individual zone
-
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
-
Jan Včelák authored
-
Jan Včelák authored
- always use OpenSSL EVP - do not touch output parameters if there is an error - do not abort when there is an allocation error - prepare for additional hash algorithms - remove debug outputs
-
Jan Včelák authored
-
Jan Včelák authored
-