aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-15Add new optionsAris Adamantiadis1-1/+4
2017-10-28Fix config.h includesAndreas Schneider1-2/+2
2017-09-11auth: fix double-free in ssh_userauth_agent_publickeyJon Simons1-0/+1
2017-04-21auth: Use calloc in ssh_userauth_agent_pubkey()Andreas Schneider1-2/+1
2016-05-02auth: Cleanup memory leak when using SSH agentStef Walter1-7/+20
2016-03-15auth: Add cert auth support to ssh_userauth_publickey()Axel Eppe1-4/+10
2016-01-19cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano FidĂȘncio1-7/+7
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano FidĂȘncio1-3/+3
2016-01-19cleanup: use ssh_ prefix in the agent (non-static) functionsFabiano FidĂȘncio1-1/+1
2016-01-19auth: Remove references to ssh_userauth_pubkey in documentationYounes Serraj1-7/+6
2016-01-14doc: Update documentation of ssh_userauth_try_publickey()Andreas Schneider1-1/+1
2015-07-30auth: Fix return status for ssh_userauth_agent()Peter Volpe1-0/+5
2015-07-08fix permissionsAris Adamantiadis1-0/+0
2015-06-29SSH_AUTH_PARTIAL is now correctly passed to the caller of ssh_userauth_public...Tilo Eckert1-8/+7
2015-06-29available auth_methods must be reset on partial authenticationTilo Eckert1-1/+1
2015-04-02include: We should use __func__ which is C99Andreas Schneider1-1/+1
2014-08-15auth: Fix a memory leak in agent publickey auth.Andreas Schneider1-1/+2
2014-08-06buffer: adapt auth.c to ssh_buffer_(un)pack()Aris Adamantiadis1-451/+91
2014-01-19src: Rename buffer_init to ssh_buffer_init().Andreas Schneider1-7/+7
2014-01-16src: Do not use deprecated functions.Andreas Schneider1-2/+2
2014-01-07update copyright informationAris Adamantiadis1-2/+2
2013-10-23auth: docs: Fix typo optoins -> optionsColin Walters1-6/+6
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