aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-09-15guru meditationAndreas Schneider1-0/+4
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
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
2011-09-02Channels: fix the "server specified invalid channel" bugAris Adamantiadis1-0/+9
2011-09-02channels: replaced bugged lists with ssh_listAris Adamantiadis3-3/+2
2011-09-02SSH1: fix buildAris Adamantiadis1-1/+1
2011-09-02channel: implement ssh_channel_poll_timeoutAris Adamantiadis1-0/+1
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
2011-08-26legacy: Remove privatekey_from_base64().Andreas Schneider2-6/+0
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
2011-08-25auth: Add ssh_userauth_agent().Andreas Schneider3-8/+12
2011-08-23auth: Make ssh_userauth_pubkey legacy.Andreas Schneider3-9/+3
2011-08-23auth: Add ssh_userauth_publickey().Andreas Schneider1-0/+3
2011-08-23auth: Make ssh_userauth_try_publickey() legacy.Andreas Schneider3-4/+4
2011-08-23auth: Add ssh_userauth_try_publickey().Andreas Schneider1-2/+8
2011-08-23auth: Move ssh_auth_list to legacy functions.Andreas Schneider2-1/+2