aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
(cherry picked from commit a0e98f585a36e0032545107dbd90c6adab40e09b)
2010-12-27sftp: Fixed a memory leak in sftp_xstat.Andreas Schneider1-1/+4
Thanks to dsc for the bug report. (cherry picked from commit 7c728acd12947ecb3d910b5ca79f4d628b66e6c2)
2010-12-08socket: Fixed uninitialized fd->revents member.Vic Lee1-0/+1
Signed-off-by: Vic Lee <llyzs@163.com>
2010-12-07Fix from Oleksandr ShneyderAris Adamantiadis1-2/+4
http://www.libssh.org/archive/libssh/2010-11/0000005.html
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
(backported from commit 38359672a546d87c8b2fb040bf30ebaec2ee3651)
2010-09-29misc: Fixed a possible data overread and crash bug.Andreas Schneider1-3/+5
(backported from commit 30e22fed6e6bdab222977a2e385defed1f2d0d62)
2010-09-20socket.c: Fixed setting max_fd which breaks ssh_select().Vic Lee1-1/+4
Signed-off-by: Andreas Schneider <asn@cynapses.org>
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
(cherry picked from commit 325cc4e39568831565fce816cfc3bb74a67ccb2c)
2010-09-07misc: Fixed a memory leak.Andreas Schneider1-1/+2
(cherry picked from commit c1604eff081514df3b6abb8c50c3acbab71d77ac)
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
(cherry picked from commit 461dde231c73fbe7daecc703a79fb1317bdd1b53)
2010-09-05build: Fixed build with gcc 3.4.Andreas Schneider1-1/+17
The -fvisibility=hidden flag is broken in gcc 3.4. This fixes the build on CentOS, bug #74.
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
returns error when no cryptographic context is available
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
This should fix ticket #101.
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
Conflicts: libssh/auth.c
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
We have to include stdio.h for the printf function before we can do anything.
2010-07-13build: Define values for printf functions.Andreas Schneider1-7/+7
2010-07-13build: Don't test for big endian on Windows.Andreas Schneider1-1/+3
Visual Studio 2010 has problems running the test.
2010-07-13build: Fixed the Windows preprocessor macros and defines.Andreas Schneider3-55/+52
2010-07-13build: Set a default zlib search path for windows.Andreas Schneider1-0/+3
2010-07-13build: Set a default openssl search path for windows.Andreas Schneider1-0/+4
2010-07-13build: Fixed typo.Andreas Schneider1-1/+1
2010-07-13build: Added a check for NSIS.Andreas Schneider2-5/+40
2010-07-13build: Increase version numbers.release-0-4-5Andreas Schneider3-4/+4
2010-07-12build: Updated ChangeLog.Andreas Schneider1-0/+6
2010-07-09poll: Added poll constants for Windows.Andreas Schneider1-2/+40
WSAPoll uses different constanst values as the POSIX implementation, what else ...
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider3-2/+18
Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>.
2010-07-07Fixed ssh_socket_poll behaviourAris Adamantiadis1-14/+11
2010-07-06socket: Fixed ssh_socket_poll().Andreas Schneider1-2/+7
If we don't have date to read or write, leave ssh_socket_poll().
2010-07-06poll: FD_SETSIZE is only for the count value of FD_SET on Windows.Andreas Schneider1-0/+2
2010-06-25socket: Fixed a prototype.Andreas Schneider1-1/+1
2010-06-24socket: Fixed conflicting types.Andreas Schneider1-1/+1
2010-06-24poll: Another attempt to get bsd_poll() working correctly.Andreas Schneider1-2/+6