#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 | |
| XrdSecService * | XrdSecgetService (XrdSysLogger *lp, const char *cfn) |
Variables | |
| const char * | XrdSecServerCVSID = "$Id$" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.3.9.1