aboutsummaryrefslogtreecommitdiff
path: root/libssh/config.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-03config: Use ssh log and error functions for problems.Andreas Schneider1-2/+4
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis1-1/+9
2010-04-14Fix warningsAris Adamantiadis1-1/+3
2010-04-07Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara1-1/+17
2010-04-07Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara1-1/+3
2010-04-04Fixed config parsing wich has overwritten user specified values.Andreas Schneider1-7/+11
2010-03-12Remove support for SSHv1 Cipher variable.Andreas Schneider1-2/+0
2010-02-11Try zlib compression and fallback to none if not available.Andreas Schneider1-2/+2
2009-10-06Added more error messages to config parser.Andreas Schneider1-1/+3
2009-10-02Get rid of the options structure.Andreas Schneider1-21/+21
2009-09-26More include file movingsAris Adamantiadis1-0/+1
2009-09-22Use the new options interface in config parser.Andreas Schneider1-16/+23
2009-09-15Added support for ~/.ssh/config.Andreas Schneider1-0/+305