|
xrootd
|
#include <XrdOuc/XrdOucErrInfo.hh>#include <XrdSys/XrdSysPthread.hh>#include <XrdOuc/XrdOucString.hh>#include <XrdOuc/XrdOucTokenizer.hh>#include <XrdSec/XrdSecInterface.hh>#include <XrdSecgsi/XrdSecgsiTrace.hh>#include <XrdSut/XrdSutPFEntry.hh>#include <XrdSut/XrdSutPFile.hh>#include <XrdSut/XrdSutBuffer.hh>#include <XrdSut/XrdSutRndm.hh>#include <XrdCrypto/XrdCryptoAux.hh>#include <XrdCrypto/XrdCryptoCipher.hh>#include <XrdCrypto/XrdCryptoFactory.hh>#include <XrdCrypto/XrdCryptoX509Crl.hh>#include <XrdCrypto/XrdCryptosslgsiX509Chain.hh>

Go to the source code of this file.
| #define kMAXBUFLEN 1024 |
Referenced by XrdSecProtocolgsi::InitProxy().
| #define REL1 | ( | x | ) | { if (x) delete x; } |
| #define REL2 | ( | x, | |
| y | |||
| ) | { if (x) delete x; if (y) delete y; } |
| #define REL3 | ( | x, | |
| y, | |||
| z | |||
| ) | { if (x) delete x; if (y) delete y; if (z) delete z; } |
Referenced by XrdSecProtocolpwd::ErrC(), XrdSecProtocolgsi::ErrC(), XrdSecProtocolpwd::ErrS(), and XrdSecProtocolgsi::ErrS().
| #define SafeDelArray | ( | x | ) | { if (x) delete [] x ; x = 0; } |
| #define SafeDelete | ( | x | ) | { if (x) delete x ; x = 0; } |
Referenced by gsiHSVars::~gsiHSVars().
| #define SafeFree | ( | x | ) | { if (x) free(x) ; x = 0; } |
| #define XrdCryptoMax 10 |
| #define XrdSecDEBUG 0x1000 |
| #define XrdSecgsiVERSION 10200 |
| #define XrdSecNOIPCHK 0x0001 |
Referenced by XrdSecProtocolgsiObject(), and XrdSecProtocolpwdObject().
| #define XrdSecPROTOIDENT "gsi" |
| #define XrdSecPROTOIDLEN sizeof(XrdSecPROTOIDENT) |
| typedef XrdOucString String |
| typedef XrdCryptosslgsiX509Chain X509Chain |
| typedef char*(* XrdSecgsiAuthz_t)(const char *, int) |
| typedef char*(* XrdSecgsiGMAP_t)(const char *, int) |
| enum kgsiClientSteps |
| enum kgsiErrors |
| enum kgsiHandshakeOpts |
| enum kgsiServerSteps |
| enum kgsiStatus |
1.7.4