aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-09auth: Use SSH_STRING_FREE()Andreas Schneider1-10/+10
2019-12-09auth: Cast echo to char in ssh_userauth_kbdint_getprompt()Andreas Schneider1-1/+1
2019-12-09auth: Fix integer type in ssh_kbdint_free()Andreas Schneider1-1/+1
2019-12-09auth: Fix integer type in ssh_kbdint_clean()Andreas Schneider1-1/+1
2019-11-18auth: Set auto_state->state explicitlyAnderson Toshiyuki Sasaki1-0/+3
2019-11-04auth: Add missing include for explicit_bzero()Andreas Schneider1-0/+1
2019-06-27auth: Do not print error message for SSH_AGAINAnderson Toshiyuki Sasaki1-1/+1
2019-05-13auth, pki: Calculate hash internally when signing/verifyingAnderson Toshiyuki Sasaki1-1/+5
2019-05-06auth: Avoid memory on error in ssh_userauth_agent_publickey()Andreas Schneider1-0/+1
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews1-35/+14
2019-03-25auth: Set buffer used to store password as secureAnderson Toshiyuki Sasaki1-0/+3
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