aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-13Workaround ssh_get_user_home_dir on LDAP accountsv0-4Aris Adamantiadis1-1/+3
2011-04-08cmake: Fixed a typo.Andreas Schneider1-1/+2
2011-01-28doc: Fixed callbacks documentation.Andreas Schneider3-644/+886
2011-01-26SSH1: fix a few bugs that stopped the samplessh to workAris Adamantiadis2-4/+18
2011-01-26Allow SSH-1 only if compiled inAris Adamantiadis2-0/+9
2011-01-26Knownhosts: fix missing leave_function()Aris Adamantiadis1-0/+1
2011-01-15build: Updated the ChangeLog.release-0-4-8Andreas Schneider1-0/+7
2011-01-10build: Updated version number to 0.4.8Andreas Schneider3-3/+3
2011-01-07keys: Fixed memory leaks in session signing.Andreas Schneider1-0/+6
2011-01-07dh: Fixed a memory leak in ssh_print_hexa.Andreas Schneider1-0/+2
2011-01-07Fix release numberAris Adamantiadis1-1/+1
2011-01-03Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis1-13/+16
2010-12-31cmake: Added ssl libraries for OS/2.Andreas Schneider1-0/+2
2010-12-31cmake: Fixed a warning on OS/2 if the compiler version is empty.Andreas Schneider1-1/+1
2010-12-31libssh: Don't use the visibility flag on OS/2.Andreas Schneider2-3/+3
2010-12-31cmake: Fixed installation path for OS/2.Andreas Schneider3-16/+39
2010-12-27build: Prepare libssh 0.4.7 release.release-0-4-7Andreas Schneider3-3/+14
2010-12-27misc: Fixed a possible memory leak.Andreas Schneider1-1/+2
2010-12-27sftp: Fixed a memory leak in sftp_xstat.Andreas Schneider1-1/+4
2010-12-08socket: Fixed uninitialized fd->revents member.Vic Lee1-0/+1
2010-12-07Fix from Oleksandr ShneyderAris Adamantiadis1-2/+4
2010-09-29client: Fixed a typo.Andreas Schneider1-1/+1
2010-09-29misc: Make sure ssh_analyze_banner has proper length checks.Andreas Schneider1-19/+36
2010-09-29misc: Fixed a possible data overread and crash bug.Andreas Schneider1-3/+5
2010-09-20socket.c: Fixed setting max_fd which breaks ssh_select().Vic Lee1-1/+4
2010-09-10include: Fixed some pedantic build warnings.Andreas Schneider1-3/+3
2010-09-07session: Fixed a memory leak with session->bindaddr.Andreas Schneider2-0/+2
2010-09-07misc: Fixed a memory leak.Andreas Schneider1-1/+2
2010-09-05misc: Updated the changelog.release-0-4-6Andreas Schneider1-0/+12
2010-09-05build: Increase version number.Andreas Schneider3-4/+4
2010-09-05build: Fixed a wrong if statement.Andreas Schneider1-2/+2
2010-09-05build: Fixed build with gcc 3.4.Andreas Schneider1-1/+17
2010-09-02build: Fixed checking for printf function on Windows.Andreas Schneider2-11/+20
2010-09-01poll: Fixed the Windows build on Vista and newer.Andreas Schneider1-2/+2
2010-08-28Fixes bug #99Aris Adamantiadis1-1/+4
2010-08-25poll: Fixed the ssh_poll_(init/cleanup) functions.Andreas Schneider1-3/+5
2010-08-25poll: Fixed the usage of WSAPoll() on Windows.Andreas Schneider1-10/+28
2010-08-25poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider5-1/+24
2010-08-20Fixed "@deprecated" in doxygenAris Adamantiadis1-1/+1
2010-08-20Changed SSH_SUCCESS to SSH_OKAris Adamantiadis1-10/+10
2010-08-19Obsoletes ssh_auth_list, comment ssh_userauth_listAris Adamantiadis1-8/+17
2010-07-24build: Fixed some mingw warnings.Andreas Schneider2-3/+5
2010-07-24priv: Fixed a mingw build bug.Andreas Schneider1-3/+3
2010-07-19Correctly handle failed opened channelsAris Adamantiadis1-2/+4
2010-07-16Fixed keepalive problem on older openssh serversAris Adamantiadis1-1/+1
2010-07-16New example for port forwardingAris Adamantiadis2-0/+250
2010-07-16build: InstallRequiredSystemLibraries isn't needed.Andreas Schneider1-3/+0
2010-07-13build: Fixed the NSIS build.Andreas Schneider1-11/+15
2010-07-13build: Fixed the Windows build.Andreas Schneider2-60/+61
2010-07-13build: Define values for printf functions.Andreas Schneider1-7/+7