aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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
2011-08-25auth: Add ssh_userauth_agent().Andreas Schneider3-8/+12
This commit is pretty big cause several functions have been refactored.
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
2011-08-23pki: We need only one signature verify blob function.Andreas Schneider1-6/+4
This fixes the build without server.
2011-08-22dh: Remove obsolete signature functions.Andreas Schneider1-4/+0
2011-08-22server: Migrate more functions to new pki.Andreas Schneider2-1/+14
2011-08-22pki: Add ssh_srv_pki_signature_verify_blob().Andreas Schneider1-0/+5
2011-08-22pki: Add ssh_pki_signature_verify_blob().Andreas Schneider2-0/+7
2011-08-22misc: Add ssh_match_group().Andreas Schneider1-0/+2
2011-08-22server: Migrate hostkey check to new pki.Andreas Schneider1-1/+3
2011-08-22keys: Remove unused obsolete ssh_sign_session_id().Andreas Schneider1-1/+0
2011-08-22server: Use new pki infrastructure.Andreas Schneider1-2/+4
2011-08-22kex: Move ssh_encrypt_rsa1 to SSHv1 kex code.Andreas Schneider1-1/+0
2011-08-22pki: Add ssh_srv_pki_do_sign_sessionid().Andreas Schneider2-0/+4
2011-08-22messages: Move ssh_userauth_build_digest() and make it static.Andreas Schneider1-1/+0
2011-08-21pki: Add ssh_pki_do_sign_agent().Andreas Schneider1-0/+3
2011-08-21agent: Add ssh_agent_sign_data().Andreas Schneider1-0/+3
2011-08-21pki: Create a pki private header file.Andreas Schneider2-46/+77
2011-08-21pki: Add ssh_pki_import_signature_blob().Andreas Schneider1-0/+6
2011-08-21pki: Add ssh_pki_export_signature_blob().Andreas Schneider1-0/+4
2011-08-21priv: Add discard_const macros.Andreas Schneider1-0/+19