summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | (cherry picked from commit 7150cabafa6265ebe7b6d7705b3260462c4810b2)
* 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
| | | | Found by cppcheck - http://test.libssh.org/cppcheck-analyzer/
* dh: Fixed a memory leak in ssh_print_hexa.Andreas Schneider2011-01-071-0/+2
| | | | | Found by cppcheck - http://test.libssh.org/cppcheck-analyzer/ (cherry picked from commit a016d356fac59e010bef036bb7696b311bbd642a)
* Fix release numberAris Adamantiadis2011-01-071-1/+1
|
* Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis2011-01-031-13/+16
| | | | Convert that code to ssh_poll
* 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
| | | | (cherry picked from commit 98b5f07631e314cca327486560d7a2f2c283d24b)
* 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
| | | | (cherry picked from commit a0e98f585a36e0032545107dbd90c6adab40e09b)
* sftp: Fixed a memory leak in sftp_xstat.Andreas Schneider2010-12-271-1/+4
| | | | | Thanks to dsc for the bug report. (cherry picked from commit 7c728acd12947ecb3d910b5ca79f4d628b66e6c2)
* socket: Fixed uninitialized fd->revents member.Vic Lee2010-12-081-0/+1
| | | | Signed-off-by: Vic Lee <llyzs@163.com>
* Fix from Oleksandr ShneyderAris Adamantiadis2010-12-071-2/+4
| | | | http://www.libssh.org/archive/libssh/2010-11/0000005.html
* 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
| | | | (backported from commit 38359672a546d87c8b2fb040bf30ebaec2ee3651)
* misc: Fixed a possible data overread and crash bug.Andreas Schneider2010-09-291-3/+5
| | | | (backported from commit 30e22fed6e6bdab222977a2e385defed1f2d0d62)
* socket.c: Fixed setting max_fd which breaks ssh_select().Vic Lee2010-09-201-1/+4
| | | | Signed-off-by: Andreas Schneider <asn@cynapses.org>
* 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
| | | | (cherry picked from commit 325cc4e39568831565fce816cfc3bb74a67ccb2c)
* misc: Fixed a memory leak.Andreas Schneider2010-09-071-1/+2
| | | | (cherry picked from commit c1604eff081514df3b6abb8c50c3acbab71d77ac)
* 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
| | | | (cherry picked from commit 461dde231c73fbe7daecc703a79fb1317bdd1b53)
* build: Fixed build with gcc 3.4.Andreas Schneider2010-09-051-1/+17
| | | | | The -fvisibility=hidden flag is broken in gcc 3.4. This fixes the build on CentOS, bug #74.
* 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
| | | | returns error when no cryptographic context is available
* 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
| | | | This should fix ticket #101.
* 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
| | | | | | Conflicts: libssh/auth.c
* 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
| | | | | We have to include stdio.h for the printf function before we can do anything.
* build: Define values for printf functions.Andreas Schneider2010-07-131-7/+7
|