aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/auth.h
AgeCommit message (Collapse)AuthorFilesLines
2018-10-16CVE-2018-10933: Introduce SSH_AUTH_STATE_AUTH_NONE_SENTAnderson Toshiyuki Sasaki1-0/+2
The introduced auth state allows to identify when a request without authentication information was sent. Fixes T101 Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-10-16CVE-2018-10933: Introduce SSH_AUTH_STATE_PASSWORD_AUTH_SENTAnderson Toshiyuki Sasaki1-0/+2
The introduced auth state allows to identify when authentication using password was tried. Fixes T101 Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-10-16CVE-2018-10933: Introduced new auth statesAnderson Toshiyuki Sasaki1-0/+4
Introduced the states SSH_AUTH_STATE_PUBKEY_OFFER_SENT and SSH_AUTH_STATE_PUBKEY_AUTH_SENT to know when SSH2_MSG_USERAUTH_PK_OK and SSH2_MSG_USERAUTH_SUCCESS should be expected. Fixes T101 Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-29Rest in Peace SSHv1Andreas Schneider1-16/+0
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2013-07-13auth: implement client-side gssapiAris Adamantiadis1-2/+7
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2013-01-23include: Fix the LGPL header.Andreas Schneider1-12/+11
This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h
2011-08-25auth: Prefix kbdint functions.Andreas Schneider1-3/+3
2011-02-10Added the keyboard-interactive authentication methodmilo1-0/+21
2010-10-30Moved declarations from auth.h to various headersAris Adamantiadis1-0/+9
2010-05-19Fixed keyboard-interactive and unit testAris Adamantiadis1-1/+4
2010-01-24Removed last calls to packet_readAris Adamantiadis1-0/+4
2010-01-10SSH-1 cleanup and compileAris Adamantiadis1-1/+3
Not tested, probably not working correctly yet
2009-12-26Asynchronous authentication works !Aris Adamantiadis1-0/+40
2009-12-26New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis1-0/+28