530 Commits

Author SHA1 Message Date
Manoj Ampalam
31c7448e63 Removed more unsupported code in sshd.exe 2016-03-25 09:49:03 -07:00
manojampalam
c346800d8c Reviewed and refactored some more diffs in ssh.exe 2016-03-24 21:26:49 -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
df9a548ef3 Remove additional token references and calls to ModifyReghtsToDesktop from session 2016-03-24 15:08:52 -07:00
Manoj Ampalam
268bdeb662 Removed code relying on USE_NTCREATETOKEN 2016-03-24 14:57:18 -07:00
Manoj Ampalam
a3cc5c797d Fixes in signal handler and working SFTP progress bar (enabled using alarm()) 2016-03-24 14:16:36 -07:00
manojampalam
eed9299081 Fixes to SFTP progress meter 2016-03-23 22:14:44 -07:00
manojampalam
5a60b811fe Added implementation for dlopen, dlclose, dlsym and dlerror 2016-03-23 21:54:35 -07:00
manojampalam
0958df5875 Reviewed some more Win32 macros in libssh and enabled SFTP progress meter. Not tested yet 2016-03-23 21:30:33 -07:00
manojampalam
65ccbe645c Moved win specific logging code from each exe to win32iocompat 2016-03-23 20:39:00 -07:00
manojampalam
d94011a37e Removing untested kerb support in client 2016-03-23 13:39:32 -07:00
manojampalam
689073e46a fix for 2012 read issue and refactored changes in libssh 2016-03-22 23:18:46 -07:00
manojampalam
fa0fdc47a6 Fix for ReadFileEx synchronously failing with EOF error on 2012 2016-03-22 21:16:13 -07:00
manojampalam
3ffe279bf7 pwd and statvfs functions moved out from openbsd 2016-03-22 20:31:03 -07:00
manojampalam
976eb6ee3b More Win #defs removed from bsdcompat project 2016-03-21 21:55:37 -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
6af7c19743 minor updates to signal implementation 2016-03-20 22:58:37 -07:00
manojampalam
4c2ee5ce43 sftp-server logleve fix and signal implementation 2016-03-20 16:09:44 -07:00
Manoj Ampalam
f33bb99b94 fix connecting sock to finalize before reporting write enabled 3_19_2016 2016-03-19 20:40:55 -07:00
manojampalam
bf74d01af3 Removing #ifdefs around fcntl(FD_CLOSEXEC) 2016-03-19 13:25:43 -07:00
manojampalam
8601d0ccd6 Various fixes around _on_select for each io to record error (instead of returning it on select) 2016-03-18 22:34:32 -07:00
Manoj Ampalam
809d39871a Fix in async Recv and other updates 2016-03-18 14:37:40 -07:00
manojampalam
03f9475b85 streaming app for stress testing ssh transport 2016-03-17 22:51:07 -07:00
manojampalam
d4938e3cc4 Removing prototype samples 2016-03-17 21:22:26 -07:00
Manoj Ampalam
dec395bbfe disabled broken fdopen and routed usage in code to Win CRTs _fdopen, also logging in Network mode, to get elevated tokens for admin 2016-03-17 19:36:09 -07:00
manojampalam
3760840856 Updates to project files to move _NT target to 0x600 2016-03-16 23:06:40 -07:00
Manoj Ampalam
7ca05346bb signal prototypes 2016-03-16 13:43:14 -07:00
manojampalam
4fd9ed0bd7 signal support initial changes 2016-03-15 23:00:55 -07:00
manojampalam
6ba1ba551a Merge branch 'L2-Win32Posix-Prototype' into L1-Prod 2016-03-15 20:34:26 -07:00
manojampalam
8dd7423e13 committing un-revertable diff 2016-03-15 20:33:07 -07:00
manojampalam
8485fd9035 Merge branch 'L1' 2016-03-15 20:27:12 -07:00
manojampalam
318a2fb50c Merge branch 'L1' into L2-Win32Posix-Prototype 2016-03-15 19:57:48 -07:00
manojampalam
a6d70abfc3 Removed new termio incompatible dup() implementaion with overlapped option 2016-03-15 18:56:59 -07:00
manojampalam
a8fcb8d673 Term IO implemented to support Vista and Win7 2016-03-15 18:38:08 -07:00
Manoj Ampalam
fb93bb95e2 term io initial implementation 2016-03-15 15:15:24 -07:00
Manoj Ampalam
a67a8b8012 test updates 2016-03-15 14:11:23 -07:00
Manoj Ampalam
defe8ce39f Simplified code around getting file type and enabled password mode for passphrase collection, Ctrl+c while entering passphrase now works 2016-03-15 13:22:14 -07:00
manojampalam
238c80b33d initial SIGCHLD implementation 2016-03-14 23:00:27 -07:00
manojampalam
4a991a25a9 removed redundant macros in socketio 2016-03-13 23:25:50 -07:00
manojampalam
43873fe362 ssh-keygen onboard. Not functional yet 2016-03-13 22:21:57 -07:00
manojampalam
2d47fc533a Fixing bug in async connect resulting in TCP fwding failures. scp on board (not functional yet) 2016-03-13 22:03:03 -07:00
manojampalam
83cad11f62 sftp-server is now functional 2016-03-13 14:29:52 -07:00
manojampalam
5a47bedd44 enabled sftp-server over new POSIX wrapper. not functional yet 2016-03-13 11:40:04 -07:00
manojampalam
5cb9fb09ed shell host is now the default shell process in sshd 2016-03-13 11:21:09 -07:00
manojampalam
7bff604e70 Added shellhost project to main solution 2016-03-13 10:14:45 -07:00
manojampalam
aed2a003fb shell host bug fixes 2016-03-13 10:07:55 -07:00