Commit Graph

555 Commits

Author SHA1 Message Date
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 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
Ray Hayes 62fa4b9f1f Merge branch 'L1-Prod' of https://github.com/PowerShell/Win32-OpenSSH.git 2016-09-30 12:55:39 -07:00
Ray Hayes 3275edb1ed Fix Windows Screen Buffer scrolling issues. 2016-09-30 12:55:23 -07:00
Manoj Ampalam 8efe020478 Fix for a missing NULL assignment in ssh-agent. Found through appVerifier 2016-09-30 12:10:07 -07:00
Manoj Ampalam f5226a3b70 Added PTY support to account for client TTY window size changes 2016-09-29 17:27:21 -07:00
Ray Hayes d6a1ff42ae Fixes to line ending handling in Windows SSHD. 2016-09-29 14:50:12 -07:00
Manoj Ampalam 6c5f1c6835 Removed redundant code in shell-host 2016-09-28 12:38:57 -07:00
Ray Hayes 2de04bfe43 Fix [DEL] handling same as backspace.
[DEL] is 127 so is handled the same as a backspace.
2016-09-27 12:31:14 -07:00
Manoj Ampalam 3c07c0c9ae Support Ctrl+C in interactive session and fix Ctrl+Break handler 2016-09-27 11:57:43 -07:00
Manoj Ampalam 69be768f2e Fixed wrong macro 2016-09-26 12:46:51 -07:00
Manoj Ampalam 168afecec7 Reverting unwanted indentation changes 2016-09-26 12:46:21 -07:00
Ray Hayes bbc576eeaf Merge branch 'console-updates-integration' of https://github.com/PowerShell/Win32-OpenSSH.git 2016-09-23 15:32:25 -07:00
Ray Hayes f6dac9ec4c Fix advapi32 reference and new line in ansiprs. 2016-09-23 15:32:09 -07:00
Manoj Ampalam 72c7549c06 Fixing tab completion 2016-09-23 13:10:51 -07:00
Manoj Ampalam 52525ad938 Reverting pid_t type change (this was breaking code that considers pid_t as signed) 2016-09-23 12:20:17 -07:00
Manoj Ampalam 0f1fcb322a Reverting unwanted code style changes 2016-09-23 11:54:45 -07:00
Manoj Ampalam e8c353d766 missing changes 2016-09-23 11:29:55 -07:00
Manoj Ampalam e4315db0d7 Added missing change in clientloop.c 2016-09-22 20:43:36 -07:00
Manoj Ampalam a12970d52a Manual Merge change 03234d97de12e08ab0459a985c59e8f629a6d416
ID Author Date Message
03234d97de12e08ab0459a985c59e8f629a6d416 Ray Hayes <rayhayes@rhbe.net>
9/21/2016 10:59:16 AM -07:00 Fix initialization of fields in
Windows/Windows communications.
2016-09-22 19:42:20 -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 d0ea7fc5dc Manual Merge change 04148d0cea5f686d8669dda2fb8d3f42cedc2a47
ID Author Date Message
04148d0cea5f686d8669dda2fb8d3f42cedc2a47 Ray Hayes <rayhayes@rhbe.net>
9/20/2016 1:34:46 PM -07:00 Fix a scrolling issue on Windows Server.
2016-09-22 19:39:50 -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 d81a9834e2 Merge branch 'L1-Prod' into console-updates-integration 2016-09-22 18:44:00 -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
Manoj Ampalam 6b7d17dd27 Minor fixes to agent updates 2016-09-21 13:49:57 -07:00
Manoj Ampalam d6d93e6446 Set user environment variables in remote session 2016-09-20 22:23:55 -07:00
Manoj Ampalam 8fa29583c5 Merge branch 'L1-Prod' into L1-Prod-agent-update 2016-09-19 13:17:56 -07:00
Manoj Ampalam 093dece95c Add version to scp.exe 2016-09-19 13:17:01 -07:00
Manoj Ampalam b1083276ca Added unicode support in ssh-agent auth requests 2016-09-17 00:54:29 -07:00
Manoj Ampalam 3266df9a29 Loading user profile during authentication 2016-09-15 22:50:56 -07:00
Manoj Ampalam 45809a6bf7 Merging agent end points to a single one 2016-09-15 18:47:25 -07:00
Manoj Ampalam 87b27d8631 agent updates 2016-09-14 23:34:59 -07:00
Manoj Ampalam 367476c953 Temporary fixes in scp.exe to have a working solution 2016-09-14 15:02:48 -07:00
Manoj Ampalam 27d9e5bb33 Missed change in agent updates 2016-09-12 12:01:33 -07:00
manojampalam 481e403518 ssh-agent launched interactive will now automatically start ssh-agent service.
This is to support Linux scenarios.
2016-07-07 14:14:15 -07:00
Manoj Ampalam f5e6d88da1 Added versioning to all binaries 2016-07-01 14:03:43 -07:00