Skip to content
Snippets Groups Projects
  1. Feb 20, 2015
  2. Apr 08, 2013
  3. Apr 07, 2013
  4. Apr 06, 2013
  5. Apr 09, 2012
  6. Mar 26, 2012
  7. Jul 30, 2009
  8. Jul 06, 2009
  9. Jul 01, 2009
  10. Jun 12, 2009
  11. Feb 11, 2007
  12. Feb 03, 2007
  13. Jul 07, 2006
    • 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
  14. Jul 18, 2005
  15. Jul 08, 2005
  16. Jan 03, 2005
  17. Aug 15, 2004
  18. Aug 12, 2004
  19. Aug 11, 2004
  20. Aug 07, 2004
    • Matt Johnston's avatar
      - client pubkey auth works · 0bbe2fa8
      Matt Johnston authored
      - rearrange the runopts code for client and server (hostkey reading is needed
        by both (if the client is doing pubkey auth. otherwise....))
      
      --HG--
      extra : convert_revision : 5420858803bfff1e27dfe7fa877ba6fdd747e0c5
      0bbe2fa8
  21. Aug 04, 2004