#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysPlugin.hh"
#include "XrdSys/XrdSysPthread.hh"
#include "XrdProofConn.h"
#include "XProofProtocol.h"
#include "XrdClient/XrdClientConnMgr.hh"
#include "XrdClient/XrdClientConst.hh"
#include "XrdClient/XrdClientDebug.hh"
#include "XrdClient/XrdClientEnv.hh"
#include "XrdClient/XrdClientLogConnection.hh"
#include "XrdClient/XrdClientPhyConnection.hh"
#include "XrdClient/XrdClientMessage.hh"
#include "XrdClient/XrdClientUrlInfo.hh"
#include "XrdNet/XrdNetDNS.hh"
#include "XrdOuc/XrdOucErrInfo.hh"
#include "XrdOuc/XrdOucString.hh"
#include "XrdSec/XrdSecInterface.hh"
#include <dlfcn.h>
#include <link.h>
#include "XrdProofdTrace.h"
#include <sys/socket.h>
#include <sys/types.h>
#include <pwd.h>
Go to the source code of this file.
Defines | |
#define | SafeDelete(x) { if (x) { delete x; x = 0; } } |
#define | URLTAG "["<<fUrl.Host<<":"<<fUrl.Port<<"]" |
Typedefs | |
typedef XrdSecProtocol *(*) | XrdSecGetProt_t (const char *, const struct sockaddr &, const XrdSecParameters &, XrdOucErrInfo *) |
Definition at line 93 of file XrdProofConn.cxx.
#define URLTAG "["<<fUrl.Host<<":"<<fUrl.Port<<"]" |
Definition at line 95 of file XrdProofConn.cxx.
Referenced by XrdProofConn::Authenticate(), XrdProofConn::CheckErrorStatus(), XrdProofConn::CheckResp(), XrdProofConn::Close(), XrdProofConn::DoHandShake(), XrdProofPhyConn::GetAccessToSrv(), XrdProofConn::GetAccessToSrv(), XrdProofConn::Login(), XrdProofConn::LowWrite(), XrdProofConn::SendRecv(), XrdProofConn::SendReq(), XrdProofConn::TryConnect(), XrdProofPhyConn::TryConnect(), XrdProofConn::XrdProofConn(), and XrdProofPhyConn::XrdProofPhyConn().
typedef XrdSecProtocol*(*) XrdSecGetProt_t(const char *, const struct sockaddr &, const XrdSecParameters &, XrdOucErrInfo *) |
Definition at line 80 of file XrdProofConn.cxx.