summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmake: Fixed doxygen.Andreas Schneider2010-05-181-5/+9
* doxygen: Fixed latex pdf generation.Andreas Schneider2010-05-183-4/+4
* sftp: Fixed sftp_chown.Andreas Schneider2010-05-171-1/+2
* Install missing legacy header file.Andreas Schneider2010-05-171-0/+1
* Added some other junk test fileAris Adamantiadis2010-05-171-0/+33
* New sample that writes a lot of data on channelAris Adamantiadis2010-05-173-4/+61
* Fix sftp_rename on sftp3Aris Adamantiadis2010-05-171-2/+3
* poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider2010-05-175-1/+26
* Separation work between openssl and libgcryptAris Adamantiadis2010-05-147-869/+1010
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-1440-1315/+1640
* connect: Fixed signedness warnings from MSVC.Andreas Schneider2010-05-121-5/+6
* win: Added missing includes with newer MSCV.Andreas Schneider2010-05-124-2/+31
* connect: Don't shadow errno.Andreas Schneider2010-05-121-6/+6
* connect: Make sure that we use float values for the status.Andreas Schneider2010-05-121-7/+7
* proxycommand: check the return values of pipe().Andreas Schneider2010-05-121-2/+11
* Fixed building libssh with DEBUG_CRYPTO.Andreas Schneider2010-05-122-0/+2
* Increment the soversion number.Andreas Schneider2010-05-121-7/+7
* Merge branch 'look'Andreas Schneider2010-05-123-8/+33
|\
| * Added runtime detection of WSAPoll().Andreas Schneider2010-05-123-8/+33
* | Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR.Andreas Schneider2010-05-122-0/+7
|/
* Fixed linking errors on Windows.Andreas Schneider2010-05-122-2/+4
* Fixed build of ssh_lowercase and ssh_hostport on Windows.Andreas Schneider2010-05-121-64/+63
* Fixed windows include files in pcap support.Andreas Schneider2010-05-121-1/+3
* Fixed Windows build warnings.Andreas Schneider2010-05-123-2/+16
* Fixed Windows build.Andreas Schneider2010-05-121-2/+3
* Use the new expand functions.Andreas Schneider2010-05-115-103/+102
* Added a torture test for ssh_path_expand_escape().Andreas Schneider2010-05-111-0/+27
* Added a function to expand an escaped string.Andreas Schneider2010-05-112-0/+85
* Added a torture test for ssh_path_expand_tilde().Andreas Schneider2010-05-111-0/+25
* Added a function to expand the tilde from a path.Andreas Schneider2010-05-112-0/+62
* Fix style in ssh_poll_ctx_dopollAris Adamantiadis2010-05-101-19/+26
* Fix options copyAris Adamantiadis2010-05-101-0/+5
* Added code to test proxycommandAris Adamantiadis2010-05-101-2/+15
* make compression not mandatory in options_getoptAris Adamantiadis2010-05-101-2/+2
* Some grammarnazi things + fix int->socket_tAris Adamantiadis2010-05-102-5/+6
* Fix crash in testcase proxycommandAris Adamantiadis2010-05-101-3/+8
* Use configure checks to define vsnprintf and strncpy.Andreas Schneider2010-05-101-2/+10
* Added configure checks for _vsnprintf_s and strncpy.Andreas Schneider2010-05-102-0/+9
* Added configure checks for vsnprintf and _vsnprintf.Andreas Schneider2010-05-102-0/+11
* Fixed building libssh with VC9.Andreas Schneider2010-05-101-8/+17
* Fixed a MSVC build error.Andreas Schneider2010-05-101-0/+1
* Changed test name + test with invalid proxycommandAris Adamantiadis2010-05-101-1/+18
* Added more defines to use secure VC functions.Andreas Schneider2010-05-101-1/+10
* Fix doc and actually make the test run :)Aris Adamantiadis2010-05-093-5/+17
* Test case for proxycommandAris Adamantiadis2010-05-092-0/+62
* ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis2010-05-0910-86/+248
* Fix u_int_x_t -> uint_x_tAris Adamantiadis2010-05-081-3/+3
* added test for ntohllAris Adamantiadis2010-05-081-0/+19
* Added tests for ssh_dirname and ssh_basenameAris Adamantiadis2010-05-081-0/+31
* Added test for zlib compression methodAris Adamantiadis2010-05-071-1/+22