Home
last modified time | relevance | path

Searched refs:SSH_BUG_GSSAPI_BER (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dcompat.c92 SSH_OLD_GSSAPI|SSH_BUG_GSSAPI_BER| in compat_datafellows()
97 "OpenSSH_3.5*", SSH_BUG_GSSAPI_BER|SSH_OLD_GSSAPI| in compat_datafellows()
/titanic_50/usr/src/cmd/ssh/include/
H A Dcompat.h70 #define SSH_BUG_GSSAPI_BER 0x04000000 macro
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c596 if (datafellows & SSH_BUG_GSSAPI_BER) { in userauth_gssapi()
630 if (datafellows & SSH_BUG_GSSAPI_BER) { in input_gssapi_response()