1
1
Граф коммитов

1673 Коммитов

Автор SHA1 Сообщение Дата
Andreas Schneider
4f34062623 sftp: Fixed sftp_chown. 2010-05-17 23:37:11 +02:00
Andreas Schneider
255f5bd73f Install missing legacy header file. 2010-05-17 23:36:39 +02:00
Aris Adamantiadis
0ec847bbe7 Added some other junk test file 2010-05-17 20:08:11 +02:00
Aris Adamantiadis
08bc076a0a New sample that writes a lot of data on channel 2010-05-17 20:08:10 +02:00
Aris Adamantiadis
2c014256f7 Fix sftp_rename on sftp3 2010-05-17 20:08:10 +02:00
Andreas Schneider
488e822c8d poll: Added a cleanup function to free the ws2_32 library. 2010-05-17 11:19:31 +02:00
Aris Adamantiadis
2234c115f2 Separation work between openssl and libgcrypt 2010-05-14 01:22:22 +02:00
Aris Adamantiadis
b23b3f1d99 Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
Andreas Schneider
46b249f5ce connect: Fixed signedness warnings from MSVC. 2010-05-12 21:01:18 +02:00
Andreas Schneider
b1b42aeb9c win: Added missing includes with newer MSCV. 2010-05-12 21:01:18 +02:00
Andreas Schneider
56c867edfa connect: Don't shadow errno. 2010-05-12 20:30:52 +02:00
Andreas Schneider
40c1a7e91f connect: Make sure that we use float values for the status. 2010-05-12 20:27:15 +02:00
Andreas Schneider
9739dae794 proxycommand: check the return values of pipe(). 2010-05-12 19:29:13 +02:00
Andreas Schneider
81793de030 Fixed building libssh with DEBUG_CRYPTO. 2010-05-12 19:24:22 +02:00
Andreas Schneider
a5157e69b1 Increment the soversion number. 2010-05-12 19:01:25 +02:00
Andreas Schneider
101a65378c Merge branch 'look' 2010-05-12 18:42:20 +02:00
Andreas Schneider
91ef298e7d Added runtime detection of WSAPoll().
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2010-05-12 18:22:09 +02:00
Andreas Schneider
739234afb9 Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR. 2010-05-12 13:55:32 +02:00
Andreas Schneider
4ecefb5017 Fixed linking errors on Windows. 2010-05-12 13:53:25 +02:00
Andreas Schneider
444008aabc Fixed build of ssh_lowercase and ssh_hostport on Windows. 2010-05-12 13:47:28 +02:00
Andreas Schneider
45857bc606 Fixed windows include files in pcap support. 2010-05-12 13:39:44 +02:00
Andreas Schneider
da9b2e25f6 Fixed Windows build warnings. 2010-05-12 13:08:45 +02:00
Andreas Schneider
fc508f9494 Fixed Windows build. 2010-05-12 12:46:50 +02:00
Andreas Schneider
3573bd4d87 Use the new expand functions. 2010-05-11 09:40:33 +02:00
Andreas Schneider
c7ee14e786 Added a torture test for ssh_path_expand_escape(). 2010-05-11 02:10:55 +02:00
Andreas Schneider
fac56bae32 Added a function to expand an escaped string. 2010-05-11 02:10:55 +02:00
Andreas Schneider
c5c1698cde Added a torture test for ssh_path_expand_tilde(). 2010-05-11 02:10:55 +02:00
Andreas Schneider
4df7daec82 Added a function to expand the tilde from a path. 2010-05-11 02:10:55 +02:00
Aris Adamantiadis
26d04ff037 Fix style in ssh_poll_ctx_dopoll
Also do a rescan of polled events when a poll object has been deleted.
2010-05-10 23:19:39 +02:00
Aris Adamantiadis
5713481838 Fix options copy 2010-05-10 22:46:20 +02:00
Aris Adamantiadis
74c9c1afa9 Added code to test proxycommand
Conflicts:

	examples/sample.c
2010-05-10 22:44:06 +02:00
Aris Adamantiadis
e159f04df8 make compression not mandatory in options_getopt 2010-05-10 22:17:29 +02:00
Aris Adamantiadis
4a21b6f168 Some grammarnazi things + fix int->socket_t 2010-05-10 22:01:09 +02:00
Aris Adamantiadis
fe16cce405 Fix crash in testcase proxycommand 2010-05-10 21:50:03 +02:00
Andreas Schneider
8ba02b6f4c Use configure checks to define vsnprintf and strncpy. 2010-05-10 15:32:17 +02:00
Andreas Schneider
f5191ec222 Added configure checks for _vsnprintf_s and strncpy. 2010-05-10 15:27:40 +02:00
Andreas Schneider
144126789c Added configure checks for vsnprintf and _vsnprintf. 2010-05-10 15:24:52 +02:00
Andreas Schneider
8dcfc9849e Fixed building libssh with VC9. 2010-05-10 14:40:00 +02:00
Andreas Schneider
b28fb6654c Fixed a MSVC build error. 2010-05-10 13:18:16 +02:00
Aris Adamantiadis
9294c3284c Changed test name + test with invalid proxycommand 2010-05-10 11:08:32 +02:00
Andreas Schneider
9278dc0666 Added more defines to use secure VC functions. 2010-05-10 10:41:47 +02:00
Aris Adamantiadis
af519d73ae Fix doc and actually make the test run :) 2010-05-09 01:05:12 +02:00
Aris Adamantiadis
3a326793fd Test case for proxycommand 2010-05-09 00:54:37 +02:00
Aris Adamantiadis
f31a14b793 ssh_socket support for 2 fd + Proxyhost command 2010-05-09 00:48:10 +02:00
Aris Adamantiadis
7886326aa8 Fix u_int_x_t -> uint_x_t 2010-05-08 22:23:05 +02:00
Aris Adamantiadis
31cc03f8e6 added test for ntohll 2010-05-08 22:22:06 +02:00
Aris Adamantiadis
cf7449c525 Added tests for ssh_dirname and ssh_basename 2010-05-08 22:13:35 +02:00
Aris Adamantiadis
b0cdbf5b22 Added test for zlib compression method
Unfortunately the test doesn't pass. (my host doesn't support zlib, only zlib@openssh.com)
2010-05-07 13:51:10 +02:00
Aris Adamantiadis
231e378157 Added torture_algorithms test case
tests for all supported cipher types
2010-05-07 13:39:38 +02:00
Aris Adamantiadis
431d8fe7c7 The actual init test 2010-05-07 13:39:08 +02:00