Go to the documentation of this file.
34 #define XrdSecPROTOIDENT "pwd"
35 #define XrdSecPROTOIDLEN sizeof(XrdSecPROTOIDENT)
36 #define XrdSecpwdVERSION 10100
37 #define XrdSecNOIPCHK 0x0001
38 #define XrdSecDEBUG 0x1000
39 #define XrdCryptoMax 10
41 #define kMAXBUFLEN 1024
178 #define REL1(x) { if (x) delete x; }
179 #define REL2(x,y) { if (x) delete x; if (y) delete y; }
180 #define REL3(x,y,z) { if (x) delete x; if (y) delete y; if (z) delete z; }
183 #define PRINT(y) {{SecTrace->Beg(epname); cerr <<y; SecTrace->End();}}
188 #define SafeDelete(x) { if (x) delete x ; x = 0; }
189 #define SafeDelArray(x) { if (x) delete [] x ; x = 0; }
274 const struct sockaddr *ipadd,
275 const char *parms = 0);
356 const char *msg1,
const char *msg2 = 0,
357 const char *msg3 = 0);
361 const char *msg2 = 0,
const char *msg3 = 0);
365 const char *msg2 = 0,
const char *msg3 = 0);
395 const char *tag = 0);