Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dh: Add support for diffie-hellman-group14-sha1. | Dmitriy Kuznetsov | 2012-09-04 | 1 | -0/+1 |
| | |||||
* | server: Add ecdsa hostkey support. | Andreas Schneider | 2012-02-19 | 1 | -12/+43 |
| | |||||
* | session: Use a struct for all options. | Andreas Schneider | 2012-02-05 | 1 | -4/+4 |
| | |||||
* | kex: Fix some build warnings. | Andreas Schneider | 2011-11-10 | 1 | -2/+1 |
| | |||||
* | Fix warning | Aris Adamantiadis | 2011-09-24 | 1 | -0/+1 |
| | |||||
* | Fix bugs found by clang | Aris Adamantiadis | 2011-09-23 | 1 | -0/+2 |
| | |||||
* | priv: Move kex functions to kex header. | Andreas Schneider | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | priv: Move options and config prototypes to own header. | Andreas Schneider | 2011-09-18 | 1 | -0/+1 |
| | |||||
* | server: split dh_handsake_server | Aris Adamantiadis | 2011-09-18 | 1 | -33/+44 |
| | |||||
* | kex: moved KEX structures to ssh_crypto_struct | Aris Adamantiadis | 2011-09-18 | 1 | -2/+2 |
| | |||||
* | kex: have server_kex use the elected methods | Aris Adamantiadis | 2011-09-18 | 1 | -1/+2 |
| | |||||
* | kex: split key selection and sending | Aris Adamantiadis | 2011-09-18 | 1 | -22/+37 |
| | |||||
* | session: Use defines for ssh_handle_packets(). | Andreas Schneider | 2011-09-17 | 1 | -1/+1 |
| | |||||
* | server: Fix some build warnings. | Andreas Schneider | 2011-09-11 | 1 | -2/+2 |
| | |||||
* | server: Fix compiler warning. | Andreas Schneider | 2011-09-11 | 1 | -2/+3 |
| | |||||
* | Update libssh to ssh_handle_packets_termination | Aris Adamantiadis | 2011-09-02 | 1 | -15/+21 |
| | | | | | | | | | | | cherry-picked from 0cb5248 Should resolve all timeout problems Conflicts: src/auth.c src/channels.c | ||||
* | pki: Use consistent API for ssh_pki_export_privkey_to_pubkey(). | Andreas Schneider | 2011-08-30 | 1 | -2/+2 |
| | |||||
* | pki: Use consistent API for ssh_pki_export_pubkey_blob(). | Andreas Schneider | 2011-08-30 | 1 | -4/+5 |
| | |||||
* | keyfiles: Remove keyfiles.h. | Andreas Schneider | 2011-08-28 | 1 | -1/+0 |
| | |||||
* | auth: Prefix kbdint functions. | Andreas Schneider | 2011-08-25 | 1 | -7/+7 |
| | |||||
* | server: Fix a build warning. | Andreas Schneider | 2011-08-23 | 1 | -1/+1 |
| | | | | Thanks to Tom Judge. | ||||
* | server: Migrate more functions to new pki. | Andreas Schneider | 2011-08-22 | 1 | -10/+30 |
| | |||||
* | server: Migrate hostkey check to new pki. | Andreas Schneider | 2011-08-22 | 1 | -2/+4 |
| | |||||
* | server: Use new pki infrastructure. | Andreas Schneider | 2011-08-22 | 1 | -29/+30 |
| | |||||
* | session: Fix timeout handling. | rofl0r | 2011-08-06 | 1 | -1/+1 |
| | | | | | -2 now means to use the timeout specified in options. It wasn't used earlier and poll only knows -1 and 0 anyway for special meanings. | ||||
* | Fixes the ssh_log issue on ssh_bind handles. | Aris Adamantiadis | 2011-07-19 | 1 | -2/+2 |
| | |||||
* | Implemented X11 server side | milo | 2011-04-14 | 1 | -0/+16 |
| | |||||
* | Semantic fix on malloc | milo | 2011-04-14 | 1 | -1/+1 |
| | |||||
* | Fix a 0 bytes malloc in server kbdint implementation | milo | 2011-04-14 | 1 | -21/+26 |
| | |||||
* | server: Fixed a possible NULL pointer dereference. | Andreas Schneider | 2011-04-14 | 1 | -1/+4 |
| | |||||
* | build: Fixed some VS2010 problems. | Oliver Stöneberg | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | messages: Make returned strings const. | Andreas Schneider | 2011-03-09 | 1 | -11/+11 |
| | |||||
* | server: Fixed logging function name. | Andreas Schneider | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | Added the keyboard-interactive authentication method | milo | 2011-02-10 | 1 | -0/+133 |
| | |||||
* | server: Added include files for getaddrinfo. | Andreas Schneider | 2010-12-29 | 1 | -2/+14 |
| | |||||
* | build: Fixed some build warnings on FreeBSD. | Andreas Schneider | 2010-12-20 | 1 | -0/+3 |
| | |||||
* | server: Remove channel_write_stderr. | Andreas Schneider | 2010-12-08 | 1 | -18/+0 |
| | |||||
* | Split ssh_bind functions in a new .c file | Aris Adamantiadis | 2010-10-20 | 1 | -322/+0 |
| | |||||
* | start of work to have callbackbased ssh_bind | Aris Adamantiadis | 2010-10-19 | 1 | -0/+68 |
| | |||||
* | Implemented zlib@openssh.com compression | Aris Adamantiadis | 2010-10-04 | 1 | -2/+13 |
| | |||||
* | Resolved the server blocked bug | Aris Adamantiadis | 2010-10-03 | 1 | -0/+1 |
| | |||||
* | Removed references to ssh_buffer_get_begin | Aris Adamantiadis | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | Fix documentation of ssh_set_message_callback | Aris Adamantiadis | 2010-10-02 | 1 | -2/+2 |
| | |||||
* | Handle global requests and reverse forwarding | milo | 2010-10-02 | 1 | -0/+58 |
| | |||||
* | misc: Differentiate between client and server in ssh_analyze_banner. | Andreas Schneider | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | misc: Move ssh_analyze_banner to a common location. | Andreas Schneider | 2010-09-29 | 1 | -63/+1 |
| | | | | Don't duplicate functions! | ||||
* | session: Fixed a memory leak with session->bindaddr. | Andreas Schneider | 2010-09-07 | 1 | -0/+1 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+1174 |