summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Respect known_hosts file set by the user.Andreas Schneider2010-02-071-3/+5
* The ssh_message object needs to be freed after processing in channel_accept().Vic Lee2010-02-011-1/+4
* Fix underflow when leave_function() are unbalancedAris Adamantiadis2010-01-291-1/+0
* In handle_channel_request_open(), variable type is freed too early and cause ...Vic Lee2010-01-291-1/+5
* File handle need to be closed in case of errors in privatekey_from_fileVic Lee2009-12-231-0/+2
* Added private key type detection feature in privatekey_from_fileVic Lee2009-12-221-5/+29
* Fixed ssh_get_user_home_dir() to be thread safe.Andreas Schneider2009-12-211-4/+11
* Improved doxygen output of ssh_options_set().Andreas Schneider2009-12-191-61/+64
* Fixed documentation of ssh_options_copy().Andreas Schneider2009-12-181-2/+4
* Fixed the doxygen documentation.Andreas Schneider2009-12-181-0/+10
* Fix stupid bug which stops log_verbosity workingAris Adamantiadis2009-12-021-0/+1
* Fixed indent.Andreas Schneider2009-12-021-2/+2
* Added gettimeofday for Windows.Andreas Schneider2009-12-022-0/+18
* Fixed uint* to work on Windows.Andreas Schneider2009-12-021-19/+19
* Build the pcap source only if enabled.Andreas Schneider2009-11-191-1/+8
* Fix compile bug introduced by another bugfixAris Adamantiadis2009-11-181-1/+1
* Fix another memleakAris Adamantiadis2009-11-181-1/+1
* Fixed possible doulbe free problem found by Bernhard R. Link.Andreas Schneider2009-11-181-0/+4
* Added more error messages and checking to handle_channel_request.Andreas Schneider2009-11-181-0/+28
* Fixed a memory leak in channel_new() if we have an error.Andreas Schneider2009-11-181-0/+1
* Pcap: more cleanup and minimalist APIAris Adamantiadis2009-11-162-2/+27
* Pcap: Fix bug with non-encrypted incoming packetsAris Adamantiadis2009-11-161-0/+11