Simon Tatham
4109ac3dfc
Stop plink losing data at start of session
...
[originally from svn r577]
2000-09-08 16:42:11 +00:00
Simon Tatham
be711d9cd4
plink can now execute a specific command instead of just a shell session
...
[originally from svn r576]
2000-09-08 15:24:19 +00:00
Simon Tatham
8394a48620
Added a fourth application: plink, a command line connection utility
...
[originally from svn r575]
2000-09-08 14:45:20 +00:00
Simon Tatham
263d9e0f09
Public key authentication now works in pscp too - oops
...
[originally from svn r574]
2000-09-08 08:33:52 +00:00
Simon Tatham
1791da274c
Add sshpubk.c to load authenticating keys from files
...
[originally from svn r573]
2000-09-07 16:40:50 +00:00
Simon Tatham
d9af8f4b90
RSA key authentication in ssh1 works; SSH2 is nearly there
...
[originally from svn r572]
2000-09-07 16:33:49 +00:00
Simon Tatham
0f1e449189
SSH2 transport layer now enables encryption and MAC successfully for 3DES
...
[originally from svn r571]
2000-09-06 09:55:32 +00:00
Simon Tatham
36a499a7f1
Second attempt. Can successfully decrypt the _first block_ of a packet.
...
[originally from svn r570]
2000-09-05 16:23:36 +00:00
Simon Tatham
35205e5cb7
SSH 2 support, phase 1, debugging. Currently does Diffie-Hellman and gets
...
the same results as the server, which is a pretty good start.
[originally from svn r569]
2000-09-05 14:28:17 +00:00
Simon Tatham
5ca4d2d1c5
telnet:// URLs don't always have the //. (Incorrect but common.)
...
[originally from svn r518]
2000-08-05 08:58:07 +00:00
Simon Tatham
6187f9746e
Robert de Bath's automatic dialog-box creator
...
[originally from svn r517]
2000-07-26 12:16:11 +00:00
Simon Tatham
0d5d39064a
Robert de Bath's Big Patch, part 1
...
[originally from svn r516]
2000-07-26 12:13:51 +00:00
Simon Tatham
1657255cd7
Oops; telnet:// URLs can have a trailing slash
...
[originally from svn r515]
2000-07-21 10:58:33 +00:00
Simon Tatham
777e064ed5
Enable handling of telnet:// URLs on command line
...
[originally from svn r514]
2000-07-21 10:53:24 +00:00
Simon Tatham
9546cf7393
PSCP: After a password supplied with `-pw' fails to authenticate,
...
we should _not_ fall back to console input for a second attempt,
because this hangs batch files.
[originally from svn r513]
2000-07-21 09:17:05 +00:00
Simon Tatham
7a01fd48b6
Make beep optional - thanks to Antal Novak
...
[originally from svn r507]
[this commit reordered to come after creation of 0.49 tag]
2000-06-24 17:00:49 +00:00
Simon Tatham
2832ef1e75
Joris van Rantwijk's unified SSH code suitable for PuTTY and PSCP
...
[originally from svn r504]
[this commit reordered to come after creation of 0.49 tag]
2000-06-22 12:18:34 +00:00
Simon Tatham
c9e236eb39
Avoid the ldisc passing zero-length strings to back->send(). VMS
...
sshd has interesting behaviour on receiving a zero-length SSH data
packet.
[originally from svn r508]
2000-06-26 12:55:47 +00:00
Simon Tatham
eb79da11de
Oops - add a terminator to the array
...
[originally from svn r506]
2000-06-23 10:58:17 +00:00
Simon Tatham
6d6ab0cc39
Fix subtle problem with scp protocol/port selection
...
[originally from svn r505]
2000-06-23 09:44:15 +00:00
Simon Tatham
41809f16a0
This ought to fix the scp protocol problems
...
[originally from svn r503]
2000-06-22 08:51:51 +00:00
Simon Tatham
a4284137a1
Change a `GLOBAL' to an `extern' for Borland sanity
...
[originally from svn r502]
2000-06-22 08:41:25 +00:00
Simon Tatham
4ab52dc254
Remove the underscore from nossh_res.rc for 8.3 cleanness; also add MOBJS
...
in the pscp dependencies
[originally from svn r501]
2000-06-21 16:29:44 +00:00
Simon Tatham
ceb22f8ad3
Rename nossh_res.rc to nosshres.rc for 8.3 cleanness
...
[originally from svn r500]
2000-06-21 16:28:18 +00:00
Simon Tatham
9325cb748f
Joris van Rantwijk knows how to cause a Borland-built PuTTY to
...
release the console! Hooray! Let's do that then. It's the -aa option
on ilink32.
[originally from svn r499]
2000-06-21 16:08:08 +00:00
Simon Tatham
49707ddf3b
Security fixes, copied from ssh.c: check string length versus packet
...
length on incoming SSH_SMSG_*_DATA, and check CRCs on all incoming
packets.
[originally from svn r498]
2000-06-06 10:54:41 +00:00
Simon Tatham
8bce06889d
"pscp" was spelled "scp" in usage message
...
[originally from svn r497]
2000-06-06 09:51:27 +00:00
Simon Tatham
0793be4efe
Security improvement: check that string length field in
...
SSH_SMSG_{STDOUT,STDERR}_DATA packets is consistent with length
field in packet header. (Helps prevent insertion attack.)
[originally from svn r496]
2000-06-06 08:57:55 +00:00
Simon Tatham
e0fac426c5
Hack to work around the rootshell.com xterm DoS problem. A better
...
fix might be possible, but it's unclear whether this is a productive
strategy in the long term.
[originally from svn r495]
2000-06-05 16:33:58 +00:00
Simon Tatham
6b81798205
Security improvement: check CRC on incoming packets
...
[originally from svn r489]
2000-05-31 10:18:24 +00:00
Simon Tatham
229245f384
Ahem. This time high-half characters really _do_ work in username
...
and password...
[originally from svn r468]
2000-05-09 08:56:30 +00:00
Simon Tatham
5f93b919ac
Environment settings were broken. Fix due to Andros Tantas
...
[originally from svn r465]
2000-04-26 08:07:08 +00:00
Simon Tatham
261fa87101
Update copyright dates in About box to match those in Licence box
...
[originally from svn r457]
2000-04-13 12:07:37 +00:00
Simon Tatham
ba68a6d5f7
Enable high-half characters (>=160) in usernames and passwords
...
[originally from svn r454]
2000-04-11 10:39:58 +00:00
Simon Tatham
300b778092
Oops - now let's get that MD5 change _right_ :-)
...
[originally from svn r438]
2000-04-04 14:51:17 +00:00
Simon Tatham
50b0f49eaf
Replace MD5 implementation with my own code
...
[originally from svn r437]
2000-04-04 14:47:22 +00:00
Simon Tatham
66f6a6dc24
Add -ls to online help bit
...
[originally from svn r436]
2000-04-04 14:40:44 +00:00
Simon Tatham
0ac9df8251
Add the -ls option to execute `ls -la' on a directory instead of
...
trying to copy anything. Likely to be useful for GUI front ends.
[originally from svn r435]
2000-04-03 19:54:31 +00:00
Simon Tatham
f60f25a35a
Tidy up Blowfish S- and P-boxes: make them static and const, and
...
clean up the declarations a bit :-)
[originally from svn r431]
2000-03-31 13:33:37 +00:00
Simon Tatham
c13065b0ff
oops - keys[] should be static
...
[originally from svn r430]
2000-03-31 13:19:19 +00:00
Simon Tatham
3319c0a12a
Yet another accelerator clash...
...
[originally from svn r429]
2000-03-29 13:15:00 +00:00
Simon Tatham
d39f735b23
Rather silly byte-string / word-string transformations in RSA key
...
handling were failing when the key had an odd number of bytes. A
server with an 850-bit key was suffering connection failures as a
result. Now fixed.
[originally from svn r426]
2000-03-24 11:46:39 +00:00
Simon Tatham
9922072a8d
Peter Schellenbach's patch: re-implement the PuTTY cryptographic
...
functions as calls to the MS Crypto API. Not integrated into the
Makefile yet, but should eventually allow building of an SSH-enabled
PuTTY which contains no native crypto code, so it can be used
everywhere (and anyone who can get the MS encryption pack can still
use the SSH parts).
[originally from svn r425]
2000-03-24 09:45:49 +00:00
Simon Tatham
e32eae7db1
Oops - move homepage location
...
[originally from svn r424]
2000-03-17 11:23:33 +00:00
Simon Tatham
7d85289621
Patch to RDB's blinking cursor: make it configurable and by default
...
off. It's terribly distracting.
[originally from svn r423]
2000-03-17 10:46:59 +00:00
Simon Tatham
455cc2d387
Spelling fix to RDB's comments: fascist is spelled thus :-)
...
[originally from svn r422]
2000-03-17 10:40:36 +00:00
Simon Tatham
693e51c934
RDB's patch. Oodles of new terminal functionality, including
...
ATTR_BLINK (as bold background) and VT52 support. Plus a
compatibility tracking system whereby all escape sequences can be
disabled for a pure-VT102 compatibility mode or other levels.
[originally from svn r421]
2000-03-17 10:39:05 +00:00
Simon Tatham
0d672df0ed
RDB's patch:
...
- `local ldisc' config option now switches between PuTTY's original
behaviour when off (aggressively start negotiations, never use
local line discipline) and Unix telnet's off-port-25 behaviour
when on (wait to be negotiated with, toggle local line discipline
when TELOPT_ECHO changes)
- SYNCH handling has been improved again, though it may still be
broken due to WinSock being irretrievably pants
[originally from svn r420]
2000-03-17 10:37:35 +00:00
Simon Tatham
cfc0852580
RDB's patch: thanks to improvements in OEMANSI font mode, it can now
...
be the default
[originally from svn r419]
2000-03-17 10:35:09 +00:00
Simon Tatham
ee51d18b48
RDB's patch:
...
- use WM_TIMER for various things (blinking cursor; updates while
moving/sizing; coping with overloading influx of netevents)
- clip text output to avoid underlines outside character cell
- even more careful font selection (we can now do OEMANSI by
default)
- a few extra keyboard mappings from the VTxxx terminals
[originally from svn r418]
2000-03-17 10:34:41 +00:00