Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -347/+0 |
| | |||||
* | config: Use ssh log and error functions for problems. | Andreas Schneider | 2010-06-03 | 1 | -2/+4 |
| | |||||
* | ssh_socket support for 2 fd + Proxyhost command | Aris Adamantiadis | 2010-05-09 | 1 | -1/+9 |
| | |||||
* | Fix warnings | Aris Adamantiadis | 2010-04-14 | 1 | -1/+3 |
| | |||||
* | Added support for StrictHostKeyChecking and UserKnownHostsFile parameters. | Ruben Garcia Azuara | 2010-04-07 | 1 | -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 Azuara | 2010-04-07 | 1 | -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 Schneider | 2010-04-04 | 1 | -7/+11 |
| | |||||
* | Remove support for SSHv1 Cipher variable. | Andreas Schneider | 2010-03-12 | 1 | -2/+0 |
| | |||||
* | Try zlib compression and fallback to none if not available. | Andreas Schneider | 2010-02-11 | 1 | -2/+2 |
| | |||||
* | Added more error messages to config parser. | Andreas Schneider | 2009-10-06 | 1 | -1/+3 |
| | |||||
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -21/+21 |
| | |||||
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
| | |||||
* | Use the new options interface in config parser. | Andreas Schneider | 2009-09-22 | 1 | -16/+23 |
| | |||||
* | Added support for ~/.ssh/config. | Andreas Schneider | 2009-09-15 | 1 | -0/+305 |