summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/include/session.h
diff options
context:
space:
mode:
authorjp161948 <none@none>2006-11-13 15:06:43 -0800
committerjp161948 <none@none>2006-11-13 15:06:43 -0800
commita6e0e77db3495a73e0c084496fedccf16413a311 (patch)
tree33ba8a53824e245bdae66081be7f44881fe8a29d /usr/src/cmd/ssh/include/session.h
parent93a6f655de601ef9f8e8bfeca1b816fbfca6bc17 (diff)
downloadillumos-joyent-a6e0e77db3495a73e0c084496fedccf16413a311.tar.gz
6432078 SUNWsshdu should depend on SUNWloc
6432083 sshd dumps core if /usr/bin/locale is missing or gives an empty output 6470249 ssh support for X forwarding is broken 6484979 typo in 'frunction' in cmd/ssh/libssh/common/log.c
Diffstat (limited to 'usr/src/cmd/ssh/include/session.h')
-rw-r--r--usr/src/cmd/ssh/include/session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/ssh/include/session.h b/usr/src/cmd/ssh/include/session.h
index b9f83aa2fe..c1b5ca8ed5 100644
--- a/usr/src/cmd/ssh/include/session.h
+++ b/usr/src/cmd/ssh/include/session.h
@@ -22,7 +22,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -59,6 +59,7 @@ struct Session {
char *auth_display;
char *auth_proto;
char *auth_data;
+ char *auth_file; /* xauth(1) authority file */
int single_connection;
/* proto 2 */
int chanid;