From c691251feaffa310a51e0c2255eefc6b42f0e728 Mon Sep 17 00:00:00 2001 From: Jakub Sławiński Date: Fri, 9 Jan 2004 18:48:31 +0100 Subject: v0.5.3 - Added: client password identification (weak) - Added: sigint intercepting and server closing - Modified: communication between server and client - Added: 'nossl' and 'nozlib' modes - Added: zlib support - Lightly Modified: verbose mode - Modified/Added: help screen and long options support --- file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'file.h') diff --git a/file.h b/file.h index 0a27894..041f3b0 100644 --- a/file.h +++ b/file.h @@ -36,17 +36,17 @@ typedef struct { char* lisportnum; char* manportnum; char* users; + unsigned char pass[4]; int usercon; int usernum; int listenfd; int managefd; - int commfd; char ready; char type; socklen_t addrlen; struct sockaddr* cliaddr; struct timeval tv; - SSL* ssl; + clifd cliconn; ConnectuserT* contable; } RealmT; -- cgit v1.1