Home
last modified time | relevance | path

Searched refs:xauth_location (Results 1 – 7 of 7) sorted by relevance

/NextBSD/crypto/openssh/
HDreadconf.h46 char *xauth_location; /* Location for xauth program */ member
HDservconf.h84 char *xauth_location; /* Location of xauth program */ member
HDsession.c1403 } else if (do_xauth && options.xauth_location != NULL) { in do_rc_files()
1408 options.xauth_location, s->auth_display); in do_rc_files()
1411 options.xauth_location, s->auth_display, in do_rc_files()
1415 options.xauth_location); in do_rc_files()
2673 if (!options.xauth_location || in session_setup_x11fwd()
2674 (stat(options.xauth_location, &st) == -1)) { in session_setup_x11fwd()
HDservconf.c98 options->xauth_location = NULL; in initialize_server_options()
220 if (options->xauth_location == NULL) in fill_default_server_options()
221 options->xauth_location = _PATH_XAUTH; in fill_default_server_options()
1167 charptr = &options->xauth_location; in process_server_config_line()
2076 dump_cfg_string(sXAuthLocation, o->xauth_location); in dump_config()
HDreadconf.c953 charptr=&options->xauth_location; in process_config_line()
1547 options->xauth_location = NULL; in initialize_options()
1664 if (options->xauth_location == NULL) in fill_default_options()
1665 options->xauth_location = _PATH_XAUTH; in fill_default_options()
HDssh.c1505 client_x11_get_proto(display, options.xauth_location, in ssh_session()
1606 client_x11_get_proto(display, options.xauth_location, in ssh_session2_setup()
HDmux.c1267 client_x11_get_proto(display, options.xauth_location, in mux_session_confirm()