aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
AgeCommit message (Expand)AuthorFilesLines
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