Lines Matching defs:auths
136 #define DTD_ATTR_AUTHS (const xmlChar *) "auths"
7726 zonecfg_valid_auths(const char *auths, const char *zonename)
7734 tmpauths = strdup(auths);
7886 * Add auths for this zone
8005 * removed admin assignments, using an empty auths string.
8015 char *auths, char *zonename)
8028 char *new_auth_start; /* string containing the new auths */
8114 right = strtok_r(auths, ",", &lasts);
8134 * and the new auths are a substrings of the old auths.
8168 char auths[MAXAUTHS];
8180 if (fetchprop(cur, DTD_ATTR_AUTHS, auths,
8181 sizeof (auths)) != Z_OK)
8183 if (zonecfg_authorize_user_impl(handle, user, auths, zonename)