aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-01Don't use the map file if the build type is debug.Andreas Schneider1-2/+2
2009-07-31Fixed libssh compilation without server support.Andreas Schneider3-344/+345
2009-07-31Add x11 forwarding support for ssh clientVic Lee3-0/+122
2009-07-30Cleanup the map file and oder it alphabetically.Andreas Schneider1-68/+189
2009-07-30Export public functions on Windows.Andreas Schneider2-0/+208
2009-07-30Fix build with MSVC.Andreas Schneider14-109/+124
2009-07-30Compile the library with the map file again.Andreas Schneider1-0/+9
2009-07-30Add missing functions to map file.Andreas Schneider1-9/+12
2009-07-29Move channel_write_stderr to server.c.Andreas Schneider2-18/+18
2009-07-29Fix indent.Andreas Schneider1-2/+2
2009-07-29Update map file and introduce a new version.Andreas Schneider1-2/+23
2009-07-29Add channel_write_stderr prototype to the right header file.Andreas Schneider1-1/+2
2009-07-29Fix build errors in new messages functions.Andreas Schneider1-4/+3
2009-07-29Fleshed out server interfacePreston A. Elder3-17/+246
2009-07-28Add functions to get the extension count, name and data.Andreas Schneider1-0/+32
2009-07-28Add support to read and store sftp extensions.Andreas Schneider1-21/+117
2009-07-28Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider2-5/+59
2009-07-27Fix SSH1 compilation.Andreas Schneider6-26/+30
2009-07-27Fix stdint type.Andreas Schneider1-1/+1
2009-07-27Fix SSH1 and stdint in SSH1 code.Andreas Schneider1-11/+11