Manoj Ampalam
8566745e2d
Implemented getpwnam and moved w32_posix_initialize to wmain, moved wmain.c to win32iocompat
2016-10-15 19:17:54 -07:00
Manoj Ampalam
f7e30c7d2e
Added wmain wrapper to rest of exes. enabled Unicode on open()
2016-10-06 23:26:48 -07:00
Manoj Ampalam
f5e6d88da1
Added versioning to all binaries
2016-07-01 14:03:43 -07:00
manojampalam
3760840856
Updates to project files to move _NT target to 0x600
2016-03-16 23:06:40 -07:00
manojampalam
e4c233e95c
3-6 C12
...
Changes enabling ssh.exe on the new posix wrapper
2016-03-06 21:43:59 -08:00
dkulwin
67c7a3c003
Add os compatibility to manifests
...
Microsoft version apis distinguish operating systems beyond window 8 if
there isn't a manifest entry for os compatibility.
2016-01-08 13:35:55 -06:00
dkulwin
702daceea7
Minor changes to assertion handling
...
Changed the code to bring back assertion popups for everyone, but turn
off assertions around the _get_osfhandle() call in allocate_sfd(). The
original port code was designed knowing that some of the passed
parameters would be invalid, but was expecting that the call would just
fail instead of generating an assert dialog. Turning off Asserts around
this call results in behavior similar to mingw.
Also, turn off Incremental Linking for ssh.exe since half the time, the
linker would trap on this project.
2015-12-08 12:47:35 -06:00
dkulwin
5752a7e550
Remove EditAndContinue selection for debug configurations.
...
Replaced by standard /Zi database option
2015-11-19 15:29:17 -06:00
dkulwin
df8c2c2b02
Change include paths to use matching plaform/config
...
The include paths for openssl should match the platform/config of the
project.
2015-11-06 12:03:50 -06:00
dkulwin
095ae850aa
path updates for visual studio solution
...
Added specific paths for different configurations of OpenSSL instead of
assuming a tree with all four.
2015-11-05 13:03:03 -06:00
dkulwin
7bd7008792
Add Visual Studio 2015 solution and projects
...
Add the solution, projects and filter files for building Win32-OpenSSH
binaries under visual studio 2015.
2015-11-04 19:34:21 -06:00