aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-06options: Remove unsused getopt option.Andreas Schneider1-5/+1
Found by clang-analyzer http://test.libssh.org/clang-analyzer/
2010-12-27Added compression options and allow "yes/no" settingAris Adamantiadis1-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.
2010-12-21options: Remove unused variable.Andreas Schneider1-4/+0
2010-10-27Moved includes from priv.h to bind.hAris Adamantiadis1-0/+1
2010-10-19start of work to have callbackbased ssh_bindAris Adamantiadis1-35/+35
2010-10-15Adapt comments in options to give parameters typesAris Adamantiadis1-161/+161
2010-10-04Implemented zlib@openssh.com compressionAris Adamantiadis1-2/+2
2010-09-28options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider1-2/+2
Looks like people are confused by the name and think this is normal host key checking.
2010-09-28options: Fixed documentation of SSH_OPTIONS_HOSTKEYCHECK.Andreas Schneider1-1/+2
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+1138