aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-26Quick fix for gcrypt DSA signaturegcrypt_dsamilo1-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
2011-08-23auth: Make ssh_userauth_try_publickey() legacy.Andreas Schneider5-156/+26
2011-08-23auth: Update copyright.Andreas Schneider1-2/+2
2011-08-23auth: Add ssh_userauth_try_publickey().Andreas Schneider2-2/+174
2011-08-23auth: Refactor ssh_userauth_none().Andreas Schneider1-97/+85
2011-08-23auth: Rename wait_auth_status.Andreas Schneider1-78/+92
2011-08-23auth: Update ssh_userauth_list().Andreas Schneider1-20/+30
2011-08-23auth: Move ssh_auth_list to legacy functions.Andreas Schneider4-10/+9
2011-08-23auth: Rename ask_userauth.Andreas Schneider1-11/+15
2011-08-23pki: Add more return values for file importing functions.Andreas Schneider1-3/+28
2011-08-23poll: Just make the code a bit more readable.Andreas Schneider1-4/+6
2011-08-23server: Fix a build warning.Andreas Schneider1-1/+1
2011-08-23pki: We need only one signature verify blob function.Andreas Schneider4-80/+48
2011-08-22agent: Fix memory leak.Andreas Schneider2-5/+21
2011-08-22pki: Fix memleak in gcrypt pki_publickey_to_blob().Andreas Schneider1-0/+1
2011-08-22dh: Remove obsolete signature functions.Andreas Schneider2-144/+0
2011-08-22client: Migrate to new signature pki.Andreas Schneider1-6/+10
2011-08-22server: Migrate more functions to new pki.Andreas Schneider4-60/+97
2011-08-22pki: Improve pki gcrypt error reports.Andreas Schneider1-4/+8
2011-08-22pki: Add ssh_srv_pki_signature_verify_blob().Andreas Schneider2-0/+43
2011-08-22pki: Add ssh_pki_signature_verify_blob().Andreas Schneider5-0/+179
2011-08-22pki: Fix gcrypt pki_signature_from_blob().Andreas Schneider1-0/+1
2011-08-22misc: Add ssh_match_group().Andreas Schneider3-25/+31
2011-08-22server: Migrate hostkey check to new pki.Andreas Schneider3-8/+11
2011-08-22auth: Fix ssh_auth_list() documentation.Andreas Schneider1-1/+1
2011-08-22keys: Remove unused obsolete ssh_sign_session_id().Andreas Schneider2-96/+0