aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2011-01-07keys: Fixed memory leaks in session signing.Andreas Schneider1-0/+6
2011-01-07dh: Fixed a memory leak in ssh_print_hexa.Andreas Schneider1-0/+2
2011-01-03Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis1-13/+16
2010-12-27misc: Fixed a possible memory leak.Andreas Schneider1-1/+2
2010-12-27sftp: Fixed a memory leak in sftp_xstat.Andreas Schneider1-1/+4
2010-12-08socket: Fixed uninitialized fd->revents member.Vic Lee1-0/+1
2010-12-07Fix from Oleksandr ShneyderAris Adamantiadis1-2/+4
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
2010-09-29misc: Fixed a possible data overread and crash bug.Andreas Schneider1-3/+5
2010-09-20socket.c: Fixed setting max_fd which breaks ssh_select().Vic Lee1-1/+4
2010-09-07session: Fixed a memory leak with session->bindaddr.Andreas Schneider2-0/+2
2010-09-07misc: Fixed a memory leak.Andreas Schneider1-1/+2
2010-09-01poll: Fixed the Windows build on Vista and newer.Andreas Schneider1-2/+2
2010-08-28Fixes bug #99Aris Adamantiadis1-1/+4
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
2010-08-25poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider3-1/+22
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
2010-07-19Correctly handle failed opened channelsAris Adamantiadis1-2/+4
2010-07-16Fixed keepalive problem on older openssh serversAris Adamantiadis1-1/+1
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider1-0/+15
2010-07-07Fixed ssh_socket_poll behaviourAris Adamantiadis1-14/+11
2010-07-06socket: Fixed ssh_socket_poll().Andreas Schneider1-2/+7
2010-07-06poll: FD_SETSIZE is only for the count value of FD_SET on Windows.Andreas Schneider1-0/+2
2010-06-24poll: Another attempt to get bsd_poll() working correctly.Andreas Schneider1-2/+6
2010-06-24poll: Fixed building with poll-emulation on UNIX.Andreas Schneider2-7/+10
2010-06-24agent: Use the our poll typedef.Andreas Schneider1-1/+1
2010-06-22poll: Added a comment to the bsd_poll() implementation.Andreas Schneider1-0/+10
2010-06-22poll: Handle FD_SETSIZE in bsd_poll().Andreas Schneider1-1/+1
2010-06-22poll: Fixed a comparsion.Andreas Schneider1-1/+1
2010-06-21poll: Fixed a typo.Andreas Schneider1-1/+1
2010-06-20poll: Check if maxfd has been set.Andreas Schneider1-2/+3
2010-06-18connect: Fixed some socket build warnings on windows.Andreas Schneider1-5/+6
2010-06-17server: Fixed types and checks of fd's.Andreas Schneider1-6/+6
2010-06-17poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET.Andreas Schneider1-5/+5
2010-06-17client: Fixed fd type and checks.Andreas Schneider1-4/+4
2010-06-17channel: Fixed the type of the max fd variable in ssh_channel_select().Andreas Schneider1-5/+5
2010-06-17agent: Use ssh_poll in agent code.Andreas Schneider1-3/+3
2010-06-17socket: Fixed checks for max fd.Andreas Schneider1-12/+12
2010-06-17poll: Fixed brackets.Andreas Schneider1-2/+2
2010-06-17poll: Fixed another wrong invalid fd check in bsd_poll.Andreas Schneider1-1/+1
2010-06-17poll: Some code cleanup for easier debugging.Andreas Schneider1-2/+4
2010-06-17poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider1-2/+2
2010-06-03config: Use ssh log and error functions for problems.Andreas Schneider1-2/+4
2010-06-02socket: Fixed signed values which could be seen as an unary operator.Andreas Schneider1-2/+2
2010-06-01socket: According to execle(2) environ shouldn't be const.Andreas Schneider1-1/+1
2010-05-31Fix warning for snprintfAris Adamantiadis1-0/+1