aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-27auth: Reset errors on successful authenticationAndreas Schneider1-0/+2
2018-08-27auth: Also log the current auth methodAndreas Schneider1-6/+49
2018-08-27auth: Fix the pending_call_state of ssh_userauth_password()Andreas Schneider1-2/+2
2018-08-27session: Group auth variables in a structAndreas Schneider1-38/+37
2018-08-27auth: Fix possible NULL pointer dereferenceAndreas Schneider1-2/+6
2018-08-06auth: Some code style fixesAnderson Toshiyuki Sasaki1-296/+309
2018-08-06auth: Improve pending call error messagesAnderson Toshiyuki Sasaki1-4/+8
2018-06-29Rest in Peace SSHv1Andreas Schneider1-36/+0
2018-06-28Remove vim modelines from all filesAndreas Schneider1-2/+0
2018-05-07auth: Handle SSH_AUTH_PARTIAL in agent auth correctlyAndreas Schneider1-2/+4
2018-02-12src: Use explicit_bzero() if available on the platformAndreas Schneider1-5/+6
2018-01-18auth: Use calloc() instead of malloc()Andreas Schneider1-4/+2
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