nfs-ganesha 1.4
|
Id mapping functions. More...
#include "ganesha_rpc.h"
#include "nfs_core.h"
#include "nfs_tools.h"
#include <unistd.h>
#include <stdlib.h>
#include <strings.h>
#include <string.h>
#include <sys/types.h>
#include <pwd.h>
#include <grp.h>
Go to the source code of this file.
Functions | |
int | uid2name (char *name, uid_t *puid) |
int | name2uid (char *name, uid_t *puid) |
int | gid2name (char *name, gid_t *pgid) |
int | name2gid (char *name, gid_t *pgid) |
int | uid2str (uid_t uid, char *str) |
int | gid2str (gid_t gid, char *str) |
int | uid2utf8 (uid_t uid, utf8string *utf8str) |
int | gid2utf8 (gid_t gid, utf8string *utf8str) |
int | utf82uid (utf8string *utf8str, uid_t *Uid) |
int | utf82gid (utf8string *utf8str, gid_t *Gid) |
Id mapping functions.
idmapper.c : Id mapping functions.
Definition in file idmapper.c.