summaryrefslogtreecommitdiffstats
path: root/src/auth.c
Commit message (Expand)AuthorAgeFilesLines
* session: Use a struct for all options.Andreas Schneider2012-02-051-7/+7
* auth: Fix public key authentication so we can continue.Andreas Schneider2012-01-011-1/+3
* auth: Fix a possible double free.Andreas Schneider2012-01-011-0/+2
* Fix bugs found by clangAris Adamantiadis2011-09-231-0/+4
* priv: Remove crypto.h and add correct includes to src files.Andreas Schneider2011-09-181-0/+1
* auth: Use the new SSH_LOG function.Andreas Schneider2011-09-171-43/+63
* error: Use macros for error functions.Andreas Schneider2011-09-171-11/+12
* auth: fix spelling in error messageAris Adamantiadis2011-09-141-1/+1
* Revert "auth: Check if we have any prompts."Aris Adamantiadis2011-09-141-3/+2
* Auth: fix possible off-by-oneAris Adamantiadis2011-09-141-2/+2
* auth: made keyboard-interactive nonblockingAris Adamantiadis2011-09-111-15/+37
* Auth: nonblocking ssh_userauth_pubkey_autoAris Adamantiadis2011-09-111-110/+161
* auth: Implement nonblocking ssh_auth_agentAris Adamantiadis2011-09-111-36/+68
* auth: different code for auth_agentAris Adamantiadis2011-09-111-2/+2
* Auth: made ssh_userauth_get_response respect timeoutAris Adamantiadis2011-09-111-44/+13
* auth: Check if we have any prompts.Andreas Schneider2011-09-111-2/+3
* auth: fix things broken during mergeAris Adamantiadis2011-09-021-24/+4
* Update libssh to ssh_handle_packets_terminationAris Adamantiadis2011-09-021-0/+11
* pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider2011-08-301-2/+2
* pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider2011-08-301-6/+6
* keyfiles: Remove keyfiles.h.Andreas Schneider2011-08-281-1/+0
* auth: Refactor and rename kbdauth_send().Andreas Schneider2011-08-281-67/+65
* auth: Fix doc typos.Andreas Schneider2011-08-271-4/+4
* auth: Handle request service timeout in blocking mode.Andreas Schneider2011-08-261-2/+7
* auth: Refactor and fix ssh_userauth_kbdint().Andreas Schneider2011-08-261-45/+30
* auth: Fix ssh_userauth_agent_publickey pending state.Andreas Schneider2011-08-261-2/+2
* auth: Don't fail in publickey_auto if we can't read the key.Andreas Schneider2011-08-261-1/+4
* auth: Fix ssh_userauth_publickey() pending_call_state.Andreas Schneider2011-08-261-3/+3
* auth: Fix a segfault in ssh_userauth_kbdint_init().Andreas Schneider2011-08-261-0/+4
* auth: Refactor kbdauth_init().Andreas Schneider2011-08-251-60/+94
* auth: Prefix kbdint functions.Andreas Schneider2011-08-251-66/+65
* auth: Make ssh_userauth_privatekey_file() legacy.Andreas Schneider2011-08-251-68/+1
* auth: Refactor ssh_userauth_password().Andreas Schneider2011-08-251-141/+145
* auth: Make ssh_userauth_autopubkey legacy.Andreas Schneider2011-08-251-171/+0
* auth: Add ssh_userauth_publickey_auto().Andreas Schneider2011-08-251-0/+182
* auth: Add ssh_userauth_agent().Andreas Schneider2011-08-251-330/+195
* auth: Make ssh_userauth_pubkey legacy.Andreas Schneider2011-08-231-178/+0
* auth: Add ssh_userauth_publickey().Andreas Schneider2011-08-231-0/+174
* auth: Make ssh_userauth_try_publickey() legacy.Andreas Schneider2011-08-231-152/+2
* auth: Update copyright.Andreas Schneider2011-08-231-2/+2
* auth: Add ssh_userauth_try_publickey().Andreas Schneider2011-08-231-0/+166
* auth: Refactor ssh_userauth_none().Andreas Schneider2011-08-231-97/+85
* auth: Rename wait_auth_status.Andreas Schneider2011-08-231-78/+92
* auth: Update ssh_userauth_list().Andreas Schneider2011-08-231-20/+30
* auth: Move ssh_auth_list to legacy functions.Andreas Schneider2011-08-231-9/+0
* auth: Rename ask_userauth.Andreas Schneider2011-08-231-11/+15
* auth: Fix ssh_auth_list() documentation.Andreas Schneider2011-08-221-1/+1
* client: Fix another source of endless wait.rofl0r2011-08-061-1/+1
* session: Fix timeout handling.rofl0r2011-08-061-16/+16
* doc: Small update to auth.c documentation.Oliver Stöneberg2011-05-171-4/+8