Searched refs:getuuidfromname (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Duuid.h47 extern int getuuidfromname( const char *name, uuidtype_t type, uuidp_t uuid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/misc/
H A Duuidtest.c96 ret = getuuidfromname( optarg, UUID_USER, uuid);
109 ret = getuuidfromname( optarg, UUID_GROUP, uuid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c201 EC_ZERO_LOG(getuuidfromname(pwd->pw_name,
208 EC_ZERO_LOG(getuuidfromname(grp->gr_name,
725 EC_ZERO_LOG(getuuidfromname(pwd->pw_name, UUID_USER, darwin_aces->darwin_ace_uuid));
735 EC_ZERO_LOG(getuuidfromname(grp->gr_name, UUID_GROUP, darwin_aces->darwin_ace_uuid));
1323 if ((ret = getuuidfromname(pw->pw_name, UUID_USER, rbuf)) != 0)
1338 if ((ret = getuuidfromname(gr->gr_name, UUID_GROUP, rbuf)) != 0)
H A Ddirectory.c2753 if (0 != getuuidfromname(ibuf, UUID_USER, (unsigned char *)rbuf))
2759 if (0 != getuuidfromname(ibuf, UUID_GROUP, (unsigned char *)rbuf))
H A Dauth.c1152 ret = getuuidfromname( obj->username, UUID_USER, uuid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Duuid.c136 int getuuidfromname( const char *name, uuidtype_t type, uuidp_t uuid) { function
149 "getuuidfromname{cache}: name: %s, type%s: %s -> UUID: %s",
161 LOG(log_debug, logtype_afpd, "getuuidfromname{LDAP}: name: %s, type: %s -> UUID: %s",
164 LOG(log_debug, logtype_afpd, "getuuidfromname(\"%s\",t:%u): no result from ldap search",
173 LOG(log_error, logtype_afpd, "getuuidfromname(\"%s\",t:%u): unknown user",
180 LOG(log_debug, logtype_afpd, "getuuidfromname{local}: name: %s, type: %s -> UUID: %s",
186 LOG(log_error, logtype_afpd, "getuuidfromname(\"%s\",t:%u): unknown user",
193 LOG(log_debug, logtype_afpd, "getuuidfromname{local}: name: %s, type: %s -> UUID: %s",

Completed in 110 milliseconds