ROOT
6.07/01
Reference Guide
|
Definition at line 54 of file XrdProofdProtocol.h.
Public Member Functions | |
XrdProofdProtocol (XrdProtocol_Config *pi=0) | |
Protocol constructor. More... | |
virtual | ~XrdProofdProtocol () |
void | DoIt () |
XrdProtocol * | Match (XrdLink *lp) |
Check whether the request matches this protocol. More... | |
int | Process (XrdLink *lp) |
Process the information received on the active link. More... | |
void | Recycle (XrdLink *lp, int x, const char *y) |
Recycle call. Release the instance and give it back to the stack. More... | |
int | Stats (char *buff, int blen, int do_sync) |
Return statistics info about the protocol. More... | |
int | GetData (const char *dtype, char *buff, int blen) |
Get data from the open link. More... | |
kXR_int32 | CID () const |
XrdProofdClient * | Client () const |
const char * | GroupIn () const |
const char * | UserIn () const |
int | ConnType () const |
const char * | TraceID () const |
bool | Internal () |
bool | IsCtrlC () |
int | Pid () const |
void | ResetCtrlC () |
char | Status () const |
short int | ProofProtocol () const |
bool | SuperUser () const |
XrdProofdResponse * | Response (kXR_unt16 rid) |
Get response instance corresponding to stream ID 'sid'. More... | |
XPClientRequest * | Request () const |
XrdBuffer * | Argp () const |
XrdLink * | Link () const |
XrdSecProtocol * | AuthProt () const |
void | SetAdminPath (const char *p) |
void | SetAuthEntity (XrdSecEntity *se=0) |
void | SetAuthProt (XrdSecProtocol *p) |
void | SetClient (XrdProofdClient *c) |
void | SetClntCapVer (unsigned char c) |
void | SetCID (kXR_int32 cid) |
void | SetConnType (int ct) |
void | SetGroupIn (const char *gin) |
void | SetTraceID () |
void | SetPid (int pid) |
void | SetProofProtocol (short int pp) |
void | SetStatus (char s) |
void | SetSuperUser (bool su=1) |
void | SetUserIn (const char *uin) |
Static Public Member Functions | |
static int | Configure (char *parms, XrdProtocol_Config *pi) |
Protocol configuration tool Function: Establish configuration at load time. More... | |
static XrdBuffer * | GetBuff (int quantum, XrdBuffer *argp=0) |
Allocate a buffer to handle quantum bytes; if argp points to an existing buffer, its size is checked and re-allocated if needed. More... | |
static void | ReleaseBuff (XrdBuffer *argp) |
Release a buffer previously allocated via GetBuff. More... | |
static int | MaxBuffsz () |
static XrdProofdManager * | Mgr () |
static int | EUidAtStartup () |
Private Member Functions | |
XrdProofdResponse * | GetNewResponse (kXR_unt16 rid) |
Create new response instance for stream ID 'sid'. More... | |
int | Interrupt () |
Handle an interrupt request. More... | |
int | Ping () |
Handle a ping request. More... | |
int | Process2 () |
Local processing method: here the request is dispatched to the appropriate method. More... | |
void | Reset () |
Reset static and local vars. More... | |
int | SendData (XrdProofdProofServ *xps, kXR_int32 sid=-1, XrdSrvBuffer **buf=0, bool sb=0) |
Send data over the open link. Segmentation is done here, if required. More... | |
int | SendDataN (XrdProofdProofServ *xps, XrdSrvBuffer **buf=0, bool sb=0) |
Send data over the open client links of session 'xps'. More... | |
int | SendMsg () |
Handle a request to forward a message to another process. More... | |
int | CtrlC () |
Set and propagate a Ctrl-C request. More... | |
int | StartRootd (XrdLink *lp, XrdOucString &emsg) |
Transfer the connection to a rootd daemon to serve a file access request Return 0 on success, -1 on failure. More... | |
void | TouchAdminPath () |
Recording time of the last request on this instance. More... | |
int | Urgent () |
Handle generic request of a urgent message to be forwarded to the server. More... | |
Static Private Member Functions | |
static void | PostSession (int on, const char *u, const char *g, XrdProofdProofServ *xps) |
Post change of session status. More... | |
Private Attributes | |
XpdObject | fProtLink |
XrdBuffer * | fArgp |
XrdLink * | fLink |
int | fPid |
char | fStatus |
unsigned char | fClntCapVer |
short int | fProofProtocol |
bool | fSuperUser |
XrdOucString | fUserIn |
XrdOucString | fGroupIn |
XrdProofdClient * | fPClient |
XrdOucString | fAdminPath |
XrdOucString | fTraceID |
XrdSecEntity * | fSecClient |
XrdSecProtocol * | fAuthProt |
XrdSecEntity | fSecEntity |
kXR_int32 | fConnType |
kXR_int32 | fCID |
XrdSysRecMutex | fMutex |
XrdSysRecMutex | fCtrlcMutex |
bool | fIsCtrlC |
int | fStdErrFD |
XPClientRequest | fRequest |
std::vector< XrdProofdResponse * > | fResponses |
Static Private Attributes | |
static bool | fgConfigDone = 0 |
static int | fgCount = 0 |
static XpdObjectQ | fgProtStack |
static XrdBuffManager * | fgBPool = 0 |
static int | fgMaxBuffsz = 0 |
static XrdSysRecMutex | fgBMutex |
static XrdSysError | fgEDest |
static XrdSysLogger * | fgLogger = 0 |
static int | fgEUidAtStartup = -1 |
static int | fgReadWait = 0 |
static XrdProofdManager * | fgMgr = 0 |
#include <XrdProofdProtocol.h>
XrdProofdProtocol::XrdProofdProtocol | ( | XrdProtocol_Config * | pi = 0 | ) |
|
inlinevirtual |
Definition at line 58 of file XrdProofdProtocol.h.
|
inline |
Definition at line 92 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Auth(), XrdProofdAdmin::CleanupSessions(), XrdProofdAdmin::CpFile(), XrdProofdAdmin::Exec(), XrdProofdAdmin::GetFile(), XrdProofdAdmin::GetWorkers(), XrdProofdClientMgr::Login(), XrdProofdProofServMgr::ParseCreateBuffer(), XrdProofdAdmin::PutFile(), XrdProofdAdmin::QueryLogPaths(), XrdProofdNetMgr::ReadBuffer(), XrdProofdAdmin::ReleaseWorker(), XrdProofdAdmin::SendMsgToUser(), XrdProofdAdmin::SetGroupProperties(), XrdProofdAdmin::SetROOTVersion(), XrdProofdAdmin::SetSessionAlias(), and XrdProofdAdmin::SetSessionTag().
|
inline |
Definition at line 94 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Auth(), XrdProofdClientMgr::CheckClient(), XrdProofdProofServMgr::CreateProofServEnvFile(), and XrdProofdProofServMgr::SetProofServEnvOld().
|
inline |
Definition at line 75 of file XrdProofdProtocol.h.
Referenced by XrdProofdProofServMgr::Attach(), XrdProofdProofServMgr::Create(), XrdProofdClientMgr::CreateAdminPath(), XrdProofdProofServMgr::CreateProofServRootRc(), XrdProofdClientMgr::MapClient(), XrdProofdProofServMgr::PrepareProofServ(), and XrdProofdProofServMgr::SetProofServEnvOld().
|
inline |
Definition at line 76 of file XrdProofdProtocol.h.
Referenced by XrdProofdProofServMgr::AddSession(), XrdProofdProofServMgr::Attach(), XrdClientID::C(), XrdProofdClientMgr::CheckAdminPath(), XrdProofdAdmin::CleanupSessions(), XrdProofdAdmin::CpFile(), XrdProofdProofServMgr::Create(), XrdProofdClientMgr::CreateAdminPath(), XrdProofdProofServMgr::CreateAdminPath(), XrdProofdProofServMgr::CreateProofServEnvFile(), XrdProofdProofServMgr::CreateProofServRootRc(), CtrlC(), XrdProofdProofServMgr::Destroy(), XrdProofdProofServMgr::Detach(), XrdProofdAdmin::Exec(), XrdProofdAdmin::GetFile(), XrdProofdProofServMgr::GetTagDirs(), XrdProofdAdmin::GetWorkers(), XrdProofdClientMgr::MapClient(), XrdProofdProofServMgr::PrepareProofServ(), XrdProofdProofServMgr::Process(), XrdProofdAdmin::PutFile(), XrdProofdAdmin::QueryLogPaths(), XrdProofdAdmin::QueryROOTVersions(), XrdProofdAdmin::QuerySessions(), XrdProofdNetMgr::ReadBuffer(), XrdProofdAdmin::ReleaseWorker(), XrdProofdAdmin::SendMsgToUser(), XrdProofdAdmin::SetGroupProperties(), XrdProofdProofServMgr::SetProofServEnv(), XrdProofdProofServMgr::SetProofServEnvOld(), XrdProofdAdmin::SetROOTVersion(), XrdProofdAdmin::SetSessionAlias(), XrdProofdAdmin::SetSessionTag(), XrdProofdProofServMgr::SetUserEnvironment(), and XrdProofdProofServMgr::SetUserOwnerships().
|
static |
Protocol configuration tool Function: Establish configuration at load time.
Output: 1 upon success or 0 otherwise.
Definition at line 530 of file XrdProofdProtocol.cxx.
Referenced by XrdgetProtocol().
|
inline |
Definition at line 79 of file XrdProofdProtocol.h.
Referenced by XrdProofdProofServMgr::Attach(), XrdProofdClient::Broadcast(), XrdProofdProofServMgr::Create(), XrdProofdProofServMgr::FormFileNameInSessionDir(), XrdProofdProofServMgr::GetTagDirs(), XrdProofdClientMgr::MapClient(), XrdProofdProofServMgr::ParseCreateBuffer(), XrdProofdProofServMgr::PrepareProofServ(), XrdProofdProofServMgr::SetProofServEnv(), XrdProofdProofServMgr::SetProofServEnvOld(), and XrdProofdClient::Touch().
|
private |
Set and propagate a Ctrl-C request.
Definition at line 1483 of file XrdProofdProtocol.cxx.
Referenced by Process2().
|
inline |
Definition at line 60 of file XrdProofdProtocol.h.
|
inlinestatic |
Definition at line 114 of file XrdProofdProtocol.h.
Referenced by XrdProofdManager::CheckLogFileOwnership(), XrdProofdManager::Config(), XrdProofdProofServMgr::SetUserOwnerships(), and XrdProofdManager::ValidateLocalDataSetSrc().
|
static |
Allocate a buffer to handle quantum bytes; if argp points to an existing buffer, its size is checked and re-allocated if needed.
Definition at line 822 of file XrdProofdProtocol.cxx.
Referenced by Process(), XrdProofdAdmin::PutFile(), SendData(), and SendDataN().
int XrdProofdProtocol::GetData | ( | const char * | dtype, |
char * | buff, | ||
int | blen | ||
) |
Get data from the open link.
Definition at line 865 of file XrdProofdProtocol.cxx.
Referenced by Match(), Process(), XrdProofdAdmin::PutFile(), SendData(), and SendDataN().
|
private |
Create new response instance for stream ID 'sid'.
Definition at line 253 of file XrdProofdProtocol.cxx.
Referenced by Process().
|
inline |
Definition at line 77 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::CheckClient().
|
inline |
Definition at line 81 of file XrdProofdProtocol.h.
Referenced by Ping(), Recycle(), SendMsg(), and TouchAdminPath().
|
private |
Handle an interrupt request.
Definition at line 1219 of file XrdProofdProtocol.cxx.
Referenced by Process2().
|
inline |
Definition at line 82 of file XrdProofdProtocol.h.
Referenced by XrdProofdAdmin::CpFile(), and XrdProofdAdmin::ExecCmd().
|
inline |
Definition at line 93 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Auth(), XrdProofdClient::Broadcast(), XrdProofdClientMgr::CheckAdminPath(), XrdProofdClientMgr::CheckClients(), XrdProofdAdmin::CleanupSessions(), XrdProofdAdmin::CpFile(), XrdProofdClientMgr::CreateAdminPath(), XrdProofdProofServMgr::CreateProofServRootRc(), XrdProofdProofServMgr::Destroy(), XrdProofdAdmin::ExecCmd(), XrdProofdClientMgr::Login(), XrdProofdManager::Process(), and XrdProofdProofServMgr::SetProofServEnvOld().
XrdProtocol * XrdProofdProtocol::Match | ( | XrdLink * | lp | ) |
Check whether the request matches this protocol.
Definition at line 291 of file XrdProofdProtocol.cxx.
Referenced by XrdProofdProofServMgr::SetupProtocol().
|
inlinestatic |
Definition at line 72 of file XrdProofdProtocol.h.
Referenced by XrdProofdAdmin::PutFile().
|
inlinestatic |
Definition at line 113 of file XrdProofdProtocol.h.
|
inline |
Definition at line 84 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::CheckAdminPath(), XrdProofdClientMgr::CreateAdminPath(), XrdProofdProofServMgr::Detach(), and XrdProofdClient::GetServer().
|
private |
Handle a ping request.
For internal connections, ping is done asynchronously to avoid locking problems; the session checker verifies that the admin file has been touched recently enough; touching is done in Process2, so we have nothing to do here
Definition at line 1275 of file XrdProofdProtocol.cxx.
Referenced by Process2().
|
staticprivate |
Post change of session status.
Definition at line 1409 of file XrdProofdProtocol.cxx.
Referenced by SendMsg().
int XrdProofdProtocol::Process | ( | XrdLink * | lp | ) |
Process the information received on the active link.
(We ignore the argument here)
Definition at line 597 of file XrdProofdProtocol.cxx.
Referenced by XrdProofdAdmin::CpFile(), and XrdProofdAdmin::ExecCmd().
|
private |
Local processing method: here the request is dispatched to the appropriate method.
Definition at line 659 of file XrdProofdProtocol.cxx.
Referenced by Process().
|
inline |
Definition at line 87 of file XrdProofdProtocol.h.
Referenced by XrdProofdAdmin::CleanupSessions(), XrdProofdProofServMgr::CreateProofServRootRc(), XrdProofdProofServMgr::SetProofServEnvOld(), and XrdProofdClient::Touch().
void XrdProofdProtocol::Recycle | ( | XrdLink * | lp, |
int | x, | ||
const char * | y | ||
) |
Recycle call. Release the instance and give it back to the stack.
Definition at line 728 of file XrdProofdProtocol.cxx.
Referenced by Match().
|
static |
Release a buffer previously allocated via GetBuff.
Definition at line 856 of file XrdProofdProtocol.cxx.
Referenced by XrdProofdAdmin::PutFile(), and SendDataN().
|
inline |
Definition at line 91 of file XrdProofdProtocol.h.
Referenced by XrdProofdProofServMgr::Attach(), XrdProofdClientMgr::Auth(), XrdProofdAdmin::CleanupSessions(), XrdProofdAdmin::CpFile(), XrdProofdProofServMgr::Create(), XrdProofdProofServMgr::Destroy(), XrdProofdProofServMgr::Detach(), XrdProofdAdmin::Exec(), XrdProofdClient::GetClientID(), XrdProofdAdmin::GetFile(), XrdProofdAdmin::GetWorkers(), XrdProofdClientMgr::Login(), XrdProofdClientMgr::MapClient(), XrdProofdProofServMgr::ParseCreateBuffer(), XrdProofdProofServMgr::PrepareProofServ(), XrdProofdManager::Process(), XrdProofdProofServMgr::Process(), XrdProofdAdmin::PutFile(), XrdProofdAdmin::QueryLogPaths(), XrdProofdNetMgr::ReadBuffer(), XrdProofdAdmin::ReleaseWorker(), XrdProofdAdmin::SendMsgToUser(), XrdProofdClient::SetClientID(), XrdProofdAdmin::SetGroupProperties(), XrdProofdAdmin::SetROOTVersion(), XrdProofdAdmin::SetSessionAlias(), and XrdProofdAdmin::SetSessionTag().
Reset static and local vars.
Definition at line 496 of file XrdProofdProtocol.cxx.
Referenced by Recycle(), and XrdProofdProtocol().
|
inline |
Definition at line 85 of file XrdProofdProtocol.h.
XrdProofdResponse * XrdProofdProtocol::Response | ( | kXR_unt16 | rid | ) |
Get response instance corresponding to stream ID 'sid'.
Definition at line 237 of file XrdProofdProtocol.cxx.
Referenced by XrdProofdProofServ::Broadcast(), XrdProofdClientMgr::MapClient(), Process(), and XrdClientID::SetR().
|
private |
Send data over the open link. Segmentation is done here, if required.
Definition at line 900 of file XrdProofdProtocol.cxx.
Referenced by SendMsg().
|
private |
Send data over the open client links of session 'xps'.
Used when all the connected clients are eligible to receive the message. Segmentation is done here, if required.
Definition at line 976 of file XrdProofdProtocol.cxx.
Referenced by SendMsg().
|
private |
Handle a request to forward a message to another process.
Definition at line 1026 of file XrdProofdProtocol.cxx.
Referenced by Process2().
|
inline |
Definition at line 97 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::MapClient(), XrdProofdProofServMgr::Recover(), and XrdProofdProofServMgr::SetupProtocol().
|
inline |
Definition at line 98 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Auth(), and XrdProofdClientMgr::Login().
|
inline |
Definition at line 100 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Auth().
|
inline |
Definition at line 103 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::MapClient().
|
inline |
Definition at line 101 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::CheckClient(), and XrdProofdClientMgr::MapClient().
|
inline |
Definition at line 102 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Login().
|
inline |
Definition at line 104 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Login().
|
inline |
Definition at line 105 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Login().
|
inline |
Definition at line 107 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Login().
|
inline |
Definition at line 108 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::MapClient().
|
inline |
Definition at line 109 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Auth(), and XrdProofdClientMgr::Login().
|
inline |
Definition at line 110 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::CheckClient().
|
inline |
Definition at line 106 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Login().
|
inline |
Definition at line 111 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Login().
|
private |
Transfer the connection to a rootd daemon to serve a file access request Return 0 on success, -1 on failure.
Definition at line 382 of file XrdProofdProtocol.cxx.
Referenced by Match().
int XrdProofdProtocol::Stats | ( | char * | buff, |
int | blen, | ||
int | do_sync | ||
) |
Return statistics info about the protocol.
Not really implemented yet: this is a reduced XrdXrootd version.
Definition at line 481 of file XrdProofdProtocol.cxx.
|
inline |
Definition at line 86 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Auth(), XrdProofdClientMgr::Login(), XrdProofdClientMgr::MapClient(), and XrdProofdManager::Process().
|
inline |
Definition at line 88 of file XrdProofdProtocol.h.
Referenced by XrdProofdAdmin::CleanupSessions(), XrdProofdAdmin::CpFile(), XrdProofdAdmin::Exec(), XrdProofdAdmin::GetFile(), XrdProofdClientMgr::MapClient(), XrdProofdAdmin::PutFile(), XrdProofdAdmin::SendMsgToUser(), and XrdProofdAdmin::SetROOTVersion().
|
private |
Recording time of the last request on this instance.
Definition at line 1451 of file XrdProofdProtocol.cxx.
Referenced by Process2().
|
inline |
Definition at line 80 of file XrdProofdProtocol.h.
|
private |
Handle generic request of a urgent message to be forwarded to the server.
Definition at line 1151 of file XrdProofdProtocol.cxx.
Referenced by Process2().
|
inline |
Definition at line 78 of file XrdProofdProtocol.h.
Referenced by XrdProofdClientMgr::Auth(), and XrdProofdClientMgr::Login().
|
private |
Definition at line 150 of file XrdProofdProtocol.h.
Referenced by Recycle(), Reset(), SetAdminPath(), and TouchAdminPath().
|
private |
Definition at line 135 of file XrdProofdProtocol.h.
Referenced by Argp(), Process(), Recycle(), Reset(), and XrdProofdProtocol().
|
private |
Definition at line 155 of file XrdProofdProtocol.h.
Referenced by AuthProt(), Reset(), SetAuthProt(), and XrdProofdProtocol().
|
private |
|
private |
Definition at line 142 of file XrdProofdProtocol.h.
Referenced by Reset(), and SetClntCapVer().
|
private |
Definition at line 158 of file XrdProofdProtocol.h.
Referenced by ConnType(), Internal(), Recycle(), Reset(), and SetConnType().
|
private |
Definition at line 163 of file XrdProofdProtocol.h.
Referenced by CtrlC(), IsCtrlC(), and ResetCtrlC().
|
staticprivate |
Definition at line 182 of file XrdProofdProtocol.h.
Referenced by GetBuff(), ReleaseBuff(), and SendData().
|
staticprivate |
Definition at line 180 of file XrdProofdProtocol.h.
Referenced by Configure(), GetBuff(), Recycle(), ReleaseBuff(), and SendData().
|
staticprivate |
Definition at line 177 of file XrdProofdProtocol.h.
Referenced by Configure().
|
staticprivate |
Definition at line 178 of file XrdProofdProtocol.h.
Referenced by Stats().
|
staticprivate |
Definition at line 184 of file XrdProofdProtocol.h.
Referenced by Configure().
|
staticprivate |
Definition at line 187 of file XrdProofdProtocol.h.
Referenced by Configure(), and EUidAtStartup().
|
staticprivate |
Definition at line 185 of file XrdProofdProtocol.h.
Referenced by Configure().
|
staticprivate |
Definition at line 181 of file XrdProofdProtocol.h.
Referenced by Configure(), MaxBuffsz(), SendData(), and SendDataN().
|
staticprivate |
Definition at line 192 of file XrdProofdProtocol.h.
Referenced by Configure(), CtrlC(), Match(), Mgr(), Ping(), PostSession(), Process2(), Recycle(), and StartRootd().
|
staticprivate |
Definition at line 179 of file XrdProofdProtocol.h.
Referenced by Configure(), Match(), and Recycle().
|
staticprivate |
Definition at line 191 of file XrdProofdProtocol.h.
Referenced by Configure(), GetData(), and Match().
|
private |
Definition at line 148 of file XrdProofdProtocol.h.
Referenced by GroupIn(), Reset(), and SetGroupIn().
|
private |
Definition at line 165 of file XrdProofdProtocol.h.
Referenced by CtrlC(), IsCtrlC(), and ResetCtrlC().
|
private |
Definition at line 137 of file XrdProofdProtocol.h.
Referenced by GetData(), Link(), Match(), Process(), Process2(), Reset(), SetAuthEntity(), SetTraceID(), and XrdProofdProtocol().
|
private |
Definition at line 162 of file XrdProofdProtocol.h.
Referenced by SetAdminPath().
|
private |
Definition at line 149 of file XrdProofdProtocol.h.
Referenced by Client(), Interrupt(), Ping(), Process2(), Recycle(), Reset(), SendMsg(), SetClient(), Urgent(), and XrdProofdProtocol().
|
private |
|
private |
Definition at line 143 of file XrdProofdProtocol.h.
Referenced by ProofProtocol(), and SetProofProtocol().
|
private |
Definition at line 134 of file XrdProofdProtocol.h.
Referenced by Recycle().
|
private |
Definition at line 171 of file XrdProofdProtocol.h.
Referenced by Interrupt(), Ping(), Process(), Process2(), Request(), SendData(), SendDataN(), SendMsg(), and Urgent().
|
private |
Definition at line 172 of file XrdProofdProtocol.h.
Referenced by GetNewResponse(), Reset(), Response(), and XrdProofdProtocol().
|
private |
Definition at line 154 of file XrdProofdProtocol.h.
Referenced by SetAuthEntity(), and XrdProofdProtocol().
|
private |
Definition at line 156 of file XrdProofdProtocol.h.
Referenced by Match(), Reset(), and SetAuthEntity().
|
private |
Definition at line 140 of file XrdProofdProtocol.h.
Referenced by Process2(), Reset(), SetStatus(), and Status().
|
private |
Definition at line 167 of file XrdProofdProtocol.h.
Referenced by StartRootd(), and XrdProofdProtocol().
|
private |
Definition at line 145 of file XrdProofdProtocol.h.
Referenced by Reset(), SetSuperUser(), and SuperUser().
|
private |
Definition at line 152 of file XrdProofdProtocol.h.
Referenced by Reset(), SetTraceID(), and TraceID().
|
private |
Definition at line 147 of file XrdProofdProtocol.h.
Referenced by Reset(), SetUserIn(), and UserIn().