Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | auth: Make ssh_userauth_autopubkey legacy. | Andreas Schneider | 2011-08-25 | 3 | -3/+3 |
| | |||||
* | auth: Add ssh_userauth_publickey_auto(). | Andreas Schneider | 2011-08-25 | 1 | -0/+3 |
| | |||||
* | keys: Remove obsolete ssh_do_sign(). | Andreas Schneider | 2011-08-25 | 1 | -5/+0 |
| | |||||
* | agent: Remove obsolete agent_sign_data(). | Andreas Schneider | 2011-08-25 | 1 | -3/+0 |
| | |||||
* | keys: Remove obsolete ssh_do_sign_with_agent(). | Andreas Schneider | 2011-08-25 | 1 | -2/+0 |
| | |||||
* | auth: Add ssh_userauth_agent(). | Andreas Schneider | 2011-08-25 | 3 | -8/+12 |
| | | | | This commit is pretty big cause several functions have been refactored. | ||||
* | auth: Make ssh_userauth_pubkey legacy. | Andreas Schneider | 2011-08-23 | 3 | -9/+3 |
| | |||||
* | auth: Add ssh_userauth_publickey(). | Andreas Schneider | 2011-08-23 | 1 | -0/+3 |
| | |||||
* | auth: Make ssh_userauth_try_publickey() legacy. | Andreas Schneider | 2011-08-23 | 3 | -4/+4 |
| | |||||
* | auth: Add ssh_userauth_try_publickey(). | Andreas Schneider | 2011-08-23 | 1 | -2/+8 |
| | |||||
* | auth: Move ssh_auth_list to legacy functions. | Andreas Schneider | 2011-08-23 | 2 | -1/+2 |
| | |||||
* | pki: We need only one signature verify blob function. | Andreas Schneider | 2011-08-23 | 1 | -6/+4 |
| | | | | This fixes the build without server. | ||||
* | dh: Remove obsolete signature functions. | Andreas Schneider | 2011-08-22 | 1 | -4/+0 |
| | |||||
* | server: Migrate more functions to new pki. | Andreas Schneider | 2011-08-22 | 2 | -1/+14 |
| | |||||
* | pki: Add ssh_srv_pki_signature_verify_blob(). | Andreas Schneider | 2011-08-22 | 1 | -0/+5 |
| | |||||
* | pki: Add ssh_pki_signature_verify_blob(). | Andreas Schneider | 2011-08-22 | 2 | -0/+7 |
| | |||||
* | misc: Add ssh_match_group(). | Andreas Schneider | 2011-08-22 | 1 | -0/+2 |
| | |||||
* | server: Migrate hostkey check to new pki. | Andreas Schneider | 2011-08-22 | 1 | -1/+3 |
| | |||||
* | keys: Remove unused obsolete ssh_sign_session_id(). | Andreas Schneider | 2011-08-22 | 1 | -1/+0 |
| | |||||
* | server: Use new pki infrastructure. | Andreas Schneider | 2011-08-22 | 1 | -2/+4 |
| | |||||
* | kex: Move ssh_encrypt_rsa1 to SSHv1 kex code. | Andreas Schneider | 2011-08-22 | 1 | -1/+0 |
| | |||||
* | pki: Add ssh_srv_pki_do_sign_sessionid(). | Andreas Schneider | 2011-08-22 | 2 | -0/+4 |
| | |||||
* | messages: Move ssh_userauth_build_digest() and make it static. | Andreas Schneider | 2011-08-22 | 1 | -1/+0 |
| | |||||
* | pki: Add ssh_pki_do_sign_agent(). | Andreas Schneider | 2011-08-21 | 1 | -0/+3 |
| | |||||
* | agent: Add ssh_agent_sign_data(). | Andreas Schneider | 2011-08-21 | 1 | -0/+3 |
| | |||||
* | pki: Create a pki private header file. | Andreas Schneider | 2011-08-21 | 2 | -46/+77 |
| | |||||
* | pki: Add ssh_pki_import_signature_blob(). | Andreas Schneider | 2011-08-21 | 1 | -0/+6 |
| | |||||
* | pki: Add ssh_pki_export_signature_blob(). | Andreas Schneider | 2011-08-21 | 1 | -0/+4 |
| | |||||
* | priv: Add discard_const macros. | Andreas Schneider | 2011-08-21 | 1 | -0/+19 |
| | |||||
* | pki: Introduce ssh_signature. | Andreas Schneider | 2011-08-20 | 1 | -0/+17 |
| | |||||
* | pki: Fix build warnings. | Andreas Schneider | 2011-08-20 | 1 | -1/+1 |
| | |||||
* | pki: Use a consistent naming scheme. | Andreas Schneider | 2011-08-19 | 2 | -6/+6 |
| | |||||
* | pki: Add ssh_pki_export_publickey_file(). | Andreas Schneider | 2011-08-16 | 1 | -0/+2 |
| | |||||
* | misc: Remove session from ssh_get_local_username(). | Andreas Schneider | 2011-08-16 | 1 | -1/+1 |
| | |||||
* | pki: Fix and rename ssh_pki_publickey_to_base64(). | Andreas Schneider | 2011-08-16 | 1 | -3/+2 |
| | | | | Rename it to ssh_pki_export_publickey_base64(). | ||||
* | pki: Remove session from ssh_pki_import_pubkey_* functions. | Andreas Schneider | 2011-08-16 | 2 | -8/+8 |
| | |||||
* | pki: Remove session from ssh_pki_import_privkey_* functions. | Andreas Schneider | 2011-08-16 | 3 | -24/+31 |
| | |||||
* | pki: Add ssh_pki_publickey_to_base64(). | Andreas Schneider | 2011-08-16 | 1 | -0/+3 |
| | |||||
* | pki: Add ssh_pki_import_pubkey_file(). | Andreas Schneider | 2011-08-16 | 1 | -0/+3 |
| |