| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Workaround ssh_get_user_home_dir on LDAP accountsv0-4 | Aris Adamantiadis | 2011-07-13 | 1 | -1/+3 |
| | | |||||
| * | cmake: Fixed a typo. | Andreas Schneider | 2011-04-08 | 1 | -1/+2 |
| | | | | | (cherry picked from commit 7150cabafa6265ebe7b6d7705b3260462c4810b2) | ||||
| * | doc: Fixed callbacks documentation. | Andreas Schneider | 2011-01-28 | 3 | -644/+886 |
| | | |||||
| * | SSH1: fix a few bugs that stopped the samplessh to work | Aris Adamantiadis | 2011-01-26 | 2 | -4/+18 |
| | | |||||
| * | Allow SSH-1 only if compiled in | Aris Adamantiadis | 2011-01-26 | 2 | -0/+9 |
| | | |||||
| * | Knownhosts: fix missing leave_function() | Aris Adamantiadis | 2011-01-26 | 1 | -0/+1 |
| | | |||||
| * | build: Updated the ChangeLog.release-0-4-8 | Andreas Schneider | 2011-01-15 | 1 | -0/+7 |
| | | |||||
| * | build: Updated version number to 0.4.8 | Andreas Schneider | 2011-01-10 | 3 | -3/+3 |
| | | |||||
| * | keys: Fixed memory leaks in session signing. | Andreas Schneider | 2011-01-07 | 1 | -0/+6 |
| | | | | | Found by cppcheck - http://test.libssh.org/cppcheck-analyzer/ | ||||
| * | dh: Fixed a memory leak in ssh_print_hexa. | Andreas Schneider | 2011-01-07 | 1 | -0/+2 |
| | | | | | | Found by cppcheck - http://test.libssh.org/cppcheck-analyzer/ (cherry picked from commit a016d356fac59e010bef036bb7696b311bbd642a) | ||||
| * | Fix release number | Aris Adamantiadis | 2011-01-07 | 1 | -1/+1 |
| | | |||||
| * | Fix problem with ssh_connect w/ timeout &fd > 1024 | Aris Adamantiadis | 2011-01-03 | 1 | -13/+16 |
| | | | | | Convert that code to ssh_poll | ||||
| * | cmake: Added ssl libraries for OS/2. | Andreas Schneider | 2010-12-31 | 1 | -0/+2 |
| | | |||||
| * | cmake: Fixed a warning on OS/2 if the compiler version is empty. | Andreas Schneider | 2010-12-31 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 98b5f07631e314cca327486560d7a2f2c283d24b) | ||||
| * | libssh: Don't use the visibility flag on OS/2. | Andreas Schneider | 2010-12-31 | 2 | -3/+3 |
| | | |||||
| * | cmake: Fixed installation path for OS/2. | Andreas Schneider | 2010-12-31 | 3 | -16/+39 |
| | | |||||
| * | build: Prepare libssh 0.4.7 release.release-0-4-7 | Andreas Schneider | 2010-12-27 | 3 | -3/+14 |
| | | |||||
| * | misc: Fixed a possible memory leak. | Andreas Schneider | 2010-12-27 | 1 | -1/+2 |
| | | | | | (cherry picked from commit a0e98f585a36e0032545107dbd90c6adab40e09b) | ||||
| * | sftp: Fixed a memory leak in sftp_xstat. | Andreas Schneider | 2010-12-27 | 1 | -1/+4 |
| | | | | | | Thanks to dsc for the bug report. (cherry picked from commit 7c728acd12947ecb3d910b5ca79f4d628b66e6c2) | ||||
| * | socket: Fixed uninitialized fd->revents member. | Vic Lee | 2010-12-08 | 1 | -0/+1 |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> | ||||
| * | Fix from Oleksandr Shneyder | Aris Adamantiadis | 2010-12-07 | 1 | -2/+4 |
| | | | | | http://www.libssh.org/archive/libssh/2010-11/0000005.html | ||||
| * | client: Fixed a typo. | Andreas Schneider | 2010-09-29 | 1 | -1/+1 |
| | | |||||
| * | misc: Make sure ssh_analyze_banner has proper length checks. | Andreas Schneider | 2010-09-29 | 1 | -19/+36 |
| | | | | | (backported from commit 38359672a546d87c8b2fb040bf30ebaec2ee3651) | ||||
| * | misc: Fixed a possible data overread and crash bug. | Andreas Schneider | 2010-09-29 | 1 | -3/+5 |
| | | | | | (backported from commit 30e22fed6e6bdab222977a2e385defed1f2d0d62) | ||||
| * | socket.c: Fixed setting max_fd which breaks ssh_select(). | Vic Lee | 2010-09-20 | 1 | -1/+4 |
| | | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
| * | include: Fixed some pedantic build warnings. | Andreas Schneider | 2010-09-10 | 1 | -3/+3 |
| | | |||||
| * | session: Fixed a memory leak with session->bindaddr. | Andreas Schneider | 2010-09-07 | 2 | -0/+2 |
| | | | | | (cherry picked from commit 325cc4e39568831565fce816cfc3bb74a67ccb2c) | ||||
| * | misc: Fixed a memory leak. | Andreas Schneider | 2010-09-07 | 1 | -1/+2 |
| | | | | | (cherry picked from commit c1604eff081514df3b6abb8c50c3acbab71d77ac) | ||||
| * | misc: Updated the changelog.release-0-4-6 | Andreas Schneider | 2010-09-05 | 1 | -0/+12 |
| | | |||||
| * | build: Increase version number. | Andreas Schneider | 2010-09-05 | 3 | -4/+4 |
| | | |||||
| * | build: Fixed a wrong if statement. | Andreas Schneider | 2010-09-05 | 1 | -2/+2 |
| | | | | | (cherry picked from commit 461dde231c73fbe7daecc703a79fb1317bdd1b53) | ||||
| * | build: Fixed build with gcc 3.4. | Andreas Schneider | 2010-09-05 | 1 | -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 Schneider | 2010-09-02 | 2 | -11/+20 |
| | | |||||
| * | poll: Fixed the Windows build on Vista and newer. | Andreas Schneider | 2010-09-01 | 1 | -2/+2 |
| | | |||||
| * | Fixes bug #99 | Aris Adamantiadis | 2010-08-28 | 1 | -1/+4 |
| | | | | | returns error when no cryptographic context is available | ||||
| * | poll: Fixed the ssh_poll_(init/cleanup) functions. | Andreas Schneider | 2010-08-25 | 1 | -3/+5 |
| | | |||||
| * | poll: Fixed the usage of WSAPoll() on Windows. | Andreas Schneider | 2010-08-25 | 1 | -10/+28 |
| | | | | | This should fix ticket #101. | ||||
| * | poll: Added a cleanup function to free the ws2_32 library. | Andreas Schneider | 2010-08-25 | 5 | -1/+24 |
| | | |||||
| * | Fixed "@deprecated" in doxygen | Aris Adamantiadis | 2010-08-20 | 1 | -1/+1 |
| | | |||||
| * | Changed SSH_SUCCESS to SSH_OK | Aris Adamantiadis | 2010-08-20 | 1 | -10/+10 |
| | | |||||
| * | Obsoletes ssh_auth_list, comment ssh_userauth_list | Aris Adamantiadis | 2010-08-19 | 1 | -8/+17 |
| | | | | | | | Conflicts: libssh/auth.c | ||||
| * | build: Fixed some mingw warnings. | Andreas Schneider | 2010-07-24 | 2 | -3/+5 |
| | | |||||
| * | priv: Fixed a mingw build bug. | Andreas Schneider | 2010-07-24 | 1 | -3/+3 |
| | | |||||
| * | Correctly handle failed opened channels | Aris Adamantiadis | 2010-07-19 | 1 | -2/+4 |
| | | |||||
| * | Fixed keepalive problem on older openssh servers | Aris Adamantiadis | 2010-07-16 | 1 | -1/+1 |
| | | |||||
| * | New example for port forwarding | Aris Adamantiadis | 2010-07-16 | 2 | -0/+250 |
| | | |||||
| * | build: InstallRequiredSystemLibraries isn't needed. | Andreas Schneider | 2010-07-16 | 1 | -3/+0 |
| | | |||||
| * | build: Fixed the NSIS build. | Andreas Schneider | 2010-07-13 | 1 | -11/+15 |
| | | |||||
| * | build: Fixed the Windows build. | Andreas Schneider | 2010-07-13 | 2 | -60/+61 |
| | | | | | | We have to include stdio.h for the printf function before we can do anything. | ||||
| * | build: Define values for printf functions. | Andreas Schneider | 2010-07-13 | 1 | -7/+7 |
| | | |||||
