]> andersk Git - gssapi-openssh.git/commit
fix for handling gss_accept_sec_context() return values:
authorjbasney <jbasney>
Wed, 11 May 2005 14:50:38 +0000 (14:50 +0000)
committerjbasney <jbasney>
Wed, 11 May 2005 14:50:38 +0000 (14:50 +0000)
commit58bb7fb83d4923629dc7fd174b8aee2f5628e09f
tree13f3ea9e3cc435bcb3fb5b27254465bf18d7fad4
parent6fc2ad024f82836000e8635eb46883920e293d89
fix for handling gss_accept_sec_context() return values:
- draft-ietf-secsh-gsskeyex-08.txt says we should send the token if
  GSS_S_CONTINUE_NEEDED is returned *or* if GSS_S_COMPLETE is returned
  and we have a token of non-zero length
- remove fatal() on GSS_ERRORs with send_tok.length==0. we should send
  back the error message before aborting.
openssh/kexgsss.c
This page took 0.046231 seconds and 6 git commands to generate.