summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Collapse)AuthorAgeFilesLines
* Workaround ssh_get_user_home_dir on LDAP accountsv0-4Aris Adamantiadis2011-07-131-1/+3
|
* doc: Fixed callbacks documentation.Andreas Schneider2011-01-281-27/+0
|
* 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
|
* 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 problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis2011-01-031-13/+16
| | | | Convert that code to ssh_poll
* 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>
* 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)
* 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-253-1/+22
|
* 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
* Correctly handle failed opened channelsAris Adamantiadis2010-07-191-2/+4
|
* Fixed keepalive problem on older openssh serversAris Adamantiadis2010-07-161-1/+1
|
* options: Added option to bind a client to an ip address.Andreas Schneider2010-07-071-0/+15
| | | | Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>.
* Fixed ssh_socket_poll behaviourAris Adamantiadis2010-07-071-14/+11
|
* socket: Fixed ssh_socket_poll().Andreas Schneider2010-07-061-2/+7
| | | | If we don't have date to read or write, leave ssh_socket_poll().
* poll: FD_SETSIZE is only for the count value of FD_SET on Windows.Andreas Schneider2010-07-061-0/+2
|
* poll: Another attempt to get bsd_poll() working correctly.Andreas Schneider2010-06-241-2/+6
|
* poll: Fixed building with poll-emulation on UNIX.Andreas Schneider2010-06-242-7/+10
|
* agent: Use the our poll typedef.Andreas Schneider2010-06-241-1/+1
|
* poll: Added a comment to the bsd_poll() implementation.Andreas Schneider2010-06-221-0/+10
|
* poll: Handle FD_SETSIZE in bsd_poll().Andreas Schneider2010-06-221-1/+1
|
* poll: Fixed a comparsion.Andreas Schneider2010-06-221-1/+1
|
* poll: Fixed a typo.Andreas Schneider2010-06-211-1/+1
|
* poll: Check if maxfd has been set.Andreas Schneider2010-06-201-2/+3
|
* connect: Fixed some socket build warnings on windows.Andreas Schneider2010-06-181-5/+6
|
* server: Fixed types and checks of fd's.Andreas Schneider2010-06-171-6/+6
|
* poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET.Andreas Schneider2010-06-171-5/+5
|
* client: Fixed fd type and checks.Andreas Schneider2010-06-171-4/+4
|
* channel: Fixed the type of the max fd variable in ssh_channel_select().Andreas Schneider2010-06-171-5/+5
|
* agent: Use ssh_poll in agent code.Andreas Schneider2010-06-171-3/+3
|
* socket: Fixed checks for max fd.Andreas Schneider2010-06-171-12/+12
|
* poll: Fixed brackets.Andreas Schneider2010-06-171-2/+2
|
* poll: Fixed another wrong invalid fd check in bsd_poll.Andreas Schneider2010-06-171-1/+1
|
* poll: Some code cleanup for easier debugging.Andreas Schneider2010-06-171-2/+4
|