#include <sipc.h>
Public Member Functions | |
void | sWrite (const char *text) |
Send the user a message. | |
void | fWrite (const char *text,...) |
Send the user a message. | |
void | fWriteLn (const char *text,...) |
Send the user a message. | |
int | sendAkills (int akillType, const char *searchText) |
flag_t | GetPriv () |
int | CheckPriv (flag_t pSys, flag_t pObj=0) |
int | CheckOrPriv (flag_t pSys, flag_t pObj=0) |
Public Attributes | |
int | fd |
File descriptor of the connection. | |
flag_t | gpriv |
Global Privileges. | |
flag_t | opriv |
Global Privileges. | |
in_addr | addr |
Incoming address of the user. | |
IpcQ | buf |
Buffer for incoming messages. | |
long | cookie |
Cookie used for authentication purposes. | |
long | cookie_in |
the user | |
char * | user |
char * | pass |
User/pass/hash fields for system auth. | |
char * | objName |
char * | objPass |
User/pass/hash fields for object auth. | |
enum sipc_obj_t | objType |
Type of object. | |
char | s |
State. | |
IpcConnectType * | next |
Next connection. |
Definition at line 230 of file sipc.h.
|
the user Cookie used to authenticate services to |