Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | options: Allocate dest in ssh_options_copy(). | Andreas Schneider | 2011-08-11 | 1 | -70/+85 |
| | |||||
* | Fixes the ssh_log issue on ssh_bind handles. | Aris Adamantiadis | 2011-07-19 | 1 | -8/+8 |
| | |||||
* | Test for ecdh and dh-group1 | Aris Adamantiadis | 2011-06-12 | 1 | -0/+14 |
| | |||||
* | options: Remove unsused getopt option. | Andreas Schneider | 2011-01-06 | 1 | -5/+1 |
| | | | | Found by clang-analyzer http://test.libssh.org/clang-analyzer/ | ||||
* | Added compression options and allow "yes/no" setting | Aris Adamantiadis | 2010-12-27 | 1 | -15/+64 |
| | | | | SSH_OPTION_COMPRESSION and SSH_OPTION_COMPRESSION_LEVEL options have been added. Now, end-level apps may simply choose to enable compression without knowing the relevant algorithms behind it. | ||||
* | options: Remove unused variable. | Andreas Schneider | 2010-12-21 | 1 | -4/+0 |
| | |||||
* | Moved includes from priv.h to bind.h | Aris Adamantiadis | 2010-10-27 | 1 | -0/+1 |
| | |||||
* | start of work to have callbackbased ssh_bind | Aris Adamantiadis | 2010-10-19 | 1 | -35/+35 |
| | |||||
* | Adapt comments in options to give parameters types | Aris Adamantiadis | 2010-10-15 | 1 | -161/+161 |
| | |||||
* | Implemented zlib@openssh.com compression | Aris Adamantiadis | 2010-10-04 | 1 | -2/+2 |
| | |||||
* | options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK. | Andreas Schneider | 2010-09-28 | 1 | -2/+2 |
| | | | | | Looks like people are confused by the name and think this is normal host key checking. | ||||
* | options: Fixed documentation of SSH_OPTIONS_HOSTKEYCHECK. | Andreas Schneider | 2010-09-28 | 1 | -1/+2 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+1138 |