Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix project name in examples. | Andreas Schneider | 2009-07-30 | 1 | -2/+2 |
| | |||||
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 16 | -113/+153 |
| | |||||
* | Compile the library with the map file again. | Andreas Schneider | 2009-07-30 | 1 | -0/+9 |
| | |||||
* | Add missing functions to map file. | Andreas Schneider | 2009-07-30 | 1 | -9/+12 |
| | |||||
* | Change the library so version. | Andreas Schneider | 2009-07-30 | 1 | -2/+2 |
| | |||||
* | Move channel_write_stderr to server.c. | Andreas Schneider | 2009-07-29 | 5 | -19/+22 |
| | |||||
* | Fix indent. | Andreas Schneider | 2009-07-29 | 1 | -2/+2 |
| | |||||
* | Update map file and introduce a new version. | Andreas Schneider | 2009-07-29 | 1 | -2/+23 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Add channel_write_stderr prototype to the right header file. | Andreas Schneider | 2009-07-29 | 3 | -3/+3 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fix build errors in new messages functions. | Andreas Schneider | 2009-07-29 | 1 | -4/+3 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fleshed out server interface | Preston A. Elder | 2009-07-29 | 4 | -25/+273 |
| | | | | | | | | | | | | - Enables channel_request_open types of DIRECT_TCPIP, FORWARDED_TCPIP and X11 (ie. implemented the handling of those channel_request_open types). - Adds functions to retrieve the extra information relating to channel_request_open messages and channel_request messages. - Adds a channel_write_stderr method (obviously for writing to the STDERR channel from server side) - well, technically just converted the exiting channel_write to take an extra argument and created two wrapper functions. - Actually does the invoking of message_handle() from channel_recv_request. - Implemented the handling of the window-change and env channel_requests. - Implemented a few functions in server.h that were declared but not defined (eg. ssh_message_channel_request_channel). Signed-off-by: Preston A. Elder <prez@neuromancy.net> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Add functions to get the extension count, name and data. | Andreas Schneider | 2009-07-28 | 3 | -1/+77 |
| | |||||
* | Add support to read and store sftp extensions. | Andreas Schneider | 2009-07-28 | 2 | -21/+120 |
| | |||||
* | Check for OpenSSH and implement sftp_symlink correct. | Andreas Schneider | 2009-07-28 | 4 | -5/+61 |
| | | | | | | | | When OpenSSH's sftp-server was implemented, the order of the arguments to the SSH_FXP_SYMLINK method was inadvertently reversed. Unfortunately, the reversal was not noticed until the server was widely deployed. Since fixing this to follow the specification would cause incompatibility, the current order was retained. | ||||
* | Fix SSH1 compilation. | Andreas Schneider | 2009-07-27 | 6 | -26/+30 |
| | |||||
* | Fix stdint type. | Andreas Schneider | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | Fix SSH1 and stdint in SSH1 code. | Andreas Schneider | 2009-07-27 | 1 | -11/+11 |
| | |||||
* | Fix potential memory corruption bug | milo | 2009-07-27 | 1 | -0/+5 |
| | |||||
* | Fix typo orignator_port -> originator_port | milo | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | Fix compile errors in keyfiles. | Andreas Schneider | 2009-07-27 | 1 | -8/+8 |
| | |||||
* | Remove double SSH2_MSG_USERAUTH_PK_OK. | Andreas Schneider | 2009-07-27 | 1 | -1/+0 |
| | |||||
* | Public key authentication server side | milo | 2009-07-27 | 6 | -5/+165 |
| | |||||
* | Add ssh_file_readaccess_ok to check read access on a file. | Andreas Schneider | 2009-07-27 | 1 | -0/+9 |
| | |||||
* | Add a function to close the socket. | Andreas Schneider | 2009-07-27 | 1 | -5/+15 |
| | | | | This fixes ssh_connect on Windows. | ||||
* | Fix a typo. | Andreas Schneider | 2009-07-27 | 1 | -1/+2 |
| | |||||
* | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 16 | -241/+235 |
| | |||||
* | First implementation of a scp transfer tool | Aris Adamantiadis | 2009-07-25 | 1 | -146/+192 |
| | | | | Doesn't work yet. I've got a headache and debugging doesn't help. | ||||
* | Fix conflicting declarations of ssh_session and ssh_kbdint. | Andreas Schneider | 2009-07-25 | 10 | -33/+33 |
| | |||||
* | Fix return value of sftp_tell64(). | Andreas Schneider | 2009-07-25 | 2 | -2/+2 |
| | |||||
* | Update map file for ssh_clean_pubkey_hash; | Andreas Schneider | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | Add a sftp_tel64() function. | Andreas Schneider | 2009-07-25 | 3 | -1/+17 |
| | |||||
* | Add ssh_clean_pubkey_hash() which is needed on Windows. | Andreas Schneider | 2009-07-25 | 2 | -0/+17 |
| | |||||
* | New example directory with the begining of a scp | Aris Adamantiadis | 2009-07-25 | 6 | -0/+469 |
| | |||||
* | Bumped the version numbers to 0.4.0 in HEAD | Aris Adamantiadis | 2009-07-25 | 2 | -3/+3 |
| | |||||
* | Update map file. | Andreas Schneider | 2009-07-25 | 1 | -0/+1 |
| | |||||
* | Fix a typo. | Andreas Schneider | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | Add symlink and readlink test to sample. | Andreas Schneider | 2009-07-25 | 1 | -0/+19 |
| | |||||
* | Add sftp_readlink function. | Andreas Schneider | 2009-07-25 | 2 | -0/+85 |
| | |||||
* | Add sftp_symlink function. | Andreas Schneider | 2009-07-25 | 2 | -0/+96 |
| | |||||
* | Added a threading + sftp stress testcase | Aris Adamantiadis | 2009-07-24 | 1 | -0/+174 |
| | |||||
* | move all u32,u16,u8 and u64 declarations in priv.h | Aris Adamantiadis | 2009-07-24 | 4 | -47/+47 |
| | | | | And fix all headers which need u32,u8,u64 | ||||
* | Missed something in channel_select for CHANNEL | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | Make the SSH_SAFE_NAMESPACE flag active | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | Change refs from AGENT * to ssh_agent | Aris Adamantiadis | 2009-07-24 | 3 | -8/+7 |
| | | | | Fixes also a typo in ssh_agent declaration | ||||
* | Changes all CHANNEL * to ssh_channel | Aris Adamantiadis | 2009-07-24 | 11 | -118/+118 |
| | |||||
* | Change PRIVATE_KEY * to ssh_private_key | Aris Adamantiadis | 2009-07-24 | 7 | -30/+30 |
| | |||||
* | Forgot sample* in previous BUFFER change | Aris Adamantiadis | 2009-07-24 | 2 | -2/+2 |
| | |||||
* | Changed all PUBLIC_KEY * to ssh_public_key | Aris Adamantiadis | 2009-07-24 | 8 | -34/+34 |
| | |||||
* | Changed all occurences of BUFFER * to ssh_buffer | Aris Adamantiadis | 2009-07-24 | 15 | -131/+131 |
| | |||||
* | You always forget SSH1 ... | Aris Adamantiadis | 2009-07-24 | 2 | -17/+17 |
| |