]> andersk Git - gssapi-openssh.git/blobdiff - openssh/session.h
Import of OpenSSH 4.4p1
[gssapi-openssh.git] / openssh / session.h
index a2598a99c2ec1d28126e5589ecd08bd106d769d7..ee9338e4f5e71f619c1d996c9062bb623ed2e9b9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: session.h,v 1.25 2005/07/17 06:49:04 djm Exp $        */
+/* $OpenBSD: session.h,v 1.29 2006/08/03 03:34:42 deraadt Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -34,11 +34,13 @@ struct Session {
        struct passwd *pw;
        Authctxt *authctxt;
        pid_t   pid;
+
        /* tty */
        char    *term;
        int     ptyfd, ttyfd, ptymaster;
        u_int   row, col, xpixel, ypixel;
        char    tty[TTYSZ];
+
        /* X11 */
        u_int   display_number;
        char    *display;
@@ -47,6 +49,7 @@ struct Session {
        char    *auth_proto;
        char    *auth_data;
        int     single_connection;
+
        /* proto 2 */
        int     chanid;
        int     *x11_chanids;
@@ -55,7 +58,7 @@ struct Session {
        struct {
                char    *name;
                char    *val;
-       }       *env;
+       } *env;
 };
 
 void    do_authenticated(Authctxt *);
This page took 0.030701 seconds and 4 git commands to generate.