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 | 1375 } else if (do_xauth && options.xauth_location != NULL) { in do_rc_files() 1380 options.xauth_location, s->auth_display); in do_rc_files() 1383 options.xauth_location, s->auth_display, in do_rc_files() 1387 options.xauth_location); in do_rc_files() 2658 if (options.xauth_location == NULL || in session_setup_x11fwd() 2659 (stat(options.xauth_location, &st) == -1)) { in session_setup_x11fwd()
|
D | servconf.c | 104 options->xauth_location = NULL; in initialize_server_options() 238 if (options->xauth_location == NULL) in fill_default_server_options() 239 options->xauth_location = xstrdup(_PATH_XAUTH); in fill_default_server_options() 352 CLEAR_ON_NONE(options->xauth_location); in fill_default_server_options() 1210 charptr = &options->xauth_location; in process_server_config_line() 2170 dump_cfg_string(sXAuthLocation, o->xauth_location); in dump_config()
|
D | readconf.c | 983 charptr=&options->xauth_location; in process_config_line() 1595 options->xauth_location = NULL; in initialize_options() 1713 if (options->xauth_location == NULL) in fill_default_options() 1714 options->xauth_location = _PATH_XAUTH; in fill_default_options() 2313 dump_cfg_string(oXAuthLocation, o->xauth_location); in dump_client_config()
|
D | ssh.c | 1679 client_x11_get_proto(display, options.xauth_location, in ssh_session() 1780 client_x11_get_proto(display, options.xauth_location, in ssh_session2_setup()
|
D | mux.c | 1340 client_x11_get_proto(display, options.xauth_location, in mux_session_confirm()
|