aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2011-09-18kex: moved KEX structures to ssh_crypto_structAris Adamantiadis2-6/+5
2011-09-18kex: split key selection and sendingAris Adamantiadis4-7/+18
2011-09-18scp: introduce a 64bits getter to respect ABIAris Adamantiadis1-1/+2
2011-09-17pki: Use ssh_log_function() for ssh_pki_log().Andreas Schneider1-1/+4
2011-09-17log: Split do_ssh_log().Andreas Schneider1-0/+3
2011-09-17log: Remove unneeded ssh_log_function().Andreas Schneider1-6/+1
2011-09-17error: Use macros for error functions.Andreas Schneider1-8/+21
2011-09-14SSH1: handle exit-status message (channels would not close)Aris Adamantiadis1-0/+1
2011-09-11auth: made keyboard-interactive nonblockingAris Adamantiadis1-1/+3
2011-09-11Auth: nonblocking ssh_userauth_pubkey_autoAris Adamantiadis1-0/+1
2011-09-11auth: Implement nonblocking ssh_auth_agentAris Adamantiadis1-0/+1
2011-09-11auth: different code for auth_agentAris Adamantiadis1-0/+1
2011-09-10priv: Remove obsolete ssh_keys_struct.Andreas Schneider1-5/+0
2011-09-10log: Improve the logging function.Andreas Schneider2-1/+14
2011-09-10log: Add new debug log levels.Andreas Schneider1-3/+20
These should be used in future!
2011-09-08string: Add ssh_string_get_char().Andreas Schneider1-0/+1
2011-09-08string: Use the struct and array for allocating the struct.Andreas Schneider1-1/+1
2011-09-05pki: Add ssh_pki_export_pubkey_rsa1().Andreas Schneider2-0/+8
2011-09-02pki: Add ecdsa key support.Andreas Schneider1-0/+6
2011-09-02channels: Export ssh_channel_poll_timeout().Andreas Schneider1-1/+1
2011-09-02Update libssh to ssh_handle_packets_terminationAris Adamantiadis2-0/+6
cherry-picked from 0cb5248 Should resolve all timeout problems Conflicts: src/auth.c src/channels.c
2011-09-02Channels: fix the "server specified invalid channel" bugAris Adamantiadis1-0/+9
Resolved by introducing a flag entry in channel structure.
2011-09-02channels: replaced bugged lists with ssh_listAris Adamantiadis3-3/+2
cherry-picked from 0aef5f Conflicts: src/session.c
2011-09-02SSH1: fix buildAris Adamantiadis1-1/+1
2011-09-02channel: implement ssh_channel_poll_timeoutAris Adamantiadis1-0/+1
Resolves bug #57
2011-09-02channels: made all channel requests nonblockingAris Adamantiadis1-1/+1
2011-08-30doc: Improve doc of ssh_message_auth_pubkey().Andreas Schneider1-0/+3
2011-08-30keys: Remove keys.h where it is obsolete.Andreas Schneider1-3/+1
2011-08-30keys: Remove dead prototypes.Andreas Schneider1-6/+0
2011-08-30pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider2-3/+3
2011-08-30pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider1-1/+2
2011-08-28legacy: Move ssh_private_key and ssh_public_key typedefs.Andreas Schneider3-5/+8
2011-08-28keyfiles: Remove keyfiles.h.Andreas Schneider1-30/+0
2011-08-28keyfiles: Remove try_publickey_from_file().Andreas Schneider1-3/+0
2011-08-28keyfiles: Make ssh_try_publickey_from_file() legacy.Andreas Schneider2-3/+3
2011-08-28sftp: Don't create file page.Andreas Schneider1-7/+1
2011-08-28sftp: Improve documentation.Andreas Schneider1-16/+38
2011-08-27libsshpp: Remove type argument from doc.Andreas Schneider1-1/+0
2011-08-26pki: Handle hash correctly.Andreas Schneider1-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
2011-08-26legacy: Remove privatekey_from_base64().Andreas Schneider2-6/+0
This function has been introduced for libssh 0.6. So we can remove it completely.
2011-08-26keys: Remove obsolete signatue functions.Andreas Schneider1-14/+0
2011-08-26pki: Migrate ssh_pki_do_sign to new pki.Andreas Schneider1-2/+3
2011-08-25auth: Prefix kbdint functions.Andreas Schneider1-3/+3
2011-08-25auth: Make ssh_userauth_privatekey_file() legacy.Andreas Schneider2-2/+2
2011-08-25auth: Refactor ssh_userauth_password().Andreas Schneider1-3/+3
2011-08-25auth: Make ssh_userauth_autopubkey legacy.Andreas Schneider3-3/+3
2011-08-25auth: Add ssh_userauth_publickey_auto().Andreas Schneider1-0/+3
2011-08-25keys: Remove obsolete ssh_do_sign().Andreas Schneider1-5/+0
2011-08-25agent: Remove obsolete agent_sign_data().Andreas Schneider1-3/+0
2011-08-25keys: Remove obsolete ssh_do_sign_with_agent().Andreas Schneider1-2/+0