summaryrefslogtreecommitdiffstats
path: root/src/misc.c
Commit message (Expand)AuthorAgeFilesLines
* CVE-2012-4560: Fix a write one past the end of 'buf'.Andreas Schneider2012-11-141-2/+3
* CVE-2012-4560: Fix a write one past the end of the 'u' buffer.Andreas Schneider2012-11-141-1/+1
* misc: Don't leak memory on ssh_path_expand_escape() on error.Andreas Schneider2012-10-051-0/+4
* session: Cleanup timeout functions and fix packets termination.rofl0r2012-01-021-11/+32
* channels: replaced bugged lists with ssh_listAris Adamantiadis2011-09-021-0/+12
* misc: Fix ssh_timeout_update().rofl0r2011-08-071-5/+5
* Workaround ssh_get_user_home_dir on LDAP usersAris Adamantiadis2011-07-131-1/+2
* build: Check for ntohll().Andreas Schneider2011-06-061-2/+4
* misc: Fix compilation on Windows.Andreas Schneider2011-05-261-4/+5
* cmake: Fix detection of clock_gettime.Andreas Schneider2011-05-251-6/+8
* Replace clock_gettime with gettimeofday when missingAris Adamantiadis2011-05-251-1/+10
* Introduced ssh_timeout_elapsed functionsAris Adamantiadis2011-05-251-0/+86
* build: Fixed some VS2010 problems.Oliver Stöneberg2011-04-111-2/+2
* misc: Fixed ssh_is_ipaddr_v4() on Windows.Andreas Schneider2011-02-131-0/+5
* misc: Added working ssh_is_ipaddr for Windows.Andreas Schneider2011-02-131-33/+69
* misc: Fixed ssh_is_ipaddr on FreeBSD.Andreas Schneider2011-02-131-0/+3
* misc: Added ssh_is_ipaddr() function.Andreas Schneider2011-02-121-0/+32
* Fix getpwuid_r on opensolarisAris Adamantiadis2011-01-111-7/+7
* misc: Avoid redefine of _WIN32_IE.Andreas Schneider2011-01-011-2/+9
* misc: Fixed a possible memory leak.Andreas Schneider2010-12-271-1/+2
* misc: Fixed a typo.Andreas Schneider2010-09-291-1/+1
* misc: Make sure ssh_analyze_banner has proper length checks.Andreas Schneider2010-09-291-19/+37
* misc: Differentiate between client and server in ssh_analyze_banner.Andreas Schneider2010-09-291-2/+8
* misc: Fixed a possible data overread and crash bug.Andreas Schneider2010-09-291-2/+5
* misc: Move ssh_analyze_banner to a common location.Andreas Schneider2010-09-291-0/+63
* misc: Fixed a memory leak.Andreas Schneider2010-09-071-1/+2
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+685