summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
...
* poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider2010-06-171-2/+2
* config: Use ssh log and error functions for problems.Andreas Schneider2010-06-031-2/+4
* socket: Fixed signed values which could be seen as an unary operator.Andreas Schneider2010-06-021-2/+2
* socket: According to execle(2) environ shouldn't be const.Andreas Schneider2010-06-011-1/+1
* Fix warning for snprintfAris Adamantiadis2010-05-311-0/+1
* Fix unclean null termination in ~ expendingAris Adamantiadis2010-05-311-1/+1
* 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
* sftp: Fixed sftp_chown.Andreas Schneider2010-05-171-1/+2
* Fix sftp_rename on sftp3Aris Adamantiadis2010-05-171-2/+3
* Respond to keepalives/global requestsAris Adamantiadis2010-05-122-1/+33
* build: Fixed build.Andreas Schneider2010-05-121-1/+0
* Fixed building libssh with DEBUG_CRYPTO.Andreas Schneider2010-05-122-0/+3
* Added runtime detection of WSAPoll().Andreas Schneider2010-05-122-8/+32
* Fixed windows include files in pcap support.Andreas Schneider2010-05-121-1/+3
* Fixed Windows build warnings.Andreas Schneider2010-05-123-2/+16
* Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider2010-05-121-137/+94
* Use the new expand functions.Andreas Schneider2010-05-114-104/+105
* Added a function to expand an escaped string.Andreas Schneider2010-05-111-0/+84
* Added a function to expand the tilde from a path.Andreas Schneider2010-05-111-2/+63
* Backport of the proxycommand featureAris Adamantiadis2010-05-105-2/+78
* Move ssh_hostport to a location which is global accessible.Patrick Spendrin2010-05-101-14/+14
* The lower function doesn't have the prefix.Patrick Spendrin2010-05-101-1/+1
* Match hashed [host]:port format knownhostsAris Adamantiadis2010-05-071-0/+3
* knownhosts writing cherry-pickAris Adamantiadis2010-05-071-13/+37
* First implementation of known_hosts with port readAris Adamantiadis2010-05-072-3/+24
* Added ssh_privatekey_type public functionAris Adamantiadis2010-04-281-0/+14
* Fix doublefree happening after a negociation errorAris Adamantiadis2010-04-141-4/+1
* Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis2010-04-142-0/+13
* Fix missing string_data() in crypto debug codeAris Adamantiadis2010-04-142-10/+10
* Fix building on win32/vs7Aris Adamantiadis2010-04-061-3/+3
* Fixed config parsing wich has overwritten user specified values.Andreas Schneider2010-04-041-7/+11
* Fixed blocking bug in channel_poll.Andreas Schneider2010-04-031-3/+4
* Fixes the broken algorithm choice for serverAris Adamantiadis2010-03-282-29/+30
* Fix crash when no callback is definedAris Adamantiadis2010-03-281-1/+1
* Fixed build warnings on Windows.Andreas Schneider2010-03-251-0/+3
* Fixed a build warning in ssh_userauth_autopubkey.Andreas Schneider2010-03-251-0/+3
* Fixed spelling.Andreas Schneider2010-03-255-7/+7
* Fixed a memory leak in ssh_try_publickey_from_file.Andreas Schneider2010-03-131-0/+4
* Added missing SSH_OPTIONS_FD option.Andreas Schneider2010-03-131-0/+9
* Remove support for SSHv1 Cipher variable.Andreas Schneider2010-03-131-2/+0
* Fixed and added support for several identity files.Andreas Schneider2010-03-065-188/+389
* Rename ssh_list_add to ssh_list_append.Andreas Schneider2010-03-062-2/+2
* Added a prepend function for ssh_list.Andreas Schneider2010-03-061-0/+19
* renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis2010-03-063-4/+11
* Fixed sftp_parse_longname() on Windows.Andreas Schneider2010-03-021-2/+12
* Fix a race condition bug in ssh_scp_close()Aris Adamantiadis2010-03-011-1/+11