#include <Basics.H>
#include <Generics.H>
Go to the source code of this file.
Namespaces | |
namespace | OS |
Functions | |
bool | getPwNam (const Text &user_name, Passwd &passwd) |
bool | getGrNam (const Text &user_name, Group &group) |
bool | getPwUid (uid_t uid, Passwd &passwd) |
bool | getGrGid (gid_t gid, Group &group) |
|
|
|
|
|
|
|
Referenced by AccessControl::GlobalIdentityRep::GlobalIdentityRep(). |