Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of the option structure | Aris Adamantiadis | 2009-10-09 | 2 | -6/+5 |
| | |||||
* | Moved samples into examples directory | Aris Adamantiadis | 2009-10-09 | 1 | -1/+2 |
| | |||||
* | Modified server API | Aris Adamantiadis | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | add ssh_set_error_oom and ssh_set_error_invalid | Bernhard R. Link | 2009-10-05 | 1 | -0/+2 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | proper prototype of ssh_session_new | Bernhard R. Link | 2009-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fixed ssh_options_copy(). | Andreas Schneider | 2009-10-04 | 1 | -1/+1 |
| | |||||
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 6 | -96/+65 |
| | |||||
* | Remove unused option functions. | Andreas Schneider | 2009-10-02 | 1 | -6/+0 |
| | |||||
* | Fix warnings on opensolaris | Aris Adamantiadis | 2009-09-29 | 2 | -5/+5 |
| | |||||
* | resolve warning on opensolaris | Aris Adamantiadis | 2009-09-29 | 1 | -1/+1 |
| | |||||
* | more priv.h splitting | Aris Adamantiadis | 2009-09-26 | 6 | -96/+117 |
| | |||||
* | Fixed doxygen compilation warnings | Aris Adamantiadis | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 8 | -190/+269 |
| | |||||
* | Removed obsolete options | Aris Adamantiadis | 2009-09-26 | 1 | -4/+1 |
| | |||||
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 4 | -121/+174 |
| | |||||
* | More comment | Aris Adamantiadis | 2009-09-25 | 1 | -1/+4 |
| | |||||
* | fix ssh_callbacks_init() macro + documentation | Aris Adamantiadis | 2009-09-25 | 1 | -8/+20 |
| | | | | | ssh_callbacks_init should not zero' the struct because it could be used on staticaly declared structures | ||||
* | callback.h should use public headers | Aris Adamantiadis | 2009-09-25 | 1 | -2/+2 |
| | |||||
* | Fixed including of config.h. | Andreas Schneider | 2009-09-25 | 1 | -1/+3 |
| | | | | | | | | If there is some option to modify libc behaviour (like if there was some off_t usage to be modified by some flag to make that 64 bit) that needs to be done before the first libc header. one could still do -D there, though (unless cmake wants to do something automatically and puts that in config.h) | ||||
* | Add missing extern C. | Andreas Schneider | 2009-09-25 | 1 | -1/+12 |
| | |||||
* | Fix typo. | Andreas Schneider | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | Install callbacks header file. | Andreas Schneider | 2009-09-25 | 1 | -0/+1 |
| | |||||
* | Get rid of CRYPTO | Aris Adamantiadis | 2009-09-23 | 2 | -6/+6 |
| | |||||
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 11 | -318/+547 |
| | |||||
* | Change #defines to enums when it makes sense | Aris Adamantiadis | 2009-09-23 | 2 | -51/+68 |
| | |||||
* | Get rid of SSH_MESSAGE | Aris Adamantiadis | 2009-09-23 | 2 | -30/+30 |
| | |||||
* | get rid of SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 4 | -32/+32 |
| | |||||
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 4 | -112/+112 |
| | |||||
* | remove the broken setters for options,cb init macro | Aris Adamantiadis | 2009-09-23 | 2 | -8/+5 |
| | |||||
* | 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 | 2 | -6/+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 |
| | |