aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Change the library so version.Andreas Schneider1-2/+2
2009-07-29Move channel_write_stderr to server.c.Andreas Schneider5-19/+22
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 Schneider3-3/+3
2009-07-29Fix build errors in new messages functions.Andreas Schneider1-4/+3
2009-07-29Fleshed out server interfacePreston A. Elder4-25/+273
2009-07-28Add functions to get the extension count, name and data.Andreas Schneider3-1/+77
2009-07-28Add support to read and store sftp extensions.Andreas Schneider2-21/+120
2009-07-28Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider4-5/+61
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
2009-07-27Fix potential memory corruption bugmilo1-0/+5
2009-07-27Fix typo orignator_port -> originator_portmilo1-1/+1
2009-07-27Fix compile errors in keyfiles.Andreas Schneider1-8/+8
2009-07-27Remove double SSH2_MSG_USERAUTH_PK_OK.Andreas Schneider1-1/+0
2009-07-27Public key authentication server sidemilo6-5/+165
2009-07-27Add ssh_file_readaccess_ok to check read access on a file.Andreas Schneider1-0/+9
2009-07-27Add a function to close the socket.Andreas Schneider1-5/+15
2009-07-27Fix a typo.Andreas Schneider1-1/+2
2009-07-25Switch completly to stdint types.Andreas Schneider16-241/+235
2009-07-25First implementation of a scp transfer toolAris Adamantiadis1-146/+192
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider10-33/+33
2009-07-25Fix return value of sftp_tell64().Andreas Schneider2-2/+2
2009-07-25Update map file for ssh_clean_pubkey_hash;Andreas Schneider1-1/+1
2009-07-25Add a sftp_tel64() function.Andreas Schneider3-1/+17
2009-07-25Add ssh_clean_pubkey_hash() which is needed on Windows.Andreas Schneider2-0/+17
2009-07-25New example directory with the begining of a scpAris Adamantiadis6-0/+469
2009-07-25Bumped the version numbers to 0.4.0 in HEADAris Adamantiadis2-3/+3
2009-07-25Update map file.Andreas Schneider1-0/+1
2009-07-25Fix a typo.Andreas Schneider1-1/+1
2009-07-25Add symlink and readlink test to sample.Andreas Schneider1-0/+19
2009-07-25Add sftp_readlink function.Andreas Schneider2-0/+85
2009-07-25Add sftp_symlink function.Andreas Schneider2-0/+96
2009-07-24Added a threading + sftp stress testcaseAris Adamantiadis1-0/+174
2009-07-24move all u32,u16,u8 and u64 declarations in priv.hAris Adamantiadis4-47/+47
2009-07-24Missed something in channel_select for CHANNELAris Adamantiadis1-1/+1
2009-07-24Make the SSH_SAFE_NAMESPACE flag activeAris Adamantiadis1-1/+1
2009-07-24Change refs from AGENT * to ssh_agentAris Adamantiadis3-8/+7
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis11-118/+118
2009-07-24Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis7-30/+30
2009-07-24Forgot sample* in previous BUFFER changeAris Adamantiadis2-2/+2
2009-07-24Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis8-34/+34
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis15-131/+131
2009-07-24You always forget SSH1 ...Aris Adamantiadis2-17/+17
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis16-253/+268
2009-07-24moved try_publickey_from_file in priv.hAris Adamantiadis2-4/+3
2009-07-24replacing keys_struct with ssh_keys_structAris Adamantiadis4-5/+5
2009-07-24Fixed namespace problem in public structuresAris Adamantiadis8-82/+82