From fb796d7ae45604c7c5842d6111f3a5204eeb53e5 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 26 Nov 2004 23:03:27 +0000 Subject: - Add XCLIENT support - Ignore XCLIENT/XFORWARD commands coming from clients. --- common/sppriv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/sppriv.h') diff --git a/common/sppriv.h b/common/sppriv.h index e978107..2ecf249 100644 --- a/common/sppriv.h +++ b/common/sppriv.h @@ -49,6 +49,7 @@ typedef struct spstate struct timeval timeout; /* Timeout for communication */ int keepalives; /* Send server keep alives at this interval */ int transparent; /* Transparent proxying */ + int xclient; /* Send XFORWARD info */ const char* directory; /* The temp directory */ const char* user; /* User to run as */ const char* pidfile; /* The pid file for daemon */ -- cgit v1.2.3