Home
last modified time | relevance | path

Searched refs:datafellows (Results 1 – 25 of 25) sorted by relevance

/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth2-pubkey.c72 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey()
131 if (datafellows & SSH_OLD_SESSIONID) { in userauth_pubkey()
140 datafellows & SSH_BUG_PKSERVICE ? in userauth_pubkey()
143 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey()
H A Dauth2-none.c73 if (datafellows & SSH_BUG_STRING_ENCODING) { in auth2_read_banner()
97 if (options.banner == NULL || (datafellows & SSH_BUG_BANNER)) in userauth_banner()
H A Dauth2-hostbased.c103 service = datafellows & SSH_BUG_HBSERVICE ? "ssh-userauth" : in userauth_hostbased()
H A Dauth1.c418 if ((datafellows & SSH_BUG_K5USER) && in do_authentication()
H A Dsshd.c582 if (datafellows & SSH_BUG_PROBE) { in sshd_exchange_identification()
588 if (datafellows & SSH_BUG_SCANNER) { in sshd_exchange_identification()
1974 if (datafellows & SSH_BUG_LOCALES_NOT_LANGTAGS) in prepare_for_ssh2_kex()
H A Dserverloop.c539 if (!(datafellows & SSH_BUG_IGNOREMSG) && isatty(fdin)) in server_loop()
1144 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in server_input_channel_open()
H A Dauth2-gss.c126 if (datafellows & SSH_OLD_GSSAPI) { in userauth_gssapi()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dcompat.c41 uint32_t datafellows = 0; variable
195 datafellows = check[i].bugs; in compat_datafellows()
238 if (!(datafellows & SSH_BUG_BIGENDIANAES)) in compat_cipher_proposal()
H A Dssh-dss.c83 if (datafellows & SSH_BUG_SIGBLOB) { in ssh_dss_sign()
124 if (datafellows & SSH_BUG_SIGBLOB) { in ssh_dss_verify()
165 if (!(datafellows & SSH_BUG_SIGBLOB)) { in ssh_dss_verify()
H A Dkex.c319 if (datafellows & SSH_BUG_LOCALES_NOT_LANGTAGS) in choose_lang()
382 if (datafellows & SSH_BUG_HMAC) in choose_mac()
523 !(datafellows & SSH_BUG_FIRSTKEX)) { in kex_choose_conf()
602 !(datafellows & SSH_BUG_LOCALES_NOT_LANGTAGS)) { in kex_choose_conf()
634 if (!(datafellows & SSH_BUG_DERIVEKEY)) in derive_key()
648 if (!(datafellows & SSH_BUG_DERIVEKEY)) in derive_key()
H A Dkexgexc.c57 if (datafellows & SSH_OLD_DHGEX) { in kexgex_client()
159 if (datafellows & SSH_OLD_DHGEX) in kexgex_client()
H A Dpacket.c452 if (datafellows & SSH_BUG_STRING_ENCODING) in packet_put_utf8_cstring()
461 if (datafellows & SSH_BUG_STRING_ENCODING) in packet_put_utf8_string()
843 if (!(datafellows & SSH_BUG_NOREKEY)) in packet_send2_wrapped()
1207 if (!(datafellows & SSH_BUG_NOREKEY)) in packet_read_poll2()
1414 if (datafellows & SSH_BUG_STRING_ENCODING) in packet_get_utf8_string()
1435 if (compat20 && (datafellows & SSH_BUG_DEBUG)) in packet_send_debug()
1720 if (datafellows & SSH_BUG_NOREKEY) in packet_need_rekeying()
H A Dssh-rsa.c60 nid = (datafellows & SSH_BUG_RSASIGMD5) ? NID_md5 : NID_sha1; in ssh_rsa_sign()
164 nid = (datafellows & SSH_BUG_RSASIGMD5) ? NID_md5 : NID_sha1; in ssh_rsa_verify()
H A Dg11n.c907 if (datafellows & SSH_BUG_LOCALES_NOT_LANGTAGS) { in g11n_test_langtag()
913 datafellows |= SSH_BUG_STRING_ENCODING; in g11n_test_langtag()
917 if (datafellows & SSH_BUG_STRING_ENCODING) { in g11n_test_langtag()
939 datafellows &= ~SSH_BUG_STRING_ENCODING; in g11n_test_langtag()
H A Dkexgsss.c79 !(datafellows & SSH_BUG_GSSKEX_HOSTKEY)) in kexgss_server()
H A Dchannels.c1171 if (datafellows & SSH_BUG_X11FWD) { in channel_post_x11_listener()
1361 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in channel_post_connecting()
1896 if (datafellows & SSH_BUG_EXTEOF) in channel_input_extended_data()
2074 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in channel_input_open_failure()
2201 if (((datafellows & SSH_OLD_FORWARD_ADDR) && in channel_setup_fwd_listener()
2357 if (datafellows & SSH_BUG_RFWD_ADDR) in channel_request_remote_forwarding()
2363 if (datafellows & SSH_BUG_RFWD_ADDR) in channel_request_remote_forwarding()
H A Dnchan.c439 if ((datafellows & SSH_BUG_EXTEOF) && in chan_is_dead()
H A Dauthfd.c427 if (datafellows & SSH_BUG_SIGBLOB) in ssh_agent_sign()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c144 if (datafellows & SSH_BUG_LOCALES_NOT_LANGTAGS) { in ssh_kex2()
481 if (datafellows & SSH_BUG_PKOK) { in input_userauth_pk_ok()
559 if (datafellows & SSH_OLD_GSSAPI) return 0; in userauth_gssapi()
596 if (datafellows & SSH_BUG_GSSAPI_BER) { in userauth_gssapi()
630 if (datafellows & SSH_BUG_GSSAPI_BER) { in input_gssapi_response()
1069 if (datafellows & SSH_OLD_SESSIONID) { in sign_and_send_pubkey()
1079 datafellows & SSH_BUG_PKSERVICE ? in sign_and_send_pubkey()
1082 if (datafellows & SSH_BUG_PKAUTH) { in sign_and_send_pubkey()
1102 if (datafellows & SSH_BUG_PKSERVICE) { in sign_and_send_pubkey()
1111 if (!(datafellows & SSH_BUG_PKAUTH)) in sign_and_send_pubkey()
[all …]
H A Dclientloop.c826 if (datafellows & SSH_BUG_NOREKEY) in process_escapes()
1410 if (datafellows & SSH_BUG_X11FWD) { in client_request_x11()
1497 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in client_input_channel_open()
H A Dssh.c1179 if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN))
H A Dsshconnect.c1051 if (datafellows & SSH_BUG_PASSWORDPAD) { in ssh_put_password()
/titanic_44/usr/src/cmd/ssh/include/
H A Dcompat.h87 extern uint32_t datafellows;
/titanic_44/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c296 extern uint32_t datafellows; in process_sign_request2()
302 datafellows = 0; in process_sign_request2()
308 odatafellows = datafellows; in process_sign_request2()
310 datafellows = SSH_BUG_SIGBLOB; in process_sign_request2()
334 datafellows = odatafellows; in process_sign_request2()
/titanic_44/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c540 datafellows = 0; in congreet()