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 | 84 char *xauth_location; /* Location of xauth program */ member
|
D | session.c | 1213 } else if (do_xauth && options.xauth_location != NULL) { in do_rc_files() 1218 options.xauth_location, s->auth_display); in do_rc_files() 1221 options.xauth_location, s->auth_display, in do_rc_files() 1225 options.xauth_location); in do_rc_files() 2456 if (options.xauth_location == NULL || in session_setup_x11fwd() 2457 (stat(options.xauth_location, &st) == -1)) { in session_setup_x11fwd()
|
D | servconf.c | 104 options->xauth_location = NULL; in initialize_server_options() 244 if (options->xauth_location == NULL) in fill_default_server_options() 245 options->xauth_location = xstrdup(_PATH_XAUTH); in fill_default_server_options() 355 CLEAR_ON_NONE(options->xauth_location); in fill_default_server_options() 1273 charptr = &options->xauth_location; in process_server_config_line() 2298 dump_cfg_string(sXAuthLocation, o->xauth_location); in dump_config()
|
D | readconf.c | 1078 charptr=&options->xauth_location; in process_config_line_depth() 1792 options->xauth_location = NULL; in initialize_options() 1927 if (options->xauth_location == NULL) in fill_default_options() 1928 options->xauth_location = _PATH_XAUTH; in fill_default_options() 2590 dump_cfg_string(oXAuthLocation, o->xauth_location); in dump_client_config()
|
D | ssh.c | 1780 options.xauth_location, options.forward_x11_trusted, in ssh_session() 1880 options.xauth_location, options.forward_x11_trusted, in ssh_session2_setup()
|
D | mux.c | 1372 if (client_x11_get_proto(display, options.xauth_location, in mux_session_confirm()
|