xrootd
Classes | Defines | Functions | Variables

XrdSecServer.cc File Reference

#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"
Include dependency graph for XrdSecServer.cc:

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

XrdSecServiceXrdSecgetService (XrdSysLogger *lp, const char *cfn)

Variables

const char * XrdSecServerCVSID = "$Id$"

Define Documentation

#define Max (   x,
 
)    (x > y ? x : y)
#define TS_Bit (   x,
  m,
 
)    if (!strcmp(x,var)) {m = v; return 0;}
#define TS_Chr (   x,
 
)    if (!strcmp(x,var)) {m = val[0]; return 0;}
#define TS_Str (   x,
 
)    if (!strcmp(x,var)) {free(m); m = strdup(val); return 0;}
#define TS_Xeq (   x,
 
)    if (!strcmp(x,var)) return m(Config,Eroute);

Referenced by XrdSecServer::ConfigXeq().


Function Documentation

XrdSecService* XrdSecgetService ( XrdSysLogger lp,
const char *  cfn 
)

References XrdSecServer::Configure().

Referenced by main().


Variable Documentation

const char* XrdSecServerCVSID = "$Id$"