Skip to content
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
wants to merge 207 commits into from
Closed

Conversation

bagajjal
Copy link

@bagajjal bagajjal commented Oct 2, 2017

PowerShell/Win32-OpenSSH#90

Users can configure the default shell in windows registry path
"Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShell"

image

manojampalam and others added 30 commits December 19, 2016 14:46
Update build script to download OpenSSL libs from win32_openssh
* 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
manojampalam and others added 27 commits August 1, 2017 14:24
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
@bagajjal bagajjal closed this Oct 2, 2017
@bagajjal bagajjal deleted the default_shell_#90 branch October 2, 2017 23:56
@bagajjal bagajjal restored the default_shell_#90 branch October 2, 2017 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants