| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed building libssh with MSVC. | Andreas Schneider | 2009-09-21 | 1 | -0/+4 | |
| | | | | | 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 | 1 | -0/+3 | |
| | | ||||||
| * | SCP warning request | Aris Adamantiadis | 2009-09-13 | 1 | -0/+1 | |
| | | ||||||
| * | scp recursive mode | Aris Adamantiadis | 2009-09-13 | 1 | -0/+1 | |
| | | ||||||
| * | Add better error detection + EOF request | Aris Adamantiadis | 2009-09-13 | 1 | -1/+3 | |
| | | ||||||
| * | Change scp API to use integers for perms | Aris Adamantiadis | 2009-09-13 | 1 | -2/+4 | |
| | | ||||||
| * | Fix typedef collisons on Solaris. | Andreas Schneider | 2009-08-25 | 1 | -4/+4 | |
| | | ||||||
| * | Implementation of ssh_scp_pull_request | Aris Adamantiadis | 2009-08-23 | 1 | -12/+5 | |
| | | | | | | | | | | | | 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 | 1 | -6/+18 | |
| |\ | | | | | | | | | Conflicts: include/libssh/priv.h | |||||
| | * | added ssh_scp_request_new,ssh_scp_request_struct | Aris Adamantiadis | 2009-08-23 | 1 | -0/+14 | |
| | | | ||||||
| | * | 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. | |||||
| * | | experimental callback system | Aris Adamantiadis | 2009-08-23 | 1 | -4/+4 | |
| |/ | ||||||
| * | Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh | Aris Adamantiadis | 2009-08-12 | 1 | -1/+13 | |
| |\ | ||||||
| | * | Fix compilation with MSVC and use declspec to export functions. | Andreas Schneider | 2009-08-11 | 1 | -1/+13 | |
| | | | | | | | | | 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 | 1 | -0/+2 | |
| | | | | | still needs tests | |||||
| * | Initial scp implementation in source tree | Aris Adamantiadis | 2009-08-09 | 1 | -0/+7 | |
| | | ||||||
| * | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 1 | -1/+14 | |
| | | ||||||
| * | Move channel_write_stderr to server.c. | Andreas Schneider | 2009-07-29 | 1 | -0/+2 | |
| | | ||||||
| * | Check for OpenSSH and implement sftp_symlink correct. | Andreas Schneider | 2009-07-28 | 1 | -0/+1 | |
| | | | | | | | | | 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 typo orignator_port -> originator_port | milo | 2009-07-27 | 1 | -1/+1 | |
| | | ||||||
| * | Public key authentication server side | milo | 2009-07-27 | 1 | -0/+5 | |
| | | ||||||
| * | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 1 | -52/+46 | |
| | | ||||||
| * | Fix conflicting declarations of ssh_session and ssh_kbdint. | Andreas Schneider | 2009-07-25 | 1 | -11/+11 | |
| | | ||||||
| * | move all u32,u16,u8 and u64 declarations in priv.h | Aris Adamantiadis | 2009-07-24 | 1 | -0/+6 | |
| | | | | | And fix all headers which need u32,u8,u64 | |||||
| * | Change refs from AGENT * to ssh_agent | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 | |
| | | | | | Fixes also a typo in ssh_agent declaration | |||||
| * | Changes all CHANNEL * to ssh_channel | Aris Adamantiadis | 2009-07-24 | 1 | -11/+11 | |
| | | ||||||
| * | Change PRIVATE_KEY * to ssh_private_key | Aris Adamantiadis | 2009-07-24 | 1 | -8/+8 | |
| | | ||||||
| * | Changed all PUBLIC_KEY * to ssh_public_key | Aris Adamantiadis | 2009-07-24 | 1 | -5/+5 | |
| | | ||||||
| * | Changed all occurences of BUFFER * to ssh_buffer | Aris Adamantiadis | 2009-07-24 | 1 | -34/+34 | |
| | | ||||||
| * | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -26/+26 | |
| | | ||||||
| * | moved try_publickey_from_file in priv.h | Aris Adamantiadis | 2009-07-24 | 1 | -0/+3 | |
| | | | | | | | Had nothing to do in libssh.h. 100% sure nobody used it since one of the structure declaration was not public. | |||||
| * | replacing keys_struct with ssh_keys_struct | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed namespace problem in public structures | Aris Adamantiadis | 2009-07-24 | 1 | -16/+16 | |
| | | | | | | | | | | changed struct string_struct to ssh_string_struct buffer_struct to ssh_buffer_struct and so on. Should not break apps using the caps version of these | |||||
| * | Fix sol8 + ss11 compile errors. | Andreas Schneider | 2009-07-20 | 1 | -1/+11 | |
| | | | | | Thanks to tysonite@gmail.com. | |||||
| * | Fixed copyright notices | Aris Adamantiadis | 2009-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Set correct hint when connecting to an IP address | Aris Adamantiadis | 2009-07-12 | 1 | -0/+3 | |
| | | | | | | | | | libssh now uses a regular expression against destination hostnames to match numerical IP addresses and set the appropriate hint. Patches also add init and finalize code to compile the regexp | |||||
| * | fix int -> socket_t in SSH_POLL | Aris Adamantiadis | 2009-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | Temporary move of ssh_poll_* back to priv.h | Aris Adamantiadis | 2009-07-04 | 1 | -0/+33 | |
| | | | | | | We'll see later what needs to be put back in public functions | |||||
| * | Put back the poll declarations into priv.h | Aris Adamantiadis | 2009-07-04 | 1 | -0/+9 | |
| | | | | | That are, poll constants. | |||||
| * | Add a generic way to handle sockets asynchronously. | Aleksandar Kanchev | 2009-07-03 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | | It's based on poll objects, each of which store a socket, it's events and a callback, which gets called whenever an event is set. The poll objects are attached to a poll context, which should be allocated on per thread basis. Polling the poll context will poll all the attached poll objects and call their callbacks (handlers) if any of the socket events are set. This should be done within the main loop of an application. This is intended as a ground work for making libssh asynchronous. Signed-off-by: Aleksandar Kanchev <aleksandar.kanchev@googlemail.com> | |||||
| * | Verify memory return codes in ssh_list functions | Aris Adamantiadis | 2009-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | added ssh_message_callback support. | Aris Adamantiadis | 2009-06-18 | 1 | -2/+6 | |
| | | | | | Not fully working yet. User can set his ssh_message_callback, and the function ssh_execute_message_callbacks will call them when appropriate. Messages are correctly stacked (in packet_parse) but no call to ssh_execute_callbacks exists yet. | |||||
| * | Created general singlelinked list implementation | Aris Adamantiadis | 2009-06-18 | 1 | -0/+35 | |
| | | ||||||
| * | Begin of asynchronous SSH message parsing | Aris Adamantiadis | 2009-06-17 | 1 | -0/+4 | |
| | | ||||||
| * | ssh_message_retrieve + memoryleak fixed in ssh_message_free | Aris Adamantiadis | 2009-06-17 | 1 | -0/+5 | |
| | | | | | | ssh_message_retrieve parses a specific SSH message and returns a pointer to it. Hacked ssh_message_get to use it. This is the first step to have asynchronous ssh messages callbacks. | |||||
| * | Make use of poll() and add a poll-emulation for win32. | Andreas Schneider | 2009-06-04 | 1 | -0/+25 | |
| | | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@772 7dcaeef0-15fb-0310-b436-a5af3365683c | |||||
