Carl Morris
1226540fb7
Quote arguments in .vscode/tasks.json
in case of spaces ( #10204 )
2019-07-29 13:27:41 -07:00
Dongbo Wang
d2e81dbc13
Special case the posix locale in WildcardPattern ( #10186 )
2019-07-26 10:58:37 -07:00
Dongbo Wang
8f5b2c241e
Use 'Platform.IsWindowsDesktop' instead of checking both NanoServer and IoT ( #10205 )
2019-07-25 17:24:57 -07:00
Steve Lee
2ed9abc99b
Enable -sta
and -mta
switches for pwsh ( #10061 )
2019-07-25 12:38:52 -07:00
Reece Dunham
87f537f290
Fix: Removed dependency file with Dependabot ( #10212 )
2019-07-25 11:42:35 -07:00
Ilya
500595b66a
Use nameof() in LocationGlobber and PathInfo ( #10200 )
...
* Use nameof() in LocationGlobber
* Use nameof() in PathInfo
2019-07-24 10:28:44 +05:00
Travis Plunk
6b2690ef8e
Fix macOS build break ( #10207 )
2019-07-22 15:21:38 -07:00
Ilya
260459ccd4
Avoid boxing when passing value type arguments to PSTraceSource.WriteLine
( #10052 )
2019-07-22 09:50:46 -07:00
Jos Koelewijn
48c7e112db
Add -Raw switch to Select-String for convenience ( #9901 )
2019-07-19 13:21:39 -07:00
Ilya
8de061f430
Reduce allocations in Escape() and Unescape() ( #10041 )
2019-07-19 13:10:10 -07:00
Aditya Patwardhan
b768d87081
Update release date for v7.0.0-preview.2
( #10176 )
2019-07-18 16:04:29 -07:00
Travis Plunk
6f0dacddc1
Merge branch 'release/v7.0.0-preview.2' into master
...
# Conflicts:
# test/nanoserver/nanoserver.tests.ps1
2019-07-17 14:30:34 -07:00
Aditya Patwardhan
6a73cc5bb4
Update docs for 7.0.0-preview.2
release ( #10160 )
2019-07-17 14:19:13 -07:00
Reece Dunham
4091b9f81e
Fix hungarian prefix 'my' ( #9976 )
2019-07-17 13:17:58 -07:00
Aditya Patwardhan
78360d9067
Merged PR 9166: Update changelog for v7.0.0-preview.2
...
Update changelog for v7.0.0-preview.2
Updates are expected when STA / MTA change comes in.
2019-07-17 20:14:04 +00:00
Tyler James Leonhardt
784fd31941
PSSA also includes formatting ( #10172 )
2019-07-17 09:02:02 +05:00
Christoph Bergmeister [MVP]
f00b073539
Refactor security policy documentation so that they appear in the Security policy tab of GitHub ( #9905 )
...
Co-Authored-By: Travis Plunk <travis.plunk@microsoft.com>
2019-07-16 13:27:42 -07:00
Dongbo Wang
df9d9043bb
Add the license header to nanoserver.tests.ps1
( #10171 )
2019-07-16 12:56:55 -07:00
Christoph Bergmeister [MVP]
5ef221f13b
Add .devcontainer configuration ( #10114 )
2019-07-16 12:23:10 -07:00
Tyler James Leonhardt
5bed39b3aa
Add tooling section to PR template ( #10144 )
2019-07-16 12:20:50 -07:00
Aditya Patwardhan
119bffbc05
Update README.md and metadata.json for next releases ( #10087 )
2019-07-16 11:36:39 -07:00
Aditya Patwardhan
7dfcff9287
Merged PR 9168: Disable Enter-PSHostProcess cmdlet when system in lock down mode
...
This is based on an issue, where Enter-PSHostProcess on a locked down (WDAC enforced) machine allows any admin to connect to any another local hosted PowerShell process and execute commands as that user. This amounts to privilege escalation on the policy locked down machine and something we want to prevent.
Fix is to check for system lock down and disable Enter-PSHostProcess cmdlet with an error message.
2019-07-16 00:49:24 +00:00
Aditya Patwardhan
aeb8f37822
Merged PR 9185: Update PowerShell SDK version for hosting tests
...
Update PowerShell SDK version for hosting tests
2019-07-16 00:37:27 +00:00
Dongbo Wang
60da027342
Skip JumpList
on NanoServer
and IoT
( #10164 )
2019-07-15 17:04:54 -07:00
Dongbo Wang
a4e397697c
Skip JumpList
on NanoServer
and IoT
( #10164 )
2019-07-15 17:02:18 -07:00
Travis Plunk
c64a28eaf1
Merged PR 5767: Fix RegEx DoS issues
...
Fix RegEx DoS issues
2019-07-15 19:52:01 +00:00
Travis Plunk
20e8ceee76
Remove markdownlint
tests due to security issues ( #10163 )
2019-07-15 12:21:45 -07:00
Travis Plunk
5ef258ef68
Remove markdownlint
tests due to security issues ( #10163 )
2019-07-15 12:20:39 -07:00
Travis Plunk
1f46ba3162
Update DotNet Support links ( #10145 )
2019-07-15 10:30:24 -07:00
Kirk Munro
c752694b48
Identify renaming a parameter set as non-breaking in the breaking change contract document ( #10113 )
...
* Identify renaming a parameter set as non-breaking
Related discussion: https://github.com/PowerShell/PowerShell/issues/10058 .
* Add note about S.M.A.Internal
2019-07-15 17:50:49 +05:00
Ilya
0ae7d50d5c
Remove 'kill' alias for Stop-Process cmdlet on Unix ( #10098 )
2019-07-15 08:12:26 +05:00
Aditya Patwardhan
540737ebe1
Split the fxdependent package on Windows into two packages ( #10134 )
2019-07-12 17:18:11 -07:00
Aditya Patwardhan
ea4895c849
Mark Set-Service tests with password as Pending
( #10146 )
2019-07-12 16:50:58 -07:00
NB
df672de696
Add alias for Service 'StartType' ( #9940 )
2019-07-12 12:48:20 -07:00
Joel Sallow (/u/ta11ow)
71ec44dccf
Cleanup CompiledScriptBlock.cs ( #9735 )
2019-07-12 12:22:14 -07:00
Steve Lee
431ef0372a
Fix test password generation rule to meet Windows complexity requirements ( #10143 )
2019-07-12 12:11:45 -07:00
Travis Plunk
f645cb8bbb
Revert "Bump System.DirectoryServices ( #10105 )" ( #10135 )
...
This reverts commit 2852efc395
.
# Conflicts:
# src/System.Management.Automation/System.Management.Automation.csproj
2019-07-12 10:27:41 -07:00
Ilya
18ff2b6b1d
Cleanup workflow - remove PSProxyJob ( #10083 )
2019-07-12 07:56:27 +05:00
Aditya Patwardhan
7150308de6
Revert "Bump System.Security.Principal.Windows ( #10101 )" ( #10133 )
...
This reverts commit f75c635ce4
.
2019-07-11 18:10:16 -07:00
Aditya Patwardhan
2fcfab491e
Revert "Bump System.Configuration.ConfigurationManager ( #10111 )" ( #10128 )
...
This reverts commit c8fe894bcd
.
2019-07-11 17:57:31 -07:00
Aditya Patwardhan
b6f4d79ef8
Revert "Bump System.Security.AccessControl ( #10102 )" ( #10132 )
...
This reverts commit 729a29ab15
.
2019-07-11 17:45:22 -07:00
Aditya Patwardhan
682591bc04
Revert "Bump System.Text.Encoding.CodePages ( #10112 )" ( #10131 )
...
This reverts commit 958cdda18a
.
2019-07-11 17:36:06 -07:00
Aditya Patwardhan
84f50e742d
Revert "Bump System.Security.Cryptography.Pkcs ( #10107 )" ( #10130 )
...
This reverts commit d33c906e58
.
2019-07-11 17:35:11 -07:00
Aditya Patwardhan
28fedded00
Revert "Bump System.Management ( #10110 )" ( #10129 )
...
This reverts commit e5990ed8ba
.
2019-07-11 17:34:37 -07:00
Travis Plunk
d486176087
Revert "Bump System.Text.Encodings.Web ( #10123 )" ( #10124 )
...
This reverts commit b9501d9ae8
.
2019-07-11 17:32:50 -07:00
Aditya Patwardhan
174eca5ce2
Revert "Bump System.Threading.AccessControl ( #10106 )" ( #10127 )
...
This reverts commit a7f0c6d2c4
.
2019-07-11 17:32:08 -07:00
Aditya Patwardhan
700ee588b8
Revert "Bump System.Data.SqlClient ( #10109 )" ( #10126 )
...
This reverts commit 83d8ec42bb
.
2019-07-11 17:30:45 -07:00
Aditya Patwardhan
302d4aa0b9
Revert "Bump System.IO.Packaging ( #10108 )" ( #10125 )
...
This reverts commit 45edbd7ee3
.
2019-07-11 17:30:07 -07:00
dependabot-preview[bot]
b9501d9ae8
Bump System.Text.Encodings.Web ( #10123 )
...
Bumps System.Text.Encodings.Web from 4.6.0-preview6.19303.8 to 4.6.0-preview.19113.10.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-11 14:54:02 -07:00
PRASOON KARUNAN V
ffb1549aa9
Add -SecurityDescriptorSddl parameter to Set-Service ( #8626 )
2019-07-11 13:23:57 -07:00