openssh-portable/contrib/win32/openssh
bagajjal 0d93457a2e Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00
..
AnalyzeCodeDiff.ps1
AppveyorHelper.psm1
BinSkimConfig.xml
CredScanSuppress.json
DockerFile
FixHostFilePermissions.ps1
FixUserFilePermissions.ps1
GetLibreSSL.ps1
GetZLib.ps1 Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00
MSG00001.bin
OpenSSH-build.ps1
OpenSSHBuildHelper.psm1
OpenSSHCommonUtils.psm1
OpenSSHTestHelper.psm1 fix testbreak with SSH_ASKPASS change (#394) 2019-09-13 14:13:42 -07:00
OpenSSHUtils.psd1
OpenSSHUtils.psm1
OpenSSL-1.0.2d_build.cmd
Openssh-events.man
README.txt
SignConfig.xml
Win32-OpenSSH.sln Ported v8.0 changes 2019-05-24 23:08:06 -07:00
Win32-OpenSSh-design.pptx
bash_script_iterator.ps1
build.json
config.h.vs Ported v8.0 changes 2019-05-24 23:08:06 -07:00
config.ps1
config.vcxproj Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00
config.vcxproj.filters
etwgen.cmd
install-sshd.ps1
keygen.vcxproj
keygen.vcxproj.filters
libssh.vcxproj Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00
libssh.vcxproj.filters Ported v8.0 changes 2019-05-24 23:08:06 -07:00
openbsd_compat.vcxproj
openbsd_compat.vcxproj.filters
openssh-events.rc
openssh-eventsTEMP.BIN
openssh_build.cmd
paths.targets Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00
resource.h
scp.vcxproj Ported v8.0 changes 2019-05-24 23:08:06 -07:00
scp.vcxproj.filters
sftp-server.vcxproj Ported v8.0 changes 2019-05-24 23:08:06 -07:00
sftp-server.vcxproj.filters
sftp.vcxproj Ported v8.0 changes 2019-05-24 23:08:06 -07:00
sftp.vcxproj.filters
ssh-add.vcxproj
ssh-add.vcxproj.filters
ssh-agent.vcxproj
ssh-keyscan.vcxproj Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00
ssh-keyscan.vcxproj.filters
ssh-shellhost.vcxproj
ssh.vcxproj Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00
ssh.vcxproj.filters
sshd.vcxproj Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00
sshd.vcxproj.filters Ported v8.0 changes 2019-05-24 23:08:06 -07:00
sshd_config sshd_config - change default for GSSAPIAuthentication (#370) 2019-01-10 10:29:12 -08:00
targetos.manifest
uninstall-sshd.ps1
unittest-bitmap.vcxproj
unittest-hostkeys.vcxproj
unittest-kex.vcxproj Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00
unittest-match.vcxproj
unittest-sshbuf.vcxproj
unittest-sshkey.vcxproj
unittest-utf8.vcxproj
unittest-win32compat.vcxproj
updateSigning.ps1
version.rc Fixed issue around incorrect handling of Handle and CredHandle types in Kerb GSS/SSPI adapter code 2019-09-10 14:38:16 -07:00
vstsbuild.ps1
win32iocompat.vcxproj Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00
win32iocompat.vcxproj.filters Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00

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.