summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build errors in new messages functions.Andreas Schneider2009-07-291-4/+3
* Fleshed out server interfacePreston A. Elder2009-07-294-25/+273
* Add functions to get the extension count, name and data.Andreas Schneider2009-07-283-1/+77
* Add support to read and store sftp extensions.Andreas Schneider2009-07-282-21/+120
* Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider2009-07-284-5/+61
* Fix SSH1 compilation.Andreas Schneider2009-07-276-26/+30
* Fix stdint type.Andreas Schneider2009-07-271-1/+1
* Fix SSH1 and stdint in SSH1 code.Andreas Schneider2009-07-271-11/+11
* Fix potential memory corruption bugmilo2009-07-271-0/+5
* Fix typo orignator_port -> originator_portmilo2009-07-271-1/+1
* Fix compile errors in keyfiles.Andreas Schneider2009-07-271-8/+8
* Remove double SSH2_MSG_USERAUTH_PK_OK.Andreas Schneider2009-07-271-1/+0
* Public key authentication server sidemilo2009-07-276-5/+165
* Add ssh_file_readaccess_ok to check read access on a file.Andreas Schneider2009-07-271-0/+9
* Add a function to close the socket.Andreas Schneider2009-07-271-5/+15
* Fix a typo.Andreas Schneider2009-07-271-1/+2
* Switch completly to stdint types.Andreas Schneider2009-07-2516-241/+235
* First implementation of a scp transfer toolAris Adamantiadis2009-07-251-146/+192
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-2510-33/+33
* Fix return value of sftp_tell64().Andreas Schneider2009-07-252-2/+2
* Update map file for ssh_clean_pubkey_hash;Andreas Schneider2009-07-251-1/+1
* Add a sftp_tel64() function.Andreas Schneider2009-07-253-1/+17
* Add ssh_clean_pubkey_hash() which is needed on Windows.Andreas Schneider2009-07-252-0/+17
* New example directory with the begining of a scpAris Adamantiadis2009-07-256-0/+469
* Bumped the version numbers to 0.4.0 in HEADAris Adamantiadis2009-07-252-3/+3
* Update map file.Andreas Schneider2009-07-251-0/+1
* Fix a typo.Andreas Schneider2009-07-251-1/+1
* Add symlink and readlink test to sample.Andreas Schneider2009-07-251-0/+19
* Add sftp_readlink function.Andreas Schneider2009-07-252-0/+85
* Add sftp_symlink function.Andreas Schneider2009-07-252-0/+96
* Added a threading + sftp stress testcaseAris Adamantiadis2009-07-241-0/+174
* move all u32,u16,u8 and u64 declarations in priv.hAris Adamantiadis2009-07-244-47/+47
* Missed something in channel_select for CHANNELAris Adamantiadis2009-07-241-1/+1
* Make the SSH_SAFE_NAMESPACE flag activeAris Adamantiadis2009-07-241-1/+1
* Change refs from AGENT * to ssh_agentAris Adamantiadis2009-07-243-8/+7
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-2411-118/+118
* Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2009-07-247-30/+30
* Forgot sample* in previous BUFFER changeAris Adamantiadis2009-07-242-2/+2
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-248-34/+34
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-2415-131/+131
* You always forget SSH1 ...Aris Adamantiadis2009-07-242-17/+17
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-2416-253/+268
* moved try_publickey_from_file in priv.hAris Adamantiadis2009-07-242-4/+3
* replacing keys_struct with ssh_keys_structAris Adamantiadis2009-07-244-5/+5
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-248-82/+82
* Fix a possible segfault in sftp_canonicalize_path().Andreas Schneider2009-07-231-0/+4
* Fix getaddrinfo and gethostbyname build problems on Solaris.Andreas Schneider2009-07-232-0/+22
* Fix OpenSSL include file checks on Solaris.Andreas Schneider2009-07-231-0/+3
* Fix finding OpenSSL on Solaris.Andreas Schneider2009-07-231-0/+5
* Add cmake check for big endian.Andreas Schneider2009-07-232-9/+6