Home
last modified time | relevance | path

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

/onnv-gate/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
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c589 charptr=&options->xauth_location; in process_config_line()
923 options->xauth_location = NULL; in initialize_options()
1018 if (options->xauth_location == NULL) in fill_default_options()
1019 options->xauth_location = _PATH_XAUTH; in fill_default_options()
/onnv-gate/usr/src/cmd/ssh/sshd/
H A Dservconf.c89 options->xauth_location = NULL; in initialize_server_options()
279 if (options->xauth_location == NULL) in fill_default_server_options()
280 options->xauth_location = _PATH_XAUTH; in fill_default_server_options()
1036 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()
/onnv-gate/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,
/onnv-gate/usr/src/cmd/ssh/doc/
H A DChangeLog996 xauth_location support; pr 1234