34 Commits

Author SHA1 Message Date
Manoj Ampalam
e85070d50e Source snapshot from Powershell/openssh-portable:latestw_cwb 2017-01-15 16:46:39 -08:00
Manoj Ampalam
a4b577b5a0 Source snapshot from Powershell/openssh-portable:latestw_cwb 2017-01-03 14:46:33 -08:00
Manoj Ampalam
69ea992e00 Source snapshot from Powershell/openssh-portable:latestw_cwb 2016-12-17 23:06:42 -08:00
Manoj Ampalam
7c62169a93 Source snapshot from Powershell\openssh-portable 2016-11-29 14:50:13 -08:00
Manoj Ampalam
6411a23af7 Fixes to Unicode issues in scp and sftp 2016-11-06 15:13:11 -08:00
Ray Hayes
a4e013b414 Complete merge. 2016-10-24 10:19:04 -07:00
Ray Hayes
58a582815f Fix formatting issues with prompt/memory release. 2016-10-22 00:00:25 -07:00
manojampalam
0a91579b94 Temporary fixes to scp.exe and sftp.exe to work if started from any directory. Currently they only work if started from their root directory 2016-10-21 22:15:14 -07:00
Ray Hayes
24175599cc Fix output in sftp. 2016-10-21 16:13:39 -07:00
Ray Hayes
e12e674b82 Fix screensize/handle isses. 2016-10-21 14:07:58 -07:00
Ray Hayes
b7d80edae3 SFTP issues. 2016-10-21 11:43:09 -07:00
Ray Hayes
9291dde274 Merge with PowerShell\L1-Prod. 2016-10-20 16:37:56 -07:00
Ray Hayes
0ff56ace10 Interim changes to fix scp/sftp WIN32_FIXME issues. 2016-10-20 11:45:09 -07:00
Ray Hayes
af5fc94823 Fix for sending sftp recursive folder. 2016-10-19 15:27:16 -07:00
Ray Hayes
5e50d2a9e7 Logic cleanup. 2016-10-18 18:19:07 -07:00
Ray Hayes
38f8da0160 Fix directive. 2016-10-18 18:15:53 -07:00
Ray Hayes
f5c9367145 Fix input formatting and add a directive. 2016-10-18 18:08:30 -07:00
Ray Hayes
78306c910d Issues with chdir and input conversion. 2016-10-18 17:11:28 -07:00
Ray Hayes
2447272622 Initial WIN32_FIXME changes. 2016-10-18 11:21:34 -07:00
Manoj Ampalam
8566745e2d Implemented getpwnam and moved w32_posix_initialize to wmain, moved wmain.c to win32iocompat 2016-10-15 19:17:54 -07:00
manojampalam
a9a683ed3c Fixing SIGCHLD logic in sftp and removing double close in SIGCHLD implementation 2016-04-05 19:19:10 -07:00
Manoj Ampalam
472992786d Disabling inheritance of parent handles in sftp.exe. Code cleanup in sftp-server.exe 2016-03-25 12:23:55 -07:00
Manoj Ampalam
beb8dc53c5 Remove redundant code in sftp.exe 2016-03-25 11:52:33 -07:00
Manoj Ampalam
31881676e7 New sftp.exe fork code for Windows. 2016-03-25 11:28:15 -07:00
manojampalam
b65edccdf6 Refactored some part of ssh.exe 2016-03-24 21:13:22 -07:00
manojampalam
318a2fb50c Merge branch 'L1' into L2-Win32Posix-Prototype 2016-03-15 19:57:48 -07:00
manojampalam
2854245328 Made sftp.exe functional 2016-03-09 22:39:27 -08:00
manojampalam
31ed6d1458 Enabled SFTP client over new POSIX wrapper. Its not functional yet 2016-03-09 20:32:51 -08:00
quamrulmina
91adb0c99b sftp.exe fixed to run within a ssh session
stdout buffer avoided so that printf("sftp>") prompts and other
printf()s come through to the user right away
2016-03-08 20:14:53 -06:00
quamrulmina
1f825c7e30 sftp client lls did not work in Windows if cygwin or linux ls not available
Now lls is mapped to "dir" in Windows port which is available in Windows
shell (cmd or powershell ). Cygwin or Linux emulation tools which has
"ls" are not needed.
2016-02-24 23:23:39 -06:00
quamrulmina
4d952924e1 sftp client and server code changed to build & work with MS Visual Studio
Use new compile flag WIN32_VS to add/change logic of sftp client and
sftp server codes so that MS Visual Studio 2015 compiler and runtime can
be used. opendir(), readdir(), closedir() directory APIs and basename()
API of Unix/Linux are implemented in Windows as they are not available
in Windows/VisualStudio C-runtime. win32_dirent.c and win32_dirent.h
files added as dirent.c and dirent.h are not available in Windows and we
do not want to affect mingW/gcc builds for Windows which have those
files available.
2015-11-06 03:02:51 -06:00
quamrulmina
2cfb138bb8 Add local shell access feature in sftp.exe client
This was not implemented before in Win32. !takes to the windows shell
and !command runs the command in Windows shell. exit brings the user
back to sftp like in Linux/Unix shell.
2015-10-19 17:56:08 -05:00
arif-pragmasys
f4b56e2280 nomachine + additional changes applied to openssh 7.1p1 source base 2015-09-21 16:03:51 -05:00
Arif Saikat
fb17410f60 Original Nomachine 5.9p1 source code
Original Nomachine 5.9p1 source code
2015-09-09 14:08:05 -05:00