aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-10Fixed stupid "can't parse known host key" bugAris Adamantiadis1-0/+1
2009-08-10I really really broke itAris Adamantiadis1-2/+2
2009-08-10oops I broke libssh.mapAris Adamantiadis1-1/+1
2009-08-09ssh_scp_push_file and ssh_scp_writeAris Adamantiadis3-2/+58
2009-08-09Initial scp implementation in source treeAris Adamantiadis4-0/+103
2009-08-09Fixed channel_poll broken when delayed EOF recvdAris Adamantiadis1-0/+3
2009-08-07Fix buffer overflow in generate_cookie()milo1-4/+4
2009-08-07Fix a typo: CHANNEL * -> ssh_channelmilo1-1/+1
2009-08-06Fix possible memory corruption (#14)milo7-24/+24
2009-08-05Remove ssh_fd_poll from map file.Andreas Schneider2-2/+0