Owen Dunn
|
52a4ccad27
Return zero when reporting our version.
|
8 years ago |
Jacob Nevins
|
b14c3443d3
Document -proxycmd in help and man pages.
|
8 years ago |
Jacob Nevins
|
9a2730806c
Log when -restrict-acl is in use.
|
8 years ago |
Jacob Nevins
|
415224eab5
Start logging earlier in PSCP and PSFTP.
|
8 years ago |
Simon Tatham
|
7e14730b83
Include 'build info' in all --version text and About boxes.
|
8 years ago |
Simon Tatham
|
86ba2e6339
Remove/rescope variable 'ret' in sftp_put_file.
|
8 years ago |
Tim Kosse
|
6f871e3d22
Handle failed SSH_FXP_CLOSE requests in sftp_put_file.
|
8 years ago |
Tim Kosse
|
e9a76883ad
Fix sftp_put_file returning success on failed transfers.
|
8 years ago |
Tim Kosse
|
57e21d756e
Fix sftp_get_file returning success on failed transfers.
|
8 years ago |
Ben Harris
|
5c42f97b68
Switch to flow-control-based SFTP uploading.
|
9 years ago |
Simon Tatham
|
b0b5d5fbe6
Extend ACL-restriction to all Windows tools.
|
9 years ago |
Jacob Nevins
|
a454399ec8
Rationalise and document log options somewhat.
|
9 years ago |
Simon Tatham
|
5c5ca116db
Centralise stripslashes() and make it OS-sensitive.
|
9 years ago |
Ben Harris
|
9e20c81bc9
Merge branch 'pre-0.65'
|
9 years ago |
Ben Harris
|
95501a148c
When PSFTP exits in batch mode due to a command failure, set exit status != 0.
|
9 years ago |
Simon Tatham
|
89da2ddf56
Giant const-correctness patch of doom!
|
9 years ago |
Simon Tatham
|
23208779e7
Merge branch 'pre-0.64'
|
10 years ago |
Simon Tatham
|
dd0f1e5cc7
Close the remote file handle if sftp_put_file's fstat fails.
|
10 years ago |
Simon Tatham
|
c269dd0135
Move echo/edit state change functionality out of ldisc_send.
|
10 years ago |
Jacob Nevins
|
addf6219bd
Update command-line help and man pages for -hostkey.
|
10 years ago |
Simon Tatham
|
bb78583ad2
Implement connection sharing between instances of PuTTY.
|
11 years ago |
Simon Tatham
|
eb19a35a3d
Fix a few more memory and resource leaks.
|
11 years ago |
Simon Tatham
|
acf38797eb
Add a nonfatal() function everywhere, to be used for reporting things
|
11 years ago |
Simon Tatham
|
ea301bdd9b
Fix another giant batch of resource leaks. (Mostly memory, but there's
|
11 years ago |
Simon Tatham
|
cc4f38df14
Add an assortment of missing frees, and one missing file close. Mostly
|
11 years ago |
Simon Tatham
|
c925526e3f
xfer_{up,down}load_gotpkt free their input sftp_packet as a side
|
11 years ago |
Simon Tatham
|
f78c9165a1
Fix a couple of code paths on which, if fxp_readdir returned an error,
|
11 years ago |
Simon Tatham
|
779466f0b0
It's not actually legal by the C standard to call qsort with a null
|
11 years ago |
Simon Tatham
|
8201e7d22d
Remove redundant null checks for arguments to sftp_{get,put}_file
|
11 years ago |
Simon Tatham
|
2c586ee2cd
Clean up handling of the return value from sftp_find_request. In many
|
11 years ago |