24 #ifndef __XRDHTTP_PROTOCOL_H__
25 #define __XRDHTTP_PROTOCOL_H__
39 #include <sys/types.h>
53 #include <openssl/ssl.h>
65 #define __attribute__(x)
75 struct XrdVersionInfo;
105 int Stats(
char *buff,
int blen,
int do_sync = 0);
153 int StartSimpleResp(
int code,
const char *desc,
const char *header_to_add,
long long bodylen,
bool keepalive);
156 int SendData(
const char *body,
int bodylen);
194 extHInfo(
const char *hName,
const char *hPath,
const char *hParm)
229 const char *libParms);
232 #define MAX_XRDHTTPEXTHANDLERS 4
244 const char *configFN,
const char *libParms,
279 int SendSimpleResp(
int code,
const char *desc,
const char *header_to_add,
const char *body,
long long bodylen,
bool keepalive);
283 int StartChunkedResp(
int code,
const char *desc,
const char *header_to_add,
long long bodylen,
bool keepalive);
287 int ChunkResp(
const char *body,
long long bodylen);
static char * secretkey
The key used to calculate the url hashes.
Definition: XrdHttpProtocol.hh:396
static XrdObjectQ< XrdHttpProtocol > ProtStack
Definition: XrdHttpProtocol.hh:124
static int xgmap(XrdOucStream &Config)
char * Addr_str
Definition: XrdHttpProtocol.hh:354
static BIO * CreateBIO(XrdLink *lp)
Create a new BIO object from an XrdLink. Returns NULL on failure.
int(XrdHttpProtocol::* Resume)()
The resume function.
Definition: XrdHttpProtocol.hh:144
static char * sslcafile
Definition: XrdHttpProtocol.hh:385
static int exthandlercnt
Definition: XrdHttpProtocol.hh:237
void Cleanup()
Deallocate resources, in order to reutilize an object of this class.
static bool isdesthttps
True if the redirections must be towards https targets.
Definition: XrdHttpProtocol.hh:402
static char * Port_str
Our port, as a string.
Definition: XrdHttpProtocol.hh:382
static int xheader2cgi(XrdOucStream &Config)
static kXR_int32 myRole
Our role.
Definition: XrdHttpProtocol.hh:427
static int xsecxtractor(XrdOucStream &Config)
static int readWait
Timeout for reading data.
Definition: XrdHttpProtocol.hh:376
static XrdHttpExtHandler * FindMatchingExtHandler(const XrdHttpReq &)
static char * sslcadir
Definition: XrdHttpProtocol.hh:385
char * GetClientIPStr()
Gets a string that represents the IP address of the client. Must be freed.
XrdSecEntity SecEntity
Authentication area.
Definition: XrdHttpProtocol.hh:129
static int Config(const char *fn, XrdOucEnv *myEnv)
Functions related to the configuration.
char * myBuffEnd
Definition: XrdHttpProtocol.hh:259
static int xsecretkey(XrdOucStream &Config)
static int xsslkey(XrdOucStream &Config)
Definition: XrdNetPMark.hh:38
Definition: XrdSecInterface.hh:553
int len
Definition: XrdHttpProtocol.hh:422
void BuffConsume(int blen)
Consume some bytes from the buffer.
Definition: XrdHttpReq.hh:71
int ChunkRespFooter()
Send the footer of the chunk response.
XrdHttpReq CurrentReq
Definition: XrdHttpProtocol.hh:365
static int xlistredir(XrdOucStream &Config)
int doStat(char *fname)
Perform a Stat request.
static bool compatNameGeneration
Definition: XrdHttpProtocol.hh:393
XrdHttpProtocol(const XrdHttpProtocol &)=default
Ctor, dtors and copy ctor.
static char * sslcipherfilter
Definition: XrdHttpProtocol.hh:385
static char * gridmap
Gridmap file location. The same used by XrdSecGsi.
Definition: XrdHttpProtocol.hh:391
int getDataOneShot(int blen, bool wait=false)
static int xstaticredir(XrdOucStream &Config)
Definition: XrdOucStream.hh:46
Definition: XrdHttpProtocol.hh:233
Definition: XrdXrootdBridge.hh:61
static int xhttpsmode(XrdOucStream &Config)
static bool listdeny
If true, any form of listing is denied.
Definition: XrdHttpProtocol.hh:408
int ChunkRespHeader(long long bodylen)
Send the beginning of a chunked response but not the body; useful when the size.
XrdBuffer * myBuff
Circular Buffer used to read the request.
Definition: XrdHttpProtocol.hh:257
int ChunkResp(const char *body, long long bodylen)
Send a (potentially partial) body in a chunked response; invoking with NULL body. ...
static XrdHttpReadRangeHandler::Configuration ReadRangeConfig
configuration for the read range handler
Definition: XrdHttpProtocol.hh:135
bool isHTTPS()
called via https
Definition: XrdHttpProtocol.hh:138
static int xstaticpreload(XrdOucStream &Config)
static bool InitTLS()
Initialization of the ssl security things.
XrdObject< XrdHttpProtocol > ProtLink
Definition: XrdHttpProtocol.hh:125
Definition: XrdProtocol.hh:124
static XrdHttpSecXtractor * secxtractor
Definition: XrdHttpProtocol.hh:224
char * myBuffStart
The circular pointers.
Definition: XrdHttpProtocol.hh:259
static bool ExtHandlerLoaded(const char *handlername)
Definition: XrdXrootdProtocol.hh:154
static bool isRequiredXtractor
Definition: XrdHttpProtocol.hh:223
static XrdOucHash< StaticPreloadInfo > * staticpreload
Definition: XrdHttpProtocol.hh:424
static const char * Configed()
Definition: XrdHttpChecksumHandler.hh:85
static bool isRequiredGridmap
Definition: XrdHttpProtocol.hh:392
Definition: XrdBuffer.hh:71
static BIO * sslbio_err
bio to print SSL errors
Definition: XrdHttpProtocol.hh:315
static XrdSecService * CIA
Definition: XrdHttpProtocol.hh:347
static int Configure(char *parms, XrdProtocol_Config *pi)
Read and apply the configuration.
Definition: XrdOucTrace.hh:35
Definition: XrdSysError.hh:89
int BuffUsed()
How many bytes in the buffer.
char * data
Definition: XrdHttpProtocol.hh:421
XrdHttpExtHandler * ptr
Definition: XrdHttpProtocol.hh:235
int BuffgetData(int blen, char **data, bool wait)
Get a pointer, valid for up to blen bytes from the buffer. Returns the validity.
BIO * sbio
Private SSL bio.
Definition: XrdHttpProtocol.hh:312
int BuffAvailable()
How many bytes still fit into the buffer in a contiguous way.
int doChksum(const XrdOucString &fname)
Perform a checksum request.
Definition: XrdScheduler.hh:45
static int Port
Our port.
Definition: XrdHttpProtocol.hh:379
static int sslverifydepth
Depth of verification of a certificate chain.
Definition: XrdHttpProtocol.hh:399
int SendData(const char *body, int bodylen)
Send some generic data to the client.
static int xsslcadir(XrdOucStream &Config)
static int xselfhttps2http(XrdOucStream &Config)
static XrdHttpChecksumHandler cksumHandler
Definition: XrdHttpProtocol.hh:132
static XrdScheduler * Sched
Definition: XrdHttpProtocol.hh:344
Definition: XrdHttpProtocol.hh:189
Definition: XrdLink.hh:51
static int xsslverifydepth(XrdOucStream &Config)
int GetVOMSData(XrdLink *lp)
~extHInfo()
Definition: XrdHttpProtocol.hh:196
char name[16]
Definition: XrdHttpProtocol.hh:234
static int LoadSecXtractor(XrdSysError *eDest, const char *libName, const char *libParms)
XrdXrootd::Bridge * Bridge
The Bridge that we use to exercise the xrootd internals.
Definition: XrdHttpProtocol.hh:360
static bool selfhttps2http
If client is HTTPS, self-redirect with HTTP+token.
Definition: XrdHttpProtocol.hh:411
XrdProtocol * Match(XrdLink *lp)
Tells if the oustanding bytes on the socket match this protocol implementation.
Definition: XrdOucGMap.hh:48
~XrdHttpProtocol()
Definition: XrdHttpProtocol.hh:120
static int crlRefIntervalSec
CRL thread refresh interval.
Definition: XrdHttpProtocol.hh:388
static int xlistdeny(XrdOucStream &Config)
static XrdBuffManager * BPool
Definition: XrdHttpProtocol.hh:345
Definition: XrdProtocol.hh:55
Definition: XrdOucEnv.hh:41
#define MAX_XRDHTTPEXTHANDLERS
Definition: XrdHttpProtocol.hh:232
int HandleAuthentication(XrdLink *lp)
void DoIt()
Override from the base class.
Definition: XrdHttpProtocol.hh:90
static XrdOucGMap * servGMap
The instance of the DN mapper. Created only when a valid path is given.
Definition: XrdHttpProtocol.hh:357
XrdLink * Link
The link we are bound to.
Definition: XrdHttpProtocol.hh:350
Definition: XrdHttpExtHandler.hh:88
static int xsslcipherfilter(XrdOucStream &Config)
void Reset()
Reset values, counters, in order to reutilize an object of this class.
static int xexthandler(XrdOucStream &Config, std::vector< extHInfo > &hiVec)
static XrdNetPMark * pmarkHandle
Packet marking handler pointer (assigned from the environment during the Config() call) ...
Definition: XrdHttpProtocol.hh:442
XrdOucString extHName
Definition: XrdHttpProtocol.hh:190
static int hailWait
Timeout for reading the handshake.
Definition: XrdHttpProtocol.hh:373
bool ishttps
Tells if the client is https.
Definition: XrdHttpProtocol.hh:318
static std::map< std::string, std::string > hdr2cgimap
Rules that turn HTTP headers to cgi tokens in the URL, for internal comsumption.
Definition: XrdHttpProtocol.hh:430
Definition: XrdHttpReadRangeHandler.hh:54
static XrdSysError eDest
Definition: XrdHttpProtocol.hh:346
static int m_bio_type
Type identifier for our custom BIO objects.
Definition: XrdHttpProtocol.hh:433
Definition: XrdHttpProtocol.hh:79
int StartChunkedResp(int code, const char *desc, const char *header_to_add, long long bodylen, bool keepalive)
Starts a chunked response; body of request is sent over multiple parts using the SendChunkResp.
static char * sslcert
OpenSSL stuff.
Definition: XrdHttpProtocol.hh:385
static char * xrd_cslist
The list of checksums that were configured via the xrd.cksum parameter on the server config file...
Definition: XrdHttpProtocol.hh:439
int SendSimpleResp(int code, const char *desc, const char *header_to_add, const char *body, long long bodylen, bool keepalive)
Sends a basic response. If the length is < 0 then it is calculated internally.
static bool InitSecurity()
Initialization fo security addon.
XrdOucString tmpline
A nice var to hold the current header line.
Definition: XrdHttpProtocol.hh:262
static BIO_METHOD * m_bio_method
C-style vptr table for our custom BIO objects.
Definition: XrdHttpProtocol.hh:436
static XrdCryptoFactory * myCryptoFactory
Definition: XrdHttpProtocol.hh:323
static int LoadExtHandler(std::vector< extHInfo > &hiVec, const char *cFN, XrdOucEnv &myEnv)
long ResumeBytes
Tells that we are just waiting to have N bytes in the buffer.
Definition: XrdHttpProtocol.hh:306
int HandleGridMap(XrdLink *lp, const char *eechash)
static bool usingEC
Definition: XrdHttpProtocol.hh:226
Definition: XrdHttpSecXtractor.hh:41
SSL * ssl
Private SSL context.
Definition: XrdHttpProtocol.hh:309
int Stats(char *buff, int blen, int do_sync=0)
Get activity stats.
static char * listredir
Url to redirect to in the case a listing is requested.
Definition: XrdHttpProtocol.hh:405
Definition: XrdOucHash.hh:127
int StartSimpleResp(int code, const char *desc, const char *header_to_add, long long bodylen, bool keepalive)
Start a response back to the client.
static char * staticredir
Definition: XrdHttpProtocol.hh:417
int kXR_int32
Definition: XPtypes.hh:89
bool DoneSetInfo
Indicates whether we've attempted to send app info.
Definition: XrdHttpProtocol.hh:303
XrdOucString extHParm
Definition: XrdHttpProtocol.hh:192
Definition: XrdOucTokenizer.hh:32
Definition: XrdCryptoFactory.hh:121
int BuffFree()
How many bytes free in the buffer.
static bool embeddedstatic
If true, use the embedded css and icons.
Definition: XrdHttpProtocol.hh:414
Definition: XrdSecEntity.hh:64
static int xembeddedstatic(XrdOucStream &Config)
static int xtrace(XrdOucStream &Config)
Main request/response class, handling the logical status of the communication.
static char * sslkey
Definition: XrdHttpProtocol.hh:385
bool DoingLogin
Tells that we are just logging in.
Definition: XrdHttpProtocol.hh:300
int Process(XrdLink *lp)
Process data incoming from the socket.
XrdOucString extHPath
Definition: XrdHttpProtocol.hh:191
Definition: XrdHttpExtHandler.hh:47
bool ssldone
Definition: XrdHttpProtocol.hh:322
static int xsslcafile(XrdOucStream &Config)
Definition: XrdHttpProtocol.hh:420
int BuffgetLine(XrdOucString &dest)
Copy a full line of text from the buffer into dest. Zero if no line can be found in the buffer...
Definition: XrdOucString.hh:254
extHInfo(const char *hName, const char *hPath, const char *hParm)
Definition: XrdHttpProtocol.hh:194
void Recycle(XrdLink *lp, int consec, const char *reason)
Recycle this instance.
Definition: XrdBuffer.hh:41
static int xsslcert(XrdOucStream &Config)
static int xtlsreuse(XrdOucStream &Config)
static struct XrdHttpProtocol::XrdHttpExtHandlerInfo exthandler[MAX_XRDHTTPEXTHANDLERS]
static int xdesthttps(XrdOucStream &Config)
XrdHttpProtocol operator=(const XrdHttpProtocol &rhs)