diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-26 07:45:53 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-26 07:45:53 +0200 |
commit | 7bfff36ca3acf469de9fcad98826562ea6c1fbbe (patch) | |
tree | 964fdf0f76f7a5089a32018bcaa444782c81b954 /servconf.h | |
parent | - djm@cvs.openbsd.org 2001/03/25 00:01:34 (diff) | |
download | openssh-7bfff36ca3acf469de9fcad98826562ea6c1fbbe.tar.xz openssh-7bfff36ca3acf469de9fcad98826562ea6c1fbbe.zip |
- stevesk@cvs.openbsd.org 2001/03/25 13:16:11
[servconf.c servconf.h session.c sshd.8 sshd_config]
PrintLastLog option; from chip@valinux.com with some minor
changes by me. ok markus@
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h index 1009ce217..57d4370f1 100644 --- a/servconf.h +++ b/servconf.h @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: servconf.h,v 1.38 2001/02/12 16:16:23 markus Exp $"); */ +/* RCSID("$OpenBSD: servconf.h,v 1.39 2001/03/25 13:16:10 stevesk Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -51,6 +51,7 @@ typedef struct { int ignore_user_known_hosts; /* Ignore ~/.ssh/known_hosts * for RhostsRsaAuth */ int print_motd; /* If true, print /etc/motd. */ + int print_lastlog; /* If true, print lastlog */ int check_mail; /* If true, check for new mail. */ int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */ int x11_display_offset; /* What DISPLAY number to start |