summaryrefslogtreecommitdiffstats
path: root/src/misc.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Use the szPath variable instead of calling getenv.Andreas Schneider2013-07-161-1/+1
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-2/+2
* 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: Use a fixed buffer for getenv().Andreas Schneider2012-10-121-2/+8
* misc: Use strncpy instead of strcat.Andreas Schneider2012-10-121-1/+1
* misc: Use size_t for len.Andreas Schneider2012-10-071-2/+2
* misc: Don't leak memory on ssh_path_expand_escape() on error.Andreas Schneider2012-10-051-0/+4
* misc: Improve byte swapping of ntohll().Andreas Schneider2012-02-191-6/+8
* misc: Fix definitions of ssh_list_new().Andreas Schneider2012-02-191-1/+1
* session: Use a struct for all options.Andreas Schneider2012-02-051-5/+5
* session: Cleanup timeout functions.rofl0r2012-01-021-10/+38
* build: Fix zlib support.Andreas Schneider2011-09-231-4/+4
* gzip: Fix zlib support.Andreas Schneider2011-09-181-1/+1
* Update libssh to ssh_handle_packets_terminationAris Adamantiadis2011-09-021-3/+2
* channels: replaced bugged lists with ssh_listAris Adamantiadis2011-09-021-0/+12
* misc: Add ssh_match_group().Andreas Schneider2011-08-221-0/+27
* misc: Remove session from ssh_get_local_username().Andreas Schneider2011-08-161-20/+16
* misc: Fix ssh_timeout_update().rofl0r2011-08-061-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-241-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