openssh-portable/contrib/win32/openssh
Manoj Ampalam 32ff0c2aed
Added support to autogen hostkeys at sshd service startup (#259)
* Added support to autogen hostkeys at sshd service startup
* Integrated latest changes to sshd_config
2018-01-17 08:52:10 -08:00
..
AnalyzeCodeDiff.ps1
AppveyorHelper.psm1 test scripts update to run on win7 (#174) 2017-06-26 21:58:29 -07:00
FixHostFilePermissions.ps1 test scripts update to run on win7 (#174) 2017-06-26 21:58:29 -07:00
FixUserFilePermissions.ps1 test scripts update to run on win7 (#174) 2017-06-26 21:58:29 -07:00
OpenSSHBuildHelper.psm1 Implement Unix styled privilege separation in Windows (#258) 2018-01-15 13:57:31 -08:00
OpenSSHCommonUtils.psm1 test scripts update to run on win7 (#174) 2017-06-26 21:58:29 -07:00
OpenSSHTestHelper.psm1 Implement Unix styled privilege separation in Windows (#258) 2018-01-15 13:57:31 -08:00
OpenSSHUtils.psd1 change to shouldprocess, workaround set-acl issue on win7, use approved verb (#164) 2017-06-11 09:57:38 -07:00
OpenSSHUtils.psm1 Implement Unix styled privilege separation in Windows (#258) 2018-01-15 13:57:31 -08:00
OpenSSL-1.0.2d_build.cmd
README.txt Move to LibreSSL, Fixed issues arising from compiling Windows specific code at warling level 3 2017-06-13 10:33:47 -07:00
Win32-OpenSSH.sln Enable build for arm and arm64 (#238) 2017-11-14 17:22:02 -08:00
Win32-OpenSSh-design.pptx Fixed issue with binary input stream over ssh 2017-06-02 15:08:02 -07:00
config.h.vs Implement Unix styled privilege separation in Windows (#258) 2018-01-15 13:57:31 -08:00
config.ps1
config.vcxproj Implement Unix styled privilege separation in Windows (#258) 2018-01-15 13:57:31 -08:00
config.vcxproj.filters
install-sshd.ps1 Added support to autogen hostkeys at sshd service startup (#259) 2018-01-17 08:52:10 -08:00
keygen.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
keygen.vcxproj.filters
libssh.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
libssh.vcxproj.filters Enabled Control Flow Guard on all binaries 2017-09-14 09:09:17 -07:00
openbsd_compat.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
openbsd_compat.vcxproj.filters Ported upstream changes 2017-11-16 14:08:23 -08:00
openssh_build.cmd
paths.targets Added support to autogen hostkeys at sshd service startup (#259) 2018-01-17 08:52:10 -08:00
resource.h
scp.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
scp.vcxproj.filters
sftp-server.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
sftp-server.vcxproj.filters
sftp.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
sftp.vcxproj.filters
ssh-add.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
ssh-add.vcxproj.filters
ssh-agent.vcxproj Implement Unix styled privilege separation in Windows (#258) 2018-01-15 13:57:31 -08:00
ssh-keyscan.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
ssh-keyscan.vcxproj.filters
ssh-shellhost.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
ssh.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
ssh.vcxproj.filters
sshd.vcxproj Implement Unix styled privilege separation in Windows (#258) 2018-01-15 13:57:31 -08:00
sshd.vcxproj.filters Implement Unix styled privilege separation in Windows (#258) 2018-01-15 13:57:31 -08:00
sshd_config Added support to autogen hostkeys at sshd service startup (#259) 2018-01-17 08:52:10 -08:00
targetos.manifest
uninstall-sshd.ps1 properly redirect sc.exe stderr to $null (#187) 2017-07-28 15:36:01 -07:00
unittest-bitmap.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
unittest-hostkeys.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
unittest-kex.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
unittest-match.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
unittest-sshbuf.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
unittest-sshkey.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
unittest-utf8.vcxproj fix the project files to refer to libcrypto.dll instead of libcrypto-41.dll (#231) 2017-10-31 11:44:10 -07:00
unittest-win32compat.vcxproj Remove two properties from projects (#240) 2017-11-17 13:07:54 -08:00
version.rc Cranked version 0.0.24.0 (#248) 2017-12-04 13:03:54 -08:00
win32iocompat.vcxproj Implement Unix styled privilege separation in Windows (#258) 2018-01-15 13:57:31 -08:00
win32iocompat.vcxproj.filters Implement Unix styled privilege separation in Windows (#258) 2018-01-15 13:57:31 -08: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.