From 8a5f0141a346ad4b94d09313a2ec9a52efa7cf59 Mon Sep 17 00:00:00 2001 From: Jakub Sławiński Date: Tue, 12 Oct 2004 00:07:33 +0200 Subject: v0.5.5 - Added: rsa key generation by afclient - Modified: afclient is now generating keys by default - Fixed: major bug in packet buffering - Added: 'timeout', 'clients' and 'usrpcli' options - Fixed: parsing 'users' option - Modified: module management routines - Added: module support for service's packet filtering - Fixed: few minor bugs in closing connection routines - Added: possibility to use several clients per realm - Modified: there is no need for 'users', 'timeout', 'clients', 'proto', 'usrpcli' and 'climode' options in config file when default values are acceptable --- file.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'file.h') diff --git a/file.h b/file.h index c0e752b..9132caa 100644 --- a/file.h +++ b/file.h @@ -36,17 +36,24 @@ typedef struct { char* lisportnum; char* manportnum; char* users; + char* clients; + char* usrpcli; + char* clim; + char* timeout; unsigned char pass[4]; int usercon; int usernum; + int clicon; + int clinum; + int upcnum; + int tmout; int listenfd; int managefd; - char ready; + int climode; char type; socklen_t addrlen; struct sockaddr* cliaddr; - struct timeval tv; - clifd cliconn; + ConnectclientT* clitable; ConnectuserT* contable; } RealmT; -- cgit v1.1