aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-12use ssh_log instead of fprintf in ssh_config_parse_fileBernhard R. Link1-3/+1
ssh_config_parse_file calls "fprintf(stderr," directly thus ignoring a set log callback. Replacing the print with a call to ssh_log should fix this. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2010-12-27Added compression options and allow "yes/no" settingAris Adamantiadis1-4/+2
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-10-04Add zlib@openssh.com on the list of compressionAris Adamantiadis1-2/+2
2010-09-28options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider1-4/+4
Looks like people are confused by the name and think this is normal host key checking.
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+347