aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-26SSH1: Update a few fix from 0.4.8-gitAris Adamantiadis2-3/+5
2011-01-26Getpass: fixed loop + indentationAris Adamantiadis1-3/+3
2011-01-26Getpass: Fix password clearingAris Adamantiadis1-11/+10
2011-01-24getpass: Fixed possible segfault if len is too small.Andreas Schneider1-0/+10
2011-01-24misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider2-0/+266
2011-01-22Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis1-13/+16
2011-01-19Fix use-after-free when socket is closed in a callback handlerAris Adamantiadis1-2/+15
2011-01-16Fix doxygen warningAris Adamantiadis1-0/+2
2011-01-16ssh_auth_password made nonblockingAris Adamantiadis1-3/+41
2011-01-16Made ssh_userauth_none nonblockingAris Adamantiadis1-5/+51
2011-01-16Made ask_userauth nonblockingAris Adamantiadis1-4/+11
2011-01-15Fix double-connect testcaseAris Adamantiadis2-1/+71
2011-01-12Use termination functions for event pollingAris Adamantiadis2-14/+60
2011-01-11Fix getpwuid_r on opensolarisAris Adamantiadis1-7/+7
2011-01-11build: Fixed build on Windows.Andreas Schneider1-1/+2
2011-01-10Non-blocking mode for ssh_connectAris Adamantiadis1-2/+23
2011-01-10Change blocking parameter to a flagAris Adamantiadis1-3/+13
2011-01-10Fix connection callbacks called at wrong timeAris Adamantiadis2-1/+11
2011-01-10All error path consistent with ssh_packet_kexinitAris Adamantiadis1-4/+6
2011-01-10Log errors with ssh_logAris Adamantiadis1-0/+1
2011-01-09Fix leak when key exchange fails.Aris Adamantiadis1-0/+4
2011-01-06keys: Fixed memory leaks in session signing.Andreas Schneider1-0/+2
2011-01-06dh: Fixed a memory leak in ssh_print_hexa.Andreas Schneider1-0/+2
2011-01-06options: Remove unsused getopt option.Andreas Schneider1-5/+1
2011-01-06messages: Added missing NULL pointer checks.Andreas Schneider1-2/+2
2011-01-04Fix "SSH_KEXINIT received in wrong state" raceAris Adamantiadis1-1/+1
2011-01-03poll: Ensure that the poll handle and ctx is zeroed.Andreas Schneider1-19/+24
2011-01-02messages: Fixed cast warnings on Windows.Andreas Schneider1-5/+5
2011-01-02base64: Added casts to GET macros to fix build warnings.Andreas Schneider1-3/+3
2011-01-02scp: Fixed a build warning on Windows.Andreas Schneider1-1/+1
2011-01-02poll: Fixed a build warning on Windows.Andreas Schneider1-1/+1
2011-01-02bind: Added include file for close function on Windows.Andreas Schneider1-0/+1
2011-01-01misc: Avoid redefine of _WIN32_IE.Andreas Schneider1-2/+9
2010-12-30threads: Fixed ssh_pthread_thread_id with mingw.Andreas Schneider1-1/+5
2010-12-29server: Added missing include files for getaddrinfo on Windows.Andreas Schneider1-1/+10
2010-12-29connect: Added and improved regex for ip detection.Andreas Schneider1-1/+1
2010-12-29server: Added include files for getaddrinfo.Andreas Schneider1-2/+14
2010-12-29cmake: Added missing include dirs for libssh.Andreas Schneider1-0/+2
2010-12-29connect: Added missing $ in IPREGEX.Andreas Schneider1-1/+1
2010-12-28connect: Use a better IP regex.Andreas Schneider1-1/+3
2010-12-27Added compression options and allow "yes/no" settingAris Adamantiadis4-20/+68
2010-12-27server: Replace gethostbyname() with getaddrinfo().Andreas Schneider1-43/+56
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-23channels: Fixed a build warning.Andreas Schneider1-1/+1
2010-12-21options: Remove unused variable.Andreas Schneider1-4/+0
2010-12-21packet1: Fixed dead assignments.Andreas Schneider1-3/+1
2010-12-20build: Fixed build warning on FreeBSD.Andreas Schneider1-0/+5
2010-12-20build: Fixed some build warnings on FreeBSD.Andreas Schneider2-0/+4
2010-12-19Fix free() on uninitialized data on some cases.Aris Adamantiadis1-2/+1