summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added comments to the so version to increment it correctly in future.Andreas Schneider2010-03-251-0/+7
|
* Fixed a typo that we don't export all symbols.Andreas Schneider2010-03-251-2/+2
|
* Build examples only on the Linux plattform.Andreas Schneider2010-03-171-2/+2
|
* Added changelog entries for version 0.4.2.release-0-4-2Andreas Schneider2010-03-151-0/+15
|
* Increase version number to 0.4.2.Andreas Schneider2010-03-153-6/+4
|
* 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-068-189/+396
|
* Rename ssh_list_add to ssh_list_append.Andreas Schneider2010-03-063-3/+3
|
* Added a prepend function for ssh_list.Andreas Schneider2010-03-062-0/+20
|
* renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis2010-03-064-12/+15
|
* Fixed sftp_parse_longname() on Windows.Andreas Schneider2010-03-021-2/+12
| | | | There is no strndup function on Windows.
* 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
|
* Added printout of owner and group in the sftp example.Andreas Schneider2010-02-241-1/+3
|
* 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-232-4/+56
| | | | | Parse the longname which is the output of 'ls -l' and set the owner and group if we are talking to an openssh server.
* Don't add the tests directory to the build.release-0-4-1Andreas Schneider2010-02-131-1/+0
|
* Added ChangeLog entries for 0.4.1.Andreas Schneider2010-02-131-0/+14
|
* Set CFLAGS correctly.Andreas Schneider2010-02-131-7/+7
|
* 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
| | | | Resolves #56
* 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
| | | | Thanks to contact@leblanc-simon.eu for the patch.
* The ssh_message object needs to be freed after processing in channel_accept().Vic Lee2010-02-011-1/+4
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Increased version number.Andreas Schneider2010-01-293-4/+6
|
* Fix underflow when leave_function() are unbalancedAris Adamantiadis2010-01-292-2/+1
|
* In handle_channel_request_open(), variable type is freed too early and cause ↵Vic Lee2010-01-291-1/+5
| | | | | | | memory corruptions. Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* File handle need to be closed in case of errors in privatekey_from_fileVic Lee2009-12-231-0/+2
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Added an example for exec.Andreas Schneider2009-12-222-0/+69
|
* Added private key type detection feature in privatekey_from_fileVic Lee2009-12-221-5/+29
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* 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
|
* Disabled caller graphs as they are only of internal interest.Andreas Schneider2009-12-181-1/+1
|
* Updated the doxygen file.Andreas Schneider2009-12-181-159/+64
|
* Fixed documentation of buffer struct.Andreas Schneider2009-12-181-2/+1
|
* Fixed documentation of ssh_options_copy().Andreas Schneider2009-12-181-2/+4
|
* Moved the doxygen mainpage to doc/mainpage.doxAndreas Schneider2009-12-182-12/+12
|
* Added a mainpage to doxygen.Andreas Schneider2009-12-181-0/+12
|
* Fixed the doxygen documentation.Andreas Schneider2009-12-181-0/+10
|
* Update version to 0.4.0.release-0-4-0Andreas Schneider2009-12-102-3/+3
|
* Don't install crypto.h which is an internal header file.Andreas Schneider2009-12-101-1/+0
|
* Remove socklen_t definition.Andreas Schneider2009-12-091-3/+0
| | | | | | Tthe problem is that winsock2.h defines socklen_t as a typedef, not as a define, so depending on the order of includes you can get errors in ws2tcpip.h with msvc.
* Fix stupid bug which stops log_verbosity workingAris Adamantiadis2009-12-021-0/+1
|