#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"
Go to the source code of this file.
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: XrdSecServer.cc 38011 2011-02-08 18:35:57Z ganis $" |
Definition at line 341 of file XrdSecServer.cc.
Definition at line 339 of file XrdSecServer.cc.
Definition at line 337 of file XrdSecServer.cc.
Definition at line 335 of file XrdSecServer.cc.
XrdSecService* XrdSecgetService | ( | XrdSysLogger * | lp, | |
const char * | cfn | |||
) |
Definition at line 866 of file XrdSecServer.cc.
References XrdSecServer::Configure().
Referenced by main().
const char* XrdSecServerCVSID = "$Id: XrdSecServer.cc 38011 2011-02-08 18:35:57Z ganis $" |
Definition at line 13 of file XrdSecServer.cc.