aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-17agent: Use ssh_poll in agent code.Andreas Schneider1-3/+3
2010-06-17socket: Fixed checks for max fd.Andreas Schneider2-12/+14
2010-06-17poll: Fixed brackets.Andreas Schneider1-2/+2
2010-06-17poll: Fixed another wrong invalid fd check in bsd_poll.Andreas Schneider1-1/+1
2010-06-17poll: Some code cleanup for easier debugging.Andreas Schneider1-2/+4
2010-06-17poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider2-4/+8
2010-06-03config: Use ssh log and error functions for problems.Andreas Schneider1-2/+4
2010-06-02socket: Fixed signed values which could be seen as an unary operator.Andreas Schneider1-2/+2
2010-06-01socket: According to execle(2) environ shouldn't be const.Andreas Schneider1-1/+1
2010-05-31Update Changelog.release-0-4-4Andreas Schneider1-0/+1
2010-05-31Fix warning for snprintfAris Adamantiadis1-0/+1
2010-05-31Fix unclean null termination in ~ expendingAris Adamantiadis1-1/+1
2010-05-30Increased version numbers.Andreas Schneider4-4/+8
2010-05-30misc: Make sure the expanded string is null-terminated.Andreas Schneider1-0/+1
2010-05-28session: Fixed setting up default identity files.Andreas Schneider1-3/+3
2010-05-21options: Make sure that we have always have default options set.Andreas Schneider2-11/+9
2010-05-21options: Set the local username if still not set.Andreas Schneider1-0/+7
2010-05-21keyfiles: Fixed possible problem with known_hosts path.Andreas Schneider1-1/+1
2010-05-18cmake: Fixed doxygen.release-0-4-3Andreas Schneider1-5/+9
2010-05-18doxygen: Fixed latex pdf generation.Andreas Schneider3-4/+4
2010-05-17Updated changelog file.Andreas Schneider1-1/+4
2010-05-17sftp: Fixed sftp_chown.Andreas Schneider1-1/+2
2010-05-17Fix sftp_rename on sftp3Aris Adamantiadis1-2/+3
2010-05-14Typos in last patchAris Adamantiadis2-3/+5
2010-05-14Fix build on VC7Aris Adamantiadis3-3/+26
2010-05-12Respond to keepalives/global requestsAris Adamantiadis3-2/+34
2010-05-12build: Fixed build.Andreas Schneider1-1/+0
2010-05-12Fixed building libssh with DEBUG_CRYPTO.Andreas Schneider2-0/+3
2010-05-12Increment version and soversion numbers.Andreas Schneider3-9/+9
2010-05-12Updated ChangeLog entries for 0.4.3.Andreas Schneider1-0/+21
2010-05-12Added runtime detection of WSAPoll().Andreas Schneider3-8/+33
2010-05-12Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR.Andreas Schneider2-0/+7
2010-05-12Fixed windows include files in pcap support.Andreas Schneider1-1/+3
2010-05-12Fixed Windows build warnings.Andreas Schneider3-2/+16
2010-05-12Fixed Windows build.Andreas Schneider1-2/+3
2010-05-12Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider2-138/+109
2010-05-11Use the new expand functions.Andreas Schneider5-105/+106
2010-05-11Added a function to expand an escaped string.Andreas Schneider2-0/+85
2010-05-11Added a function to expand the tilde from a path.Andreas Schneider2-2/+65
2010-05-10Added code to test proxycommandAris Adamantiadis1-2/+15
2010-05-10Backport of the proxycommand featureAris Adamantiadis8-3/+87
2010-05-10Use configure checks to define vsnprintf and strncpy.Andreas Schneider1-2/+10
2010-05-10Added configure checks for _vsnprintf_s and strncpy.Andreas Schneider2-2/+11
2010-05-10Fixed building libssh with VC9.Andreas Schneider1-7/+17
2010-05-10Move ssh_hostport to a location which is global accessible.Patrick Spendrin1-14/+14
2010-05-10The lower function doesn't have the prefix.Patrick Spendrin1-1/+1
2010-05-10Added more defines to use secure VC functions.Andreas Schneider1-9/+9
2010-05-07oops, this file was not intended to be commitedAris Adamantiadis1-108/+0
2010-05-07Match hashed [host]:port format knownhostsAris Adamantiadis1-0/+3
2010-05-07knownhosts writing cherry-pickAris Adamantiadis2-13/+145