aboutsummaryrefslogtreecommitdiff
path: root/libssh
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. Krivenok1-0/+51
2009-09-09Add a portable ssh_mkdir function for Windows.Andreas Schneider2-1/+26
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-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 linking on solaris.Andreas Schneider1-7/+1
2009-08-25Fix poll sturct, ISO C doesn't allow unnamed unions.Andreas Schneider1-13/+13
2009-08-25Fix typedef collisons on Solaris.Andreas Schneider2-10/+10
2009-08-24buffer initialization changeAris Adamantiadis1-2/+1
2009-08-23fix memleak through requestsAris Adamantiadis1-0/+2
2009-08-23ssh_scp_request_get_{filename,permissions,size}Aris Adamantiadis1-0/+24
2009-08-23added ssh_scp_readAris Adamantiadis1-0/+36
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 Adamantiadis1-6/+103
2009-08-23Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis8-53/+433
2009-08-23experimental callback systemAris Adamantiadis3-2/+3
2009-08-23added ssh_scp_request_new,ssh_scp_request_structAris Adamantiadis1-0/+9
2009-08-23add ssh_scp_push_directory,ssh_scp_leave_directoryAris Adamantiadis1-0/+63
2009-08-23Use ssh_basename on ssh_scp_file_push'ed filesAris Adamantiadis1-1/+4
2009-08-21Improve detection for required libraries on Solaris.Andreas Schneider1-4/+4
2009-08-21Added ssh_basename() and ssh_dirname().Andreas Schneider1-0/+108
2009-08-20Improve checks for Windows version and wspiapi.h.Andreas Schneider1-3/+15
2009-08-20Fix build warnings on Windows.Andreas Schneider1-2/+4
2009-08-19Don't shadow global vairables.Andreas Schneider1-28/+28
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
2009-08-16Fix channel_accept_x11 on Windows.Andreas Schneider1-3/+11
2009-08-16Add forward listening featureVic Lee2-12/+190
2009-08-16Fix channel_get_exit_status bug reported by VicLeeAris Adamantiadis1-1/+3
2009-08-13fix ssh_finalize which didn't clear the flagAris Adamantiadis1-0/+1
2009-08-12Add sftp_extension_supported() function.Andreas Schneider1-17/+15
2009-08-12Add support for OpenSSH's statvfs and fstatvfs calls.Andreas Schneider1-2/+247
2009-08-12Fix compilation with visibility flags with mingw.Andreas Schneider1-6/+5
2009-08-11Fix static build.Andreas Schneider1-7/+3
2009-08-11Remove the map file from the sources.Andreas Schneider1-1/+0
2009-08-11Use gcc visibility attribute to get rid of the map file.Andreas Schneider2-228/+9
2009-08-11Fix linking of the static library on Windows.Andreas Schneider1-0/+2
2009-08-11Fix compilation with MSVC and use declspec to export functions.Andreas Schneider3-219/+8
2009-08-11Fix memory leak introduced by previous bugfixAris Adamantiadis1-2/+3
2009-08-11Fix uint8_t.Andreas Schneider1-3/+3
2009-08-11Add a NULL check for strdup memory allocation.Andreas Schneider1-1/+6
2009-08-10Latest scp codeAris Adamantiadis1-13/+62