-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default shell #90 #79
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update build script to download OpenSSL libs from win32_openssh
…hat broke progfiles installation)
* scp fix * revert the changes in SCP.Tests.ps1 * add deployment of sshd_config * update the SCP tests * revert the change to deploy the sshd_config
1.Fixed df command that shows the disk space utilization. 2.Fixed the realpath to take care of edge cases where path size is less than 2. 3.Fixed the "dir " bug 4.Fixed the "dir e:\test" bug 5.Fixed the memory leak in wmain_sshd.c
…r to report error back to client (#42) * SCP bug fixes PowerShell/Win32-OpenSSH#465 PowerShell/Win32-OpenSSH#464 * remove one comment * remove redundent code for mode update. * update the mode setting when mkdir per the info from main page * change to follow the BSD coding style * change naming convention * add static
1. Reduce the console output of build 2. move to use powershell core 6.0.0.14 3. one minor fix in pester tests. * Update the path of unittest results and build log. suppress the warning message. * limitoutput of choco installation. * fix of quotes * remove redundant log * Set x64 Release build as default
Test updates needed for running test on windows inbox
1. Enable Appverifier tests and fix of #839 and #841 2. Enabled Postmortem Debugging
Issue is within msv1_0.dll (NTLM SSP provider). Working around by doing a fake login that populates internal state within msv1_0.dll so further S4U logons work as expected. PowerShell/Win32-OpenSSH#727
PowerShell/Win32-OpenSSH#850 - Fixed alt+shift+? control sequence at ssh client and ssh server side. PowerShell/Win32-OpenSSH#849 - Fixed ctrl sequences (ctrl+pageup/ctrl+home, etc)...
…into m_temp Resolved auth2-pubkey.c misc.c ssh-keygen.c
1. ignore the historical (.bak) profile entries from the registry 2. do not match against different profiles that share the beginning of their path
Fixing allow groups, deny groups. (PowerShell/Win32-OpenSSH#816) Convert users, groups read from sshd_config to lowercase.
…#861 * fix the CRLF issue * fixing the allow/deny group review comments
1. fix some exception when appverifier is enabled on win7 (https://gitthub.com/PowerShell/Win32-OpenSSH/issues/872) 2. enable sshdconfig tests on win7(PowerShell/Win32-OpenSSH#873) 3. fix for PowerShell/Win32-OpenSSH#874 ( ReadFile does not return on win7 when no content in console ) 4. Remove logging to console in Readthread because write hangs here since write thread already closed (PowerShell/Win32-OpenSSH#879) 5. fix VCTargetsPath
Fix to PowerShell/Win32-OpenSSH#698 - Create job object, add ssh-shellhost and ensure all its child process and tied to its lifetime. Other changes include changes to debug* statements in posix adapter that may cause recursion/stack overflow issues.
PowerShell/Win32-OpenSSH#893 Create pipe using default buffer size Update buffer size when read and write file change to use _wcsnicmp printed out error when create pipe added release of the memory
fix for PowerShell/Win32-OpenSSH#888 Add systemid as FullAccessNeeded fix for PowerShell/Win32-OpenSSH#880
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PowerShell/Win32-OpenSSH#90
Users can configure the default shell in windows registry path
"Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShell"