Commit History

Author SHA1 Message Date
  Simon Tatham dcf4466305 Send the IUTF8 terminal mode in SSH "pty-req"s. 8 years ago
  Simon Tatham 2ce0b680cf Loop over all _supported_, not just configured, SSH tty modes. 8 years ago
  Ben Harris 8a2797cf0f ssh_pkt_defersend: don't call do_ssh2_transport when using SSH-1. 8 years ago
  Ben Harris adc8ae214e Shared ssh_send_channel_data for both SSH-1 and SSH-2. 8 years ago
  Ben Harris 93988f3ada Call ssh2_try_send() from ssh2_add_channel_data() and rename latter 8 years ago
  Ben Harris 6da1a325cc Simplifiy handling of stdin data in SSH-2. 8 years ago
  Ben Harris 5347f9e69c Put handling of incoming data on agent channels into its own function. 8 years ago
  Jacob Nevins 697ea87808 Fix plurality in unknown host keys log message. 8 years ago
  Ben Harris c431c63f5c Correct a comment: OUR_V2_WINSIZE is now the default, not maximum. 8 years ago
  Jacob Nevins 16dfefcbde Stop supporting fallback between SSH versions. 8 years ago
  Simon Tatham 940a82fd37 Special host key warning when a better key exists. 8 years ago
  Simon Tatham 909a7af07c Fix assertion failure in host keys log message. 8 years ago
  Jacob Nevins 6b401c7166 Fix log message about alternate host keys. 8 years ago
  Simon Tatham 52746ae793 Add some missing 'const' in ssh.c arrays. 8 years ago
  Simon Tatham d06098622c Configurable preference list for SSH host key types. 8 years ago
  Jacob Nevins d0d3c47a08 Log when we avoid using an unknown host key. 8 years ago
  Simon Tatham 221d669e4d Update the specials menu as keys are cross-certified. 9 years ago
  Simon Tatham 2d217ec862 Ahem. Cross-certify the key the user actually asked for. 9 years ago
  Simon Tatham e786452cb2 Add manual cross-certification of new host keys. 9 years ago
  Simon Tatham 10a48c3591 Allocate the SSH specials list dynamically. 9 years ago
  Simon Tatham 984fe3dde8 Merge branch 'pre-0.67' 9 years ago
  Simon Tatham b49a8db1b4 Tighten up pointer handling after ssh_pkt_getstring. 9 years ago
  Simon Tatham 7c65b9c57a Option to log proxy setup diagnostics to the terminal. 9 years ago
  Simon Tatham a6e76ae453 Factor out the back ends' plug log functions. 9 years ago
  Simon Tatham 37cdfdcd51 Tell the truth about DNS lookups in the Event Log. 9 years ago
  Simon Tatham b003e5cf53 Fix an SSH-breaking bug from the fuzzing merge. 9 years ago
  Simon Tatham fe16b577ef Fix a build failure coming from the fuzzing branch. 9 years ago
  Ben Harris 7a5cb2838f Emit a distinct error message when the SSH server's host key is invalid. 9 years ago
  Ben Harris af1460d6e5 Add FUZZING support to ssh.c. 9 years ago
  Ben Harris 5471539a67 Handle packets with no type byte by returning SSH_MSG_UNIMPLEMENTED. 9 years ago