|
int | DoDirectiveAllow (char *, XrdOucStream *, bool) |
| Process 'allow' directive. More...
|
|
int | DoDirectiveAllowedGroups (char *, XrdOucStream *, bool) |
| Process 'allowedgroups' directive. More...
|
|
int | DoDirectiveAllowedUsers (char *, XrdOucStream *, bool) |
| Process 'allowedusers' directive. More...
|
|
int | DoDirectiveDataDir (char *, XrdOucStream *, bool) |
| Process 'datadir' directive. More...
|
|
int | DoDirectiveDataSetReqRepo (char *, XrdOucStream *, bool) |
|
int | DoDirectiveDataSetSrc (char *, XrdOucStream *, bool) |
| Process 'datasetsrc' directive. More...
|
|
int | DoDirectiveFilterLibPaths (char *, XrdOucStream *, bool) |
| Process 'filterlibpaths' directive xpd.filterlibpaths 1|0 [path1,path2 path3 path4 ...]. More...
|
|
int | DoDirectiveGroupfile (char *, XrdOucStream *, bool) |
| Process 'groupfile' directive. More...
|
|
int | DoDirectiveMaxOldLogs (char *, XrdOucStream *, bool) |
| Process 'maxoldlogs' directive. More...
|
|
int | DoDirectiveMultiUser (char *, XrdOucStream *, bool) |
| Process 'multiuser' directive. More...
|
|
int | DoDirectivePort (char *, XrdOucStream *, bool) |
| Process 'xrd.protocol' directive to find the port. More...
|
|
int | DoDirectiveRole (char *, XrdOucStream *, bool) |
| Process 'role' directive. More...
|
|
int | DoDirectiveRootd (char *, XrdOucStream *, bool) |
| Process 'rootd' directive xpd.rootd deny|allow [rootsys:<tag>] [path:abs-path/] [mode:ro|rw] [auth:none|full] [other_rootd_args]. More...
|
|
int | DoDirectiveRootdAllow (char *, XrdOucStream *, bool) |
| Process 'rootdallow' directive xpd.rootdallow host1,host2 host3 Host names may contain the wild card '*'. More...
|
|
int | DoDirectiveTrace (char *, XrdOucStream *, bool) |
| Scan the config file for tracing settings. More...
|
|
int | DoDirectiveXrootd (char *, XrdOucStream *, bool) |
| Process 'xrootd' directive xpd.xrootd [path/]libXrdXrootd.so. More...
|
|
XrdProofSched * | LoadScheduler () |
| Load PROOF scheduler. More...
|
|
XrdProtocol * | LoadXrootd (char *parms, XrdProtocol_Config *pi, XrdSysError *edest) |
| Load the Xrootd protocol, if required. More...
|
|
bool | ValidateLocalDataSetSrc (XrdOucString &url, bool &local) |
| Validate local dataset src at URL (check the URL and make the relevant directories). More...
|
|