541 Commits

Author SHA1 Message Date
manojampalam
f7797b4542 updated version to 0.0.2.0 2016-10-21 22:28:22 -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
manojampalam
74db643add Fix to issue with absolute/relative paths for subsystem processes 2016-10-21 15:08:39 -07:00
Ray Hayes
5d600bcad6 Merge with PowerShell 2016-10-21 14:37:24 -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
manojampalam
ad128b5c68 Added user environment variables to session 2016-10-20 22:49:17 -07:00
manojampalam
46a6cc9c7c Fixes to hang on TTY child process exit 2016-10-20 22:14:42 -07:00
Ray Hayes
9291dde274 Merge with PowerShell\L1-Prod. 2016-10-20 16:37:56 -07:00
Manoj Ampalam
08cda06aa2 added support to run shellhost with -notty 2016-10-20 14:44:14 -07:00
Ray Hayes
30b28c106b Add files to .gitignore 2016-10-20 12:00:18 -07:00
Ray Hayes
0ff56ace10 Interim changes to fix scp/sftp WIN32_FIXME issues. 2016-10-20 11:45:09 -07:00
manojampalam
bc83d7d29e Fixes to some issues 2016-10-19 23:38:41 -07:00
Manoj Ampalam
6239a2847b session refactoring part 2 2016-10-19 22:40:34 -07:00
Ray Hayes
af5fc94823 Fix for sending sftp recursive folder. 2016-10-19 15:27:16 -07:00
Manoj Ampalam
e626a748ca session refactoring part 1 2016-10-19 14:38:33 -07:00
Manoj Ampalam
601c2b6e81 cleaned up do_exec on Windows 2016-10-18 23:20:24 -07:00
Manoj Ampalam
1f3c6ff246 Merge branch 'L1-Prod' into session_changes 2016-10-18 21:58:02 -07:00
Manoj Ampalam
122ed4bf4d Refactored do_exec* calls 2016-10-18 21:42:10 -07:00
Manoj Ampalam
3920d76cb5 Temporary fix to gethostname() Unicode version 2016-10-18 21:40:01 -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
Manoj Ampalam
92ddf4f9e1 Fixing issue with net stop sshd 2016-10-18 13:40:11 -07:00
Ray Hayes
2a8c0fe11a Merge branch 'unicode_support' 2016-10-18 11:22:32 -07:00
Ray Hayes
2447272622 Initial WIN32_FIXME changes. 2016-10-18 11:21:34 -07:00
Manoj Ampalam
1bcdbf4a48 Fix in passwd to include domain prefix in user name 2016-10-17 22:52:31 -07:00
Manoj Ampalam
49da240a9c Cleaning up stringhelp.c 2016-10-17 22:11:51 -07:00
Manoj Ampalam
dcb63461a1 Unicode enabled on ssh prompts 2016-10-17 14:15:02 -07:00
Manoj Ampalam
0af8ae3965 Unicode enabled on getaddrinfo (unicode targets are now supported) 2016-10-17 00:30:44 -07:00
Manoj Ampalam
4676c9f97a Unicode enabled on gethostname 2016-10-16 22:58:39 -07:00
Manoj Ampalam
12db568b03 fdopen fix in keygen utility 2016-10-16 15:19:26 -07:00
Manoj Ampalam
c25f6a0d5e Converged Win Unix code in auth.c, move utf routine declarations to separate header 2016-10-16 01:00:27 -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
Manoj Ampalam
52bdef5cb7 pwd.c refactoring and clean up 2016-10-14 00:02:19 -07:00
Manoj Ampalam
fe53a4100a fopen Windows wrapper to support reading UTF-8 encoded files 2016-10-09 23:29:52 -07:00
Manoj Ampalam
f7e30c7d2e Added wmain wrapper to rest of exes. enabled Unicode on open() 2016-10-06 23:26:48 -07:00
Manoj Ampalam
56c08432ac ssh-keygen further fixes 2016-10-06 21:39:56 -07:00
Manoj Ampalam
af4c2dd307 wmain wrapper for ssh-keygen 2016-10-06 19:27:29 -07:00
Manoj Ampalam
1f4283265d version update 0.0.1.0 2016-10-06 11:29:45 -07:00
Manoj Ampalam
eda851ec61 Merge pull request #348 from wesmcouch/patch-1
Allow powershell script to be ran from any location and update to pow…
2016-10-02 22:41:26 -07:00
Wesley Couch
33a20fe97d Allow powershell script to be ran from any location and update to powershell copy method
Adding in $PSScriptRoot allows this powershell script to be ran from anywhere. Before if you were not in the openssh directory in powershell it wouldn't be able to find ssh-lsa.dll Also switched the copy method to the powershell method of copying files.
2016-10-02 12:27:42 -04:00
Manoj Ampalam
68250e4059 Fix: Temporary workaround for scrolling issue v0.0.1.0 2016-09-30 22:26:43 -07:00
Manoj Ampalam
6c94fae80a Fix: PTY was not accounting for initial TTY size 2016-09-30 14:50:33 -07:00
Ray Hayes
427f8af803 Merge branch 'L1-Prod' of https://github.com/PowerShell/Win32-OpenSSH.git 2016-09-30 14:09:11 -07:00
Ray Hayes
e40d6971ad Remove single key ALT/CTRL combination. 2016-09-30 14:08:59 -07:00
Manoj Ampalam
59a0cf6881 Merge branch 'L1-Prod' of https://github.com/PowerShell/Win32-OpenSSH.git 2016-09-30 13:22:26 -07:00
Manoj Ampalam
a521817e49 Fix - attach PTY only when requested 2016-09-30 13:22:01 -07:00