Skip to content
Snippets Groups Projects
  1. Oct 12, 2006
  2. Sep 11, 2006
  3. Aug 20, 2006
  4. Aug 07, 2006
  5. Jul 27, 2006
  6. Jul 09, 2006
  7. Jul 07, 2006
    • Matt Johnston's avatar
      From Erik Hovland · 60797cb2
      Matt Johnston authored
      - Check for valid cipher independently to starting encryption
      - Use failure-checking m_mp_init for initialising mpint value
      
      --HG--
      extra : convert_revision : a72c49d2d031aa3b6fe34b61fd5ce0315f35ec72
      60797cb2
    • Matt Johnston's avatar
      Make flow of execution clearer for getting process exit status · c9319fbe
      Matt Johnston authored
      --HG--
      extra : convert_revision : 9a15e5205a3fd8ac4d23118f1857db9fa9d58a90
      c9319fbe
    • Matt Johnston's avatar
      Fixes from Erik Hovland: · 4cb673b6
      Matt Johnston authored
      cli-authpubkey.c:
          fix leak of keybuf
      
      cli-kex.c:
          fix leak of fingerprint fp
      
      cli-service.c:
          remove commented out code
      
      dropbearkey.c:
          don't attepmt to free NULL key on failure
      
      common-kex.c:
          only free key if it is initialised
      
      keyimport.c:
          remove dead encrypted-key code
          don't leak a FILE* loading OpenSSH keys
      
      rsa.c, dss.c:
          check return values for some libtommath functions
      
      svr-kex.c:
          check return value retrieving DH kex mpint
      
      svr-tcpfwd.c:
          fix null-dereference if remote tcp forward request fails
      
      tcp-accept.c:
          don't incorrectly free the tcpinfo var
      
      --HG--
      extra : convert_revision : 640a55bc710cbaa6d212453c750026c770e19193
      4cb673b6
    • Matt Johnston's avatar
      BUG: The strings 'name' and 'instruction' are always allocated · cee2ec16
      Matt Johnston authored
      but are only freed if the length of the string is greater then
      zero. They should always be freed.
      FIX: take the m_free(<string>) out of the conditional
      
      From Erik Hovland
      
      --HG--
      extra : convert_revision : 13227a7365411821cb194fb45ccb23a9b9fb98cc
      cee2ec16
    • Matt Johnston's avatar
      BUG: mp_div_2d returns status and it isn't checked. · 934a6d41
      Matt Johnston authored
      FIX: Check and return status.
      From Erik Hovland
      
      --HG--
      extra : convert_revision : 5ffd8cbe12baca17918527c8e8e626600849ad10
      934a6d41
  8. Jun 13, 2006
  9. Jun 12, 2006
  10. Jun 11, 2006
  11. Jun 10, 2006
  12. Jun 08, 2006
  13. Jun 07, 2006
  14. Apr 18, 2006
  15. Apr 12, 2006
  16. Mar 27, 2006
  17. Mar 26, 2006
  18. Mar 25, 2006
  19. Mar 22, 2006
  20. Mar 11, 2006
  21. Mar 09, 2006