#include <unistd.h>#include <ctype.h>#include <errno.h>#include <netdb.h>#include <stdlib.h>#include <strings.h>#include <stdio.h>#include <sys/param.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include "XrdOuc/XrdOucErrInfo.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysPthread.hh"#include "XrdSec/XrdSecPManager.hh"#include "XrdSec/XrdSecInterface.hh"Go to the source code of this file.
Classes | |
| class | XrdSecProtNone |
Defines | |
| #define | DEBUG(x) {if (DebugON) cerr <<"sec_Client: " <<x <<endl;} |
Functions | |
| XrdSecProtocol * | XrdSecGetProtocol (const char *hostname, const struct sockaddr &netaddr, XrdSecParameters &parms, XrdOucErrInfo *einfo) |
Definition at line 34 of file XrdSecClient.cc.
| XrdSecProtocol* XrdSecGetProtocol | ( | const char * | hostname, | |
| const struct sockaddr & | netaddr, | |||
| XrdSecParameters & | parms, | |||
| XrdOucErrInfo * | einfo | |||
| ) |
Definition at line 67 of file XrdSecClient.cc.
References XrdSecBuffer::buffer, DEBUG, DebugON, XrdSecPManager::Get(), getenv(), and XrdSecBuffer::size.
Referenced by main().
1.5.1