| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | poll: Fixed a malfunction with wrong max fd value check. | Andreas Schneider | 2010-06-17 | 1 | -2/+6 |
| | | |||||
| * | string: Added a function to delete a char basesd stirng object. | Andreas Schneider | 2010-06-11 | 1 | -0/+1 |
| | | |||||
| * | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -59/+45 |
| | | |||||
| * | ssh_socket support for 2 fd + Proxyhost command | Aris Adamantiadis | 2010-05-09 | 1 | -1/+2 |
| | | |||||
| * | Added pki.[ch] files as a new standard API for PKs | Aris Adamantiadis | 2010-05-01 | 1 | -1/+2 |
| | | | | | | | Right now it's just a wrapper to the existing calls but soon it's gona be the effective implementation and other calls will be wrappers. | ||||
| * | Renamed private type TYPE_RSA to SSH_KEYTYPE_* | Aris Adamantiadis | 2010-04-28 | 1 | -0/+8 |
| | | | | | Also made this enum public | ||||
| * | Added ssh_privatekey_type public function | Aris Adamantiadis | 2010-04-28 | 1 | -0/+3 |
| | | |||||
| * | Added support for StrictHostKeyChecking and UserKnownHostsFile parameters. | Ruben Garcia Azuara | 2010-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Added OpenSSH parameters to libssh: - StrictHostKeyChecking - UserKnownHostsFile This parameters are useful to avoid checking the fingerprint. Eg: ~/.ssh/config: Host 192.10.20.30 StrictHostKeyChecking no UserKnownHostsFile /dev/null Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
| * | Fixed solaris compilation warning and ignore case at host parameter. | Ruben Garcia Azuara | 2010-04-07 | 1 | -3/+3 |
| | | | | | | | | | | - Suppress compilation warning in solaris caused by a comma at the end of the last value. - Ignore case at host parameter in config file Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
| * | Fixed the documentation of log.c | Andreas Schneider | 2010-04-04 | 1 | -5/+7 |
| | | |||||
| * | Fixed spelling. | Andreas Schneider | 2010-03-25 | 1 | -1/+1 |
| | | |||||
| * | Fixed and added support for several identity files. | Andreas Schneider | 2010-03-04 | 1 | -0/+5 |
| | | |||||
| * | Increase version number. | Andreas Schneider | 2010-02-05 | 1 | -1/+1 |
| | | |||||
| * | Merged the channel_request hdlrs and clean hdlrs | Aris Adamantiadis | 2010-01-08 | 1 | -1/+0 |
| | | |||||
| * | Add new API function ssh_userauth_privatekey_file(). | Vic Lee | 2009-12-30 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
| * | Add key validation in server side authentication | Aris Adamantiadis | 2009-12-20 | 1 | -0/+7 |
| | | |||||
| * | Remove socklen_t definition. | Andreas Schneider | 2009-12-09 | 1 | -3/+0 |
| | | | | | | | Tthe problem is that winsock2.h defines socklen_t as a typedef, not as a define, so depending on the order of includes you can get errors in ws2tcpip.h with msvc. | ||||
| * | Fixed uint* to work on Windows. | Andreas Schneider | 2009-12-01 | 1 | -0/+4 |
| | | | | | Thanks to Patrick Spendrin. | ||||
| * | Pcap: more cleanup and minimalist API | Aris Adamantiadis | 2009-11-16 | 1 | -1/+6 |
| | | |||||
| * | Added an option to set log verbosity as string. | Andreas Schneider | 2009-11-10 | 1 | -0/+1 |
| | | |||||
| * | Improve MSVC support. Better binary compatibility. | Andreas Schneider | 2009-11-06 | 1 | -1/+1 |
| | | | | | Patch by Patrick Spendrin from KDE. | ||||
| * | ssh_disconnect doesn't free the session anymore | Aris Adamantiadis | 2009-10-09 | 1 | -0/+1 |
| | | |||||
| * | Last nail on SSH_OPTIONS, SSH_SESSION etc. | Aris Adamantiadis | 2009-10-09 | 1 | -14/+1 |
| | | |||||
| * | get rid of the option structure | Aris Adamantiadis | 2009-10-09 | 1 | -5/+4 |
| | | |||||
| * | Fixed ssh_options_copy(). | Andreas Schneider | 2009-10-04 | 1 | -1/+1 |
| | | |||||
| * | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -30/+12 |
| | | |||||
| * | Fix warnings on opensolaris | Aris Adamantiadis | 2009-09-29 | 1 | -1/+1 |
| | | |||||
| * | resolve warning on opensolaris | Aris Adamantiadis | 2009-09-29 | 1 | -1/+1 |
| | | |||||
| * | more priv.h splitting | Aris Adamantiadis | 2009-09-26 | 1 | -2/+0 |
| | | |||||
| * | Change #defines to enums when it makes sense | Aris Adamantiadis | 2009-09-23 | 1 | -48/+63 |
| | | |||||
| * | Get rid of SSH_MESSAGE | Aris Adamantiadis | 2009-09-23 | 1 | -7/+7 |
| | | |||||
| * | get rid of SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -23/+23 |
| | | |||||
| * | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -39/+39 |
| | | |||||
| * | remove the broken setters for options,cb init macro | Aris Adamantiadis | 2009-09-23 | 1 | -7/+0 |
| | | |||||
| * | Changed the current callback sys to be scalable | Aris Adamantiadis | 2009-09-23 | 1 | -25/+0 |
| | | |||||
| * | 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 | 1 | -1/+4 |
| | | |||||
| * | Fixed building libssh with MSVC. | Andreas Schneider | 2009-09-21 | 1 | -0/+1 |
| | | | | | Thanks to Carlo Segato for the patch. | ||||
| * | Added support for ~/.ssh/config. | Andreas Schneider | 2009-09-15 | 1 | -0/+1 |
| | | |||||
| * | SCP warning request | Aris Adamantiadis | 2009-09-13 | 1 | -0/+1 |
| | | |||||
| * | scp recursive mode | Aris Adamantiadis | 2009-09-13 | 1 | -2/+7 |
| | | |||||
| * | 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 | -9/+9 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | 1 | -4/+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 !! | ||||
