aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-09packet: Introduce a new function to access cryptoJakub Jelen1-5/+11
2018-10-16CVE-2018-10933: Introduce SSH_AUTH_STATE_AUTH_NONE_SENTAnderson Toshiyuki Sasaki1-1/+3
2018-10-16CVE-2018-10933: Introduce SSH_AUTH_STATE_PASSWORD_AUTH_SENTAnderson Toshiyuki Sasaki1-1/+3
2018-10-16CVE-2018-10933: Introduced new auth statesAnderson Toshiyuki Sasaki1-17/+27
2018-09-17auth: Fix ecdsa pubkey authAndreas Schneider1-3/+38
2018-09-04auth: Use calloc to allocate memoryAndreas Schneider1-2/+1
2018-09-02auth: Fix freeing memory in ssh_userauth_agent_publickey()Andreas Schneider1-11/+11
2018-09-01auth: Fix a memory leak in ssh_userauth_agent_publickey()Andreas Schneider1-2/+2
2018-08-31auth: Prevent authentication with non-allowed key algorithmsJakub Jelen1-6/+33
2018-08-31auth: Support SHA2 extension for pubkey authentication (RFC 8332)Jakub Jelen1-5/+9
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