Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed the current callback sys to be scalable | Aris Adamantiadis | 2009-09-23 | 3 | -42/+35 |
| | |||||
* | Ordered functions in libssh.h alphabeticaly | Aris Adamantiadis | 2009-09-23 | 1 | -242/+179 |
| | |||||
* | Fix typos in SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -6/+6 |
| | |||||
* | Added a cleaned up interface for setting options. | Andreas Schneider | 2009-09-22 | 1 | -0/+39 |
| | |||||
* | Added a userdata generic pointer to the log callback function. | Andreas Schneider | 2009-09-22 | 2 | -2/+6 |
| | |||||
* | Fixed building libssh with MSVC. | Andreas Schneider | 2009-09-21 | 3 | -3/+5 |
| | | | | Thanks to Carlo Segato for the patch. | ||||
* | Limit the size of acceptable compressed packets | Aris Adamantiadis | 2009-09-16 | 1 | -1/+1 |
| | |||||
* | Added support for ~/.ssh/config. | Andreas Schneider | 2009-09-15 | 2 | -0/+4 |
| | |||||
* | SCP warning request | Aris Adamantiadis | 2009-09-13 | 2 | -0/+2 |
| | |||||
* | scp recursive mode | Aris Adamantiadis | 2009-09-13 | 2 | -2/+8 |
| | |||||
* | Add better error detection + EOF request | Aris Adamantiadis | 2009-09-13 | 2 | -2/+6 |
| | |||||
* | Change scp API to use integers for perms | Aris Adamantiadis | 2009-09-13 | 2 | -11/+13 |
| | |||||
* | Support for sending signals (RFC 4254, section 6.9). | Dmitry V. Krivenok | 2009-09-10 | 1 | -0/+1 |
| | | | | | | | | | | Added function int channel_request_send_signal(ssh_channel channel, const char *signal); which implements signals delivery (as described in RFC 4254). Only SSH-v2 is currently supported. Signed-off-by: Dmitry V. Krivenok <krivenok@orangesystem.ru> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Add a portable ssh_mkdir function for Windows. | Andreas Schneider | 2009-09-09 | 1 | -0/+1 |
| | |||||
* | Fix typedef collisons on Solaris. | Andreas Schneider | 2009-08-25 | 1 | -4/+4 |
| | |||||
* | ssh_scp_request_get_{filename,permissions,size} | Aris Adamantiadis | 2009-08-23 | 1 | -0/+3 |
| | |||||
* | added ssh_scp_read | Aris Adamantiadis | 2009-08-23 | 1 | -0/+2 |
| | |||||
* | Implementation of ssh_scp_pull_request | Aris Adamantiadis | 2009-08-23 | 2 | -16/+10 |
| | | | | | | | | | | | Still needed: code in ssh_scp_init, implementation of ssh_scp_read ssh_scp_request_get_filename, ssh_scp_request_get_size, ssh_scp_request_get_mode, ssh_scp_deny_request ssh_scp_accept_request !! | ||||
* | Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh | Aris Adamantiadis | 2009-08-23 | 3 | -1005/+36 |
|\ | | | | | | | | | Conflicts: include/libssh/priv.h | ||||
| * | Pending work | Aris Adamantiadis | 2009-08-23 | 1 | -0/+2 |
| | | |||||
| * | added ssh_scp_request_new,ssh_scp_request_struct | Aris Adamantiadis | 2009-08-23 | 2 | -0/+21 |
| | | |||||
| * | add ssh_scp_push_directory,ssh_scp_leave_directory | Aris Adamantiadis | 2009-08-23 | 1 | -0/+2 |
| | | | | | | | | Not yet carefully tested | ||||
| * | Make the functions public. | Andreas Schneider | 2009-08-21 | 1 | -2/+2 |
| | | |||||
| * | Added ssh_basename() and ssh_dirname(). | Andreas Schneider | 2009-08-21 | 1 | -0/+4 |
| | | |||||
| * | Improve checks for Windows version and wspiapi.h. | Andreas Schneider | 2009-08-20 | 1 | -999/+0 |
| | | |||||
| * | Add a portable define to print size_t. | Andreas Schneider | 2009-08-20 | 1 | -0/+3 |
| | | |||||
| * | Remove DEBUG_CRYPTO variable. | Andreas Schneider | 2009-08-20 | 1 | -6/+0 |
| | | | | | | | | You can enable it with cmake -DWITH_DEBUG_CRYPTO:BOOL=TRUE. | ||||
| * | Add forward listening feature | Vic Lee | 2009-08-16 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | | experimental callback system | Aris Adamantiadis | 2009-08-23 | 4 | -6/+50 |
|/ | |||||
* | Add sftp_extension_supported() function. | Andreas Schneider | 2009-08-12 | 1 | -0/+20 |
| | |||||
* | Add support for OpenSSH's statvfs and fstatvfs calls. | Andreas Schneider | 2009-08-12 | 1 | -1/+44 |
| | |||||
* | Set version number to 0.4.0. | Andreas Schneider | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh | Aris Adamantiadis | 2009-08-12 | 4 | -222/+262 |
|\ | |||||
| * | Fix static build. | Andreas Schneider | 2009-08-11 | 1 | -14/+18 |
| | | | | | | | | | | | | | | If you want to link against the static library you have to define LIBSSH_STATIC and link against ssh_static. gcc -static -DLIBSSH_STATIC -lssh_static foo.c -o foo | ||||
| * | Use gcc visibility attribute to get rid of the map file. | Andreas Schneider | 2009-08-11 | 1 | -20/+34 |
| | | |||||
| * | Fix compilation with MSVC and use declspec to export functions. | Andreas Schneider | 2009-08-11 | 4 | -212/+234 |
| | | | | | | | | Thanks to Patrick Spendrin <ps_ml@gmx.de> for all the MSVC fixes. | ||||
* | | Make the calltrace logging optional | Aris Adamantiadis | 2009-08-12 | 1 | -0/+5 |
|/ | |||||
* | Latest scp code | Aris Adamantiadis | 2009-08-10 | 1 | -0/+9 |
| | | | | The sample is now able to scp a file | ||||
* | ssh_scp_push_file and ssh_scp_write | Aris Adamantiadis | 2009-08-09 | 2 | -1/+4 |
| | | | | still needs tests | ||||
* | Initial scp implementation in source tree | Aris Adamantiadis | 2009-08-09 | 2 | -0/+21 |
| | |||||
* | Remove ssh_fd_poll which is gone. | Andreas Schneider | 2009-08-05 | 1 | -1/+0 |
| | |||||
* | Move extension structure to the end. | Andreas Schneider | 2009-08-01 | 1 | -1/+1 |
| | |||||
* | Fixed libssh compilation without server support. | Andreas Schneider | 2009-07-31 | 2 | -42/+41 |
| | |||||
* | Add x11 forwarding support for ssh client | Vic Lee | 2009-07-31 | 1 | -0/+3 |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 2 | -4/+29 |
| | |||||
* | Move channel_write_stderr to server.c. | Andreas Schneider | 2009-07-29 | 3 | -1/+4 |
| | |||||
* | Add channel_write_stderr prototype to the right header file. | Andreas Schneider | 2009-07-29 | 2 | -2/+1 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fleshed out server interface | Preston A. Elder | 2009-07-29 | 1 | -8/+27 |
| | | | | | | | | | | | | - 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 | 1 | -0/+34 |
| | |||||
* | Add support to read and store sftp extensions. | Andreas Schneider | 2009-07-28 | 1 | -0/+3 |
| |