aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-23auth: Update ssh_userauth_list().Andreas Schneider1-20/+30
2011-08-23auth: Move ssh_auth_list to legacy functions.Andreas Schneider1-9/+0
2011-08-23auth: Rename ask_userauth.Andreas Schneider1-11/+15
2011-08-22auth: Fix ssh_auth_list() documentation.Andreas Schneider1-1/+1
2011-08-06client: Fix another source of endless wait.rofl0r1-1/+1
2011-08-06session: Fix timeout handling.rofl0r1-16/+16
2011-05-17doc: Small update to auth.c documentation.Oliver Stöneberg1-4/+8
2011-05-02Delay the check for kbdint->answers in kbdint_send()milo1-3/+2
2011-05-02Fix segfault when ssh_userauth_kbdint_setanswer() has not been calledmilo1-1/+8
2011-04-14[pki] Added ssh_userauth_pki_pubkey() functionmilo1-1/+185
2011-03-28Fixed doc of ssh_userauth_list()Aris Adamantiadis1-1/+1