summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Send back replies to openssh's keepalivesAris Adamantiadis2010-03-011-0/+9
* Fixed documentation in scp codeAris Adamantiadis2010-02-261-1/+19
* Fixed longname parsing, this only workings with readdir.Andreas Schneider2010-02-241-12/+13
* Added owner and group information in sftp attributes.Andreas Schneider2010-02-231-0/+53
* Fix compilation of opensolarisAris Adamantiadis2010-02-121-0/+2
* Try zlib compression and fallback to none if not available.Andreas Schneider2010-02-111-2/+2
* Use closesocket in server.c for win32Aris Adamantiadis2010-02-111-0/+4
* aes128-ctr aes192-ctr aes256-ctr for libgcryptAris Adamantiadis2010-02-092-8/+51
* aes192-ctr and aes256-ctr working on libcryptoAris Adamantiadis2010-02-092-2/+25
* Added aes128-ctr support for libcrypto (openssl)Aris Adamantiadis2010-02-091-0/+28
* KEX bug: client preference should be prioritaryAris Adamantiadis2010-02-091-15/+15