Skip to content
Snippets Groups Projects
  1. Jun 04, 2015
  2. May 06, 2015
  3. Feb 20, 2015
  4. Apr 08, 2013
  5. Apr 07, 2013
  6. Apr 06, 2013
  7. Apr 09, 2012
  8. Mar 26, 2012
  9. Jul 30, 2009
  10. Jul 06, 2009
  11. Jul 01, 2009
  12. Jun 12, 2009
  13. Feb 11, 2007
  14. Feb 03, 2007
  15. 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
  16. Jul 18, 2005
  17. Jul 08, 2005
  18. Jan 03, 2005
  19. Aug 15, 2004
  20. Aug 12, 2004
  21. Aug 11, 2004
  22. 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
  23. Aug 04, 2004