![]() |
XRootD
|
#include <unistd.h>
#include <cctype>
#include <cerrno>
#include <fcntl.h>
#include <netdb.h>
#include <cstdlib>
#include <strings.h>
#include <cstdio>
#include <sys/param.h>
#include "XrdVersion.hh"
#include "XrdSys/XrdSysLogger.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdOuc/XrdOucEnv.hh"
#include "XrdOuc/XrdOucErrInfo.hh"
#include "XrdOuc/XrdOucPinKing.hh"
#include "XrdNet/XrdNetAddr.hh"
#include "XrdSec/XrdSecEntityPin.hh"
#include "XrdSec/XrdSecInterface.hh"
#include "XrdSec/XrdSecProtector.hh"
#include "XrdSec/XrdSecServer.hh"
#include "XrdSec/XrdSecTrace.hh"
Go to the source code of this file.
Classes | |
class | XrdSecPinInfo |
class | XrdSecProtBind |
class | XrdSecProtParm |
Macros | |
#define | EAUTH EBADE |
#define | Max(x, y) (x > y ? x : y) |
#define | TS_Bit(x, m, v) if (!strcmp(x,var)) {m = v; return 0;} |
#define | TS_Chr(x, m) if (!strcmp(x,var)) {m = val[0]; return 0;} |
#define | TS_Str(x, m) if (!strcmp(x,var)) {free(m); m = strdup(val); return 0;} |
#define | TS_Xeq(x, m) if (!strcmp(x,var)) return m(Config,Eroute); |
Functions | |
XrdSecService * | XrdSecgetService (XrdSysLogger *lp, const char *cfn) |
#define EAUTH EBADE |
Definition at line 58 of file XrdSecServer.cc.
#define Max | ( | x, | |
y | |||
) | (x > y ? x : y) |
Definition at line 435 of file XrdSecServer.cc.
#define TS_Bit | ( | x, | |
m, | |||
v | |||
) | if (!strcmp(x,var)) {m = v; return 0;} |
Definition at line 433 of file XrdSecServer.cc.
#define TS_Chr | ( | x, | |
m | |||
) | if (!strcmp(x,var)) {m = val[0]; return 0;} |
Definition at line 431 of file XrdSecServer.cc.
#define TS_Str | ( | x, | |
m | |||
) | if (!strcmp(x,var)) {free(m); m = strdup(val); return 0;} |
Definition at line 429 of file XrdSecServer.cc.
#define TS_Xeq | ( | x, | |
m | |||
) | if (!strcmp(x,var)) return m(Config,Eroute); |
Definition at line 427 of file XrdSecServer.cc.
XrdSecService* XrdSecgetService | ( | XrdSysLogger * | lp, |
const char * | cfn | ||
) |
Definition at line 1195 of file XrdSecServer.cc.
References XrdSecServer::Configure().
Referenced by main().