xrootd
|
#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <stdlib.h>
#include <strings.h>
#include <stdio.h>
#include <sys/param.h>
#include "XrdNet/XrdNetDNS.hh"
#include "XrdOuc/XrdOucEnv.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdOuc/XrdOucErrInfo.hh"
#include "XrdSys/XrdSysLogger.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSec/XrdSecInterface.hh"
#include "XrdSec/XrdSecServer.hh"
#include "XrdSec/XrdSecTrace.hh"
Classes | |
class | XrdSecProtBind |
class | XrdSecProtParm |
Defines | |
#define | TS_Xeq(x, m) if (!strcmp(x,var)) return m(Config,Eroute); |
#define | TS_Str(x, m) if (!strcmp(x,var)) {free(m); m = strdup(val); return 0;} |
#define | TS_Chr(x, m) if (!strcmp(x,var)) {m = val[0]; return 0;} |
#define | TS_Bit(x, m, v) if (!strcmp(x,var)) {m = v; return 0;} |
#define | Max(x, y) (x > y ? x : y) |
Functions | |
XrdSecService * | XrdSecgetService (XrdSysLogger *lp, const char *cfn) |
Variables | |
const char * | XrdSecServerCVSID = "$Id$" |
#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); |
Referenced by XrdSecServer::ConfigXeq().
XrdSecService* XrdSecgetService | ( | XrdSysLogger * | lp, |
const char * | cfn | ||
) |
References XrdSecServer::Configure().
Referenced by main().
const char* XrdSecServerCVSID = "$Id$" |