You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
818 B

  1. From 103973215443f6e02e010114a3f7ac19eb6f3c8c Mon Sep 17 00:00:00 2001
  2. From: Meng Tan <mtan@wallix.com>
  3. Date: Thu, 25 Oct 2018 17:06:06 +0200
  4. Subject: [PATCH 7/8] gssapi: Set correct state after sending GSSAPI_RESPONSE
  5. (select mechanism OID)
  6. Signed-off-by: Meng Tan <mtan@wallix.com>
  7. Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
  8. (cherry picked from commit bce8d567053232debd6ec490af5a7d27e1160f39)
  9. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
  10. ---
  11. src/gssapi.c | 1 +
  12. 1 file changed, 1 insertion(+)
  13. --- a/src/gssapi.c
  14. +++ b/src/gssapi.c
  15. @@ -120,6 +120,7 @@ static int ssh_gssapi_send_response(ssh_
  16. ssh_set_error_oom(session);
  17. return SSH_ERROR;
  18. }
  19. + session->auth_state = SSH_AUTH_STATE_GSSAPI_TOKEN;
  20. packet_send(session);
  21. SSH_LOG(SSH_LOG_PACKET,