|
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"
Include dependency graph for XrdSecServer.cc:Go to the source code of this file.
Classes | |
| class | XrdSecPinInfo |
| class | XrdSecProtBind |
| class | XrdSecProtParm |
Macros | |
| #define | EAUTH EBADE |
| #define | Max(x, y) |
| #define | TS_Bit(x, m, v) |
| #define | TS_Chr(x, m) |
| #define | TS_Str(x, m) |
| #define | TS_Xeq(x, m) |
Functions | |
| XrdSecService * | XrdSecgetService (XrdSysLogger *lp, const char *cfn) |
| #define EAUTH EBADE |
Definition at line 58 of file XrdSecServer.cc.
| #define Max | ( | x, | |
| y ) |
Definition at line 435 of file XrdSecServer.cc.
| #define TS_Bit | ( | x, | |
| m, | |||
| v ) |
Definition at line 433 of file XrdSecServer.cc.
| #define TS_Chr | ( | x, | |
| m ) |
Definition at line 431 of file XrdSecServer.cc.
| #define TS_Str | ( | x, | |
| m ) |
Definition at line 429 of file XrdSecServer.cc.
| #define TS_Xeq | ( | x, | |
| m ) |
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(), and XrdVERSIONINFO().
Here is the call graph for this function:
Here is the caller graph for this function: