aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-22auth: Fix build warning if we don't build with gssapi.Andreas Schneider1-0/+2
2013-07-22gassapi: Fix check if it is enabled.Andreas Schneider1-2/+2
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-21/+14
2013-07-14log: Implment new logging functions.Andreas Schneider1-36/+29
2013-07-14auth: fix warnings with missing switch() paramsAris Adamantiadis1-1/+4
2013-07-13cmake: Make GSSAPI optional.Andreas Schneider1-2/+5
2013-07-13auth: Remove unused code.Andreas Schneider1-5/+0
2013-07-13auth: implement client-side gssapiAris Adamantiadis1-2/+68
2013-06-18auth: Cleanup the agent return code.Andreas Schneider1-4/+2
2013-06-18auth: If the agent fails, fall back to regular pathNicolas Viennot1-1/+1
2012-12-23Implement key re-exchangeAris Adamantiadis1-0/+2
2012-10-12auth: Don't leak memory on error in info request callback.Andreas Schneider1-3/+5
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