- Sep 01, 2013
-
-
Jan Kadlec authored
- Added new field to dnssec policy structure (SOA serial increment policy) - Removed debug code - Added some info messages after succcesful signing 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 13, 2013
-
-
Lubos Slovak authored
refs #103, #4
-
- Jul 31, 2013
-
-
Jan Včelák authored
-
- Jan 10, 2013
-
-
Daniel Salzman authored
refs #2137
-
- Jan 02, 2013
-
-
Marek Vavrusa authored
-
- Dec 27, 2012
-
-
Daniel Salzman authored
refs #2137
-
- Nov 01, 2011
-
-
Ondřej Surý authored
-
- Aug 02, 2011
-
-
Marek Vavrusa authored
-
- Jul 31, 2011
-
-
Marek Vavrusa authored
* Node and rrset now must use new API for changing owner (*_set_owner()) * Every structure that stores pointer to dname must retain reference to it * Destructors in rrset now release all stored dnames, obsoletes parameters: free_owner * Destructor in rdata_deep_free has obsolete parameter: free_all_dnames * Fixed some direct data manipulation * Some code readability improvements * To do: * Reference counting in zparser is disabled for now, implement correctly. * Remove obsolete parameters. * Destructors should have no extra parameters. * Tested with server startup, querying and AXFR client/server Commit refs #993.
-
- Jul 28, 2011
-
-
Marek Vavrusa authored
GCC builtins are used for atomic add/sub and fetch. May be extended with assembly for other compilers later. Commit refs #993.
-