summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed stupid "can't parse known host key" bugAris Adamantiadis2009-08-101-0/+1
| | | | due to a dangling \n in the base64 ...
* I really really broke itAris Adamantiadis2009-08-101-2/+2
| | | | excuse me !
* oops I broke libssh.mapAris Adamantiadis2009-08-101-1/+1
|
* ssh_scp_push_file and ssh_scp_writeAris Adamantiadis2009-08-095-3/+62
| | | | still needs tests
* Initial scp implementation in source treeAris Adamantiadis2009-08-096-0/+124
|
* Got the scp sample to workAris Adamantiadis2009-08-091-13/+39
| | | | Problem was that the terminal was not needed, and some nul bytes were to be read.
* Fixed channel_poll broken when delayed EOF recvdAris Adamantiadis2009-08-091-0/+3
| | | | Previous code returned SSH_EOF even if data was left in buffer
* Fix buffer overflow in generate_cookie()milo2009-08-071-4/+4
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fix a typo: CHANNEL * -> ssh_channelmilo2009-08-071-1/+1
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fix possible memory corruption (#14)milo2009-08-067-24/+24
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Remove ssh_fd_poll from map file.Andreas Schneider2009-08-052-2/+0
|
* Remove ssh_fd_poll which is gone.Andreas Schneider2009-08-051-1/+0
|
* Move extension structure to the end.Andreas Schneider2009-08-011-1/+1
|
* Don't use the map file if the build type is debug.Andreas Schneider2009-08-011-2/+2
|
* Fixed libssh compilation without server support.Andreas Schneider2009-07-316-392/+392
|
* Add x11 forwarding support for ssh clientVic Lee2009-07-314-0/+125
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Cleanup the map file and oder it alphabetically.Andreas Schneider2009-07-301-68/+189
|
* Export public functions on Windows.Andreas Schneider2009-07-302-0/+208
|
* Fix Windows build.Andreas Schneider2009-07-301-1/+2
|
* Add strange names for Windows.Andreas Schneider2009-07-301-0/+2
|
* Fix project name in examples.Andreas Schneider2009-07-301-2/+2
|
* Fix build with MSVC.Andreas Schneider2009-07-3016-113/+153
|
* Compile the library with the map file again.Andreas Schneider2009-07-301-0/+9
|
* Add missing functions to map file.Andreas Schneider2009-07-301-9/+12
|
* Change the library so version.Andreas Schneider2009-07-301-2/+2
|
* Move channel_write_stderr to server.c.Andreas Schneider2009-07-295-19/+22
|
* Fix indent.Andreas Schneider2009-07-291-2/+2
|
* Update map file and introduce a new version.Andreas Schneider2009-07-291-2/+23
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Add channel_write_stderr prototype to the right header file.Andreas Schneider2009-07-293-3/+3
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fix build errors in new messages functions.Andreas Schneider2009-07-291-4/+3
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fleshed out server interfacePreston A. Elder2009-07-294-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 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
| | | | | | | | 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 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
| | | | This fixes ssh_connect on Windows.
* 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
| | | | Doesn't work yet. I've got a headache and debugging doesn't help.
* 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
|