aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-23added ssh_scp_readAris Adamantiadis2-0/+38
2009-08-23added ssh_scp_accept_requestAris Adamantiadis1-0/+24
2009-08-23corrected errorsAris Adamantiadis1-1/+2
2009-08-23forgot to set up stateAris Adamantiadis1-2/+5
2009-08-23added ssh_scp_deny_requestAris Adamantiadis1-0/+23
2009-08-23Implementation of ssh_scp_pull_requestAris Adamantiadis3-22/+113
2009-08-23Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis15-1095/+523
2009-08-23experimental callback systemAris Adamantiadis7-8/+53
2009-08-23Pending workAris Adamantiadis1-0/+2
2009-08-23added ssh_scp_request_new,ssh_scp_request_structAris Adamantiadis3-0/+30
2009-08-23add ssh_scp_push_directory,ssh_scp_leave_directoryAris Adamantiadis2-0/+65
2009-08-23Use ssh_basename on ssh_scp_file_push'ed filesAris Adamantiadis1-1/+4
2009-08-21Improve header checks on windows.Andreas Schneider1-2/+6
2009-08-21Improve detection for required libraries on Solaris.Andreas Schneider2-13/+17
2009-08-21Add openssl include dir on Solaris.Andreas Schneider1-0/+1
2009-08-21Make the functions public.Andreas Schneider1-2/+2
2009-08-21Added ssh_basename() and ssh_dirname().Andreas Schneider2-0/+112
2009-08-20Add a warning if wspiapi.h doesn't exist.Andreas Schneider1-0/+3
2009-08-20Improve the configure checks.Andreas Schneider1-7/+8
2009-08-20Improve checks for Windows version and wspiapi.h.Andreas Schneider4-1002/+19
2009-08-20Fix build warnings on Windows.Andreas Schneider1-2/+4
2009-08-20Add a portable define to print size_t.Andreas Schneider1-0/+3
2009-08-20Remove DEBUG_CRYPTO variable.Andreas Schneider1-6/+0
2009-08-19Don't shadow global vairables.Andreas Schneider1-28/+28
2009-08-17Fix compile warnings.Andreas Schneider1-22/+22
2009-08-16Build channel_accept() on Windows too.Andreas Schneider1-2/+0
2009-08-16Fix double free pointer crash in dsa_public_to_stringVic Lee1-1/+0
2009-08-16Fix return code from packet_wait in channel_requestVic Lee1-1/+1