summaryrefslogtreecommitdiffstats
path: root/src/auth.c
Commit message (Expand)AuthorAgeFilesLines
* auth: Fix return status for ssh_userauth_agent()Peter Volpe2015-07-301-0/+5
* fix permissionsAris Adamantiadis2015-07-081-0/+0
* SSH_AUTH_PARTIAL is now correctly passed to the caller of ssh_userauth_public...Tilo Eckert2015-06-291-8/+7
* available auth_methods must be reset on partial authenticationTilo Eckert2015-06-291-1/+1
* include: We should use __func__ which is C99Andreas Schneider2015-04-021-1/+1
* auth: Fix a memory leak in agent publickey auth.Andreas Schneider2014-08-151-1/+2
* buffer: adapt auth.c to ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-451/+91
* src: Rename buffer_init to ssh_buffer_init().Andreas Schneider2014-01-191-7/+7
* src: Do not use deprecated functions.Andreas Schneider2014-01-161-2/+2
* update copyright informationAris Adamantiadis2014-01-071-2/+2
* auth: docs: Fix typo optoins -> optionsColin Walters2013-10-231-6/+6
* auth: Fix build warning if we don't build with gssapi.Andreas Schneider2013-07-221-0/+2
* gassapi: Fix check if it is enabled.Andreas Schneider2013-07-221-2/+2
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-21/+14
* log: Implment new logging functions.Andreas Schneider2013-07-141-36/+29
* auth: fix warnings with missing switch() paramsAris Adamantiadis2013-07-141-1/+4
* cmake: Make GSSAPI optional.Andreas Schneider2013-07-131-2/+5
* auth: Remove unused code.Andreas Schneider2013-07-131-5/+0
* auth: implement client-side gssapiAris Adamantiadis2013-07-131-2/+68
* auth: Cleanup the agent return code.Andreas Schneider2013-06-181-4/+2
* auth: If the agent fails, fall back to regular pathNicolas Viennot2013-06-181-1/+1
* Implement key re-exchangeAris Adamantiadis2012-12-231-0/+2
* auth: Don't leak memory on error in info request callback.Andreas Schneider2012-10-121-3/+5
* auth: Make error handling code reachable again.Andreas Schneider2012-10-091-5/+5
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
* auth: Improve ssh_userauth_kbdint_setanswer() documentation.Andreas Schneider2012-07-171-1/+5
* auth: Fix ssh_userauth_kbdint*() documentation.Andreas Schneider2012-07-171-8/+12
* auth: Fix ssh_userauth_password() documentation.Andreas Schneider2012-07-171-5/+7
* auth: Fix build warning.Andreas Schneider2012-02-201-1/+1
* auth: Improve doc of ssh_userauth_kbdint_getprompt().Andreas Schneider2012-02-191-3/+11
* 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