Searched refs:xauth_location (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | readconf.h | 37 char *xauth_location; /* Location for xauth program */ member
|
D | servconf.h | 107 char *xauth_location; /* Location of xauth program */ member
|
D | session.c | 1248 } else if (do_xauth && options.xauth_location != NULL) { in do_rc_files() 1253 options.xauth_location, s->auth_display); in do_rc_files() 1256 options.xauth_location, s->auth_display, in do_rc_files() 1260 options.xauth_location); in do_rc_files() 2586 if (options.xauth_location == NULL || in session_setup_x11fwd() 2587 (stat(options.xauth_location, &st) == -1)) { in session_setup_x11fwd()
|
D | servconf.c | 123 options->xauth_location = NULL; in initialize_server_options() 350 if (options->xauth_location == NULL) in fill_default_server_options() 351 options->xauth_location = xstrdup(_PATH_XAUTH); in fill_default_server_options() 478 CLEAR_ON_NONE(options->xauth_location); in fill_default_server_options() 1610 charptr = &options->xauth_location; in process_server_config_line_depth() 2838 dump_cfg_string(sXAuthLocation, o->xauth_location); in dump_config()
|
D | readconf.c | 1155 charptr=&options->xauth_location; in process_config_line_depth() 1931 options->xauth_location = NULL; in initialize_options() 2072 if (options->xauth_location == NULL) in fill_default_options() 2073 options->xauth_location = _PATH_XAUTH; in fill_default_options() 2781 dump_cfg_string(oXAuthLocation, o->xauth_location); in dump_client_config()
|
D | ssh.c | 1954 options.xauth_location, options.forward_x11_trusted, in ssh_session2_setup()
|
D | mux.c | 1401 if (client_x11_get_proto(ssh, display, options.xauth_location, in mux_session_confirm()
|