openssh-portable/contrib/win32/openssh
bagajjal f4498b7c5b
Update docker file and build helper (#436)
2020-03-17 22:23:04 -07:00
..
AnalyzeCodeDiff.ps1
AppveyorHelper.psm1 Port Unix bash tests (#410) 2019-12-09 15:12:46 -08:00
BinSkimConfig.xml
CredScanSuppress.json
DockerFile Update docker file and build helper (#436) 2020-03-17 22:23:04 -07:00
FixHostFilePermissions.ps1
FixUserFilePermissions.ps1
GetLibreSSL.ps1 Added config option to target a specific version of LibreSSL (#405) 2019-11-01 11:10:33 -07:00
GetZLib.ps1 Added compression support vai Zlib (#404) 2019-11-01 10:57:34 -07:00
MSG00001.bin
OpenSSH-build.ps1 Code cleanup & minor fixes (#415) 2019-12-12 14:24:35 -08:00
OpenSSHBuildHelper.psm1 Update docker file and build helper (#436) 2020-03-17 22:23:04 -07:00
OpenSSHCommonUtils.psm1
OpenSSHTestHelper.psm1 Port Unix bash tests (#410) 2019-12-09 15:12:46 -08: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_tests_iterator.ps1 Fix to pipe shell commands. (#429) 2020-02-28 18:06:18 +00:00
build.json
config.h.vs Add Long File Name Support (#400) 2019-12-17 12:40:36 -08:00
config.ps1
config.vcxproj Add Moduli file support (#434) 2020-03-17 10:46:28 -07:00
config.vcxproj.filters
etwgen.cmd
install-sshd.ps1
keygen.vcxproj Long file name arm64 platform (#422) 2019-12-17 14:14:59 -08:00
keygen.vcxproj.filters
libssh.vcxproj Ported v8.1 changes 2019-11-01 12:20:04 -07:00
libssh.vcxproj.filters Ported v8.0 changes 2019-05-24 23:08:06 -07:00
moduli Add Moduli file support (#434) 2020-03-17 10:46:28 -07:00
openbsd_compat.vcxproj Ported v8.1 changes 2019-11-01 12:20:04 -07:00
openbsd_compat.vcxproj.filters
openssh-events.rc
openssh-eventsTEMP.BIN
openssh_build.cmd
paths.targets Upgrade to LibreSSL 3.0.2 version. (#435) 2020-03-17 12:51:40 -07:00
resource.h
scp.vcxproj Long file name arm64 platform (#422) 2019-12-17 14:14:59 -08:00
scp.vcxproj.filters
sftp-server.vcxproj Long file name arm64 platform (#422) 2019-12-17 14:14:59 -08:00
sftp-server.vcxproj.filters
sftp.vcxproj Long file name arm64 platform (#422) 2019-12-17 14:14:59 -08:00
sftp.vcxproj.filters
ssh-add.vcxproj Long file name arm64 platform (#422) 2019-12-17 14:14:59 -08:00
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 Long file name arm64 platform (#422) 2019-12-17 14:14:59 -08:00
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 Add Long File Name Support (#400) 2019-12-17 12:40:36 -08:00
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 Ported v8.1 changes 2019-11-01 12:20:04 -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.