Commit Graph

605 Commits

Author SHA1 Message Date
manojampalam 8fb27e8fc6 4-12 C1 2016-04-12 23:30:37 -07:00
manojampalam d3640ddd8e agent state machine implementation 2016-04-12 19:57:10 -07:00
manojampalam e14a6dd032 SCM startup code for ssh-agent 2016-04-08 18:37:26 -07:00
manojampalam bc3549255d ssh-agent initial template 2016-04-08 16:40:21 -07:00
Manoj Ampalam a64d6fb14f Disabling PKCS11 interface 2016-04-05 22:12:12 -07:00
manojampalam a9a683ed3c Fixing SIGCHLD logic in sftp and removing double close in SIGCHLD implementation 2016-04-05 19:19:10 -07:00
manojampalam 6ec627589f Workaround for <Enter> artifact in latest build 2016-04-05 18:35:21 -07:00
Manoj Ampalam 399d345a1c Fixed double Close on process handle 2016-04-04 14:55:29 -07:00
Manoj Ampalam eb9db70558 Delete unwanted code in session cleanup 2016-04-04 14:54:54 -07:00
Manoj Ampalam 2679669da6 Replaced usage of deprecated SHGetFolderPathW with SHGetKnownFolderPath. Added fallback if SHGetKnownFolderPath fails
SHGetKnownFolderPath fails on Nano
2016-04-04 14:54:11 -07:00
manojampalam 2adee0027d Removing wrong signal queue check in wait() 2016-04-03 21:54:09 -07:00
manojampalam 473539b9bf install and unintall scripts for sshd 2016-04-03 21:06:52 -07:00
manojampalam 8c4d3f23ab Disabling error on exceptfds to support and fixing select timeout 2016-04-03 20:04:43 -07:00
manojampalam 0861b4ea3a Fixes in sshd 2016-04-03 18:06:48 -07:00
manojampalam 090c14b6e3 kill() child processes 2016-03-28 22:49:54 -07:00
manojampalam e3b1997252 update signal code 2016-03-28 22:45:49 -07:00
manojampalam 56ad915376 Missing SIGCHLD zombie logic 2016-03-28 21:37:06 -07:00
manojampalam 327f077231 Adding zombie state to SIGCHLD implementaion 2016-03-27 23:11:33 -07:00
manojampalam 77b0ec86df SIGCHLD and waitpid implementation with sshd on board 2016-03-25 21:22:13 -07:00
manojampalam ed535436d0 simplified sshd fork code 2016-03-25 18:19:05 -07:00
Manoj Ampalam 31989d6f07 sshd changes 2016-03-25 16:28:25 -07:00
Manoj Ampalam d5eefe3c08 removed some more unwanted code 2016-03-25 13:27:03 -07:00
Manoj Ampalam 472992786d Disabling inheritance of parent handles in sftp.exe. Code cleanup in sftp-server.exe 2016-03-25 12:23:55 -07:00
Manoj Ampalam beb8dc53c5 Remove redundant code in sftp.exe 2016-03-25 11:52:33 -07:00
Manoj Ampalam 31881676e7 New sftp.exe fork code for Windows. 2016-03-25 11:28:15 -07:00
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 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