
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 |
|
|
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 }
|
|
|
Definition at line 140 of file cms_srv.cc. |
|
|
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().
|
|
|
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().
|
|
|
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().
|
|
|
Definition at line 133 of file cms_srv.cc. Referenced by CMS_SERVER::read_passwd_file().
|
|
|
Definition at line 134 of file cms_srv.cc. Referenced by CMS_SERVER::get_user_keys(), and CMS_SERVER::read_passwd_file().
|
|
|
Definition at line 135 of file cms_srv.cc. Referenced by CMS_SERVER::get_user_keys(), and CMS_SERVER::read_passwd_file().
|
|
|
Definition at line 136 of file cms_srv.cc. Referenced by CMS_SERVER::get_user_info(), and CMS_SERVER::read_passwd_file().
|
|
|
Definition at line 137 of file cms_srv.cc. Referenced by CMS_SERVER::read_passwd_file().
|
|
|
Definition at line 138 of file cms_srv.cc. Referenced by CMS_SERVER::read_passwd_file(), and CMS_SERVER::security_check().
|
|
|
Definition at line 139 of file cms_srv.cc. Referenced by CMS_SERVER::read_passwd_file(), and CMS_SERVER::security_check().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001