Searched refs:datafellows (Results 1 – 15 of 15) sorted by relevance
/external/openssh/ |
D | compat.c | 43 int datafellows = 0; variable 179 datafellows = check[i].bugs; /* XXX for now */ in compat_datafellows() 250 if (!(datafellows & SSH_BUG_BIGENDIANAES)) in compat_cipher_proposal() 263 if (!(datafellows & SSH_BUG_RSASIGMD5)) in compat_pkalg_proposal() 276 if (!(datafellows & SSH_BUG_CURVE25519PAD)) in compat_kex_proposal()
|
D | sshconnect2.c | 569 if (datafellows & SSH_BUG_PKOK) { in input_userauth_pk_ok() 1032 if (datafellows & SSH_OLD_SESSIONID) { in sign_and_send_pubkey() 1042 datafellows & SSH_BUG_PKSERVICE ? in sign_and_send_pubkey() 1045 if (datafellows & SSH_BUG_PKAUTH) { in sign_and_send_pubkey() 1056 buffer_ptr(&b), buffer_len(&b), datafellows); in sign_and_send_pubkey() 1065 if (datafellows & SSH_BUG_PKSERVICE) { in sign_and_send_pubkey() 1074 if (!(datafellows & SSH_BUG_PKAUTH)) in sign_and_send_pubkey() 1119 if (!(datafellows & SSH_BUG_PKAUTH)) in send_pubkey_test() 1337 (datafellows & SSH_BUG_RSASIGMD5) != 0) { in userauth_pubkey() 1352 (datafellows & SSH_BUG_RSASIGMD5) != 0) { in userauth_pubkey() [all …]
|
D | auth2-pubkey.c | 90 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey() 121 (datafellows & SSH_BUG_RSASIGMD5) != 0) { in userauth_pubkey() 141 if (datafellows & SSH_OLD_SESSIONID) { in userauth_pubkey() 154 datafellows & SSH_BUG_PKSERVICE ? in userauth_pubkey() 157 if (datafellows & SSH_BUG_PKAUTH) { in userauth_pubkey()
|
D | compat.h | 74 extern int datafellows;
|
D | auth2-hostbased.c | 106 (datafellows & SSH_BUG_RSASIGMD5) != 0) { in userauth_hostbased() 119 service = datafellows & SSH_BUG_HBSERVICE ? "ssh-userauth" : in userauth_hostbased()
|
D | nchan.c | 395 if (!(datafellows & SSH_NEW_OPENSSH)) in chan_send_eow2() 454 if ((datafellows & SSH_BUG_EXTEOF) && in chan_is_dead()
|
D | key.c | 146 data, datalen, datafellows)) != 0) { in key_sign() 167 data, datalen, datafellows)) != 0) { in key_verify()
|
D | auth2.c | 139 if (datafellows & SSH_BUG_BANNER) in userauth_send_banner() 154 if (options.banner == NULL || (datafellows & SSH_BUG_BANNER) != 0) in userauth_banner()
|
D | sshd.c | 490 if ((datafellows & SSH_BUG_PROBE) != 0) { in sshd_exchange_identification() 495 if ((datafellows & SSH_BUG_SCANNER) != 0) { in sshd_exchange_identification() 500 if ((datafellows & SSH_BUG_RSASIGMD5) != 0) { in sshd_exchange_identification() 504 if ((datafellows & SSH_BUG_DERIVEKEY) != 0) { in sshd_exchange_identification() 2520 data, dlen, datafellows)) != 0)
|
D | monitor.c | 751 datafellows)) != 0) in mm_answer_sign() 757 p, datlen, datafellows)) != 0) { in mm_answer_sign() 1215 (datafellows & SSH_BUG_RSASIGMD5) != 0) in mm_answer_keyallowed() 1306 if (datafellows & SSH_OLD_SESSIONID) { in monitor_valid_userblob() 1336 if (datafellows & SSH_BUG_PKAUTH) { in monitor_valid_userblob()
|
D | sshconnect.c | 672 if ((datafellows & SSH_BUG_DERIVEKEY) != 0) in ssh_exchange_identification() 675 if ((datafellows & SSH_BUG_RSASIGMD5) != 0) in ssh_exchange_identification() 1373 if (datafellows & SSH_BUG_PASSWORDPAD) { in ssh_put_password()
|
D | channels.c | 1386 if (datafellows & SSH_BUG_X11FWD) { in channel_post_x11_listener() 1632 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in channel_post_connecting() 2429 if (datafellows & SSH_BUG_EXTEOF) 2618 if (!(datafellows & SSH_BUG_OPENFAILURE)) { 2761 if (((datafellows & SSH_OLD_FORWARD_ADDR) && 2928 !(datafellows & SSH_BUG_DYNAMIC_RPORT)) 3173 if (datafellows & SSH_BUG_RFWD_ADDR) 3178 if (datafellows & SSH_BUG_RFWD_ADDR) 3503 (datafellows & SSH_BUG_DYNAMIC_RPORT) ? 0 : newport;
|
D | serverloop.c | 596 if (!(datafellows & SSH_BUG_IGNOREMSG) && isatty(fdin)) in server_loop() 1143 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in server_input_channel_open()
|
D | clientloop.c | 1154 if (datafellows & SSH_BUG_NOREKEY) in process_escapes() 1898 if (datafellows & SSH_BUG_X11FWD) { in client_request_x11() 2034 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in client_input_channel_open()
|
D | ssh.c | 1896 if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN)) in ssh_session2() 1906 (datafellows & SSH_NEW_OPENSSH)) { in ssh_session2()
|