summaryrefslogtreecommitdiffstats
path: root/libssh/config.c
Commit message (Collapse)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-347/+0
|
* config: Use ssh log and error functions for problems.Andreas Schneider2010-06-031-2/+4
|
* ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis2010-05-091-1/+9
|
* Fix warningsAris Adamantiadis2010-04-141-1/+3
|
* Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara2010-04-071-1/+17
| | | | | | | | | | | | | | | | Added OpenSSH parameters to libssh: - StrictHostKeyChecking - UserKnownHostsFile This parameters are useful to avoid checking the fingerprint. Eg: ~/.ssh/config: Host 192.10.20.30 StrictHostKeyChecking no UserKnownHostsFile /dev/null Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara2010-04-071-1/+3
| | | | | | | | | - Suppress compilation warning in solaris caused by a comma at the end of the last value. - Ignore case at host parameter in config file Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fixed config parsing wich has overwritten user specified values.Andreas Schneider2010-04-041-7/+11
|
* Remove support for SSHv1 Cipher variable.Andreas Schneider2010-03-121-2/+0
|
* Try zlib compression and fallback to none if not available.Andreas Schneider2010-02-111-2/+2
|
* Added more error messages to config parser.Andreas Schneider2009-10-061-1/+3
|
* Get rid of the options structure.Andreas Schneider2009-10-021-21/+21
|
* More include file movingsAris Adamantiadis2009-09-261-0/+1
|
* Use the new options interface in config parser.Andreas Schneider2009-09-221-16/+23
|
* Added support for ~/.ssh/config.Andreas Schneider2009-09-151-0/+305