Skip to content
Snippets Groups Projects
  1. Apr 15, 2018
  2. Apr 12, 2018
  3. Apr 09, 2018
  4. Apr 05, 2018
  5. Apr 04, 2018
  6. Apr 02, 2018
  7. Apr 01, 2018
  8. Mar 31, 2018
  9. Mar 28, 2018
  10. Mar 27, 2018
  11. Mar 26, 2018
    • nightfox's avatar
    • deuce's avatar
      Check the Mystic version reported by the remote to see if we need to work · 641b86a4
      deuce authored
      around a broken CRAM-MD5 implementation.  For now, retrains the double-test
      for Mystic/1.12A39 until we see what version number the fixed builds have.
      
      If the major version is less than one, returns true.
      
      If the major version is greater than one, returns false.
      
      If the minor version is less than 12, returns true.
      
      If the minor version is greater than 12, returns false.
      
      If there is no character after the minor versions, returns false.
      (ie: 1.12 is newer than 1.12A39 and is assumed to be fixed)
      
      If the character after the minor version is not an 'A', returns false.
      (ie: 1.12B1 and 1.12.1 are newer than 1.12A39 and assumed fixed)
      
      If the number after the 'A' is less than or equal to 39, returns true.
      
      In all other cases, returns false.
      
      This prevents lowering security by having two allowed CRAM-MD5 responses
      for some remote software versions.  Hopefully the fixed build will have
      version 1.12A40 and we'll be able to remove the last version that does that.
      641b86a4
    • rswindell's avatar
      Fix typos in install() function that caused this error: · ed127f74
      rswindell authored
      line 1040: TypeError: ini.GetObject is not a function
      ed127f74
  12. Mar 24, 2018
  13. Mar 23, 2018
    • rswindell's avatar
      Raise the log-level severity (from DEBUG to NOTICE) when sending any M_ERR · 975d05ac
      rswindell authored
      messages. There's a lot of places in this script where we just send a
      (somewhat explanatory) M_ERR string, but don't log anything locally unless
      debug-level logging is enabled, now we'll at least log those messages with
      a bit higher severity.
      975d05ac
    • rswindell's avatar
      Don't allow the CRAM-MD5 challenge length to be overridden (always use · 4a49c9ef
      rswindell authored
      the binkp.js default, 32-hexchars/16-bytes). Even IRex v2.31 requires a
      16-byte challenge, so experiment is over.
      Log more details when a CRAM-MD5 authentication response doesn't match
      (e.g. to make case-mismatch or other cause of authentication failures
      potentially more obvious - still debugging the Mystic inbound CRAM-MD5
      auth failure and this might help).
      4a49c9ef
  14. Mar 22, 2018
  15. Mar 21, 2018
Loading