31 Commits

Author SHA1 Message Date
Yanbing Wang
c4d0727338 Source snapshot from Powershell/openssh-portable:latestw_all 2018-01-19 18:43:54 -08:00
Yanbing Wang
d6ce465b15 Source snapshot from Powershell/openssh-portable:latestw_all 2017-11-18 18:23:07 -08:00
Manoj Ampalam
c1680168e4 Source snapshot from Powershell/openssh-portable:latestw_all 2017-08-18 13:23:47 -07:00
Yanbing Wang
944505e199 Source snapshot from Powershell/openssh-portable:latestw_all 2017-06-15 18:41:19 -07:00
Manoj Ampalam
c156f1404c Source snapshot from Powershell/openssh-portable:latestw_all 2017-04-16 13:54:14 -07:00
Manoj Ampalam
8c43479844 Source snapshot from Powershell/openssh-portable:latestw_all 2017-04-04 12:35:11 -07:00
Manoj Ampalam
776483fb4e Source snapshot from Powershell/openssh-portable:latestw_all 2017-03-14 12:36:27 -07:00
Manoj Ampalam
c8b8c4b82a Source snapshot from Powershell/openssh-portable:latestw_all 2017-02-15 22:47:07 -08:00
Manoj Ampalam
e404237322 Source snapshot from Powershell/openssh-portable:latestw_all 2017-01-30 00:14:58 -08:00
Manoj Ampalam
a4b577b5a0 Source snapshot from Powershell/openssh-portable:latestw_cwb 2017-01-03 14:46:33 -08:00
Manoj Ampalam
69ea992e00 Source snapshot from Powershell/openssh-portable:latestw_cwb 2016-12-17 23:06:42 -08:00
Manoj Ampalam
7c62169a93 Source snapshot from Powershell\openssh-portable 2016-11-29 14:50:13 -08:00
Ray Hayes
e12e674b82 Fix screensize/handle isses. 2016-10-21 14:07:58 -07:00
Ray Hayes
2447272622 Initial WIN32_FIXME changes. 2016-10-18 11:21:34 -07:00
Manoj Ampalam
e8c353d766 missing changes 2016-09-23 11:29:55 -07:00
Manoj Ampalam
ff96264aae making lseek explicitly adjust file offset. 2016-05-30 00:53:33 -07:00
Manoj Ampalam
a64d6fb14f Disabling PKCS11 interface 2016-04-05 22:12:12 -07:00
Manoj Ampalam
31881676e7 New sftp.exe fork code for Windows. 2016-03-25 11:28:15 -07:00
manojampalam
b65edccdf6 Refactored some part of ssh.exe 2016-03-24 21:13:22 -07:00
manojampalam
d061364c5a Got rid of Win32 versions in pathnames.h, got rid of password io handles 2016-03-24 19:10:28 -07:00
Manoj Ampalam
268bdeb662 Removed code relying on USE_NTCREATETOKEN 2016-03-24 14:57:18 -07:00
manojampalam
d94011a37e Removing untested kerb support in client 2016-03-23 13:39:32 -07:00
manojampalam
3ffe279bf7 pwd and statvfs functions moved out from openbsd 2016-03-22 20:31:03 -07:00
manojampalam
07537eb47c Added right implementation of explicit_bzero 2016-03-21 21:49:04 -07:00
manojampalam
936508e00c added waitpid() and removed its dependency from bsdcompat 2016-03-21 21:41:08 -07:00
manojampalam
f04dc7c355 usleep and getdtablesize() updates 2016-03-21 21:10:14 -07:00
manojampalam
ae3705d53b Removed w32_poll, fixes in signal implementation 2016-03-21 20:17:15 -07:00
manojampalam
3760840856 Updates to project files to move _NT target to 0x600 2016-03-16 23:06:40 -07:00
quamrulmina
829f799ad9 Add pluggable access to shell session so that cmd & powershell runs like natively
#define WIN32_PRAGMA_REMCON in config.h.vs or in channels.c, session.c
and sshpty.c files . cmdserver.exe runtime in Pragma Fortress SSH
package needed to access shell session.
2016-02-01 04:10:36 -06:00
quamrulmina
4d952924e1 sftp client and server code changed to build & work with MS Visual Studio
Use new compile flag WIN32_VS to add/change logic of sftp client and
sftp server codes so that MS Visual Studio 2015 compiler and runtime can
be used. opendir(), readdir(), closedir() directory APIs and basename()
API of Unix/Linux are implemented in Windows as they are not available
in Windows/VisualStudio C-runtime. win32_dirent.c and win32_dirent.h
files added as dirent.c and dirent.h are not available in Windows and we
do not want to affect mingW/gcc builds for Windows which have those
files available.
2015-11-06 03:02:51 -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