manojampalam
|
642368ca9d
|
Fix in assertion
|
2016-03-11 18:45:36 -08:00 |
|
manojampalam
|
decdb8bf37
|
sample updates
|
2016-03-11 18:32:52 -08:00 |
|
manojampalam
|
91faab4d9e
|
debug log updates
|
2016-03-11 18:32:31 -08:00 |
|
manojampalam
|
fde5fdad4d
|
updating debug log info
|
2016-03-11 17:19:22 -08:00 |
|
manojampalam
|
173b000a76
|
Enabled sshd debug mode in windows, fixed bug in STDIO close(), and tty condition in client_loop()
|
2016-03-11 14:31:47 -08:00 |
|
manojampalam
|
4ae501e179
|
Redirected IO exp
|
2016-03-10 21:42:06 -08:00 |
|
Manoj Ampalam
|
0e1f1c1cb3
|
sshd enabling changes
|
2016-03-10 15:18:09 -08:00 |
|
Manoj Ampalam
|
64531446fa
|
Fix in condition testing for tty of channel's out fd
|
2016-03-10 14:59:01 -08:00 |
|
Manoj Ampalam
|
05c9f0e371
|
fix assertion in file write completion call back
|
2016-03-10 11:29:17 -08:00 |
|
manojampalam
|
2854245328
|
Made sftp.exe functional
|
2016-03-09 22:39:27 -08:00 |
|
quamrulmina
|
69546ae1ff
|
Revert "sshd session will not echo password in an app/program run within sshd session"
This reverts commit 4ed811fdb44bdfcd8200319bbdbcbfdb499afa79.
|
2016-03-09 23:36:19 -06:00 |
|
manojampalam
|
31ed6d1458
|
Enabled SFTP client over new POSIX wrapper. Its not functional yet
|
2016-03-09 20:32:51 -08:00 |
|
manojampalam
|
41f53d605c
|
Movied ansi parser out of channel code and put it in a filter
|
2016-03-09 20:32:02 -08:00 |
|
Manoj Ampalam
|
1c9731059d
|
Fix for bug in dup on input handle
|
2016-03-09 16:45:48 -08:00 |
|
quamrulmina
|
4ed811fdb4
|
sshd session will not echo password in an app/program run within sshd session
Fixes problem #143 ; Turning off echo does not work. Now "net use" to
mount a drive or sftp, scp, run within a ssh session will not echo
password.
|
2016-03-09 14:54:51 -06:00 |
|
manojampalam
|
1369e3054f
|
Fix on_select logic for sockets
|
2016-03-08 22:54:35 -08:00 |
|
quamrulmina
|
91adb0c99b
|
sftp.exe fixed to run within a ssh session
stdout buffer avoided so that printf("sftp>") prompts and other
printf()s come through to the user right away
|
2016-03-08 20:14:53 -06:00 |
|
manojampalam
|
ae2873e8f1
|
select() fixes around timeout expiry return value
|
2016-03-07 22:46:21 -08:00 |
|
manojampalam
|
682fac1587
|
3-7 20:00
|
2016-03-07 20:08:45 -08:00 |
|
Manoj Ampalam
|
e73111f3d9
|
3-7 15:15
|
2016-03-07 15:14:53 -08:00 |
|
Manoj Ampalam
|
81efa6a3b7
|
Added dup() support
|
2016-03-07 15:13:32 -08:00 |
|
Manoj Ampalam
|
04ae5b8469
|
3-7 C4
|
2016-03-07 14:27:13 -08:00 |
|
Manoj Ampalam
|
2305a16980
|
3-7 C3
advancing file pointer in read completion routine
|
2016-03-07 14:25:38 -08:00 |
|
Manoj Ampalam
|
991be1f492
|
3-7 C2
Fix select routine to return EAGAIN when timeout is 0 and no fds are
ready
|
2016-03-07 13:02:31 -08:00 |
|
Manoj Ampalam
|
73cab1c657
|
3-7 C1
Fixes in select routine to respect incoming fd_set size
|
2016-03-07 11:05:46 -08:00 |
|
manojampalam
|
d871c325aa
|
3-6 C13
|
2016-03-06 22:48:26 -08:00 |
|
manojampalam
|
e4c233e95c
|
3-6 C12
Changes enabling ssh.exe on the new posix wrapper
|
2016-03-06 21:43:59 -08:00 |
|
manojampalam
|
2a87a620ce
|
3-6 C11
stat() implementation support
|
2016-03-06 21:39:33 -08:00 |
|
manojampalam
|
43c3d105c3
|
3-6 C10
|
2016-03-06 19:37:43 -08:00 |
|
manojampalam
|
95e7d99012
|
3-6 C9
|
2016-03-06 19:19:50 -08:00 |
|
manojampalam
|
277435f8f2
|
3-6 C8
|
2016-03-06 19:18:33 -08:00 |
|
manojampalam
|
ed0888d6c2
|
3-6 C7
|
2016-03-06 15:47:33 -08:00 |
|
manojampalam
|
b6f7898659
|
3-6 C6
|
2016-03-06 14:14:29 -08:00 |
|
manojampalam
|
d6f5485283
|
3-6 C5
|
2016-03-06 13:26:09 -08:00 |
|
manojampalam
|
dd1402f68a
|
3-6 C4
Removing winsock2 reference from unwanted headers in win32compat
|
2016-03-06 12:47:21 -08:00 |
|
manojampalam
|
0ec4dbaae2
|
3-6 C3
Removing winsock2 header from ssh-lsa source
|
2016-03-06 12:17:48 -08:00 |
|
manojampalam
|
f4545e1032
|
3-6 C2
Moving the new POSIX wrapper to a separate project (and lib) to escape
dealing with linkage issues related to overriding winsock apis
|
2016-03-06 12:00:41 -08:00 |
|
manojampalam
|
fc9a325988
|
3-6 C1
Moving conflicting defs to internal header
|
2016-03-06 11:35:05 -08:00 |
|
manojampalam
|
0b3db0aa3e
|
3-5 c7
|
2016-03-05 20:11:05 -08:00 |
|
manojampalam
|
b6545a7e39
|
3-5 c6
|
2016-03-05 19:52:34 -08:00 |
|
manojampalam
|
d8a231f2ea
|
3-5 c5
|
2016-03-05 16:17:24 -08:00 |
|
manojampalam
|
44c5be4883
|
3-5 C4
|
2016-03-05 15:11:04 -08:00 |
|
manojampalam
|
a072913927
|
Moving Win32 posix wrapper from standalone project to win32compat project
|
2016-03-05 15:04:03 -08:00 |
|
manojampalam
|
36c8b94217
|
3-5 C3
|
2016-03-05 13:51:19 -08:00 |
|
manojampalam
|
10acae4a83
|
Merge branch 'L1' into L2-Win32Posix-Prototype
|
2016-03-05 12:18:17 -08:00 |
|
manojampalam
|
94da1cd22c
|
3-5 C2
|
2016-03-05 12:09:26 -08:00 |
|
manojampalam
|
6085753a30
|
3-5 C1
|
2016-03-05 09:48:46 -08:00 |
|
manojampalam
|
e625fb2bf5
|
3-4 C5
|
2016-03-04 22:42:39 -08:00 |
|
Manoj Ampalam
|
d0f61c3dc5
|
3-4 C3
|
2016-03-04 15:13:29 -08:00 |
|
Manoj Ampalam
|
2caf350f29
|
3-4 C2
|
2016-03-04 14:13:11 -08:00 |
|