Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG 103: Disable proxy command if set to 'none'. | Andreas Schneider | 2013-07-26 | 1 | -4/+8 |
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | opts: Fix segfault in option parser. | Andreas Schneider | 2013-06-02 | 1 | -3/+11 |
| | |||||
* | options: Fix a free crash bug if we parse unknown options. | Andreas Schneider | 2013-01-11 | 1 | -6/+8 |
| | | | | Thanks to Yong Chuan Koh, X-Force Research <kohyc@sg.ibm.com> | ||||
* | Fixes the ssh_log issue on ssh_bind handles. | Aris Adamantiadis | 2011-09-17 | 1 | -8/+8 |
| | | | | | | | | (cherry picked from commit da954c2c5ee85bcbe2f5ad9f507a6306b0f5f8b9) Conflicts: src/keyfiles.c | ||||
* | 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 |