aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Added support for ~/.ssh/config.Andreas Schneider2-0/+4
2009-09-13SCP warning requestAris Adamantiadis2-0/+2
2009-09-13scp recursive modeAris Adamantiadis2-2/+8
2009-09-13Add better error detection + EOF requestAris Adamantiadis2-2/+6
2009-09-13Change scp API to use integers for permsAris Adamantiadis2-11/+13
2009-09-10Support for sending signals (RFC 4254, section 6.9).Dmitry V. Krivenok1-0/+1
2009-09-09Add a portable ssh_mkdir function for Windows.Andreas Schneider1-0/+1
2009-08-25Fix typedef collisons on Solaris.Andreas Schneider1-4/+4
2009-08-23ssh_scp_request_get_{filename,permissions,size}Aris Adamantiadis1-0/+3
2009-08-23added ssh_scp_readAris Adamantiadis1-0/+2
2009-08-23Implementation of ssh_scp_pull_requestAris Adamantiadis2-16/+10
2009-08-23Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis3-1005/+36
2009-08-23experimental callback systemAris Adamantiadis4-6/+50
2009-08-23Pending workAris Adamantiadis1-0/+2
2009-08-23added ssh_scp_request_new,ssh_scp_request_structAris Adamantiadis2-0/+21
2009-08-23add ssh_scp_push_directory,ssh_scp_leave_directoryAris Adamantiadis1-0/+2
2009-08-21Make the functions public.Andreas Schneider1-2/+2
2009-08-21Added ssh_basename() and ssh_dirname().Andreas Schneider1-0/+4
2009-08-20Improve checks for Windows version and wspiapi.h.Andreas Schneider1-999/+0
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-16Add forward listening featureVic Lee1-0/+3
2009-08-12Add sftp_extension_supported() function.Andreas Schneider1-0/+20
2009-08-12Add support for OpenSSH's statvfs and fstatvfs calls.Andreas Schneider1-1/+44
2009-08-12Set version number to 0.4.0.Andreas Schneider1-1/+1
2009-08-12Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis4-222/+262
2009-08-12Make the calltrace logging optionalAris Adamantiadis1-0/+5
2009-08-11Fix static build.Andreas Schneider1-14/+18
2009-08-11Use gcc visibility attribute to get rid of the map file.Andreas Schneider1-20/+34
2009-08-11Fix compilation with MSVC and use declspec to export functions.Andreas Schneider4-212/+234
2009-08-10Latest scp codeAris Adamantiadis1-0/+9
2009-08-09ssh_scp_push_file and ssh_scp_writeAris Adamantiadis2-1/+4
2009-08-09Initial scp implementation in source treeAris Adamantiadis2-0/+21
2009-08-05Remove ssh_fd_poll which is gone.Andreas Schneider1-1/+0
2009-08-01Move extension structure to the end.Andreas Schneider1-1/+1
2009-07-31Fixed libssh compilation without server support.Andreas Schneider2-42/+41
2009-07-31Add x11 forwarding support for ssh clientVic Lee1-0/+3
2009-07-30Fix build with MSVC.Andreas Schneider2-4/+29
2009-07-29Move channel_write_stderr to server.c.Andreas Schneider3-1/+4
2009-07-29Add channel_write_stderr prototype to the right header file.Andreas Schneider2-2/+1
2009-07-29Fleshed out server interfacePreston A. Elder1-8/+27
2009-07-28Add functions to get the extension count, name and data.Andreas Schneider1-0/+34
2009-07-28Add support to read and store sftp extensions.Andreas Schneider1-0/+3
2009-07-28Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider2-0/+2
2009-07-27Fix typo orignator_port -> originator_portmilo1-1/+1
2009-07-27Remove double SSH2_MSG_USERAUTH_PK_OK.Andreas Schneider1-1/+0
2009-07-27Public key authentication server sidemilo3-0/+8
2009-07-25Switch completly to stdint types.Andreas Schneider1-52/+46
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider3-16/+16
2009-07-25Fix return value of sftp_tell64().Andreas Schneider1-1/+1