aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-25Add a sftp_tel64() function.Andreas Schneider1-0/+11
2009-07-25Add ssh_clean_pubkey_hash() which is needed on Windows.Andreas Schneider1-0/+1
2009-07-25Add sftp_readlink function.Andreas Schneider1-0/+11
2009-07-25Add sftp_symlink function.Andreas Schneider1-0/+13
2009-07-24move all u32,u16,u8 and u64 declarations in priv.hAris Adamantiadis4-47/+47
2009-07-24Make the SSH_SAFE_NAMESPACE flag activeAris Adamantiadis1-1/+1
2009-07-24Change refs from AGENT * to ssh_agentAris Adamantiadis2-4/+3
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis4-43/+43
2009-07-24Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2-13/+13
2009-07-24Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2-10/+10
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis3-47/+47
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis3-53/+68
2009-07-24moved try_publickey_from_file in priv.hAris Adamantiadis2-4/+3
2009-07-24replacing keys_struct with ssh_keys_structAris Adamantiadis2-3/+3
2009-07-24Fixed namespace problem in public structuresAris Adamantiadis2-22/+22
2009-07-21Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider1-3/+3