summaryrefslogtreecommitdiffstats
path: root/libssh/config.c
Commit message (Expand)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
* Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara2010-04-071-1/+3
* 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