Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dreadconf.h57 char *xauth_location; /* Location for xauth program */ member
H A Dservconf.h69 char *xauth_location; /* Location of xauth program */ member
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c591 charptr=&options->xauth_location; in process_config_line()
925 options->xauth_location = NULL; in initialize_options()
1020 if (options->xauth_location == NULL) in fill_default_options()
1021 options->xauth_location = _PATH_XAUTH; in fill_default_options()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dservconf.c90 options->xauth_location = NULL; in initialize_server_options()
280 if (options->xauth_location == NULL) in fill_default_server_options()
281 options->xauth_location = _PATH_XAUTH; in fill_default_server_options()
1038 charptr = &options->xauth_location; in process_server_config_line()
H A Dsession.c1212 } else if (do_xauth && options.xauth_location != NULL) { in do_rc_files()
1218 options.xauth_location, s->auth_display, in do_rc_files()
1222 options.xauth_location); in do_rc_files()
2399 if (!options.xauth_location || in session_setup_x11fwd()
2400 (stat(options.xauth_location, &st) == -1)) { in session_setup_x11fwd()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dssh.c917 client_x11_get_proto(display, options.xauth_location,
1084 client_x11_get_proto(display, options.xauth_location,
/titanic_44/usr/src/cmd/ssh/doc/
H A DChangeLog996 xauth_location support; pr 1234