Lars Brinkhoff
|
a8bb6456d1
Add a new seat method to return the cursor position.
|
5 years ago |
Simon Tatham
|
3a633bed35
Fix a deadlock in SFTP upload.
|
5 years ago |
Simon Tatham
|
91c2e6b4d5
Permit protocol selection in file transfer tools.
|
5 years ago |
Simon Tatham
|
bf0f323fb4
Fix minor memory leak in psftp batch mode.
|
5 years ago |
Simon Tatham
|
fb5da46c48
Make more file-scope variables static.
|
5 years ago |
Simon Tatham
|
9729aabd94
Remove the GLOBAL macro itself.
|
5 years ago |
Simon Tatham
|
ad0c7c99f8
Stop having a global Conf.
|
5 years ago |
Simon Tatham
|
22deebfc3e
Move 'loaded_session' into cmdline.c.
|
5 years ago |
Simon Tatham
|
575ee4f8fc
Make cmdline_tooltype a const int.
|
5 years ago |
Simon Tatham
|
9da36bd897
Remove agent_schedule_callback().
|
5 years ago |
Simon Tatham
|
4ea811a0bf
Remove 'GLOBAL int flags' completely!
|
5 years ago |
Simon Tatham
|
e5f85fc269
Remove FLAG_SYNCAGENT.
|
5 years ago |
Simon Tatham
|
dc59fcf8e3
Remove FLAG_INTERACTIVE.
|
5 years ago |
Simon Tatham
|
d20d3b20fd
Remove FLAG_VERBOSE.
|
5 years ago |
Simon Tatham
|
5e468129f6
Refactor 'struct context *ctx = &actx' pattern.
|
5 years ago |
Simon Tatham
|
1547c9c1ec
Make dupcat() into a variadic macro.
|
5 years ago |
Simon Tatham
|
00112549bf
Convert a few more universal asserts to unreachable().
|
5 years ago |
Simon Tatham
|
5d718ef64b
Whitespace rationalisation of entire code base.
|
5 years ago |
Simon Tatham
|
70fd577e40
Fall back to not sorting large dirs in pscp -ls or psftp 'ls'.
|
5 years ago |
Simon Tatham
|
e2a047ad8d
Fix assorted memory leaks.
|
5 years ago |
Simon Tatham
|
76d8d363be
Seat method to set the current trust status.
|
6 years ago |
Simon Tatham
|
d049f0ab6c
Make stripctrl_string take an existing StripCtrlChars.
|
6 years ago |
Simon Tatham
|
d60dcc2c82
Add a Seat vtable method to get a stripctrl.
|
6 years ago |
Simon Tatham
|
e0a76971cc
New array-growing macros: sgrowarray and sgrowarrayn.
|
6 years ago |
Jacob Nevins
|
21299b9cd5
Remove duplicate -no-sanitise-stderr from usage().
|
6 years ago |
Simon Tatham
|
2675f9578d
File transfer tools: sanitise remote filenames and stderr.
|
6 years ago |
Simon Tatham
|
0cda34c6f8
Make lots of 'int' length fields into size_t.
|
6 years ago |
Simon Tatham
|
0aa8cf7b0d
Add some missing 'const'.
|
6 years ago |
Simon Tatham
|
0b14e7376e
Replace all 'sizeof(x)/sizeof(*x)' with lenof.
|
6 years ago |
Simon Tatham
|
85fbb4216e
pscp: replace crash with diagnostic on opendir failure.
|
6 years ago |