summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Workaround ssh_get_user_home_dir on LDAP accountsv0-4Aris Adamantiadis2011-07-131-1/+3
* cmake: Fixed a typo.Andreas Schneider2011-04-081-1/+2
* doc: Fixed callbacks documentation.Andreas Schneider2011-01-283-644/+886
* SSH1: fix a few bugs that stopped the samplessh to workAris Adamantiadis2011-01-262-4/+18
* Allow SSH-1 only if compiled inAris Adamantiadis2011-01-262-0/+9
* Knownhosts: fix missing leave_function()Aris Adamantiadis2011-01-261-0/+1
* build: Updated the ChangeLog.release-0-4-8Andreas Schneider2011-01-151-0/+7
* build: Updated version number to 0.4.8Andreas Schneider2011-01-103-3/+3
* keys: Fixed memory leaks in session signing.Andreas Schneider2011-01-071-0/+6
* dh: Fixed a memory leak in ssh_print_hexa.Andreas Schneider2011-01-071-0/+2
* Fix release numberAris Adamantiadis2011-01-071-1/+1
* Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis2011-01-031-13/+16
* cmake: Added ssl libraries for OS/2.Andreas Schneider2010-12-311-0/+2
* cmake: Fixed a warning on OS/2 if the compiler version is empty.Andreas Schneider2010-12-311-1/+1
* libssh: Don't use the visibility flag on OS/2.Andreas Schneider2010-12-312-3/+3
* cmake: Fixed installation path for OS/2.Andreas Schneider2010-12-313-16/+39
* build: Prepare libssh 0.4.7 release.release-0-4-7Andreas Schneider2010-12-273-3/+14
* misc: Fixed a possible memory leak.Andreas Schneider2010-12-271-1/+2
* sftp: Fixed a memory leak in sftp_xstat.Andreas Schneider2010-12-271-1/+4
* socket: Fixed uninitialized fd->revents member.Vic Lee2010-12-081-0/+1
* Fix from Oleksandr ShneyderAris Adamantiadis2010-12-071-2/+4
* client: Fixed a typo.Andreas Schneider2010-09-291-1/+1
* misc: Make sure ssh_analyze_banner has proper length checks.Andreas Schneider2010-09-291-19/+36
* misc: Fixed a possible data overread and crash bug.Andreas Schneider2010-09-291-3/+5
* socket.c: Fixed setting max_fd which breaks ssh_select().Vic Lee2010-09-201-1/+4
* include: Fixed some pedantic build warnings.Andreas Schneider2010-09-101-3/+3
* session: Fixed a memory leak with session->bindaddr.Andreas Schneider2010-09-072-0/+2
* misc: Fixed a memory leak.Andreas Schneider2010-09-071-1/+2
* misc: Updated the changelog.release-0-4-6Andreas Schneider2010-09-051-0/+12
* build: Increase version number.Andreas Schneider2010-09-053-4/+4
* build: Fixed a wrong if statement.Andreas Schneider2010-09-051-2/+2
* build: Fixed build with gcc 3.4.Andreas Schneider2010-09-051-1/+17
* build: Fixed checking for printf function on Windows.Andreas Schneider2010-09-022-11/+20
* poll: Fixed the Windows build on Vista and newer.Andreas Schneider2010-09-011-2/+2
* Fixes bug #99Aris Adamantiadis2010-08-281-1/+4
* poll: Fixed the ssh_poll_(init/cleanup) functions.Andreas Schneider2010-08-251-3/+5
* poll: Fixed the usage of WSAPoll() on Windows.Andreas Schneider2010-08-251-10/+28
* poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider2010-08-255-1/+24
* Fixed "@deprecated" in doxygenAris Adamantiadis2010-08-201-1/+1
* Changed SSH_SUCCESS to SSH_OKAris Adamantiadis2010-08-201-10/+10
* Obsoletes ssh_auth_list, comment ssh_userauth_listAris Adamantiadis2010-08-191-8/+17
* build: Fixed some mingw warnings.Andreas Schneider2010-07-242-3/+5
* priv: Fixed a mingw build bug.Andreas Schneider2010-07-241-3/+3
* Correctly handle failed opened channelsAris Adamantiadis2010-07-191-2/+4
* Fixed keepalive problem on older openssh serversAris Adamantiadis2010-07-161-1/+1
* New example for port forwardingAris Adamantiadis2010-07-162-0/+250
* build: InstallRequiredSystemLibraries isn't needed.Andreas Schneider2010-07-161-3/+0
* build: Fixed the NSIS build.Andreas Schneider2010-07-131-11/+15
* build: Fixed the Windows build.Andreas Schneider2010-07-132-60/+61
* build: Define values for printf functions.Andreas Schneider2010-07-131-7/+7