Commit Graph

  • 8c4d3f23ab Disabling error on exceptfds to support and fixing select timeout manojampalam 2016-04-03 20:04:43 -07:00
  • 0861b4ea3a Fixes in sshd manojampalam 2016-04-03 18:06:48 -07:00
  • d0ef5c026d committing un-discardable ps script changes L1 Manoj Ampalam 2016-03-31 10:31:33 -07:00
  • 090c14b6e3 kill() child processes manojampalam 2016-03-28 22:49:54 -07:00
  • e3b1997252 update signal code manojampalam 2016-03-28 22:45:49 -07:00
  • 56ad915376 Missing SIGCHLD zombie logic manojampalam 2016-03-28 21:37:06 -07:00
  • 327f077231 Adding zombie state to SIGCHLD implementaion manojampalam 2016-03-27 23:11:33 -07:00
  • 77b0ec86df SIGCHLD and waitpid implementation with sshd on board manojampalam 2016-03-25 21:22:13 -07:00
  • ed535436d0 simplified sshd fork code manojampalam 2016-03-25 18:19:05 -07:00
  • 31989d6f07 sshd changes Manoj Ampalam 2016-03-25 16:28:25 -07:00
  • d5eefe3c08 removed some more unwanted code Manoj Ampalam 2016-03-25 13:27:03 -07:00
  • 472992786d Disabling inheritance of parent handles in sftp.exe. Code cleanup in sftp-server.exe Manoj Ampalam 2016-03-25 12:23:55 -07:00
  • beb8dc53c5 Remove redundant code in sftp.exe Manoj Ampalam 2016-03-25 11:52:33 -07:00
  • 31881676e7 New sftp.exe fork code for Windows. Manoj Ampalam 2016-03-25 11:28:15 -07:00
  • 31c7448e63 Removed more unsupported code in sshd.exe Manoj Ampalam 2016-03-25 09:49:03 -07:00
  • c346800d8c Reviewed and refactored some more diffs in ssh.exe manojampalam 2016-03-24 21:26:49 -07:00
  • b65edccdf6 Refactored some part of ssh.exe manojampalam 2016-03-24 21:13:22 -07:00
  • d061364c5a Got rid of Win32 versions in pathnames.h, got rid of password io handles manojampalam 2016-03-24 19:10:28 -07:00
  • df9a548ef3 Remove additional token references and calls to ModifyReghtsToDesktop from session Manoj Ampalam 2016-03-24 15:08:52 -07:00
  • 268bdeb662 Removed code relying on USE_NTCREATETOKEN Manoj Ampalam 2016-03-24 14:57:18 -07:00
  • a3cc5c797d Fixes in signal handler and working SFTP progress bar (enabled using alarm()) Manoj Ampalam 2016-03-24 14:16:36 -07:00
  • eed9299081 Fixes to SFTP progress meter manojampalam 2016-03-23 22:14:44 -07:00
  • 5a60b811fe Added implementation for dlopen, dlclose, dlsym and dlerror manojampalam 2016-03-23 21:54:35 -07:00
  • 0958df5875 Reviewed some more Win32 macros in libssh and enabled SFTP progress meter. Not tested yet manojampalam 2016-03-23 21:30:33 -07:00
  • 65ccbe645c Moved win specific logging code from each exe to win32iocompat manojampalam 2016-03-23 20:39:00 -07:00
  • d94011a37e Removing untested kerb support in client manojampalam 2016-03-23 13:39:32 -07:00
  • 689073e46a fix for 2012 read issue and refactored changes in libssh manojampalam 2016-03-22 23:18:46 -07:00
  • fa0fdc47a6 Fix for ReadFileEx synchronously failing with EOF error on 2012 manojampalam 2016-03-22 21:16:13 -07:00
  • 3ffe279bf7 pwd and statvfs functions moved out from openbsd manojampalam 2016-03-22 20:31:03 -07:00
  • 976eb6ee3b More Win #defs removed from bsdcompat project manojampalam 2016-03-21 21:55:37 -07:00
  • 07537eb47c Added right implementation of explicit_bzero manojampalam 2016-03-21 21:49:04 -07:00
  • 936508e00c added waitpid() and removed its dependency from bsdcompat manojampalam 2016-03-21 21:41:08 -07:00
  • f04dc7c355 usleep and getdtablesize() updates manojampalam 2016-03-21 21:10:14 -07:00
  • ae3705d53b Removed w32_poll, fixes in signal implementation manojampalam 2016-03-21 20:17:15 -07:00
  • 6af7c19743 minor updates to signal implementation manojampalam 2016-03-20 22:58:37 -07:00
  • 4c2ee5ce43 sftp-server logleve fix and signal implementation manojampalam 2016-03-20 16:09:44 -07:00
  • f33bb99b94 fix connecting sock to finalize before reporting write enabled 3_19_2016 Manoj Ampalam 2016-03-19 20:40:55 -07:00
  • bf74d01af3 Removing #ifdefs around fcntl(FD_CLOSEXEC) manojampalam 2016-03-19 13:25:43 -07:00
  • 8601d0ccd6 Various fixes around _on_select for each io to record error (instead of returning it on select) manojampalam 2016-03-18 22:34:32 -07:00
  • 809d39871a Fix in async Recv and other updates Manoj Ampalam 2016-03-18 14:37:40 -07:00
  • 03f9475b85 streaming app for stress testing ssh transport manojampalam 2016-03-17 22:51:07 -07:00
  • d4938e3cc4 Removing prototype samples manojampalam 2016-03-17 21:22:26 -07:00
  • dec395bbfe disabled broken fdopen and routed usage in code to Win CRTs _fdopen, also logging in Network mode, to get elevated tokens for admin Manoj Ampalam 2016-03-17 19:36:09 -07:00
  • 3760840856 Updates to project files to move _NT target to 0x600 manojampalam 2016-03-16 23:06:40 -07:00
  • 7ca05346bb signal prototypes Manoj Ampalam 2016-03-16 13:43:14 -07:00
  • 4fd9ed0bd7 signal support initial changes manojampalam 2016-03-15 23:00:55 -07:00
  • 6ba1ba551a Merge branch 'L2-Win32Posix-Prototype' into L1-Prod manojampalam 2016-03-15 20:34:26 -07:00
  • 8dd7423e13 committing un-revertable diff master manojampalam 2016-03-15 20:33:07 -07:00
  • 8485fd9035 Merge branch 'L1' manojampalam 2016-03-15 20:27:12 -07:00
  • 318a2fb50c Merge branch 'L1' into L2-Win32Posix-Prototype manojampalam 2016-03-15 19:57:48 -07:00
  • a6d70abfc3 Removed new termio incompatible dup() implementaion with overlapped option manojampalam 2016-03-15 18:56:59 -07:00
  • a8fcb8d673 Term IO implemented to support Vista and Win7 manojampalam 2016-03-15 18:38:08 -07:00
  • fb93bb95e2 term io initial implementation Manoj Ampalam 2016-03-15 15:15:24 -07:00
  • a67a8b8012 test updates Manoj Ampalam 2016-03-15 14:11:23 -07:00
  • defe8ce39f Simplified code around getting file type and enabled password mode for passphrase collection, Ctrl+c while entering passphrase now works Manoj Ampalam 2016-03-15 13:22:14 -07:00
  • 238c80b33d initial SIGCHLD implementation manojampalam 2016-03-14 23:00:27 -07:00
  • 4a991a25a9 removed redundant macros in socketio manojampalam 2016-03-13 23:25:50 -07:00
  • 43873fe362 ssh-keygen onboard. Not functional yet manojampalam 2016-03-13 22:21:57 -07:00
  • 2d47fc533a Fixing bug in async connect resulting in TCP fwding failures. scp on board (not functional yet) manojampalam 2016-03-13 22:03:03 -07:00
  • 83cad11f62 sftp-server is now functional manojampalam 2016-03-13 14:29:52 -07:00
  • 5a47bedd44 enabled sftp-server over new POSIX wrapper. not functional yet manojampalam 2016-03-13 11:40:04 -07:00
  • 5cb9fb09ed shell host is now the default shell process in sshd manojampalam 2016-03-13 11:21:09 -07:00
  • 7bff604e70 Added shellhost project to main solution manojampalam 2016-03-13 10:14:45 -07:00
  • aed2a003fb shell host bug fixes manojampalam 2016-03-13 10:07:55 -07:00
  • bcb0079251 Implementation of shell-host and updated copy rights manojampalam 2016-03-12 22:37:01 -08:00
  • 642368ca9d Fix in assertion manojampalam 2016-03-11 18:45:36 -08:00
  • decdb8bf37 sample updates manojampalam 2016-03-11 18:32:52 -08:00
  • 91faab4d9e debug log updates manojampalam 2016-03-11 18:32:31 -08:00
  • fde5fdad4d updating debug log info manojampalam 2016-03-11 17:19:22 -08:00
  • 173b000a76 Enabled sshd debug mode in windows, fixed bug in STDIO close(), and tty condition in client_loop() manojampalam 2016-03-11 14:31:47 -08:00
  • 4ae501e179 Redirected IO exp manojampalam 2016-03-10 21:42:06 -08:00
  • 0e1f1c1cb3 sshd enabling changes Manoj Ampalam 2016-03-10 15:18:09 -08:00
  • 64531446fa Fix in condition testing for tty of channel's out fd Manoj Ampalam 2016-03-10 14:59:01 -08:00
  • 05c9f0e371 fix assertion in file write completion call back Manoj Ampalam 2016-03-10 11:29:17 -08:00
  • 2854245328 Made sftp.exe functional manojampalam 2016-03-09 22:39:27 -08:00
  • 69546ae1ff Revert "sshd session will not echo password in an app/program run within sshd session" quamrulmina 2016-03-09 23:36:19 -06:00
  • 31ed6d1458 Enabled SFTP client over new POSIX wrapper. Its not functional yet manojampalam 2016-03-09 20:32:51 -08:00
  • 41f53d605c Movied ansi parser out of channel code and put it in a filter manojampalam 2016-03-09 20:32:02 -08:00
  • 1c9731059d Fix for bug in dup on input handle Manoj Ampalam 2016-03-09 16:45:48 -08:00
  • 4ed811fdb4 sshd session will not echo password in an app/program run within sshd session quamrulmina 2016-03-09 14:54:51 -06:00
  • 1369e3054f Fix on_select logic for sockets manojampalam 2016-03-08 22:54:35 -08:00
  • 91adb0c99b sftp.exe fixed to run within a ssh session quamrulmina 2016-03-08 20:14:53 -06:00
  • ae2873e8f1 select() fixes around timeout expiry return value manojampalam 2016-03-07 22:46:21 -08:00
  • 682fac1587 3-7 20:00 manojampalam 2016-03-07 20:08:45 -08:00
  • e73111f3d9 3-7 15:15 Manoj Ampalam 2016-03-07 15:14:53 -08:00
  • 81efa6a3b7 Added dup() support Manoj Ampalam 2016-03-07 15:13:32 -08:00
  • 04ae5b8469 3-7 C4 Manoj Ampalam 2016-03-07 14:27:13 -08:00
  • 2305a16980 3-7 C3 Manoj Ampalam 2016-03-07 14:25:38 -08:00
  • 991be1f492 3-7 C2 Manoj Ampalam 2016-03-07 13:02:31 -08:00
  • 73cab1c657 3-7 C1 Manoj Ampalam 2016-03-07 11:05:46 -08:00
  • d871c325aa 3-6 C13 manojampalam 2016-03-06 22:48:26 -08:00
  • e4c233e95c 3-6 C12 manojampalam 2016-03-06 21:43:59 -08:00
  • 2a87a620ce 3-6 C11 manojampalam 2016-03-06 21:39:33 -08:00
  • 43c3d105c3 3-6 C10 manojampalam 2016-03-06 19:37:43 -08:00
  • 95e7d99012 3-6 C9 manojampalam 2016-03-06 19:19:50 -08:00
  • 277435f8f2 3-6 C8 manojampalam 2016-03-06 19:18:33 -08:00
  • ed0888d6c2 3-6 C7 manojampalam 2016-03-06 15:47:33 -08:00
  • b6f7898659 3-6 C6 manojampalam 2016-03-06 14:14:29 -08:00
  • d6f5485283 3-6 C5 manojampalam 2016-03-06 13:26:09 -08:00
  • dd1402f68a 3-6 C4 manojampalam 2016-03-06 12:47:21 -08:00