summaryrefslogtreecommitdiffstats
path: root/include/libssh/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* include: Fix the LGPL header.Andreas Schneider2013-01-231-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 Schneider2012-12-031-1/+6
|
* session: Cleanup timeout functions.rofl0r2012-01-021-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_listAris Adamantiadis2011-09-021-0/+1
| | | | | | | cherry-picked from 0aef5f Conflicts: src/session.c
* misc: Add ssh_match_group().Andreas Schneider2011-08-221-0/+2
|
* misc: Remove session from ssh_get_local_username().Andreas Schneider2011-08-161-1/+1
|
* Introduced ssh_timeout_elapsed functionsAris Adamantiadis2011-05-241-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 Schneider2011-02-121-0/+2
|
* misc: Differentiate between client and server in ssh_analyze_banner.Andreas Schneider2010-09-291-1/+1
|
* misc: Move ssh_analyze_banner to a common location.Andreas Schneider2010-09-291-0/+1
| | | | Don't duplicate functions!
* Added a function to expand an escaped string.Andreas Schneider2010-05-111-0/+1
|
* Added a function to expand the tilde from a path.Andreas Schneider2010-05-111-0/+2
|
* First implementation of known_hosts with port readAris Adamantiadis2010-05-011-0/+1
|
* Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara2010-04-071-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 Schneider2010-03-041-0/+1
|
* Rename ssh_list_add to ssh_list_append.Andreas Schneider2010-03-041-1/+1
|
* Added a prepend function for ssh_list.Andreas Schneider2010-03-041-0/+1
|
* renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis2010-03-011-8/+4
|
* More include file splittingAris Adamantiadis2009-09-261-0/+69