openssh-portable/contrib/win32/openssh
sasdf 1b9b599f60 Change /dev/null to NUL (#403)
1) Change /dev/null to NUL.
2) Add logic to check for NULL_DEVICE_WIN in fileio.c and misc.c
2019-12-12 14:30:11 -08:00
..
AnalyzeCodeDiff.ps1
AppveyorHelper.psm1 Port Unix bash tests (#410) 2019-12-09 15:12:46 -08:00
BinSkimConfig.xml
CredScanSuppress.json
DockerFile
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 fix onecore build issues (#402) 2019-11-01 11:11:24 -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 Port Unix bash tests (#410) 2019-12-09 15:12:46 -08:00
build.json
config.h.vs Change /dev/null to NUL (#403) 2019-12-12 14:30:11 -08: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 Ported v8.1 changes 2019-11-01 12:20:04 -07: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
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 Added config option to target a specific version of LibreSSL (#405) 2019-11-01 11:10:33 -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.1 changes 2019-11-01 12:20:04 -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 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.