summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix warning for snprintfAris Adamantiadis2010-05-311-0/+1
* Fix unclean null termination in ~ expendingAris Adamantiadis2010-05-311-1/+1
* misc: Move size check down in ssh_path_expand_escape().Andreas Schneider2010-05-313-6/+21
* misc: Make sure the expanded string is null-terminated.Andreas Schneider2010-05-301-0/+1
* session: Fixed setting up default identity files.Andreas Schneider2010-05-281-3/+3
* options: Make sure that we have always have default options set.Andreas Schneider2010-05-212-11/+9
* options: Set the local username if still not set.Andreas Schneider2010-05-211-0/+7
* keyfiles: Fixed possible problem with known_hosts path.Andreas Schneider2010-05-211-1/+1
* Fixed keyboard-interactive and unit testAris Adamantiadis2010-05-193-61/+65
* Fix authentication testAris Adamantiadis2010-05-191-2/+2
* Added verbosity flag for unit testsAris Adamantiadis2010-05-184-1/+26
* Added unit test for kbdint and password auth.Aris Adamantiadis2010-05-182-0/+107
* Factorize all the main functions in unit testsAris Adamantiadis2010-05-1810-191/+36
* Fixed unittest nameAris Adamantiadis2010-05-181-1/+1
* 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