|
static int | auth_rand () |
| rand() implementation using /udev/random or /dev/random, if available More...
|
|
Int_t | OldProofServAuthSetup (TSocket *sock, Bool_t master, Int_t protocol, TString &user, TString &ord, TString &conf) |
| Authentication related setup in TProofServ run after successful startup. More...
|
|
Int_t | OldSlaveAuthSetup (TSocket *sock, Bool_t master, TString ord, TString conf) |
| Setup of authetication in PROOF run after successful opening of the socket. More...
|
|
static Int_t | RecvHostAuth (TSocket *s, Option_t *opt) |
| Receive from client/master directives for authentications, create related THostAuth and add them to the TAuthenticate::ProofAuthInfo list. More...
|
|
static Int_t | SendHostAuth (TSocket *s) |
| Sends the list of the relevant THostAuth objects to the master or to the active slaves, typically data servers external to the proof cluster. More...
|
|
Int_t | StdCheckSecCtx (const char *user, TRootSecContext *ctx) |
| Standard version of CheckSecCtx to be passed to TAuthenticate::AuthExists Check if User is matches the one in Ctx Returns: 1 if ok, 0 if not Deactivates Ctx is not valid. More...
|
|