32 #include "XrdVersion.hh"
183 XrdXrootdProtocol::ProtStack(
"ProtStack",
184 "xroot protocol anchor");
203 const char *txt =
"completed.";
207 pi->
eDest->
Say(
"Copr. 2012 Stanford University, xroot protocol "
209 pi->
eDest->
Say(
"++++++ xroot protocol initialization started.");
215 else txt =
"failed.";
216 pi->
eDest->
Say(
"------ xroot protocol initialization ", txt);
240 if (pi->
Port < 0)
return 1094;
262 ProtLink(this), Entity(0), AppName(0)
274 static unsigned int Sid = 1;
297 static struct hs_response
312 {
if (dlen <= 0) lp->
setEtext(
"handshake not received");
330 rc = lp->
Send((
char *)&hsresp,
sizeof(hsresp));
341 if (lp->
Recv(hsbuff, hsSZ) != hsSZ)
366 #define TRACELINK Link
377 else if ((rc = (*this.*
Resume)()) != 0)
return rc;
378 else {
Resume = 0;
return 0;}
444 {
const char *eText =
"Request not signed";
448 <<
" verification failed; " <<eText);
458 <<
" unneeded signature discarded.");
460 {
eDest.
Emsg(
"Protocol",
"Client is needlessly signing requests.");
476 "Invalid request; user not logged in");
525 "Invalid request; user not authenticated");
563 {doRdr =
true;
break;}
593 case kXR_mv:
return do_Mv();
596 case kXR_rm:
return do_Rm();
658 #define TRACELINK Link
675 if (reason && strcmp(reason,
"hangup"))
676 {snprintf(buff,
sizeof(buff),
"%s (%s)", ctbuff, reason);
678 }
else sfxp = ctbuff;
746 int XrdXrootdProtocol::StatGen(
struct stat &buf,
char *xxBuff,
int xxLen,
749 const mode_t isReadable = (S_IRUSR | S_IRGRP | S_IROTH);
750 const mode_t isWritable = (S_IWUSR | S_IWGRP | S_IWOTH);
751 const mode_t isExecable = (S_IXUSR | S_IXGRP | S_IXOTH);
754 union {
long long uuid;
struct {
int hi;
int lo;} id;} Dev;
765 Dev.id.lo = buf.st_ino;
766 Dev.id.hi = buf.st_dev;
770 if (buf.st_mode & isReadable
771 &&((buf.st_mode & S_IRUSR && theuid == buf.st_uid)
772 || (buf.st_mode & S_IRGRP && thegid == buf.st_gid)
777 if (buf.st_mode & isWritable
778 &&((buf.st_mode & S_IWUSR && theuid == buf.st_uid)
779 || (buf.st_mode & S_IWGRP && thegid == buf.st_gid)
784 if (buf.st_mode & isExecable
785 &&((buf.st_mode & S_IXUSR && theuid == buf.st_uid)
786 || (buf.st_mode & S_IXGRP && thegid == buf.st_gid)
787 || buf.st_mode & S_IXOTH)) flags |=
kXR_xset;
792 if (S_ISDIR(buf.st_mode)) flags |=
kXR_isDir;
793 else if (!S_ISREG(buf.st_mode)) flags |=
kXR_other;
802 fsz =
static_cast<long long>(buf.st_size);
806 m = snprintf(xxBuff, xxLen,
"%lld %lld %d %lld",
807 Dev.uuid, fsz, flags, (
long long) buf.st_mtime);
813 char *origP = xxBuff;
814 char *nullP = xxBuff + m++;
815 xxBuff += m; xxLen -= m;
816 n = snprintf(xxBuff, xxLen,
"%lld %lld %04o ",
817 (
long long) buf.st_ctime, (
long long) buf.st_atime,
819 if (n >= xxLen)
return m;
820 xxBuff += n; xxLen -= n;
824 if (buf.st_uid ==
myUID)
825 {
if (
myUNLen >= xxLen)
return m;
837 if (buf.st_gid ==
myGID)
838 {
if (
myGNLen >= xxLen)
return m;
849 return xxBuff - origP;
884 return SI->
Stats(buff, blen, do_sync);
899 {
if (bsz) *bsz = xbP->
bsize;
958 else if (buff !=
argp->
buff) errno = EINVAL;
964 if (
argp)
return oldBP;
1009 int XrdXrootdProtocol::CheckSum(
XrdOucStream *Stream,
char **argv,
int argc)
1016 {
Stream->PutLine(
"Internal error; not enough checksum args!");
1027 if (argc > 4 && *argv[4]) myEnv.
Put(
"request.name", argv[4]);
1035 Stream->PutLine(myInfo.getErrText(ecode));
1037 if (ecode) rc = ecode;
1046 void XrdXrootdProtocol::Cleanup()
1146 {
if (rlen != -ENOMSG)
return Link->
setEtext(
"link read error");
1151 TRACEP(REQ, dtype <<
" timeout; read " <<rlen <<
" of " <<blen <<
" bytes");
1160 const char *dtype,
char *buff,
int blen)
1167 gdCtl.BuffLen = blen;
1168 gdCtl.Buffer = buff;
1180 return getDataCont();
1184 namespace {
int consumed = 0;}
1187 const char *dtype,
struct iovec *
iov,
int iovn)
1208 return getDataIovCont();
1215 int XrdXrootdProtocol::getDataCont()
1222 return -EINPROGRESS;
1228 gdCtl.Buffer += rlen;
1229 gdCtl.BuffLen -= rlen;
1240 if (rlen < 0)
break;
1253 if (
gdCtl.BuffLen < 0)
1254 {rlen =
Link->
setEtext(
"link excessive read length error");
1262 Resume = &XrdXrootdProtocol::getDataCont;
1271 <<
gdCtl.BuffLen <<
" remaining");
1278 if (rlen != -ENOMSG)
return Link->
setEtext(
"link read error");
1294 int XrdXrootdProtocol::getDataIovCont()
1301 return -EINPROGRESS;
1306 do{
struct iovec *ioV =
gdCtl.iovVec;
1314 {
if (rlen != -ENOMSG)
Link->
setEtext(
"link read error");
1316 {ioV[iNow].iov_base = ((
char *)ioV[iNow].iov_base) -
gdCtl.iovAdj;
1317 ioV[iNow].iov_len +=
gdCtl.iovAdj;
1326 for (i = iNow; i < iovN && (int)ioV[i].iov_len <= rlen; i++)
1327 rlen -= ioV[i].iov_len;
1331 if (i != iNow &&
gdCtl.iovAdj)
1332 {ioV[iNow].iov_base = ((
char *)ioV[iNow].iov_base) -
gdCtl.iovAdj;
1333 ioV[iNow].iov_len +=
gdCtl.iovAdj;
1367 gdCtl.iovAdj += rlen;
1368 ioV[i].iov_base = ((
char *)ioV[i].iov_base) + rlen;
1369 ioV[i].iov_len -= rlen;
1375 Resume = &XrdXrootdProtocol::getDataIovCont;
1410 gdCtl.DumpLen = dlen;
1417 return (inCB ? 1 : getDumpCont());
1424 int XrdXrootdProtocol::getDumpCont()
1426 int rlen = 0, rwant;
1433 while(
gdCtl.DumpLen > 0)
1434 {
if (
gdCtl.DumpLen <= (
int)
sizeof(buff)) rwant =
gdCtl.DumpLen;
1435 else rwant =
sizeof(buff);
1437 gdCtl.DumpLen -= rlen;
1442 if (rlen < 0 ||
gdCtl.DumpLen < 0)
1444 else if (rlen != -ENOMSG)
Link->
setEtext(
"link read error");
1451 if (
gdCtl.DumpLen == 0)
1458 Resume = &XrdXrootdProtocol::getDumpCont;
1462 <<
" bytes left to discard");
1470 void XrdXrootdProtocol::Reset()
1484 memset(&
IO, 0,
sizeof(
IO));
struct ClientRequestHdr header
struct ClientRequestHdr header
#define kXR_PROTOCOLVSTRING
#define kXR_PROTOCOLVERSION
#define NEED2SECURE(protP)
This class implements the XRootD protocol security protection.
static const dev_t XRDSFS_HASBKUP
static const dev_t XRDSFS_RDVMASK
static const dev_t XRDSFS_OFFLINE
class XrdBuffer * XrdSfsXioHandle
const kXR_char XROOTD_MON_BOUNDP
const kXR_char XROOTD_MON_FORCED
XrdVERSIONINFO(XrdgetProtocol, xrootd)
XrdProtocol * XrdgetProtocol(const char *pname, char *parms, XrdProtocol_Config *pi)
XrdSysTrace XrdXrootdTrace("Xrootd")
int XrdgetProtocolPort(const char *pname, char *parms, XrdProtocol_Config *pi)
static const char * reqName(kXR_unt16 reqCode)
void Release(XrdBuffer *bp)
XrdBuffer * Obtain(int bsz)
int setEtext(const char *text)
int Peek(char *buff, int blen, int timeout=-1)
int Recv(char *buff, int blen)
const char * Host() const
int Close(bool defer=false)
XrdNetAddrInfo * AddrInfo()
char * ID
Pointer to the client's link identity.
int Send(const char *buff, int blen)
static bool InDomain(XrdNetAddrInfo *epaddr)
void Push(XrdObject< T > *Node)
void Put(const char *varname, const char *value)
static int GidName(gid_t gID, char *gName, int gNsz, time_t keepT=0)
static int UidName(uid_t uID, char *uName, int uNsz, time_t keepT=0)
XrdNetAddrInfo * addrInfo
Entity's connection details.
char prot[XrdSecPROTOIDSIZE]
Auth protocol used (e.g. krb5)
gid_t gid
Unix gid or 0 if none.
void Reset(const char *spV=0)
uid_t uid
Unix uid or 0 if none.
char * moninfo
Information for monitoring.
char * host
Entity's host name dnr dependent.
virtual const char * Verify(SecurityRequest &secreq, ClientRequest &thereq, const char *thedata)
virtual void Delete()
Delete this object. Use this method as opposed to operator delete.
virtual void Delete()=0
Delete the protocol object. DO NOT use C++ delete() on this object.
virtual void Disc(const XrdSecEntity *client=0)
virtual int chksum(csFunc Func, const char *csName, const char *path, XrdOucErrInfo &eInfo, const XrdSecEntity *client=0, const char *opaque=0)
int Emsg(const char *esfx, int ecode, const char *text1, const char *text2=0)
void Say(const char *text1, const char *text2=0, const char *txt3=0, const char *text4=0, const char *text5=0, const char *txt6=0)
void Log(int mask, const char *esfx, const char *text1, const char *text2=0, const char *text3=0)
static char * s2hms(int sec, char *buff, int blen)
T fetch_and(T v) noexcept
static void ClearErrorQueue()
Clear the SSL error queue for the calling thread.
void Recycle(XrdXrootdMonitor *monP)
static void Disc(unsigned int usrID)
void Disc(kXR_unt32 dictid, int csec, char Flags=0)
static XrdXrootdStats * SI
static const char * myInst
XrdXrootdProtocol * VerifyStream(int &rc, int pID, bool lok=true)
static XrdSfsFileSystem * digFS
XrdNetPMark::Handle * pmHandle
static XrdNetPMark * PMark
XrdXrootdProtocol * Stream[maxStreams]
static short as_okstutter
static XrdXrootdXPath RPList
static XrdNetSocket * AdminSock
XrdProtocol * Match(XrdLink *lp) override
struct XrdXrootdProtocol::GetDataCtl gdCtl
static bool CloseRequestCb(void *cbarg)
static void Reclaim(XrdSfsXioHandle h)
XrdXrootdFileTable * FTab
static XrdXrootdJob * JobCKS
static XrdSysError & eDest
static unsigned int getSID()
XrdSecProtocol * AuthProt
int getData(gdCallBack *gdcbP, const char *dtype, char *buff, int blen)
XrdSfsXioHandle Claim(const char *buff, int datasz, int minasz=0) override
XrdXrootdMonitor::User Monitor
static XrdXrootdRedirPI * RedirPI
static const char * myCName
XrdSfsXioHandle Swap(const char *buff, XrdSfsXioHandle h=0) override
static XrdXrootdFileLock * Locker
int(XrdXrootdProtocol::* Resume)()
static XrdTlsContext * tlsCtx
static XrdXrootdXPath XPList
static XrdScheduler * Sched
static struct XrdXrootdProtocol::RC_Table RouteClient
int Process(XrdLink *lp) override
void Recycle(XrdLink *lp, int consec, const char *reason) override
static char * Buffer(XrdSfsXioHandle h, int *bsz)
static const char * myUName
XrdXrootdResponse Response
int(XrdXrootdProtocol::* ResumePio)()
static const char * TraceID
static int Configure(char *parms, XrdProtocol_Config *pi)
int Stats(char *buff, int blen, int do_sync=0) override
static const int maxStreams
int getDump(const char *dtype, int dlen)
static XrdOucTList * JobCKTLST
static XrdXrootdXPath RQList
static XrdSecProtector * DHS
static XrdBuffManager * BPool
XrdSysSemaphore * boundRecycle
static XrdSecService * CIA
static RAtomic_int srvrAioOps
static const char * myGName
static uint64_t fsFeatures
static XrdOucReqID * PrepID
static struct XrdXrootdProtocol::RD_Table Route[RD_Num]
static XrdSfsFileSystem * osFS
void setID(unsigned long long id)
int Stats(char *buff, int blen, int do_sync=0)
static const uint64_t hasCACH
Feature: Implements a data cache.
XrdXrootd::gdCallBack * CallBack
static const int Terminate
static const int inCallBk
static const int inDataIov