AFS_PTS_Start | P | ECode | The protection server has started. |
AFS_PTS_Finish | C | ECode | The protection server has finished. Finish events are rare since the server process is normally aborted. |
AFS_PTS_Exit | C | ECode | The protection server has exited. Exit events are rare since the server process is normally aborted. |
AFS_PTS_NmToId | None | ECode AFSName HostID | PR_NameToID - Perform one or more name-to-ID translations. |
AFS_PTS_IdToNm | None | ECode AFSName HostID GroupId | PR_IDToName - Perform one or more ID-to-name translations. |
AFS_PTS_NewEnt | None | ECode AFSName HostID GroupId Name OwnerId | PR_NewEntry - Create a PDB (Protection DataBase) entry for the given name. |
AFS_PTS_INewEnt | None | ECode AFSName HostID GroupId Name OwnerId | PR_INewEntry - Create a PDB entry for the given name and ID. |
AFS_PTS_LstEnt | None | ECode AFSName HostID GroupId | PR_ListEntry - Get the contents of a PDB entry based on its ID. |
AFS_PTS_DmpEnt | None | ECode AFSName HostID Position | PR_DumpEntry - Get the contents of a PDB entry based on its offset. |
AFS_PTS_ChgEnt | None | ECode AFSName HostID GroupId NewName NewOwnerId NewId | PR_ChangeEntry - Change an existing PDB entry's ID, name, owner, or a combination. |
AFS_PTS_SetFEnt | None | ECode AFSName HostID GroupId | PR_SetFieldsEntry - Change miscellaneous fields in an existing PDB entry. |
AFS_PTS_Del | None | ECode AFSName HostID GroupId | PR_Delete - Delete an existing PDB entry. |
FS_PTS_WheIsIt | None | ECode AFSName HostID GroupId Position | PR_WhereIsIt - Get the PDB byte offset of the entry for a given ID. |
AFS_PTS_AdToGrp | None | ECode AFSName HostID GroupId UserId | PR_AddToGroup - Add a user to a group. |
AFS_PTS_RmFmGrp | None | ECode AFSName HostID GroupId UserId | PR_RemoveFromGroup - Remove a user from a chosen group. |
AFS_PTS_LstMax | None | ECode AFSName HostID | PR_ListMax - Get the largest allocated user and group ID. |
AFS_PTS_SetMax | None | ECode AFSName HostID GroupId flag | PR_SetMax - Set the largest allocated user and group ID. |
AFS_PTS_LstEle | None | ECode AFSName HostID GroupId | PR_ListElements - List all IDs associated with a user or group. |
AFS_PTS_GetCPS | None | ECode AFSName HostID GroupId | PR_GetCPS - Get the CPS (Current Protection Subdomain) for the given ID. |
AFS_PTS_GetCPS2 | None | ECode AFSName HostID GroupId Host | PR_GetCPS2 - Get the CPS for the given id and host. |
AFS_PTS_GetHCPS | None | ECode AFSName HostID Host | PR_GetHostCPS - Get the CPS for the given host. |
AFS_PTS_LstOwn | None | ECode AFSName HostID GroupId | PR_ListOwned - Get all IDs owned by the given ID. |
AFS_PTS_IsMemOf | None | ECode AFSName HostID UserId GroupId | PR_IsAMemberOf - Is a given user ID a member of a specified group? |