Skip to content
Snippets Groups Projects
  1. Sep 01, 2013
  2. Aug 27, 2013
    • Jan Kadlec's avatar
      DNSSEC: signature checking, forced signing, merged diff's and DNSSEC's changesets · 8ab216e1
      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
      8ab216e1
  3. Aug 13, 2013
  4. Jul 31, 2013
  5. Jan 10, 2013
  6. Jan 02, 2013
  7. Dec 27, 2012
  8. Nov 01, 2011
  9. Aug 02, 2011
  10. Jul 31, 2011
    • Marek Vavrusa's avatar
      Implemented refcounting to server. · 6d738bf3
      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.
      6d738bf3
  11. Jul 28, 2011
Loading