Skip to content
Snippets Groups Projects
  1. Aug 05, 2013
  2. Aug 02, 2013
    • Daniel Salzman's avatar
    • Marek Vavrusa's avatar
      Reworked CH TXT records support (RFC 4892). · ae23a77b
      Marek Vavrusa authored
      Main changes:
      * 'system.hostname' config option is deprecated
      * 'system.identity' is used for 'id.server' and 'hostname.bind'
      * 'system.version' is used for 'version.server' and 'version.bind'
      * In addition, config options (and NSID) support boolean on|off
      * When on, the automatic default is filled on config load:
        * FQDN hostname (or at least hostname) for NSID and system.identity
        * Version string for system.version
      
      The config options are still turned off by default.
      refs #113
      ae23a77b
  3. Aug 01, 2013
  4. Jul 30, 2013
  5. Jul 29, 2013
  6. Jul 26, 2013
  7. Jul 25, 2013
  8. Jul 24, 2013
  9. Jul 23, 2013
  10. Jul 22, 2013
  11. Jul 20, 2013
    • Jan Kadlec's avatar
      Do not allow out-of-zone data for DDNS. · f5d19347
      Jan Kadlec authored
      - RFC 2136 states that the server should return the 'NOTZONE' error
        code, which it is correcly doing now, so there's no need to change it.
      - Minor change only, since the actual check is somewhere before this code
        executes, but I've left the new_node functions as it was, since we
        may wish to allow some malformations later.
      
      Refs #102
      f5d19347