#include "AuthConst.h"
Go to the source code of this file.
Typedefs | |
typedef void(*) | SigPipe_t (int) |
Enumerations | |
enum | EService |
Variables | |
const int | kMAXRECVBUF = 1024 |
const int | kMAXUSERLEN = 128 |
const unsigned int | kDMN_RQAUTH = 0x1 |
const unsigned int | kDMN_HOSTEQ = 0x2 |
const unsigned int | kDMN_SYSLOG = 0x4 |
const unsigned int kDMN_HOSTEQ = 0x2 |
const unsigned int kDMN_RQAUTH = 0x1 |
const unsigned int kDMN_SYSLOG = 0x4 |
const int kMAXRECVBUF = 1024 |
Definition at line 32 of file rpddefs.h.
Referenced by RootdLoop(), ROOT::RpdAuthenticate(), and ROOT::RpdProtocol().
const int kMAXUSERLEN = 128 |
Definition at line 33 of file rpddefs.h.
Referenced by ROOT::RpdCleanupAuthTab(), ROOT::RpdNoAuth(), ROOT::RpdSRPUser(), ROOT::RpdSshAuth(), and ROOT::RpdUser().