|
xrootd
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysPthread.hh"#include "XrdSec/XrdSecEntity.hh"#include "XrdOuc/XrdOucEnv.hh"#include "XrdOuc/XrdOucLock.hh"
Macros | |
| #define | PRINT(y) if (g_debug) {std::cerr << y << "\n";} |
| #define | PROUT(_x_) std::cerr <<inf_pfx <<"entity." #_x_ "='" <<(entity._x_ ? entity._x_ : "") <<"'.\n" |
Functions | |
| int | XrdSecgsiAuthzInit (const char *cfg) |
| int | XrdSecgsiAuthzFun (XrdSecEntity &entity) |
| int | XrdSecgsiAuthzKey (XrdSecEntity &entity, char **key) |
| #define PRINT | ( | y | ) | if (g_debug) {std::cerr << y << "\n";} |
| #define PROUT | ( | _x_ | ) | std::cerr <<inf_pfx <<"entity." #_x_ "='" <<(entity._x_ ? entity._x_ : "") <<"'.\n" |
| int XrdSecgsiAuthzFun | ( | XrdSecEntity & | entity | ) |
| int XrdSecgsiAuthzInit | ( | const char * | cfg | ) |
| int XrdSecgsiAuthzKey | ( | XrdSecEntity & | entity, |
| char ** | key | ||
| ) |
1.8.3.1