Skip to content
  1. Apr 11, 2016
  2. May 20, 2015
  3. Mar 09, 2014
  4. Feb 03, 2014
  5. Jan 11, 2014
  6. Nov 25, 2013
  7. Nov 02, 2013
  8. Sep 16, 2013
  9. Sep 07, 2013
  10. Sep 03, 2013
  11. Aug 12, 2013
  12. Aug 11, 2013
  13. Aug 09, 2013
  14. Aug 08, 2013
    • Milan Crha's avatar
      3215de85
    • Milan Crha's avatar
      [Camel] Disable SSL v2 and weak ciphers by default · 76b6e96b
      Milan Crha authored
      The change for disabled weak ciphers require at least NSS 3.14, thus
      weak ciphers are enabled, if it's compiled with older NSS. In case
      any server will require either weak ciphers or SSL v2 (while there
      really should not anyone use it these days), then two environment
      variables were added:
      
         CAMEL_SSL_V2_ENABLE=1 - to have SSL v2 enabled, otherwise it's disabled,
             regardless what camel providers request (they usually request v2 and
             v3 together)
      
         CAMEL_SSL_WEAK_CIPHERS=1 - to enable weak ciphers, almost the same as
             before; otherwise these are disabled and only those covered by
             NSS_SetDomesticPolicy() are enabled
      
      These are added to the group of one for SSL V2 compatible hello:
      
         CAMEL_SSL_V2_HELLO=1 - to force SSL v2 compatible hello on SSL connections
      76b6e96b
    • Milan Crha's avatar
      Bug #705617 - Failed connection hides offline data in online mode · 63c3a900
      Milan Crha authored
      Do not call "connect" when changing online state in 'connecting' state,
      and similar for "disconnect", to prevent a deadlock, if this change is
      called within "connect" or "disconnect" function itself.
      63c3a900
    • Milan Crha's avatar
  15. Aug 07, 2013
  16. Aug 06, 2013
    • Matthew Barnes's avatar
      CamelDiscoStore: Fix CamelServiceConnectionStatus tracking. · 0cb40611
      Matthew Barnes authored
      Do not set CAMEL_DISCO_STORE_OFFLINE when the CamelService reports
      something other than CAMEL_SERVICE_CONNECTED.  That would lock the
      store into offline mode such that further connection attempts will
      simply invoke connect_offline() and never actually establish a new
      server connection.
      
      (cherry picked from commit dde0172c)
      0cb40611
  17. Aug 05, 2013
  18. Aug 03, 2013
  19. Aug 02, 2013
    • Matthew Barnes's avatar
      Bug 705206 - Stale "Retrieving message xxx" in preview panel · dbcfdfeb
      Matthew Barnes authored
      A client application cancelling an operation should not terminate the
      parser thread.  The parser thread completes the operation even if the
      client is no longer interested in the result.  The parser thread loop
      must only be broken out of on an I/O error, parsing error, the server
      hanging up, or application shutdown.
      
      (cherry picked from commit fab4ebc8)
      dbcfdfeb
  20. Aug 01, 2013
  21. Jul 30, 2013
    • Milan Crha's avatar
      NNTP: Authentication requires nntp_stream set · b13b58ad
      Milan Crha authored
      Once again, the code expected the opposite, which led to runtime
      warnings and failed connection to the server.
      b13b58ad
    • Milan Crha's avatar
      [NNTP] Fails to get list of folders, if not connected already · 519213c7
      Milan Crha authored
      The code, incorrectly, assumed that the store is always connected
      when a list of folders is requested, but the actual connection
      happens only during command invocation, after whose successful
      finish it's ensured that there is defined also a stream.
      
      This can be reproduced by creating a new NNTP account and trying
      to manage subscription. The first try fails, console is filled with
      runtime warnings, the second try shows list of available folders.
      519213c7
  22. Jul 29, 2013
  23. Jul 25, 2013
  24. Jul 23, 2013
  25. Jul 22, 2013