aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09auth: Make error handling code reachable again.Andreas Schneider1-5/+5
2012-07-17build: Fix missing struct in_addr warning.Andreas Schneider1-0/+1
2012-07-17auth: Improve ssh_userauth_kbdint_setanswer() documentation.Andreas Schneider1-1/+5
2012-07-17auth: Fix ssh_userauth_kbdint*() documentation.Andreas Schneider1-8/+12
2012-07-17auth: Fix ssh_userauth_password() documentation.Andreas Schneider1-5/+7
2012-02-20auth: Fix build warning.Andreas Schneider1-1/+1
2012-02-19auth: Improve doc of ssh_userauth_kbdint_getprompt().Andreas Schneider1-3/+11
2012-02-05session: Use a struct for all options.Andreas Schneider1-7/+7
2012-01-01auth: Fix public key authentication so we can continue.Andreas Schneider1-1/+3
2012-01-01auth: Fix a possible double free.Andreas Schneider1-0/+2
2011-09-23Fix bugs found by clangAris Adamantiadis1-0/+4
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider1-0/+1
2011-09-17auth: Use the new SSH_LOG function.Andreas Schneider1-43/+63
2011-09-17error: Use macros for error functions.Andreas Schneider1-11/+12
2011-09-14auth: fix spelling in error messageAris Adamantiadis1-1/+1
2011-09-14Revert "auth: Check if we have any prompts."Aris Adamantiadis1-3/+2
2011-09-14Auth: fix possible off-by-oneAris Adamantiadis1-2/+2
2011-09-11auth: made keyboard-interactive nonblockingAris Adamantiadis1-15/+37
2011-09-11Auth: nonblocking ssh_userauth_pubkey_autoAris Adamantiadis1-110/+161
2011-09-11auth: Implement nonblocking ssh_auth_agentAris Adamantiadis1-36/+68
2011-09-11auth: different code for auth_agentAris Adamantiadis1-2/+2
2011-09-11Auth: made ssh_userauth_get_response respect timeoutAris Adamantiadis1-44/+13
2011-09-11auth: Check if we have any prompts.Andreas Schneider1-2/+3
2011-09-02auth: fix things broken during mergeAris Adamantiadis1-24/+4
2011-09-02Update libssh to ssh_handle_packets_terminationAris Adamantiadis1-0/+11
2011-08-30pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider1-2/+2
2011-08-30pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider1-6/+6
2011-08-28keyfiles: Remove keyfiles.h.Andreas Schneider1-1/+0
2011-08-28auth: Refactor and rename kbdauth_send().Andreas Schneider1-67/+65
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-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-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 Schneider1-66/+65
2011-08-25auth: Make ssh_userauth_privatekey_file() legacy.Andreas Schneider1-68/+1
2011-08-25auth: Refactor ssh_userauth_password().Andreas Schneider1-141/+145
2011-08-25auth: Make ssh_userauth_autopubkey legacy.Andreas Schneider1-171/+0
2011-08-25auth: Add ssh_userauth_publickey_auto().Andreas Schneider1-0/+182
2011-08-25auth: Add ssh_userauth_agent().Andreas Schneider1-330/+195
2011-08-23auth: Make ssh_userauth_pubkey legacy.Andreas Schneider1-178/+0
2011-08-23auth: Add ssh_userauth_publickey().Andreas Schneider1-0/+174
2011-08-23auth: Make ssh_userauth_try_publickey() legacy.Andreas Schneider1-152/+2
2011-08-23auth: Update copyright.Andreas Schneider1-2/+2
2011-08-23auth: Add ssh_userauth_try_publickey().Andreas Schneider1-0/+166
2011-08-23auth: Refactor ssh_userauth_none().Andreas Schneider1-97/+85
2011-08-23auth: Rename wait_auth_status.Andreas Schneider1-78/+92