Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | priv: Move kex functions to kex header. | Andreas Schneider | 2011-09-18 | 4 | -18/+16 | |
| | ||||||
* | priv: Move options and config prototypes to own header. | Andreas Schneider | 2011-09-18 | 2 | -7/+29 | |
| | ||||||
* | priv: Move defines to the top. | Andreas Schneider | 2011-09-18 | 1 | -15/+8 | |
| | ||||||
* | server: split dh_handsake_server | Aris Adamantiadis | 2011-09-18 | 1 | -0/+1 | |
| | ||||||
* | crypto: rename crypto_struct -> ssh_cipher_struct | Aris Adamantiadis | 2011-09-18 | 3 | -8/+8 | |
| | ||||||
* | kex: moved KEX structures to ssh_crypto_struct | Aris Adamantiadis | 2011-09-18 | 2 | -6/+5 | |
| | ||||||
* | kex: split key selection and sending | Aris Adamantiadis | 2011-09-18 | 4 | -7/+18 | |
| | ||||||
* | scp: introduce a 64bits getter to respect ABI | Aris Adamantiadis | 2011-09-18 | 1 | -1/+2 | |
| | ||||||
* | pki: Use ssh_log_function() for ssh_pki_log(). | Andreas Schneider | 2011-09-17 | 1 | -1/+4 | |
| | ||||||
* | log: Split do_ssh_log(). | Andreas Schneider | 2011-09-17 | 1 | -0/+3 | |
| | ||||||
* | log: Remove unneeded ssh_log_function(). | Andreas Schneider | 2011-09-17 | 1 | -6/+1 | |
| | ||||||
* | error: Use macros for error functions. | Andreas Schneider | 2011-09-17 | 1 | -8/+21 | |
| | ||||||
* | SSH1: handle exit-status message (channels would not close) | Aris Adamantiadis | 2011-09-14 | 1 | -0/+1 | |
| | ||||||
* | auth: made keyboard-interactive nonblocking | Aris Adamantiadis | 2011-09-11 | 1 | -1/+3 | |
| | ||||||
* | Auth: nonblocking ssh_userauth_pubkey_auto | Aris Adamantiadis | 2011-09-11 | 1 | -0/+1 | |
| | ||||||
* | auth: Implement nonblocking ssh_auth_agent | Aris Adamantiadis | 2011-09-11 | 1 | -0/+1 | |
| | ||||||
* | auth: different code for auth_agent | Aris Adamantiadis | 2011-09-11 | 1 | -0/+1 | |
| | ||||||
* | priv: Remove obsolete ssh_keys_struct. | Andreas Schneider | 2011-09-10 | 1 | -5/+0 | |
| | ||||||
* | log: Improve the logging function. | Andreas Schneider | 2011-09-10 | 2 | -1/+14 | |
| | ||||||
* | log: Add new debug log levels. | Andreas Schneider | 2011-09-10 | 1 | -3/+20 | |
| | | | | These should be used in future! | |||||
* | string: Add ssh_string_get_char(). | Andreas Schneider | 2011-09-08 | 1 | -0/+1 | |
| | ||||||
* | string: Use the struct and array for allocating the struct. | Andreas Schneider | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | pki: Add ssh_pki_export_pubkey_rsa1(). | Andreas Schneider | 2011-09-05 | 2 | -0/+8 | |
| | ||||||
* | pki: Add ecdsa key support. | Andreas Schneider | 2011-09-02 | 1 | -0/+6 | |
| | ||||||
* | channels: Export ssh_channel_poll_timeout(). | Andreas Schneider | 2011-09-02 | 1 | -1/+1 | |
| | ||||||
* | Update libssh to ssh_handle_packets_termination | Aris Adamantiadis | 2011-09-02 | 2 | -0/+6 | |
| | | | | | | | | | | | cherry-picked from 0cb5248 Should resolve all timeout problems Conflicts: src/auth.c src/channels.c | |||||
* | Channels: fix the "server specified invalid channel" bug | Aris Adamantiadis | 2011-09-02 | 1 | -0/+9 | |
| | | | | Resolved by introducing a flag entry in channel structure. | |||||
* | channels: replaced bugged lists with ssh_list | Aris Adamantiadis | 2011-09-02 | 3 | -3/+2 | |
| | | | | | | | cherry-picked from 0aef5f Conflicts: src/session.c | |||||
* | SSH1: fix build | Aris Adamantiadis | 2011-09-02 | 1 | -1/+1 | |
| | ||||||
* | channel: implement ssh_channel_poll_timeout | Aris Adamantiadis | 2011-09-02 | 1 | -0/+1 | |
| | | | | Resolves bug #57 | |||||
* | channels: made all channel requests nonblocking | Aris Adamantiadis | 2011-09-02 | 1 | -1/+1 | |
| | ||||||
* | doc: Improve doc of ssh_message_auth_pubkey(). | Andreas Schneider | 2011-08-30 | 1 | -0/+3 | |
| | ||||||
* | keys: Remove keys.h where it is obsolete. | Andreas Schneider | 2011-08-30 | 1 | -3/+1 | |
| | ||||||
* | keys: Remove dead prototypes. | Andreas Schneider | 2011-08-30 | 1 | -6/+0 | |
| | ||||||
* | pki: Use consistent API for ssh_pki_export_privkey_to_pubkey(). | Andreas Schneider | 2011-08-30 | 2 | -3/+3 | |
| | ||||||
* | pki: Use consistent API for ssh_pki_export_pubkey_blob(). | Andreas Schneider | 2011-08-30 | 1 | -1/+2 | |
| | ||||||
* | legacy: Move ssh_private_key and ssh_public_key typedefs. | Andreas Schneider | 2011-08-28 | 3 | -5/+8 | |
| | ||||||
* | keyfiles: Remove keyfiles.h. | Andreas Schneider | 2011-08-28 | 1 | -30/+0 | |
| | ||||||
* | keyfiles: Remove try_publickey_from_file(). | Andreas Schneider | 2011-08-28 | 1 | -3/+0 | |
| | ||||||
* | keyfiles: Make ssh_try_publickey_from_file() legacy. | Andreas Schneider | 2011-08-28 | 2 | -3/+3 | |
| | ||||||
* | sftp: Don't create file page. | Andreas Schneider | 2011-08-28 | 1 | -7/+1 | |
| | ||||||
* | sftp: Improve documentation. | Andreas Schneider | 2011-08-28 | 1 | -16/+38 | |
| | ||||||
* | libsshpp: Remove type argument from doc. | Andreas Schneider | 2011-08-27 | 1 | -1/+0 | |
| | ||||||
* | pki: Handle hash correctly. | Andreas Schneider | 2011-08-26 | 1 | -2/+3 | |
| | | | | | | | Looks like only DSA in grypt needs a leading zero to mark the has as positive. See http://lists.gnupg.org/pipermail/gcrypt-devel/2005-February/000754.html | |||||
* | legacy: Remove privatekey_from_base64(). | Andreas Schneider | 2011-08-26 | 2 | -6/+0 | |
| | | | | | This function has been introduced for libssh 0.6. So we can remove it completely. | |||||
* | keys: Remove obsolete signatue functions. | Andreas Schneider | 2011-08-26 | 1 | -14/+0 | |
| | ||||||
* | pki: Migrate ssh_pki_do_sign to new pki. | Andreas Schneider | 2011-08-26 | 1 | -2/+3 | |
| | ||||||
* | auth: Prefix kbdint functions. | Andreas Schneider | 2011-08-25 | 1 | -3/+3 | |
| | ||||||
* | auth: Make ssh_userauth_privatekey_file() legacy. | Andreas Schneider | 2011-08-25 | 2 | -2/+2 | |
| | ||||||
* | auth: Refactor ssh_userauth_password(). | Andreas Schneider | 2011-08-25 | 1 | -3/+3 | |
| |