Namespaces | |
| namespace | Internal |
Classes | |
| struct | R__rsa_KEY |
| struct | R__rsa_KEY_export |
| struct | R__rsa_NUMBER |
| class | TAuthenticate |
| class | TFTP |
| class | TGrid |
| class | TGridCollection |
| class | TGridJDL |
| class | TGridJob |
| class | TGridJobStatus |
| class | TGridJobStatusList |
| class | TGridResult |
| class | THostAuth |
| class | TNetFile |
| class | TNetFileStager |
| class | TNetSystem |
| class | TPwdCtx |
| class | TRootAuth |
| class | TRootSecContext |
| class | TS3HTTPRequest |
| class | TS3WebFile |
| class | TSecContext |
| class | TSecContextCleanup |
| struct | TSocketFriend |
| class | TVirtualAuth |
| class | TWebFile |
| class | TWebSocket |
| class | TWebSystem |
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 TVirtualMutex * | gAuthenticateMutex = 0 |
| R__EXTERN TGrid * | gGrid = 0 |
| R__EXTERN TGridJobStatusList * | gGridJobStatusList = 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 Int_t(* ROOT::Deprecated::CheckSecCtx_t) (const char *subj, ROOT::Deprecated::TRootSecContext *ctx) |
Definition at line 50 of file TAuthenticate.h.
| typedef Int_t(* ROOT::Deprecated::GlobusAuth_t) (ROOT::Deprecated::TAuthenticate *auth, TString &user, TString &det) |
Definition at line 51 of file TAuthenticate.h.
| 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.
| 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.
| 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.
| typedef Int_t(* ROOT::Deprecated::SrvClup_t) (TSeqCollection *) |
Definition at line 38 of file TServerSocket.h.
| TVirtualMutex * ROOT::Deprecated::gAuthenticateMutex = 0 |
Definition at line 43 of file TAuthenticate.h.
| ROOT::Deprecated::TGrid * ROOT::Deprecated::gGrid = 0 |
| ROOT::Deprecated::TGridJobStatusList * ROOT::Deprecated::gGridJobStatusList = 0 |
Definition at line 39 of file TGridJobStatusList.h.
Definition at line 31 of file AuthConst.h.
Definition at line 30 of file AuthConst.h.
Definition at line 33 of file AuthConst.h.
Definition at line 32 of file AuthConst.h.
Definition at line 34 of file AuthConst.h.
Definition at line 28 of file AuthConst.h.
Definition at line 29 of file AuthConst.h.
Definition at line 36 of file AuthConst.h.
Definition at line 35 of file AuthConst.h.
Definition at line 41 of file TServerSocket.h.
Definition at line 42 of file TServerSocket.h.
| R__rsa_KEY_export ROOT::Deprecated::R__fgRSAPubExport[2] = {{}, {}} |
Definition at line 109 of file TAuthenticate.cxx.