summaryrefslogtreecommitdiffstats
path: root/src/config.c
Commit message (Collapse)AuthorAgeFilesLines
* BUG 103: Fix ProxyCommand parsing.Andreas Schneider2013-06-021-2/+21
|
* config: Rename ssh_config_get_str().Andreas Schneider2013-06-021-11/+11
|
* use ssh_log instead of fprintf in ssh_config_parse_fileBernhard R. Link2011-02-121-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> (cherry picked from commit 8d9d46ca6666910619b56f4799a7bc764cd48607)
* Added compression options and allow "yes/no" settingAris Adamantiadis2010-12-271-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.
* Add zlib@openssh.com on the list of compressionAris Adamantiadis2010-10-041-2/+2
|
* options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider2010-09-281-4/+4
| | | | | Looks like people are confused by the name and think this is normal host key checking.
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+347