36 Commits

Author SHA1 Message Date
Manoj Ampalam
e626a748ca session refactoring part 1 2016-10-19 14:38:33 -07:00
Manoj Ampalam
0af8ae3965 Unicode enabled on getaddrinfo (unicode targets are now supported) 2016-10-17 00:30:44 -07:00
Manoj Ampalam
c25f6a0d5e Converged Win Unix code in auth.c, move utf routine declarations to separate header 2016-10-16 01:00:27 -07:00
Manoj Ampalam
52bdef5cb7 pwd.c refactoring and clean up 2016-10-14 00:02:19 -07:00
Manoj Ampalam
fe53a4100a fopen Windows wrapper to support reading UTF-8 encoded files 2016-10-09 23:29:52 -07:00
Manoj Ampalam
52525ad938 Reverting pid_t type change (this was breaking code that considers pid_t as signed) 2016-09-23 12:20:17 -07:00
Manoj Ampalam
e8c353d766 missing changes 2016-09-23 11:29:55 -07:00
manojampalam
77b0ec86df SIGCHLD and waitpid implementation with sshd on board 2016-03-25 21:22:13 -07:00
Manoj Ampalam
31c7448e63 Removed more unsupported code in sshd.exe 2016-03-25 09:49:03 -07:00
manojampalam
b65edccdf6 Refactored some part of ssh.exe 2016-03-24 21:13:22 -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
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
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
4c2ee5ce43 sftp-server logleve fix and signal implementation 2016-03-20 16:09:44 -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
238c80b33d initial SIGCHLD implementation 2016-03-14 23:00:27 -07: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
Manoj Ampalam
0e1f1c1cb3 sshd enabling changes 2016-03-10 15:18:09 -08:00
manojampalam
2854245328 Made sftp.exe functional 2016-03-09 22:39:27 -08:00
manojampalam
31ed6d1458 Enabled SFTP client over new POSIX wrapper. Its not functional yet 2016-03-09 20:32:51 -08:00
manojampalam
d871c325aa 3-6 C13 2016-03-06 22:48:26 -08:00
manojampalam
2a87a620ce 3-6 C11
stat() implementation support
2016-03-06 21:39:33 -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
fc9a325988 3-6 C1
Moving conflicting defs to internal header
2016-03-06 11:35:05 -08:00
manojampalam
a072913927 Moving Win32 posix wrapper from standalone project to win32compat project 2016-03-05 15:04:03 -08:00