|
XRootD
|
#include <unistd.h>#include <cctype>#include <cerrno>#include <cstdlib>#include <strings.h>#include <sys/types.h>#include "XrdVersion.hh"#include "XrdNet/XrdNetAddrInfo.hh"#include "XrdOuc/XrdOucErrInfo.hh"#include "XrdOuc/XrdOucUtils.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysPthread.hh"#include "XrdSec/XrdSecInterface.hh"
Include dependency graph for XrdSecProtocolunix.cc:Go to the source code of this file.
Classes | |
| class | XrdSecProtocolunix |
Functions | |
| char * | XrdSecProtocolunixInit (const char mode, const char *parms, XrdOucErrInfo *erp) |
| XrdSecProtocol * | XrdSecProtocolunixObject (const char mode, const char *hostname, XrdNetAddrInfo &endPoint, const char *parms, XrdOucErrInfo *erp) |
| XrdVERSIONINFO (XrdSecProtocolunixObject, secunix) | |
| char * XrdSecProtocolunixInit | ( | const char | mode, |
| const char * | parms, | ||
| XrdOucErrInfo * | erp ) |
Definition at line 183 of file XrdSecProtocolunix.cc.
| XrdSecProtocol * XrdSecProtocolunixObject | ( | const char | mode, |
| const char * | hostname, | ||
| XrdNetAddrInfo & | endPoint, | ||
| const char * | parms, | ||
| XrdOucErrInfo * | erp ) |
Definition at line 199 of file XrdSecProtocolunix.cc.
References XrdOucErrInfo::setErrInfo().
Referenced by XrdVERSIONINFO().
Here is the call graph for this function:
Here is the caller graph for this function:| XrdVERSIONINFO | ( | XrdSecProtocolunixObject | , |
| secunix | ) |