HomeSort by relevance Sort by last modified time
    Searched refs:datafellows (Results 1 - 25 of 25) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ssh/sshd/
auth2-none.c 73 if (datafellows & SSH_BUG_STRING_ENCODING) {
97 if (options.banner == NULL || (datafellows & SSH_BUG_BANNER))
auth2-pubkey.c 72 if (datafellows & SSH_BUG_PKAUTH) {
131 if (datafellows & SSH_OLD_SESSIONID) {
140 datafellows & SSH_BUG_PKSERVICE ?
143 if (datafellows & SSH_BUG_PKAUTH) {
auth2-hostbased.c 103 service = datafellows & SSH_BUG_HBSERVICE ? "ssh-userauth" :
auth1.c 418 if ((datafellows & SSH_BUG_K5USER) &&
sshd.c 583 if (datafellows & SSH_BUG_PROBE) {
589 if (datafellows & SSH_BUG_SCANNER) {
    [all...]
auth2-gss.c 126 if (datafellows & SSH_OLD_GSSAPI) {
serverloop.c 539 if (!(datafellows & SSH_BUG_IGNOREMSG) && isatty(fdin))
1144 if (!(datafellows & SSH_BUG_OPENFAILURE)) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
ssh-dss.c 83 if (datafellows & SSH_BUG_SIGBLOB) {
124 if (datafellows & SSH_BUG_SIGBLOB) {
165 if (!(datafellows & SSH_BUG_SIGBLOB)) {
compat.c 41 uint32_t datafellows = 0; variable
55 /* datafellows bug compatibility */
195 datafellows = check[i].bugs;
238 if (!(datafellows & SSH_BUG_BIGENDIANAES))
kexgexc.c 57 if (datafellows & SSH_OLD_DHGEX) {
159 if (datafellows & SSH_OLD_DHGEX)
kex.c 319 if (datafellows & SSH_BUG_LOCALES_NOT_LANGTAGS)
382 if (datafellows & SSH_BUG_HMAC)
523 !(datafellows & SSH_BUG_FIRSTKEX)) {
602 !(datafellows & SSH_BUG_LOCALES_NOT_LANGTAGS)) {
634 if (!(datafellows & SSH_BUG_DERIVEKEY))
648 if (!(datafellows & SSH_BUG_DERIVEKEY))
ssh-rsa.c 60 nid = (datafellows & SSH_BUG_RSASIGMD5) ? NID_md5 : NID_sha1;
164 nid = (datafellows & SSH_BUG_RSASIGMD5) ? NID_md5 : NID_sha1;
packet.c 452 if (datafellows & SSH_BUG_STRING_ENCODING)
461 if (datafellows & SSH_BUG_STRING_ENCODING)
843 if (!(datafellows & SSH_BUG_NOREKEY))
    [all...]
g11n.c 907 if (datafellows & SSH_BUG_LOCALES_NOT_LANGTAGS) {
913 datafellows |= SSH_BUG_STRING_ENCODING;
917 if (datafellows & SSH_BUG_STRING_ENCODING) {
939 datafellows &= ~SSH_BUG_STRING_ENCODING;
kexgsss.c 79 !(datafellows & SSH_BUG_GSSKEX_HOSTKEY))
nchan.c 412 if ((datafellows & SSH_BUG_EXTEOF) &&
channels.c 1172 if (datafellows & SSH_BUG_X11FWD) {
    [all...]
authfd.c 427 if (datafellows & SSH_BUG_SIGBLOB)
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
compat.h 87 extern uint32_t datafellows;
  /onnv/onnv-gate/usr/src/cmd/ssh/ssh/
sshconnect2.c 144 if (datafellows & SSH_BUG_LOCALES_NOT_LANGTAGS) {
481 if (datafellows & SSH_BUG_PKOK) {
559 if (datafellows & SSH_OLD_GSSAPI) return 0;
596 if (datafellows & SSH_BUG_GSSAPI_BER) {
630 if (datafellows & SSH_BUG_GSSAPI_BER) {
1069 if (datafellows & SSH_OLD_SESSIONID) {
1079 datafellows & SSH_BUG_PKSERVICE ?
1082 if (datafellows & SSH_BUG_PKAUTH) {
1102 if (datafellows & SSH_BUG_PKSERVICE) {
1111 if (!(datafellows & SSH_BUG_PKAUTH)
    [all...]
clientloop.c 807 if (datafellows & SSH_BUG_NOREKEY)
    [all...]
ssh.c     [all...]
sshconnect.c 1026 if (datafellows & SSH_BUG_PASSWORDPAD) {
  /onnv/onnv-gate/usr/src/cmd/ssh/ssh-agent/
ssh-agent.c 296 extern uint32_t datafellows;
302 datafellows = 0;
308 odatafellows = datafellows;
310 datafellows = SSH_BUG_SIGBLOB;
334 datafellows = odatafellows;
  /onnv/onnv-gate/usr/src/cmd/ssh/ssh-keyscan/
ssh-keyscan.c 540 datafellows = 0;

Completed in 1318 milliseconds