openssh-portable/contrib/win32/openssh
Yanbing a75116b6f8 Fix of 1211 and 1082 (#349)
PowerShell/Win32-OpenSSH#1211
PowerShell/Win32-OpenSSH#1082

Added support for posix_spawnp that executes the command directly instead of appending path. (SH_ASKPASS and proxy command use this). Refactored posix spawn commandline building logic to automatically account for Windows CRT escaping rules on all arguments.
2018-11-05 12:22:20 -08:00
..
AnalyzeCodeDiff.ps1
AppveyorHelper.psm1
BinSkimConfig.xml
CredScanSuppress.json
DockerFile
FixHostFilePermissions.ps1
FixUserFilePermissions.ps1
GetLibreSSL.ps1
MSG00001.bin
OpenSSH-build.ps1
OpenSSHBuildHelper.psm1
OpenSSHCommonUtils.psm1
OpenSSHTestHelper.psm1
OpenSSHUtils.psd1
OpenSSHUtils.psm1
OpenSSL-1.0.2d_build.cmd
Openssh-events.man
README.txt
SignConfig.xml
Win32-OpenSSH.sln
Win32-OpenSSh-design.pptx
bash_script_iterator.ps1
build.json
config.h.vs
config.ps1
config.vcxproj
config.vcxproj.filters
etwgen.cmd
install-sshd.ps1
keygen.vcxproj
keygen.vcxproj.filters
libssh.vcxproj
libssh.vcxproj.filters
openbsd_compat.vcxproj
openbsd_compat.vcxproj.filters
openssh-events.rc
openssh-eventsTEMP.BIN
openssh_build.cmd
paths.targets
resource.h
scp.vcxproj
scp.vcxproj.filters
sftp-server.vcxproj
sftp-server.vcxproj.filters
sftp.vcxproj
sftp.vcxproj.filters
ssh-add.vcxproj
ssh-add.vcxproj.filters
ssh-agent.vcxproj
ssh-keyscan.vcxproj
ssh-keyscan.vcxproj.filters
ssh-shellhost.vcxproj
ssh.vcxproj
ssh.vcxproj.filters
sshd.vcxproj Fix of 1211 and 1082 (#349) 2018-11-05 12:22:20 -08:00
sshd.vcxproj.filters Fix of 1211 and 1082 (#349) 2018-11-05 12:22:20 -08:00
sshd_config
targetos.manifest
uninstall-sshd.ps1
unittest-bitmap.vcxproj
unittest-hostkeys.vcxproj
unittest-kex.vcxproj
unittest-match.vcxproj
unittest-sshbuf.vcxproj
unittest-sshkey.vcxproj
unittest-utf8.vcxproj
unittest-win32compat.vcxproj
updateSigning.ps1
version.rc
vstsbuild.ps1
win32iocompat.vcxproj
win32iocompat.vcxproj.filters

README.txt

Custom paths for the visual studio projects are defined in paths.targets.  

All projects import this targets file, and it should be in the same directory as the project.

The custom paths are:

OpenSSH-Src-Path            =  The directory path of the OpenSSH root source directory (with trailing slash)
OpenSSH-Bin-Path            =  The directory path of the location to which binaries are placed.  This is the output of the binary projects
OpenSSH-Lib-Path            =  The directory path of the location to which libraries are placed.  This is the output of the libary projects
LibreSSL-x86-Path           =  The directory path of LibreSSL statically compiled for x86 platform.
LibreSSL-x64-Path           =  The directory path of LibreSSL statically compiled for x64 platform.