Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include: Fix the LGPL header. | Andreas Schneider | 2013-01-23 | 1 | -12/+11 |
| | | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h | ||||
* | BUG 96: Guard ntohll() and htonll prototypes correctly. | Andreas Schneider | 2012-12-03 | 1 | -1/+6 |
| | |||||
* | session: Cleanup timeout functions. | rofl0r | 2012-01-02 | 1 | -0/+1 |
| | | | | | | It is possible that we get unrelated packets while waiting for termination, thus waiting indefinitely. As a workaround we have to check the user-supplied timeout. | ||||
* | channels: replaced bugged lists with ssh_list | Aris Adamantiadis | 2011-09-02 | 1 | -0/+1 |
| | | | | | | | cherry-picked from 0aef5f Conflicts: src/session.c | ||||
* | misc: Add ssh_match_group(). | Andreas Schneider | 2011-08-22 | 1 | -0/+2 |
| | |||||
* | misc: Remove session from ssh_get_local_username(). | Andreas Schneider | 2011-08-16 | 1 | -1/+1 |
| | |||||
* | Introduced ssh_timeout_elapsed functions | Aris Adamantiadis | 2011-05-24 | 1 | -0/+9 |
| | | | | | | | Functions to mesure elapsed time before and after a serie of calls. Introduces a dependancy to clock_gettime() and librt, hope this doesn't break anything. Porting to gettimeofday() should not be too hard. | ||||
* | misc: Added ssh_is_ipaddr() function. | Andreas Schneider | 2011-02-12 | 1 | -0/+2 |
| | |||||
* | misc: Differentiate between client and server in ssh_analyze_banner. | Andreas Schneider | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | misc: Move ssh_analyze_banner to a common location. | Andreas Schneider | 2010-09-29 | 1 | -0/+1 |
| | | | | Don't duplicate functions! | ||||
* | Added a function to expand an escaped string. | Andreas Schneider | 2010-05-11 | 1 | -0/+1 |
| | |||||
* | Added a function to expand the tilde from a path. | Andreas Schneider | 2010-05-11 | 1 | -0/+2 |
| | |||||
* | First implementation of known_hosts with port read | Aris Adamantiadis | 2010-05-01 | 1 | -0/+1 |
| | |||||
* | Fixed solaris compilation warning and ignore case at host parameter. | Ruben Garcia Azuara | 2010-04-07 | 1 | -0/+1 |
| | | | | | | | | | - 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 and added support for several identity files. | Andreas Schneider | 2010-03-04 | 1 | -0/+1 |
| | |||||
* | Rename ssh_list_add to ssh_list_append. | Andreas Schneider | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | Added a prepend function for ssh_list. | Andreas Schneider | 2010-03-04 | 1 | -0/+1 |
| | |||||
* | renamed ssh_list_get_head to ssh_list_pop_head | Aris Adamantiadis | 2010-03-01 | 1 | -8/+4 |
| | |||||
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+69 |