Skip to content
Snippets Groups Projects
  1. Apr 07, 2013
  2. Apr 05, 2013
  3. Apr 04, 2013
  4. Apr 02, 2013
  5. Mar 28, 2013
    • Andrew Bettison's avatar
      Improve configuration dump to log · 2d09ec54
      Andrew Bettison authored
      Refactor much of the new code in log.c
      
      Add new functions: cf_load_strict() and cf_reload_strict() for use by the
      server, which does not want to overwrite its in-memory config at all if there
      is any defect in the config file.  However, commands always want to overwrite
      the default in-memory config, even with a defective config file, so that
      logging has a chance to succeed.
      
      Added `log_format.dump_config` boolean config option
      2d09ec54
    • Andrew Bettison's avatar
  6. Mar 27, 2013
  7. Mar 26, 2013
  8. Mar 24, 2013
  9. Mar 20, 2013
  10. Mar 18, 2013
  11. Mar 17, 2013
  12. Mar 15, 2013
    • Andrew Bettison's avatar
      Fix 'rhizomeops' tests · 5dd6a536
      Andrew Bettison authored
      Rename duplicate AddNoAuthor test to AddNoAuthorEncrypted
      
      Fix broken AddNoAuthor test
      
      Add new AddInvalidAuthor test
      5dd6a536
  13. Mar 12, 2013
  14. Mar 11, 2013
  15. Mar 06, 2013
    • Andrew Bettison's avatar
      Fix Solaris SIGBUS bug in MDP ping · 1d1f7a37
      Andrew Bettison authored
      Also fixed non-portable (endian dependent) code
      1d1f7a37
    • Andrew Bettison's avatar
      Fix keyring SEGV bug · b7185a29
      Andrew Bettison authored
      Sometimes, when adding a PIN to a keyring (eg, when opening a keyring
      file), a SEGV would be caused while trying to validate the MAC for an
      entry which apparently had zero keypair entries.
      
      Changed some keyring struct 'int' fields to 'unsigned int', to ensure
      that comparison logic behaves as expected.
      
      Refactored some keyring code for more clarity and code maintenance
      safety.
      
      Added TODO comment about keyring file format non-back-compatibility.
      b7185a29
    • Andrew Bettison's avatar
      Remove unwanted DEBUG statement · 4ea748c5
      Andrew Bettison authored
      4ea748c5
  16. Mar 05, 2013
Loading