Skip to content
Snippets Groups Projects
  1. Feb 19, 2013
  2. Feb 15, 2013
  3. Feb 13, 2013
  4. Feb 12, 2013
  5. Feb 08, 2013
  6. Feb 01, 2013
  7. Jan 30, 2013
  8. Jan 07, 2013
  9. Jan 05, 2013
  10. Jan 04, 2013
  11. Dec 27, 2012
  12. Dec 20, 2012
  13. Dec 19, 2012
  14. Dec 18, 2012
    • Marek Vavrusa's avatar
      Fixed problem with wrong handling of failed transfers. · 2820bace
      Marek Vavrusa authored
      This is probably a misconception. When transfer failed at some point,
      the appropriate handling function would either send buffered response
      and/or error message with specified rcode. But then the handling message
      would free the response structure and caller of the function would attempt
      to create and send ANOTHER error message based on the return value.
      This would obviously fail hard, as the response structure is freed at this point.
      
      refs #2176
      2820bace
    • Marek Vavrusa's avatar
      Send NOERROR in case of empty UPDATE packets. · e203a772
      Marek Vavrusa authored
      Previously server terminated the connection, resulting in
      nsupdate trying several times before giving up.
      Should comply to RFC and also other servers behavior.
      
      refs #2239
      e203a772
  15. Dec 07, 2012
  16. Dec 06, 2012
Loading