aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-16misc: Use the szPath variable instead of calling getenv.Andreas Schneider1-1/+1
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-2/+2
2012-11-14CVE-2012-4560: Fix a write one past the end of 'buf'.Andreas Schneider1-2/+3
2012-11-14CVE-2012-4560: Fix a write one past the end of the 'u' buffer.Andreas Schneider1-1/+1
2012-10-12misc: Use a fixed buffer for getenv().Andreas Schneider1-2/+8
2012-10-12misc: Use strncpy instead of strcat.Andreas Schneider1-1/+1
2012-10-07misc: Use size_t for len.Andreas Schneider1-2/+2
2012-10-05misc: Don't leak memory on ssh_path_expand_escape() on error.Andreas Schneider1-0/+4
2012-02-19misc: Improve byte swapping of ntohll().Andreas Schneider1-6/+8
2012-02-19misc: Fix definitions of ssh_list_new().Andreas Schneider1-1/+1
2012-02-05session: Use a struct for all options.Andreas Schneider1-5/+5
2012-01-02session: Cleanup timeout functions.rofl0r1-10/+38
2011-09-23build: Fix zlib support.Andreas Schneider1-4/+4
2011-09-18gzip: Fix zlib support.Andreas Schneider1-1/+1
2011-09-02Update libssh to ssh_handle_packets_terminationAris Adamantiadis1-3/+2
2011-09-02channels: replaced bugged lists with ssh_listAris Adamantiadis1-0/+12
2011-08-22misc: Add ssh_match_group().Andreas Schneider1-0/+27
2011-08-16misc: Remove session from ssh_get_local_username().Andreas Schneider1-20/+16
2011-08-06misc: Fix ssh_timeout_update().rofl0r1-5/+5
2011-07-13Workaround ssh_get_user_home_dir on LDAP usersAris Adamantiadis1-1/+2
2011-06-06build: Check for ntohll().Andreas Schneider1-2/+4
2011-05-26misc: Fix compilation on Windows.Andreas Schneider1-4/+5
2011-05-25cmake: Fix detection of clock_gettime.Andreas Schneider1-6/+8
2011-05-25Replace clock_gettime with gettimeofday when missingAris Adamantiadis1-1/+10
2011-05-24Introduced ssh_timeout_elapsed functionsAris Adamantiadis1-0/+86
2011-04-11build: Fixed some VS2010 problems.Oliver Stöneberg1-2/+2
2011-02-13misc: Fixed ssh_is_ipaddr_v4() on Windows.Andreas Schneider1-0/+5
2011-02-13misc: Added working ssh_is_ipaddr for Windows.Andreas Schneider1-33/+69
2011-02-13misc: Fixed ssh_is_ipaddr on FreeBSD.Andreas Schneider1-0/+3
2011-02-12misc: Added ssh_is_ipaddr() function.Andreas Schneider1-0/+32
2011-01-11Fix getpwuid_r on opensolarisAris Adamantiadis1-7/+7
2011-01-01misc: Avoid redefine of _WIN32_IE.Andreas Schneider1-2/+9
2010-12-27misc: Fixed a possible memory leak.Andreas Schneider1-1/+2
2010-09-29misc: Fixed a typo.Andreas Schneider1-1/+1
2010-09-29misc: Make sure ssh_analyze_banner has proper length checks.Andreas Schneider1-19/+37
2010-09-29misc: Differentiate between client and server in ssh_analyze_banner.Andreas Schneider1-2/+8
2010-09-29misc: Fixed a possible data overread and crash bug.Andreas Schneider1-2/+5
2010-09-29misc: Move ssh_analyze_banner to a common location.Andreas Schneider1-0/+63
2010-09-07misc: Fixed a memory leak.Andreas Schneider1-1/+2
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+685