Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Install missing legacy header file. | Andreas Schneider | 2010-05-17 | 1 | -0/+1 | |
| | ||||||
* | Added some other junk test file | Aris Adamantiadis | 2010-05-17 | 1 | -0/+33 | |
| | ||||||
* | New sample that writes a lot of data on channel | Aris Adamantiadis | 2010-05-17 | 3 | -4/+61 | |
| | ||||||
* | Fix sftp_rename on sftp3 | Aris Adamantiadis | 2010-05-17 | 1 | -2/+3 | |
| | ||||||
* | poll: Added a cleanup function to free the ws2_32 library. | Andreas Schneider | 2010-05-17 | 5 | -1/+26 | |
| | ||||||
* | Separation work between openssl and libgcrypt | Aris Adamantiadis | 2010-05-14 | 7 | -869/+1010 | |
| | ||||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 40 | -1315/+1640 | |
| | ||||||
* | connect: Fixed signedness warnings from MSVC. | Andreas Schneider | 2010-05-12 | 1 | -5/+6 | |
| | ||||||
* | win: Added missing includes with newer MSCV. | Andreas Schneider | 2010-05-12 | 4 | -2/+31 | |
| | ||||||
* | connect: Don't shadow errno. | Andreas Schneider | 2010-05-12 | 1 | -6/+6 | |
| | ||||||
* | connect: Make sure that we use float values for the status. | Andreas Schneider | 2010-05-12 | 1 | -7/+7 | |
| | ||||||
* | proxycommand: check the return values of pipe(). | Andreas Schneider | 2010-05-12 | 1 | -2/+11 | |
| | ||||||
* | Fixed building libssh with DEBUG_CRYPTO. | Andreas Schneider | 2010-05-12 | 2 | -0/+2 | |
| | ||||||
* | Increment the soversion number. | Andreas Schneider | 2010-05-12 | 1 | -7/+7 | |
| | ||||||
* | Merge branch 'look' | Andreas Schneider | 2010-05-12 | 3 | -8/+33 | |
|\ | ||||||
| * | Added runtime detection of WSAPoll(). | Andreas Schneider | 2010-05-12 | 3 | -8/+33 | |
| | | | | | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
* | | Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR. | Andreas Schneider | 2010-05-12 | 2 | -0/+7 | |
|/ | ||||||
* | Fixed linking errors on Windows. | Andreas Schneider | 2010-05-12 | 2 | -2/+4 | |
| | ||||||
* | Fixed build of ssh_lowercase and ssh_hostport on Windows. | Andreas Schneider | 2010-05-12 | 1 | -64/+63 | |
| | ||||||
* | Fixed windows include files in pcap support. | Andreas Schneider | 2010-05-12 | 1 | -1/+3 | |
| | ||||||
* | Fixed Windows build warnings. | Andreas Schneider | 2010-05-12 | 3 | -2/+16 | |
| | ||||||
* | Fixed Windows build. | Andreas Schneider | 2010-05-12 | 1 | -2/+3 | |
| | ||||||
* | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 5 | -103/+102 | |
| | ||||||
* | Added a torture test for ssh_path_expand_escape(). | Andreas Schneider | 2010-05-11 | 1 | -0/+27 | |
| | ||||||
* | Added a function to expand an escaped string. | Andreas Schneider | 2010-05-11 | 2 | -0/+85 | |
| | ||||||
* | Added a torture test for ssh_path_expand_tilde(). | Andreas Schneider | 2010-05-11 | 1 | -0/+25 | |
| | ||||||
* | Added a function to expand the tilde from a path. | Andreas Schneider | 2010-05-11 | 2 | -0/+62 | |
| | ||||||
* | Fix style in ssh_poll_ctx_dopoll | Aris Adamantiadis | 2010-05-10 | 1 | -19/+26 | |
| | | | | Also do a rescan of polled events when a poll object has been deleted. | |||||
* | Fix options copy | Aris Adamantiadis | 2010-05-10 | 1 | -0/+5 | |
| | ||||||
* | Added code to test proxycommand | Aris Adamantiadis | 2010-05-10 | 1 | -2/+15 | |
| | | | | | | Conflicts: examples/sample.c | |||||
* | make compression not mandatory in options_getopt | Aris Adamantiadis | 2010-05-10 | 1 | -2/+2 | |
| | ||||||
* | Some grammarnazi things + fix int->socket_t | Aris Adamantiadis | 2010-05-10 | 2 | -5/+6 | |
| | ||||||
* | Fix crash in testcase proxycommand | Aris Adamantiadis | 2010-05-10 | 1 | -3/+8 | |
| | ||||||
* | Use configure checks to define vsnprintf and strncpy. | Andreas Schneider | 2010-05-10 | 1 | -2/+10 | |
| | ||||||
* | Added configure checks for _vsnprintf_s and strncpy. | Andreas Schneider | 2010-05-10 | 2 | -0/+9 | |
| | ||||||
* | Added configure checks for vsnprintf and _vsnprintf. | Andreas Schneider | 2010-05-10 | 2 | -0/+11 | |
| | ||||||
* | Fixed building libssh with VC9. | Andreas Schneider | 2010-05-10 | 1 | -8/+17 | |
| | ||||||
* | Fixed a MSVC build error. | Andreas Schneider | 2010-05-10 | 1 | -0/+1 | |
| | ||||||
* | Changed test name + test with invalid proxycommand | Aris Adamantiadis | 2010-05-10 | 1 | -1/+18 | |
| | ||||||
* | Added more defines to use secure VC functions. | Andreas Schneider | 2010-05-10 | 1 | -1/+10 | |
| | ||||||
* | Fix doc and actually make the test run :) | Aris Adamantiadis | 2010-05-09 | 3 | -5/+17 | |
| | ||||||
* | Test case for proxycommand | Aris Adamantiadis | 2010-05-09 | 2 | -0/+62 | |
| | ||||||
* | ssh_socket support for 2 fd + Proxyhost command | Aris Adamantiadis | 2010-05-09 | 10 | -86/+248 | |
| | ||||||
* | Fix u_int_x_t -> uint_x_t | Aris Adamantiadis | 2010-05-08 | 1 | -3/+3 | |
| | ||||||
* | added test for ntohll | Aris Adamantiadis | 2010-05-08 | 1 | -0/+19 | |
| | ||||||
* | Added tests for ssh_dirname and ssh_basename | Aris Adamantiadis | 2010-05-08 | 1 | -0/+31 | |
| | ||||||
* | Added test for zlib compression method | Aris Adamantiadis | 2010-05-07 | 1 | -1/+22 | |
| | | | | Unfortunately the test doesn't pass. (my host doesn't support zlib, only zlib@openssh.com) | |||||
* | Added torture_algorithms test case | Aris Adamantiadis | 2010-05-07 | 2 | -0/+147 | |
| | | | | tests for all supported cipher types | |||||
* | The actual init test | Aris Adamantiadis | 2010-05-07 | 1 | -0/+46 | |
| | ||||||
* | Added torture_ssh_init unit test | Aris Adamantiadis | 2010-05-07 | 1 | -0/+1 | |
| |