]> andersk Git - gssapi-openssh.git/blobdiff - openssh/session.h
Import of OpenSSH 3.9p1
[gssapi-openssh.git] / openssh / session.h
index 405b8fe8a917dde46916db83580d0350a31381b7..48be5070c85c692b1df7ffb3588c267c8f944311 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: session.h,v 1.21 2003/09/23 20:17:11 markus Exp $     */
+/*     $OpenBSD: session.h,v 1.23 2004/07/17 05:31:41 dtucker Exp $    */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -39,9 +39,6 @@ struct Session {
        int     ptyfd, ttyfd, ptymaster;
        u_int   row, col, xpixel, ypixel;
        char    tty[TTYSZ];
-       /* last login */
-       char    hostname[MAXHOSTNAMELEN];
-       time_t  last_login_time;
        /* X11 */
        u_int   display_number;
        char    *display;
@@ -53,6 +50,11 @@ struct Session {
        /* proto 2 */
        int     chanid;
        int     is_subsystem;
+       int     num_env;
+       struct {
+               char    *name;
+               char    *val;
+       }       *env;
 };
 
 void    do_authenticated(Authctxt *);
This page took 0.218126 seconds and 4 git commands to generate.