Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | session: Added callback for the connection per session. | milo | 2010-08-09 | 2 | -1/+1 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | session: Fixed the type of the session dh_handshake_state. | milo | 2010-08-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | build: Fixed the Windows preprocessor macros and defines. | Andreas Schneider | 2010-08-03 | 1 | -35/+61 |
| | |||||
* | Begining of zlib@openssh.org implementation | Aris Adamantiadis | 2010-07-23 | 1 | -0/+2 |
| | |||||
* | Continue removing old flushing code | Aris Adamantiadis | 2010-07-23 | 2 | -6/+1 |
| | |||||
* | Removed obsolete socket functions | Aris Adamantiadis | 2010-07-23 | 1 | -2/+2 |
| | |||||
* | Add consistency check to ssh_set_callbacks | Aris Adamantiadis | 2010-07-23 | 2 | -1/+3 |
| | |||||
* | Receive and send SSH_MSG_UNIMPLEMENTED | Aris Adamantiadis | 2010-07-18 | 1 | -0/+2 |
| | |||||
* | poll: Added poll constants for Windows. | Andreas Schneider | 2010-07-09 | 1 | -2/+40 |
| | | | | | WSAPoll uses different constanst values as the POSIX implementation, what else ... | ||||
* | options: Added option to bind a client to an ip address. | Andreas Schneider | 2010-07-07 | 2 | -2/+3 |
| | | | | Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>. | ||||
* | Removed dead code in socket.c | Aris Adamantiadis | 2010-07-07 | 1 | -3/+2 |
| | |||||
* | Add ssh_callbacks_exists internal macro + unittest | Aris Adamantiadis | 2010-06-25 | 1 | -6/+20 |
| | | | (first commit with eclipse helios, crossing fingers ...) | ||||
* | socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET. | Andreas Schneider | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | socket: Fixed checks for max fd. | Andreas Schneider | 2010-06-17 | 1 | -0/+2 |
| | |||||
* | socket: Fixed prototype of ssh_socket_pollcallback(). | Andreas Schneider | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | cpp: Fixed return value of userauthAutopubkey. | Andreas Schneider | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | Fixed keyboard-interactive and unit test | Aris Adamantiadis | 2010-05-19 | 1 | -1/+4 |
| | |||||
* | Install missing legacy header file. | Andreas Schneider | 2010-05-17 | 1 | -0/+1 |
| | |||||
* | poll: Added a cleanup function to free the ws2_32 library. | Andreas Schneider | 2010-05-17 | 2 | -0/+2 |
| | |||||
* | Separation work between openssl and libgcrypt | Aris Adamantiadis | 2010-05-14 | 3 | -73/+136 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 5 | -63/+152 |
| | |||||
* | Added runtime detection of WSAPoll(). | Andreas Schneider | 2010-05-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fixed Windows build. | Andreas Schneider | 2010-05-12 | 1 | -2/+3 |
| | |||||
* | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 1 | -1/+1 |
| | |||||
* | Added a function to expand an escaped string. | Andreas Schneider | 2010-05-11 | 1 | -0/+1 |
| | |||||
* | Added a function to expand the tilde from a path. | Andreas Schneider | 2010-05-11 | 1 | -0/+2 |
| | |||||
* | Some grammarnazi things + fix int->socket_t | Aris Adamantiadis | 2010-05-10 | 1 | -3/+4 |
| | |||||
* | Use configure checks to define vsnprintf and strncpy. | Andreas Schneider | 2010-05-10 | 1 | -2/+10 |
| | |||||
* | Fixed building libssh with VC9. | Andreas Schneider | 2010-05-10 | 1 | -8/+17 |
| | |||||
* | Fixed a MSVC build error. | Andreas Schneider | 2010-05-10 | 1 | -0/+1 |
| | |||||
* | Added more defines to use secure VC functions. | Andreas Schneider | 2010-05-10 | 1 | -1/+10 |
| | |||||
* | ssh_socket support for 2 fd + Proxyhost command | Aris Adamantiadis | 2010-05-09 | 3 | -4/+11 |
| | |||||
* | Forgot the pki files | Aris Adamantiadis | 2010-05-02 | 1 | -0/+28 |
| | |||||
* | 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. | ||||
* | First implementation of known_hosts with port read | Aris Adamantiadis | 2010-05-01 | 1 | -0/+1 |
| | |||||
* | Renamed private type TYPE_RSA to SSH_KEYTYPE_* | Aris Adamantiadis | 2010-04-28 | 2 | -6/+8 |
| | | | | Also made this enum public | ||||
* | Added ssh_privatekey_type public function | Aris Adamantiadis | 2010-04-28 | 1 | -0/+3 |
| | |||||
* | Do not compile aes*-ctr with <=OpenSSL 0.9.7b | Aris Adamantiadis | 2010-04-14 | 1 | -0/+5 |
| | |||||
* | First experiment at trying to make libssh c89 | Aris Adamantiadis | 2010-04-07 | 1 | -3/+3 |
| | |||||
* | Added support for StrictHostKeyChecking and UserKnownHostsFile parameters. | Ruben Garcia Azuara | 2010-04-07 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | 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 | 2 | -3/+4 |
| | | | | | | | | | - 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> | ||||
* | Added a select(2) based poll-emulation if poll(2) is not available. | Andreas Schneider | 2010-04-04 | 1 | -1/+15 |
| | |||||
* | Fixed the group of the server functions. | Andreas Schneider | 2010-04-04 | 1 | -2/+2 |
| | |||||
* | Fixed the doxygen group of the libssh c++ wrapper. | Andreas Schneider | 2010-04-04 | 1 | -5/+7 |
| | |||||
* | 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 | 3 | -1/+7 |
| | |||||
* | Rename ssh_list_add to ssh_list_append. | Andreas Schneider | 2010-03-04 | 1 | -1/+1 |
| |