Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

CMS_USER_INFO Class Reference

Collaboration diagram for CMS_USER_INFO:

Collaboration graph
[legend]

Public Methods

 CMS_USER_INFO ()

Private Attributes

char passwd [16]
char epasswd [16]
char name [16]
char passwd_file_line [256]
char key1 [8]
char key2 [8]
int has_passwd
int user_number
int allow_read
int allow_write

Friends

class CMS_SERVER

Constructor & Destructor Documentation

CMS_USER_INFO::CMS_USER_INFO  
 

Definition at line 144 of file cms_srv.cc.

00145 {
00146   memset (passwd, 0, 16);
00147   memset (epasswd, 0, 16);
00148   memset (name, 0, 16);
00149   memset (passwd_file_line, 0, 256);
00150   memset (key1, 0, 8);
00151   memset (key2, 0, 8);
00152   has_passwd = 0;
00153   user_number = 0;
00154   allow_read = 0;
00155   allow_write = 0;
00156 }


Friends And Related Function Documentation

friend class CMS_SERVER [friend]
 

Definition at line 140 of file cms_srv.cc.


Field Documentation

char CMS_USER_INFO::passwd[16] [private]
 

Definition at line 130 of file cms_srv.cc.

Referenced by CMS_SERVER::get_user_info(), CMS_SERVER::get_user_keys(), and CMS_SERVER::read_passwd_file().

char CMS_USER_INFO::epasswd[16] [private]
 

Definition at line 131 of file cms_srv.cc.

Referenced by CMS_SERVER::get_user_info(), CMS_SERVER::get_user_keys(), and CMS_SERVER::read_passwd_file().

char CMS_USER_INFO::name[16] [private]
 

Definition at line 132 of file cms_srv.cc.

Referenced by CMS_SERVER::find_user(), CMS_SERVER::read_passwd_file(), and CMS_SERVER::security_check().

char CMS_USER_INFO::passwd_file_line[256] [private]
 

Definition at line 133 of file cms_srv.cc.

Referenced by CMS_SERVER::read_passwd_file().

char CMS_USER_INFO::key1[8] [private]
 

Definition at line 134 of file cms_srv.cc.

Referenced by CMS_SERVER::get_user_keys(), and CMS_SERVER::read_passwd_file().

char CMS_USER_INFO::key2[8] [private]
 

Definition at line 135 of file cms_srv.cc.

Referenced by CMS_SERVER::get_user_keys(), and CMS_SERVER::read_passwd_file().

int CMS_USER_INFO::has_passwd [private]
 

Definition at line 136 of file cms_srv.cc.

Referenced by CMS_SERVER::get_user_info(), and CMS_SERVER::read_passwd_file().

int CMS_USER_INFO::user_number [private]
 

Definition at line 137 of file cms_srv.cc.

Referenced by CMS_SERVER::read_passwd_file().

int CMS_USER_INFO::allow_read [private]
 

Definition at line 138 of file cms_srv.cc.

Referenced by CMS_SERVER::read_passwd_file(), and CMS_SERVER::security_check().

int CMS_USER_INFO::allow_write [private]
 

Definition at line 139 of file cms_srv.cc.

Referenced by CMS_SERVER::read_passwd_file(), and CMS_SERVER::security_check().


The documentation for this class was generated from the following file:
Generated on Sun Dec 2 15:58:39 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001