aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-29sftp: Handle short reads of sftp_async_read().Jonas Jonsson1-3/+2
2011-08-28pki: string_* -> ssh_string_*Andreas Schneider1-4/+4
2011-08-28pki: Refactor ssh_pki_do_sign().Andreas Schneider1-10/+11
2011-08-28pki: Refactor _RSA_do_sign().Andreas Schneider1-15/+31
2011-08-28doc: Fix authentication docs.Andreas Schneider1-29/+31
2011-08-28doc: Fix a check in the doc code.Andreas Schneider1-1/+3
2011-08-28pki: Cleanup crypto includes.Andreas Schneider1-2/+0
2011-08-28pki: Fix gcrypt includes and update copyright.Andreas Schneider1-8/+3
2011-08-28pki: Get rid of the string.h include in pki_gcrypt.c.Andreas Schneider1-17/+28
2011-08-28legacy: Move ssh_private_key and ssh_public_key typedefs.Andreas Schneider3-5/+8
2011-08-28build: Fix the build of keyfiles torture test.Andreas Schneider1-1/+1
2011-08-28pki: Add Windows defines.Andreas Schneider1-0/+14
2011-08-28pki: Compile pki_gcrypt.c only if we need it.Andreas Schneider2-30/+2
2011-08-28keyfiles: Remove keyfiles.h.Andreas Schneider5-39/+0
2011-08-28keyfiles: Remove try_publickey_from_file().Andreas Schneider2-86/+0
2011-08-28keyfiles: Make ssh_try_publickey_from_file() legacy.Andreas Schneider2-63/+65
2011-08-28keyfiles: Make ssh_try_publickey_from_file() legacy.Andreas Schneider4-81/+73
2011-08-28sftp: Don't create file page.Andreas Schneider1-7/+1
2011-08-28doc: Fix some doxygen latex warnings.Andreas Schneider4-41/+77
2011-08-28sftp: Improve documentation.Andreas Schneider1-16/+38
2011-08-28auth: Refactor and rename kbdauth_send().Andreas Schneider1-67/+65
2011-08-27libsshpp: Remove type argument from doc.Andreas Schneider1-1/+0
2011-08-27auth: Fix doc typos.Andreas Schneider1-4/+4
2011-08-26auth: Handle request service timeout in blocking mode.Andreas Schneider1-2/+7
2011-08-26pki: Handle hash correctly.Andreas Schneider4-50/+57
2011-08-26Quick fix for gcrypt DSA signaturemilo1-5/+22
2011-08-26legacy: Remove privatekey_from_base64().Andreas Schneider3-40/+0
2011-08-26messages: Fix ssh_packet_userauth_request().Andreas Schneider1-11/+3
2011-08-26Free sig_blob if an error occursmilo1-0/+2
2011-08-26Fix double free in ssh_packet_userauth_requestmilo1-1/+0
2011-08-26auth: Refactor and fix ssh_userauth_kbdint().Andreas Schneider1-45/+30
2011-08-26auth: Fix ssh_userauth_agent_publickey pending state.Andreas Schneider1-2/+2
2011-08-26auth: Don't fail in publickey_auto if we can't read the key.Andreas Schneider1-1/+4
2011-08-26auth: Fix ssh_userauth_publickey() pending_call_state.Andreas Schneider1-3/+3
2011-08-26keys: Remove obsolete signatue functions.Andreas Schneider3-129/+0
2011-08-26pki: Fix build with DEBUG_CRYPTO.Andreas Schneider1-4/+4
2011-08-26pki: Migrate ssh_pki_do_sign to new pki.Andreas Schneider4-64/+83
2011-08-26auth: Fix a segfault in ssh_userauth_kbdint_init().Andreas Schneider1-0/+4
2011-08-25auth: Refactor kbdauth_init().Andreas Schneider1-60/+94
2011-08-25auth: Prefix kbdint functions.Andreas Schneider4-81/+80
2011-08-25auth: Make ssh_userauth_privatekey_file() legacy.Andreas Schneider4-70/+49
2011-08-25auth: Refactor ssh_userauth_password().Andreas Schneider2-144/+148
2011-08-25auth: Make ssh_userauth_autopubkey legacy.Andreas Schneider7-176/+9
2011-08-25auth: Add ssh_userauth_publickey_auto().Andreas Schneider2-0/+185
2011-08-25keys: Remove obsolete ssh_do_sign().Andreas Schneider2-145/+0
2011-08-25agent: Remove obsolete agent_sign_data().Andreas Schneider2-87/+0
2011-08-25keys: Remove obsolete ssh_do_sign_with_agent().Andreas Schneider2-51/+0
2011-08-25auth: Add ssh_userauth_agent().Andreas Schneider5-395/+260
2011-08-23auth: Make ssh_userauth_pubkey legacy.Andreas Schneider5-187/+32
2011-08-23auth: Add ssh_userauth_publickey().Andreas Schneider2-0/+177