xrootd
Loading...
Searching...
No Matches
XrdConfig.hh
Go to the documentation of this file.
1#ifndef _XRD_CONFIG_H
2#define _XRD_CONFIG_H
3/******************************************************************************/
4/* */
5/* X r d C o n f i g . h h */
6/* */
7/* (C) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */
8/* Produced by Andrew Hanushevsky for Stanford University under contract */
9/* DE-AC02-76-SFO0515 with the Deprtment of Energy */
10/* */
11/* This file is part of the XRootD software suite. */
12/* */
13/* XRootD is free software: you can redistribute it and/or modify it under */
14/* the terms of the GNU Lesser General Public License as published by the */
15/* Free Software Foundation, either version 3 of the License, or (at your */
16/* option) any later version. */
17/* */
18/* XRootD is distributed in the hope that it will be useful, but WITHOUT */
19/* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or */
20/* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public */
21/* License for more details. */
22/* */
23/* You should have received a copy of the GNU Lesser General Public License */
24/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */
25/* COPYING (GPL license). If not, see <http://www.gnu.org/licenses/>. */
26/* */
27/* The copyright holder's institutional names and contributor's names may not */
28/* be used to endorse or promote products derived from this software without */
29/* specific prior written permission of the institution or contributor. */
30/******************************************************************************/
31
32#include <vector>
33
34#include "Xrd/XrdProtLoad.hh"
35#include "Xrd/XrdProtocol.hh"
36
37#include <sys/types.h>
38
39class XrdSysError;
40class XrdTcpMonInfo;
41class XrdNetSecurity;
42class XrdOucStream;
43class XrdInet;
44class XrdConfigProt;
45
47{
48public:
49
50int Configure(int argc, char **argv);
51
52int ConfigXeq(char *var, XrdOucStream &Config, XrdSysError *eDest=0);
53
56
59std::vector<XrdInet*> NetTCP;
60
61private:
62
63int ASocket(const char *path, const char *fname, mode_t mode);
64int ConfigProc(void);
65XrdInet *getNet(int port, bool isTLS);
66int getUG(char *parm, uid_t &theUid, gid_t &theGid);
67void Manifest(const char *pidfn);
68bool PidFile(const char *clpFN, bool optbg);
69void setCFG(bool start);
70int setFDL();
71int Setup(char *dfltp, char *libProt);
73bool SetupTLS();
74void Usage(int rc);
75int xallow(XrdSysError *edest, XrdOucStream &Config);
76int xapath(XrdSysError *edest, XrdOucStream &Config);
77int xhpath(XrdSysError *edest, XrdOucStream &Config);
78int xbuf(XrdSysError *edest, XrdOucStream &Config);
79int xmaxfd(XrdSysError *edest, XrdOucStream &Config);
80int xnet(XrdSysError *edest, XrdOucStream &Config);
81int xnkap(XrdSysError *edest, char *val);
82int xlog(XrdSysError *edest, XrdOucStream &Config);
83int xpidf(XrdSysError *edest, XrdOucStream &Config);
84int xport(XrdSysError *edest, XrdOucStream &Config);
85int xprot(XrdSysError *edest, XrdOucStream &Config);
86int xrep(XrdSysError *edest, XrdOucStream &Config);
87int xsched(XrdSysError *edest, XrdOucStream &Config);
88int xsit(XrdSysError *edest, XrdOucStream &Config);
89int xtcpmon(XrdSysError *edest, XrdOucStream &Config);
90int xtls(XrdSysError *edest, XrdOucStream &Config);
91int xtlsca(XrdSysError *edest, XrdOucStream &Config);
92int xtlsci(XrdSysError *edest, XrdOucStream &Config);
93int xtrace(XrdSysError *edest, XrdOucStream &Config);
94int xtmo(XrdSysError *edest, XrdOucStream &Config);
95
96static const char *TraceID;
98XrdTcpMonInfo *tmoInfo;
99const char *myProg;
100const char *myName;
101const char *myDomain;
102const char *mySitName;
103const char *myInsName;
109char *tlsKey;
110char *caDir;
111char *caFile;
113char *repDest[2];
114XrdConfigProt *Firstcp;
115XrdConfigProt *Lastcp;
120
121int PortTCP; // TCP Port to listen on
122int PortUDP; // UDP Port to listen on (currently unsupported)
123int PortTLS; // TCP port to listen on for TLS connections
124
128
129uint64_t tlsOpts;
132
134char ppNet;
135signed char coreV;
136char Specs;
137static const int hpSpec = 0x01;
138
140unsigned int maxFD;
141};
142#endif
Definition XrdConfig.hh:47
int xhpath(XrdSysError *edest, XrdOucStream &Config)
int Net_Opts
Definition XrdConfig.hh:117
char * myInstance
Definition XrdConfig.hh:104
int repInt
Definition XrdConfig.hh:127
int xtlsca(XrdSysError *edest, XrdOucStream &Config)
char * ConfigFN
Definition XrdConfig.hh:112
int TLS_Opts
Definition XrdConfig.hh:119
char * tlsCert
Definition XrdConfig.hh:108
bool isStrict
Definition XrdConfig.hh:139
const char * mySitName
Definition XrdConfig.hh:102
int xsit(XrdSysError *edest, XrdOucStream &Config)
bool tlsNoCAD
Definition XrdConfig.hh:131
int xtrace(XrdSysError *edest, XrdOucStream &Config)
int xlog(XrdSysError *edest, XrdOucStream &Config)
int xapath(XrdSysError *edest, XrdOucStream &Config)
int xprot(XrdSysError *edest, XrdOucStream &Config)
int ConfigProc(void)
bool tlsNoVer
Definition XrdConfig.hh:130
char Specs
Definition XrdConfig.hh:136
const char * myDomain
Definition XrdConfig.hh:101
signed char coreV
Definition XrdConfig.hh:135
char * HomePath
Definition XrdConfig.hh:106
int AdminMode
Definition XrdConfig.hh:125
int HomeMode
Definition XrdConfig.hh:126
char * caFile
Definition XrdConfig.hh:111
char * tlsKey
Definition XrdConfig.hh:109
int xsched(XrdSysError *edest, XrdOucStream &Config)
int Setup(char *dfltp, char *libProt)
const char * myName
Definition XrdConfig.hh:100
char * repDest[2]
Definition XrdConfig.hh:113
char ppNet
Definition XrdConfig.hh:134
int getUG(char *parm, uid_t &theUid, gid_t &theGid)
int PortTCP
Definition XrdConfig.hh:121
int xtcpmon(XrdSysError *edest, XrdOucStream &Config)
~XrdConfig()
Definition XrdConfig.hh:55
XrdProtocol_Config ProtInfo
Definition XrdConfig.hh:57
int ASocket(const char *path, const char *fname, mode_t mode)
int PortUDP
Definition XrdConfig.hh:122
char * PidPath
Definition XrdConfig.hh:107
int SetupAPath()
XrdConfigProt * Lastcp
Definition XrdConfig.hh:115
void setCFG(bool start)
XrdNetSecurity * Police
Definition XrdConfig.hh:97
char * AdminPath
Definition XrdConfig.hh:105
int xrep(XrdSysError *edest, XrdOucStream &Config)
bool SetupTLS()
void Usage(int rc)
XrdInet * NetADM
Definition XrdConfig.hh:58
int xnkap(XrdSysError *edest, char *val)
char * caDir
Definition XrdConfig.hh:110
int xnet(XrdSysError *edest, XrdOucStream &Config)
const char * myInsName
Definition XrdConfig.hh:103
static const int hpSpec
Definition XrdConfig.hh:137
std::vector< XrdInet * > NetTCP
Definition XrdConfig.hh:59
XrdConfigProt * Firstcp
Definition XrdConfig.hh:114
static const char * TraceID
Definition XrdConfig.hh:96
int xbuf(XrdSysError *edest, XrdOucStream &Config)
bool PidFile(const char *clpFN, bool optbg)
int PortTLS
Definition XrdConfig.hh:123
int xtlsci(XrdSysError *edest, XrdOucStream &Config)
int xport(XrdSysError *edest, XrdOucStream &Config)
char repOpts
Definition XrdConfig.hh:133
XrdTcpMonInfo * tmoInfo
Definition XrdConfig.hh:98
int xtmo(XrdSysError *edest, XrdOucStream &Config)
void Manifest(const char *pidfn)
int setFDL()
XrdInet * getNet(int port, bool isTLS)
int xallow(XrdSysError *edest, XrdOucStream &Config)
int Net_Blen
Definition XrdConfig.hh:116
int ConfigXeq(char *var, XrdOucStream &Config, XrdSysError *eDest=0)
const char * myProg
Definition XrdConfig.hh:99
int TLS_Blen
Definition XrdConfig.hh:118
int Configure(int argc, char **argv)
int xtls(XrdSysError *edest, XrdOucStream &Config)
unsigned int maxFD
Definition XrdConfig.hh:140
uint64_t tlsOpts
Definition XrdConfig.hh:129
int xpidf(XrdSysError *edest, XrdOucStream &Config)
int xmaxfd(XrdSysError *edest, XrdOucStream &Config)
Definition XrdInet.hh:48
Definition XrdNetSecurity.hh:44
Definition XrdOucStream.hh:47
Definition XrdProtocol.hh:56
Definition XrdSysError.hh:90