Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | options: Added option to bind a client to an ip address. | Andreas Schneider | 2010-07-07 | 1 | -0/+15 |
| | | | | Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>. | ||||
* | Fixed more fd checks. | Andreas Schneider | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | misc: Move size check down in ssh_path_expand_escape(). | Andreas Schneider | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | options: Set the local username if still not set. | Andreas Schneider | 2010-05-21 | 1 | -0/+7 |
| | |||||
* | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 1 | -65/+82 |
| | |||||
* | Fix options copy | Aris Adamantiadis | 2010-05-10 | 1 | -0/+5 |
| | |||||
* | make compression not mandatory in options_getopt | Aris Adamantiadis | 2010-05-10 | 1 | -2/+2 |
| | |||||
* | Fix doc and actually make the test run :) | Aris Adamantiadis | 2010-05-09 | 1 | -0/+3 |
| | |||||
* | ssh_socket support for 2 fd + Proxyhost command | Aris Adamantiadis | 2010-05-09 | 1 | -0/+8 |
| | |||||
* | Added support for StrictHostKeyChecking and UserKnownHostsFile parameters. | Ruben Garcia Azuara | 2010-04-07 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | 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 the group of the options. | Andreas Schneider | 2010-04-04 | 1 | -5/+6 |
| | |||||
* | Fixed spelling. | Andreas Schneider | 2010-03-25 | 1 | -2/+2 |
| | |||||
* | Added missing SSH_OPTIONS_FD option. | Andreas Schneider | 2010-03-13 | 1 | -0/+9 |
| | |||||
* | Fixed and added support for several identity files. | Andreas Schneider | 2010-03-04 | 1 | -45/+30 |
| | |||||
* | Some options functions did not show up in doxygen | Aris Adamantiadis | 2009-12-20 | 1 | -214/+216 |
| | |||||
* | Improved doxygen output of ssh_options_set(). | Andreas Schneider | 2009-12-19 | 1 | -61/+64 |
| | |||||
* | Fixed documentation of ssh_options_copy(). | Andreas Schneider | 2009-12-18 | 1 | -2/+4 |
| | |||||
* | Fixed the doxygen documentation. | Andreas Schneider | 2009-12-18 | 1 | -0/+10 |
| | |||||
* | Fix stupid bug which stops log_verbosity working | Aris Adamantiadis | 2009-11-30 | 1 | -0/+1 |
| | |||||
* | Fixed setting the timeout and ssh2 and ssh1 option. | Andreas Schneider | 2009-11-12 | 1 | -4/+4 |
| | |||||
* | Fixed setting the log verbosity. | Andreas Schneider | 2009-11-12 | 1 | -2/+2 |
| | |||||
* | Added an option to set log verbosity as string. | Andreas Schneider | 2009-11-10 | 1 | -0/+31 |
| | |||||
* | Fix server kex again | Aris Adamantiadis | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | Add missing free. | Andreas Schneider | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | Fix memory leaks in ssh_bind_options_set() if called twice. | Andreas Schneider | 2009-10-22 | 1 | -0/+3 |
| | | | | This fixes ticket #36. | ||||
* | Allow use of SSH_DIR/ when expanding key paths | Aris Adamantiadis | 2009-10-17 | 1 | -1/+1 |
| | |||||
* | Added missing documentation for ssh_bind_options_set. | Andreas Schneider | 2009-10-15 | 1 | -14/+55 |
| | |||||
* | Added option to set log_verbosity in the server. | Andreas Schneider | 2009-10-15 | 1 | -0/+27 |
| | |||||
* | Added an option to set the port as string. | Andreas Schneider | 2009-10-15 | 1 | -2/+18 |
| | |||||
* | Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems. | Andreas Schneider | 2009-10-15 | 1 | -2/+10 |
| | | | | Thanks to Pino Toscano. | ||||
* | get rid of the option structure | Aris Adamantiadis | 2009-10-09 | 1 | -25/+25 |
| | |||||
* | Remove functions to set callbacks. | Andreas Schneider | 2009-10-09 | 1 | -96/+0 |
| | |||||
* | improve error handling in options.c | Bernhard R. Link | 2009-10-05 | 1 | -13/+81 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fixed ssh_options_copy(). | Andreas Schneider | 2009-10-04 | 1 | -60/+39 |
| | |||||
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -536/+188 |
| | |||||
* | Remove unused option functions. | Andreas Schneider | 2009-10-02 | 1 | -13/+0 |
| | |||||
* | Fix small bug in ssh_options_parse_config | Aris Adamantiadis | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | Fix bug in dir_expand_sub | Aris Adamantiadis | 2009-09-26 | 1 | -32/+32 |
| | |||||
* | support in ~/ and SSH_DIR/ in filenames instead of %s/ | Bernhard R. Link | 2009-09-26 | 1 | -26/+55 |
| | | | | | | | | Get rid of snprintf to fixed sized buffers in setting options. Instead make locations starting with ~/ relative to the users initial working directory (as libssh does not look into the home directory but only at the initial home directory). and starting with SSH_DIR/ relative to the configured ssh directory. | ||||
* | Fixed doxygen compilation warnings | Aris Adamantiadis | 2009-09-26 | 1 | -1/+3 |
| | |||||
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
| | |||||
* | Removed obsolete options | Aris Adamantiadis | 2009-09-26 | 1 | -2/+2 |
| | |||||
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -0/+2 |
| | |||||
* | get rid of SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -32/+31 |
| | |||||
* | Changed the current callback sys to be scalable | Aris Adamantiadis | 2009-09-23 | 1 | -40/+13 |
| | |||||
* | Fix typos in SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -7/+7 |
| | |||||
* | Fixed bindport in getop function. | Andreas Schneider | 2009-09-22 | 1 | -3/+7 |
| | |||||
* | Added handling of bindport in getopt. | Andreas Schneider | 2009-09-22 | 1 | -1/+9 |
| | |||||
* | fix copy&paste error | Bernhard R. Link | 2009-09-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Use the new options function in deprecated functions. | Andreas Schneider | 2009-09-22 | 1 | -202/+35 |
| |