Go to the documentation of this file.
52 #define XrdSecPROTOIDENT "pwd"
53 #define XrdSecPROTOIDLEN sizeof(XrdSecPROTOIDENT)
54 #define XrdSecpwdVERSION 10100
55 #define XrdSecNOIPCHK 0x0001
56 #define XrdSecDEBUG 0x1000
57 #define XrdCryptoMax 10
59 #define kMAXBUFLEN 1024
196 #define REL1(x) { if (x) delete x; }
197 #define REL2(x,y) { if (x) delete x; if (y) delete y; }
198 #define REL3(x,y,z) { if (x) delete x; if (y) delete y; if (z) delete z; }
201 #define PRINT(y) {{SecTrace->Beg(epname); cerr <<y; SecTrace->End();}}
206 #define SafeDelete(x) { if (x) delete x ; x = 0; }
207 #define SafeDelArray(x) { if (x) delete [] x ; x = 0; }
294 const struct sockaddr *ipadd,
295 const char *parms = 0);
380 const char *msg1,
const char *msg2 = 0,
381 const char *msg3 = 0);
385 const char *msg2 = 0,
const char *msg3 = 0);
389 const char *msg2 = 0,
const char *msg3 = 0);
419 const char *tag = 0);