summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-05 12:11:34 +1100
committerDamien Miller <djm@mindrot.org>2002-02-05 12:11:34 +1100
commit95c249ff475a9e0c15a4a8fcc9668f8dddb0a6c3 (patch)
treed66a300fac9b34f4262009250fb504cfa1b2efaf /servconf.h
parent512bccbb5a7d4c2a8fc53dad17f4a6f7a07b0474 (diff)
- stevesk@cvs.openbsd.org 2002/01/27 14:57:46
[channels.c servconf.c servconf.h session.c sshd.8 sshd_config] add X11UseLocalhost; ok markus@
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index 943c7ef56..463a16dad 100644
--- a/servconf.h
+++ b/servconf.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: servconf.h,v 1.51 2001/12/19 07:18:56 deraadt Exp $"); */ 14/* RCSID("$OpenBSD: servconf.h,v 1.52 2002/01/27 14:57:46 stevesk Exp $"); */
15 15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
@@ -55,6 +55,7 @@ typedef struct {
55 int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */ 55 int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */
56 int x11_display_offset; /* What DISPLAY number to start 56 int x11_display_offset; /* What DISPLAY number to start
57 * searching at */ 57 * searching at */
58 int x11_use_localhost; /* If true, use localhost for fake X11 server. */
58 char *xauth_location; /* Location of xauth program */ 59 char *xauth_location; /* Location of xauth program */
59 int strict_modes; /* If true, require string home dir modes. */ 60 int strict_modes; /* If true, require string home dir modes. */
60 int keepalives; /* If true, set SO_KEEPALIVE. */ 61 int keepalives; /* If true, set SO_KEEPALIVE. */