Public Member Functions | |
| ClientData () | |
Public Attributes | |
| sockaddr_in | sock |
| SOCKLEN_TYPE | socklen |
| char | client_name [MAXHOSTNAMELEN] |
| string | client_logname |
| istream * | ci |
| ostream * | co |
| CServer * | srvr |
| char | groupname [MAXGROUPNAMELEN] |
| Newsgroup * | grp |
| int | nbr |
| AccessEntry * | access_entry |
| char | auth_user [512] |
| char | auth_pass [512] |
| int | auth_state |
| int | auth_failures |
| int | auth_max_failures |
| int | auth_failure_sleep_time |
| int | stat_groups |
| int | stat_artingrp |
| int | stat_articles |
| NNRPCommandMap | client_command_map |
Definition at line 317 of file NewsCache.cc.
|
|
Definition at line 350 of file NewsCache.cc. References access_entry, auth_failure_sleep_time, auth_failures, auth_max_failures, AUTH_OK, auth_pass, auth_state, auth_user, client_logname, groupname, grp, nbr, stat_articles, stat_artingrp, and stat_groups.
00351 :client_logname(""), 00352 grp(NULL), nbr(-1), 00353 access_entry(NULL), auth_state(AUTH_OK), auth_failures(0), 00354 auth_max_failures(3), auth_failure_sleep_time(15), 00355 stat_groups(0), stat_artingrp(0), stat_articles(0) { 00356 auth_user[0] = auth_pass[0] = '\0'; 00357 groupname[0] = '\0'; 00358 }}; |
|
|
Definition at line 331 of file NewsCache.cc. Referenced by check_auth_file(), check_auth_unix(), check_authentication(), ClientData(), nnrpd(), ns_group(), ns_list(), ns_listgroup(), ns_newgroups(), ns_post(), ns_xdebug(), and set_client_command_table(). |
|
|
Definition at line 337 of file NewsCache.cc. Referenced by ClientData(), and ns_authinfo(). |
|
|
Definition at line 335 of file NewsCache.cc. Referenced by ClientData(), nnrpd(), and ns_authinfo(). |
|
|
Definition at line 336 of file NewsCache.cc. Referenced by ClientData(), and nnrpd(). |
|
|
Definition at line 333 of file NewsCache.cc. Referenced by check_auth_file(), check_auth_unix(), ClientData(), and ns_authinfo(). |
|
|
Definition at line 334 of file NewsCache.cc. Referenced by ClientData(), nnrpd(), and ns_authinfo(). |
|
|
Definition at line 332 of file NewsCache.cc. Referenced by check_auth_file(), check_auth_unix(), ClientData(), nnrpd(), and ns_authinfo(). |
|
|
Definition at line 323 of file NewsCache.cc. |
|
|
Definition at line 348 of file NewsCache.cc. Referenced by nnrpd(), ns_help(), and set_client_command_table(). |
|
|
Definition at line 322 of file NewsCache.cc. Referenced by ClientData(), and nnrpd(). |
|
|
Definition at line 321 of file NewsCache.cc. Referenced by nnrpd(). |
|
|
Definition at line 324 of file NewsCache.cc. Referenced by nnrpd(), ns_article(), ns_authinfo(), ns_date(), ns_group(), ns_help(), ns_lastnext(), ns_list(), ns_listgroup(), ns_mode(), ns_newgroups(), ns_post(), ns_quit(), ns_stat(), ns_xdebug(), ns_xmotd(), ns_xover(), and nsh_particle(). |
|
|
Definition at line 327 of file NewsCache.cc. Referenced by ClientData(), nnrpd(), ns_article(), ns_lastnext(), ns_listgroup(), ns_stat(), ns_xover(), and selectgroup(). |
|
|
Definition at line 328 of file NewsCache.cc. Referenced by ClientData(), ns_article(), ns_lastnext(), ns_listgroup(), ns_stat(), ns_xover(), and selectgroup(). |
|
|
Definition at line 329 of file NewsCache.cc. Referenced by ClientData(), ns_article(), ns_lastnext(), ns_stat(), ns_xover(), and selectgroup(). |
|
|
Definition at line 319 of file NewsCache.cc. Referenced by nnrpd(). |
|
|
Definition at line 320 of file NewsCache.cc. Referenced by nnrpd(). |
|
|
Definition at line 326 of file NewsCache.cc. Referenced by nnrpd(), ns_article(), ns_lastnext(), ns_list(), ns_listgroup(), ns_newgroups(), ns_post(), ns_stat(), ns_xover(), and selectgroup(). |
|
|
Definition at line 346 of file NewsCache.cc. Referenced by ClientData(), nnrpd(), and ns_article(). |
|
|
Definition at line 345 of file NewsCache.cc. Referenced by ClientData(), nnrpd(), ns_article(), and selectgroup(). |
|
|
Definition at line 344 of file NewsCache.cc. Referenced by ClientData(), nnrpd(), and selectgroup(). |
1.3.6-20040222