Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Deprecated Namespace Reference

Namespaces

namespace  Internal
 

Classes

struct  R__rsa_KEY
 
struct  R__rsa_KEY_export
 
struct  R__rsa_NUMBER
 
class  TAuthenticate
 
class  THostAuth
 
class  TPwdCtx
 
class  TRootAuth
 
class  TRootSecContext
 
class  TSecContext
 
class  TSecContextCleanup
 
struct  TSocketFriend
 
class  TVirtualAuth
 

Typedefs

typedef Int_t(* CheckSecCtx_t) (const char *subj, ROOT::Deprecated::TRootSecContext *ctx)
 
typedef Int_t(* GlobusAuth_t) (ROOT::Deprecated::TAuthenticate *auth, TString &user, TString &det)
 
typedef Int_t(* Krb5Auth_t) (ROOT::Deprecated::TAuthenticate *auth, TString &user, TString &det, Int_t version)
 
typedef Int_t(* SecureAuth_t) (ROOT::Deprecated::TAuthenticate *auth, const char *user, const char *passwd, const char *remote, TString &det, Int_t version)
 
typedef Int_t(* SrvAuth_t) (TSocket *sock, const char *, const char *, std::string &, Int_t &, Int_t &, std::string &, TSeqCollection *)
 
typedef Int_t(* SrvClup_t) (TSeqCollection *)
 

Variables

R__EXTERN TVirtualMutexgAuthenticateMutex = 0
 
const Int_t kAUTH_CRYPT_MSK = 0x2
 
const Int_t kAUTH_REUSE_MSK = 0x1
 
const Int_t kAUTH_RSATY_MSK = 0x8
 
const Int_t kAUTH_SSALT_MSK = 0x4
 
const Int_t kMAXRSATRIES = 100
 
const Int_t kMAXSEC = 6
 
const Int_t kMAXSECBUF = 4096
 
const Int_t kPRIMEEXP = 40
 
const Int_t kPRIMELENGTH = 20
 
const UChar_t kSrvAuth = 0x1
 
const UChar_t kSrvNoAuth = (kSrvAuth<<4)
 
R__rsa_KEY_export R__fgRSAPubExport [2] = {{}, {}}
 

Typedef Documentation

◆ CheckSecCtx_t

typedef Int_t(* ROOT::Deprecated::CheckSecCtx_t) (const char *subj, ROOT::Deprecated::TRootSecContext *ctx)

Definition at line 50 of file TAuthenticate.h.

◆ GlobusAuth_t

typedef Int_t(* ROOT::Deprecated::GlobusAuth_t) (ROOT::Deprecated::TAuthenticate *auth, TString &user, TString &det)

Definition at line 51 of file TAuthenticate.h.

◆ Krb5Auth_t

typedef Int_t(* ROOT::Deprecated::Krb5Auth_t) (ROOT::Deprecated::TAuthenticate *auth, TString &user, TString &det, Int_t version)

Definition at line 52 of file TAuthenticate.h.

◆ SecureAuth_t

typedef Int_t(* ROOT::Deprecated::SecureAuth_t) (ROOT::Deprecated::TAuthenticate *auth, const char *user, const char *passwd, const char *remote, TString &det, Int_t version)

Definition at line 53 of file TAuthenticate.h.

◆ SrvAuth_t

typedef Int_t(* ROOT::Deprecated::SrvAuth_t) (TSocket *sock, const char *, const char *, std::string &, Int_t &, Int_t &, std::string &, TSeqCollection *)

Definition at line 35 of file TServerSocket.h.

◆ SrvClup_t

typedef Int_t(* ROOT::Deprecated::SrvClup_t) (TSeqCollection *)

Definition at line 38 of file TServerSocket.h.

Variable Documentation

◆ gAuthenticateMutex

TVirtualMutex * ROOT::Deprecated::gAuthenticateMutex = 0

Definition at line 43 of file TAuthenticate.h.

◆ kAUTH_CRYPT_MSK

const Int_t ROOT::Deprecated::kAUTH_CRYPT_MSK = 0x2

Definition at line 31 of file AuthConst.h.

◆ kAUTH_REUSE_MSK

const Int_t ROOT::Deprecated::kAUTH_REUSE_MSK = 0x1

Definition at line 30 of file AuthConst.h.

◆ kAUTH_RSATY_MSK

const Int_t ROOT::Deprecated::kAUTH_RSATY_MSK = 0x8

Definition at line 33 of file AuthConst.h.

◆ kAUTH_SSALT_MSK

const Int_t ROOT::Deprecated::kAUTH_SSALT_MSK = 0x4

Definition at line 32 of file AuthConst.h.

◆ kMAXRSATRIES

const Int_t ROOT::Deprecated::kMAXRSATRIES = 100

Definition at line 34 of file AuthConst.h.

◆ kMAXSEC

const Int_t ROOT::Deprecated::kMAXSEC = 6

Definition at line 28 of file AuthConst.h.

◆ kMAXSECBUF

const Int_t ROOT::Deprecated::kMAXSECBUF = 4096

Definition at line 29 of file AuthConst.h.

◆ kPRIMEEXP

const Int_t ROOT::Deprecated::kPRIMEEXP = 40

Definition at line 36 of file AuthConst.h.

◆ kPRIMELENGTH

const Int_t ROOT::Deprecated::kPRIMELENGTH = 20

Definition at line 35 of file AuthConst.h.

◆ kSrvAuth

const UChar_t ROOT::Deprecated::kSrvAuth = 0x1

Definition at line 41 of file TServerSocket.h.

◆ kSrvNoAuth

const UChar_t ROOT::Deprecated::kSrvNoAuth = (kSrvAuth<<4)

Definition at line 42 of file TServerSocket.h.

◆ R__fgRSAPubExport

R__rsa_KEY_export ROOT::Deprecated::R__fgRSAPubExport[2] = {{}, {}}

Definition at line 107 of file TAuthenticate.cxx.