Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added comments to the so version to increment it correctly in future. | Andreas Schneider | 2010-03-25 | 1 | -0/+7 | |
| | ||||||
* | Fixed a typo that we don't export all symbols. | Andreas Schneider | 2010-03-25 | 1 | -2/+2 | |
| | ||||||
* | Build examples only on the Linux plattform. | Andreas Schneider | 2010-03-17 | 1 | -2/+2 | |
| | ||||||
* | Added changelog entries for version 0.4.2.release-0-4-2 | Andreas Schneider | 2010-03-15 | 1 | -0/+15 | |
| | ||||||
* | Increase version number to 0.4.2. | Andreas Schneider | 2010-03-15 | 3 | -6/+4 | |
| | ||||||
* | Fixed a memory leak in ssh_try_publickey_from_file. | Andreas Schneider | 2010-03-13 | 1 | -0/+4 | |
| | ||||||
* | Added missing SSH_OPTIONS_FD option. | Andreas Schneider | 2010-03-13 | 1 | -0/+9 | |
| | ||||||
* | Remove support for SSHv1 Cipher variable. | Andreas Schneider | 2010-03-13 | 1 | -2/+0 | |
| | ||||||
* | Fixed and added support for several identity files. | Andreas Schneider | 2010-03-06 | 8 | -189/+396 | |
| | ||||||
* | Rename ssh_list_add to ssh_list_append. | Andreas Schneider | 2010-03-06 | 3 | -3/+3 | |
| | ||||||
* | Added a prepend function for ssh_list. | Andreas Schneider | 2010-03-06 | 2 | -0/+20 | |
| | ||||||
* | renamed ssh_list_get_head to ssh_list_pop_head | Aris Adamantiadis | 2010-03-06 | 4 | -12/+15 | |
| | ||||||
* | Fixed sftp_parse_longname() on Windows. | Andreas Schneider | 2010-03-02 | 1 | -2/+12 | |
| | | | | There is no strndup function on Windows. | |||||
* | Fix a race condition bug in ssh_scp_close() | Aris Adamantiadis | 2010-03-01 | 1 | -1/+11 | |
| | ||||||
* | Send back replies to openssh's keepalives | Aris Adamantiadis | 2010-03-01 | 1 | -0/+9 | |
| | ||||||
* | Fixed documentation in scp code | Aris Adamantiadis | 2010-02-26 | 1 | -1/+19 | |
| | ||||||
* | Added printout of owner and group in the sftp example. | Andreas Schneider | 2010-02-24 | 1 | -1/+3 | |
| | ||||||
* | Fixed longname parsing, this only workings with readdir. | Andreas Schneider | 2010-02-24 | 1 | -12/+13 | |
| | ||||||
* | Added owner and group information in sftp attributes. | Andreas Schneider | 2010-02-23 | 2 | -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-1 | Andreas Schneider | 2010-02-13 | 1 | -1/+0 | |
| | ||||||
* | Added ChangeLog entries for 0.4.1. | Andreas Schneider | 2010-02-13 | 1 | -0/+14 | |
| | ||||||
* | Set CFLAGS correctly. | Andreas Schneider | 2010-02-13 | 1 | -7/+7 | |
| | ||||||
* | Fix compilation of opensolaris | Aris Adamantiadis | 2010-02-12 | 1 | -0/+2 | |
| | ||||||
* | Try zlib compression and fallback to none if not available. | Andreas Schneider | 2010-02-11 | 1 | -2/+2 | |
| | ||||||
* | Use closesocket in server.c for win32 | Aris Adamantiadis | 2010-02-11 | 1 | -0/+4 | |
| | | | | Resolves #56 | |||||
* | aes128-ctr aes192-ctr aes256-ctr for libgcrypt | Aris Adamantiadis | 2010-02-09 | 2 | -8/+51 | |
| | ||||||
* | aes192-ctr and aes256-ctr working on libcrypto | Aris Adamantiadis | 2010-02-09 | 2 | -2/+25 | |
| | ||||||
* | Added aes128-ctr support for libcrypto (openssl) | Aris Adamantiadis | 2010-02-09 | 1 | -0/+28 | |
| | ||||||
* | KEX bug: client preference should be prioritary | Aris Adamantiadis | 2010-02-09 | 1 | -15/+15 | |
| | ||||||
* | Respect known_hosts file set by the user. | Andreas Schneider | 2010-02-07 | 1 | -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 Lee | 2010-02-01 | 1 | -1/+4 | |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
* | Increased version number. | Andreas Schneider | 2010-01-29 | 3 | -4/+6 | |
| | ||||||
* | Fix underflow when leave_function() are unbalanced | Aris Adamantiadis | 2010-01-29 | 2 | -2/+1 | |
| | ||||||
* | In handle_channel_request_open(), variable type is freed too early and cause ↵ | Vic Lee | 2010-01-29 | 1 | -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_file | Vic Lee | 2009-12-23 | 1 | -0/+2 | |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
* | Added an example for exec. | Andreas Schneider | 2009-12-22 | 2 | -0/+69 | |
| | ||||||
* | Added private key type detection feature in privatekey_from_file | Vic Lee | 2009-12-22 | 1 | -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 Schneider | 2009-12-21 | 1 | -4/+11 | |
| | ||||||
* | Improved doxygen output of ssh_options_set(). | Andreas Schneider | 2009-12-19 | 1 | -61/+64 | |
| | ||||||
* | Disabled caller graphs as they are only of internal interest. | Andreas Schneider | 2009-12-18 | 1 | -1/+1 | |
| | ||||||
* | Updated the doxygen file. | Andreas Schneider | 2009-12-18 | 1 | -159/+64 | |
| | ||||||
* | Fixed documentation of buffer struct. | Andreas Schneider | 2009-12-18 | 1 | -2/+1 | |
| | ||||||
* | Fixed documentation of ssh_options_copy(). | Andreas Schneider | 2009-12-18 | 1 | -2/+4 | |
| | ||||||
* | Moved the doxygen mainpage to doc/mainpage.dox | Andreas Schneider | 2009-12-18 | 2 | -12/+12 | |
| | ||||||
* | Added a mainpage to doxygen. | Andreas Schneider | 2009-12-18 | 1 | -0/+12 | |
| | ||||||
* | Fixed the doxygen documentation. | Andreas Schneider | 2009-12-18 | 1 | -0/+10 | |
| | ||||||
* | Update version to 0.4.0.release-0-4-0 | Andreas Schneider | 2009-12-10 | 2 | -3/+3 | |
| | ||||||
* | Don't install crypto.h which is an internal header file. | Andreas Schneider | 2009-12-10 | 1 | -1/+0 | |
| | ||||||
* | Remove socklen_t definition. | Andreas Schneider | 2009-12-09 | 1 | -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 working | Aris Adamantiadis | 2009-12-02 | 1 | -0/+1 | |
| |