#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"
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) |
Variables | |
| const char * | XrdSecClientCVSID = "$Id: XrdSecClient.cc,v 1.9 2008/12/18 04:08:24 abh Exp $" |
| #define DEBUG | ( | x | ) | {if (DebugON) cerr <<"sec_Client: " <<x <<endl;} |
Referenced by XrdSecGetProtocol().
| XrdSecProtocol* XrdSecGetProtocol | ( | const char * | hostname, | |
| const struct sockaddr & | netaddr, | |||
| XrdSecParameters & | parms, | |||
| XrdOucErrInfo * | einfo | |||
| ) |
References XrdSecBuffer::buffer, DEBUG, DebugON, XrdSecPManager::Get(), XrdOucErrInfo::setErrInfo(), and XrdSecBuffer::size.
Referenced by main().
| const char* XrdSecClientCVSID = "$Id: XrdSecClient.cc,v 1.9 2008/12/18 04:08:24 abh Exp $" |
1.7.1