#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <stdlib.h>
#include <strings.h>
#include <stdio.h>
#include <sys/param.h>
#include <pwd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "krb5.h"
#include "com_err.h"
#include "XrdNet/XrdNetDNS.hh"
#include "XrdOuc/XrdOucErrInfo.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysPthread.hh"
#include "XrdOuc/XrdOucTokenizer.hh"
#include "XrdSec/XrdSecInterface.hh"
#include "XrdSys/XrdSysPriv.hh"
Include dependency graph for XrdSecProtocolkrb5.cc:
Classes | |
class | XrdSecProtocolkrb5 |
Defines | |
#define | krb_etxt(x) (char *)error_message(x) |
#define | XrdSecPROTOIDENT "krb5" |
#define | XrdSecPROTOIDLEN sizeof(XrdSecPROTOIDENT) |
#define | XrdSecNOIPCHK 0x0001 |
#define | XrdSecEXPTKN 0x0002 |
#define | XrdSecINITTKN 0x0004 |
#define | XrdSecDEBUG 0x1000 |
#define | XrdSecMAXPATHLEN 4096 |
#define | CLDBG(x) if (client_options & XrdSecDEBUG) cerr <<"Seckrb5: " <<x <<endl; |
#define | CLPRT(x) cerr <<"Seckrb5: " <<x <<endl; |
Typedefs | |
typedef krb5_error_code | krb_rc |
Functions | |
char * | XrdSecProtocolkrb5Init (const char mode, const char *parms, XrdOucErrInfo *erp) |
XrdSecProtocol * | XrdSecProtocolkrb5Object (const char mode, const char *hostname, const struct sockaddr &netaddr, const char *parms, XrdOucErrInfo *erp) |
void | __eprintf (const char *string, const char *expression, unsigned int line, const char *filename) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|