11 Commits

Author SHA1 Message Date
Ray Hayes
d6a1ff42ae Fixes to line ending handling in Windows SSHD. 2016-09-29 14:50:12 -07:00
Ray Hayes
f6dac9ec4c Fix advapi32 reference and new line in ansiprs. 2016-09-23 15:32:09 -07:00
Manoj Ampalam
b28bc1fb79 Manual Merge change 4e76517df10f1fb999a3a2d5546c24b73cc1f933
ID Author Date Message
4e76517df10f1fb999a3a2d5546c24b73cc1f933 Ray Hayes <rayhayes@rhbe.net>
9/20/2016 9:07:50 PM -07:00 Fixes to handle bash formatting on Windows
2016-09-22 19:41:27 -07:00
Manoj Ampalam
57c6793fc0 Manual Merge change 3d38805276ffbf60b2f51e18c8278065f934ee76
ID Author Date Message
3d38805276ffbf60b2f51e18c8278065f934ee76 Ray Hayes <rayhayes@rhbe.net>
9/20/2016 11:11:06 AM -07:00 Minor fixes for color handling and newline
handling.
2016-09-22 19:37:52 -07:00
Manoj Ampalam
3e23785c66 Manual Merge change f26780ecfb8f6ebff742360c96ebe51285bb4a35
ID Author Date Message
f26780ecfb8f6ebff742360c96ebe51285bb4a35 Ray Hayes <rayhayes@rhbe.net>
9/16/2016 3:26:06 PM -07:00 Fix ESC character parsing when # missing.
2016-09-22 19:34:38 -07:00
Manoj Ampalam
c3b785a140 Manual Merge change 3c6b77b4fdc45ada3a8b907cd4af6f73dfd70e66
3c6b77b4fdc45ada3a8b907cd4af6f73dfd70e66 Ray Hayes <rayhayes@rhbe.net>
7/28/2016 12:10:04 PM -07:00 First version with console changes.
2016-09-22 17:33:17 -07:00
manojampalam
dd1402f68a 3-6 C4
Removing winsock2 reference from unwanted headers in win32compat
2016-03-06 12:47:21 -08:00
quamrulmina
e743b54a61 Fix ssh client to generate LF or CRLF correctly
Typically LF is sent when Return key is hit.  But for sshd servers that
sent us via ANSI escape sequence that CRLF is to be sent, ssh.exe client
will do so which is used commonly used by sshd servers in Windows - like
our own win32 port sshd.
2015-10-28 00:31:24 -05:00
quamrulmina
d4c8ef9ac5 Improved SSH client interactive mode and fixed control-c to work
Console API is now used for interactive tty mode. Thus ssh.exe client
can now pass each character to remote side as one types so that programs
like more works correctly. Control-c now will stop the remote program
instead of exiting the ssh.exe.
2015-10-27 19:05:38 -05:00
quamrulmina
b56534c4a6 Microsoft Copyright message added to all new files
New files for openssh win32 port now contain MS Copyright texts.
2015-10-25 17:33:46 -05:00
quamrulmina
7aac59e524 Add ANSI parsing engine and console draw support to ssh client
Makes the ssh.exe client more useable in interactive mode with ANSI
color and a console screen support.
2015-10-15 17:25:39 -05:00