Go to the source code of this file.
|
int | AL_NewAlist (int MinNoOfEntries, AL_AccessList **Al) |
|
int | AL_FreeAlist (AL_AccessList **Al) |
|
int | AL_htonAlist (AL_AccessList *Al) |
|
int | AL_ntohAlist (AL_AccessList *Al) |
|
int | AL_NewExternalAlist (int MinNoOfEntries, AL_ExternalAccessList *R) |
|
int | AL_FreeExternalAlist (AL_ExternalAccessList *R) |
|
int | AL_NewCPS (int MinNoOfEntries, PRS_InternalCPS **ICPS) |
|
int | AL_FreeCPS (PRS_InternalCPS **C) |
|
int | AL_htonCPS (PRS_InternalCPS *C) |
|
int | AL_ntohCPS (PRS_InternalCPS *C) |
|
int | AL_NewExternalCPS (int MinNoOfEntries, PRS_ExternalCPS *R) |
|
int | AL_FreeExternalCPS (PRS_ExternalCPS *R) |
|
int | AL_Externalize (AL_AccessList *Alist, AL_ExternalAccessList *Elist) |
|
int | AL_Internalize (AL_ExternalAccessList Elist, AL_AccessList **Alist) |
|
int | AL_CheckRights (AL_AccessList *Alist, PRS_InternalCPS *CPS, int *WhichRights) |
|
int | AL_Initialize (const char *Version) |
|
int | AL_NameToId (const char *Name, int *Id) |
|
int | AL_IdToName (int Id, char *Name) |
|
int | AL_GetInternalCPS (int Id, PRS_InternalCPS **ICPS) |
|
int | AL_GetExternalCPS (int Id, PRS_ExternalCPS *ECPS) |
|
int | AL_IsAMember (int Id, PRS_InternalCPS *ICPS) |
|
void | AL_PrintAlist (AL_AccessList *A) |
|
void | AL_PrintExternalAlist (AL_ExternalAccessList E) |
|
int | AL_DisableGroup (int gid, PRS_InternalCPS *ICPS) |
|
int | AL_EnableGroup (int gid, PRS_InternalCPS *ICPS) |
|
int | CmpPlus (AL_AccessEntry *a, AL_AccessEntry *b) |
|
int | CmpMinus (AL_AccessEntry *a, AL_AccessEntry *b) |
|
◆ AL_ALISTVERSION
#define AL_ALISTVERSION 1 /*Identifies current format of access lists*/ |
◆ AL_MAXEXTENTRIES
◆ AL_VERSION
#define AL_VERSION "AL v2003.05.23" |
◆ AL_ExternalAccessList
◆ AL_CheckRights()
◆ AL_DisableGroup()
◆ AL_EnableGroup()
◆ AL_Externalize()
◆ AL_FreeAlist()
◆ AL_FreeCPS()
◆ AL_FreeExternalAlist()
◆ AL_FreeExternalCPS()
◆ AL_GetExternalCPS()
◆ AL_GetInternalCPS()
◆ AL_htonAlist()
◆ AL_htonCPS()
◆ AL_IdToName()
int AL_IdToName |
( |
int |
Id, |
|
|
char * |
Name |
|
) |
| |
◆ AL_Initialize()
int AL_Initialize |
( |
const char * |
Version | ) |
|
◆ AL_Internalize()
◆ AL_IsAMember()
◆ AL_NameToId()
int AL_NameToId |
( |
const char * |
Name, |
|
|
int * |
Id |
|
) |
| |
◆ AL_NewAlist()
◆ AL_NewCPS()
◆ AL_NewExternalAlist()
◆ AL_NewExternalCPS()
◆ AL_ntohAlist()
◆ AL_ntohCPS()
◆ AL_PrintAlist()
◆ AL_PrintExternalAlist()
◆ CmpMinus()
◆ CmpPlus()
◆ AL_DebugLevel
◆ AL_MaxExtEntries