Skip to content
  1. Jan 16, 2014
  2. Jan 08, 2014
  3. Jan 07, 2014
  4. Jan 05, 2014
  5. Jan 04, 2014
  6. Jan 03, 2014
  7. Jan 02, 2014
  8. Jan 01, 2014
  9. Dec 30, 2013
  10. Dec 27, 2013
    • Carsten's avatar
      + complete SOA records · 38184e1e
      Carsten authored
       - refresh, retry, expire and minimum were missing in the SOA record which was/is OK
        because pdns has defaults for this, but this gives the user
        the full options which are configurable from the UI
      
      + drop/replaced pdns service reloads
       - the initscripts reload function was called which internally does 'pdns_control cycle',
        which is a quick service restart. This is no needed in pdns to
        load the new zone data. All updates are available without service reloads.
       - to be sure the zone data is really loaded 'pdns_control rediscover' is called
       - for pdns versions starting from 3 (DNSSEC) all zones must be rectified, implemented this using pdnssec.
      
      + send notify to slaves
       - implemented using pdns_control,
        this enables zone transfers to slaves (maybe this never worked before, because auf the service reloads)
        hint: use supermasters table on slave server for zone autodeployment, but you need an extra cleanup script
        for deleted zones for now
      
      + fetch Slave zone from master
       - call 'pdns_control retrieve <zone>' for new slave zones
      
      + added fix from FS#3121
      
      + code cleanup
      38184e1e
    • Florian Schaal's avatar
  11. Dec 24, 2013
  12. Dec 11, 2013
  13. Nov 29, 2013
  14. Nov 27, 2013
  15. Nov 25, 2013
  16. Nov 24, 2013
  17. Nov 21, 2013
  18. Nov 20, 2013
  19. Nov 19, 2013
  20. Nov 14, 2013
  21. Nov 01, 2013