aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-22Added a userdata generic pointer to the log callback function.Andreas Schneider4-7/+13
2009-09-21Added more logging output for publickey auth.Andreas Schneider2-6/+14
2009-09-21Fixed building libssh with MSVC.Andreas Schneider5-8/+19
2009-09-19Fix binding found by Bernhard R. LinkAris Adamantiadis1-1/+1
2009-09-16Limit the size of acceptable compressed packetsAris Adamantiadis3-6/+10
2009-09-16Added Solaris support for the build script.Andreas Schneider1-7/+50
2009-09-15Set package number to first beta release.Andreas Schneider1-2/+2
2009-09-15Improve documentation of ssh_options_parse_config().Andreas Schneider1-2/+5
2009-09-15Added support for ~/.ssh/config.Andreas Schneider6-0/+348
2009-09-15Fixed build with mingw.Andreas Schneider1-1/+1
2009-09-14Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis1-4/+1
2009-09-14Add warning in channel_open_forward documentationAris Adamantiadis1-0/+3
2009-09-14Fix a possible stack overflow in agent code.Andreas Schneider1-4/+1
2009-09-13Fix the security bug found by Orange LabsAris Adamantiadis1-2/+8
2009-09-13SCP warning requestAris Adamantiadis4-2/+16
2009-09-13scp recursive modeAris Adamantiadis4-12/+31
2009-09-13Add better error detection + EOF requestAris Adamantiadis3-7/+70
2009-09-13add scp_download.c exampleAris Adamantiadis2-2/+149
2009-09-13Cycle the fetchs, remove the ssh_connect functionAris Adamantiadis1-45/+9
2009-09-13Refactored the connect_ssh example functionAris Adamantiadis3-1/+66
2009-09-13Fix scp pull bug + scp loggingAris Adamantiadis1-11/+21
2009-09-13add support for local output, scp inputAris Adamantiadis1-35/+109
2009-09-13fix ssh_scp_string_mode() bug + debug msgsAris Adamantiadis1-2/+5
2009-09-13Change scp API to use integers for permsAris Adamantiadis3-28/+53
2009-09-13Begin of scp reading in exampleAris Adamantiadis1-0/+17
2009-09-10Fixed fstatvfs function.Andreas Schneider1-2/+2
2009-09-10Reformat lowercase function.Andreas Schneider1-4/+7
2009-09-10Fixed possible memory leak in lowercase function.Dmitry V. Krivenok1-4/+5
2009-09-10Fixed "var is uninitialized" bug.Dmitry V. Krivenok1-1/+1
2009-09-10Support for sending signals (RFC 4254, section 6.9).Dmitry V. Krivenok2-0/+52
2009-09-09Add a portable ssh_mkdir function for Windows.Andreas Schneider3-1/+27
2009-09-03Fix the free calls and use the safe free macro.Andreas Schneider1-6/+6
2009-09-03Add missing NULL pointer checks to crypt_set_algorithms_server.Andreas Schneider1-4/+5
2009-09-03Fix an integer overflow in buffer_get_data().Andreas Schneider1-2/+7
2009-09-01Add more warnings to gcc.Andreas Schneider1-1/+2
2009-08-29Fix "void * ptr used in pointer arithmetic" warngAris Adamantiadis2-6/+6
2009-08-29Change SSH_LOG_RARE to SSH_LOG_PACKET in packet.cAris Adamantiadis1-8/+8
2009-08-26Fix ssh_write_knownhost() if ~/.ssh doesn't exist.Andreas Schneider1-3/+22
2009-08-25Fix typo.Andreas Schneider1-1/+1
2009-08-25Fix linking on solaris.Andreas Schneider2-7/+12
2009-08-25Link shared libraries with --as-needed by default.Andreas Schneider1-3/+6
2009-08-25Fix poll sturct, ISO C doesn't allow unnamed unions.Andreas Schneider1-13/+13
2009-08-25Fix shadow compiler warning in sample code.Andreas Schneider1-4/+4
2009-08-25Set gcc to c99 standard and enable pedantic.Andreas Schneider1-1/+1
2009-08-25Fix typedef collisons on Solaris.Andreas Schneider3-14/+14
2009-08-24Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis1-0/+8
2009-08-24buffer initialization changeAris Adamantiadis1-2/+1
2009-08-24Add Solaris search path for libraries.Andreas Schneider1-0/+8
2009-08-23fix memleak through requestsAris Adamantiadis1-0/+2
2009-08-23ssh_scp_request_get_{filename,permissions,size}Aris Adamantiadis2-0/+27