Searched defs:repository (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dbootinfo.c67 int bi_repository; /* entry's repository(s) */
354 * int *repository);
413 * bootinfo_get(name, NULL, NULL, repository) == BI_E_BUF2SMALL
455 * int repository);
457 * Create/update a value in the bootinfo repository (standalone only).
460 * 0 => successful, valbuf[0..vallen-1] bytes stored in repository
465 int repository)
480 if (repository == 0) {
481 repository = BI_R_ALL;
485 * Check that we know about this name in the specified repository,
464 bootinfo_put(const char *name, const void *valbuf, size_t vallen, int repository) argument
[all...]
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c83 * HISTORY is implemented at the repository level (passwdutil).
251 * we find out where the user information came from (which repository),
255 * If the user comes from a repository other than FILES/NIS
257 * any checks on the user, but let the repository decide instead.
285 char *repository = attr[1].data.val_s; local
286 if ((strcmp(repository, "files") == 0 ||
287 strcmp(repository, "nis") == 0) ||
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c421 static char repository[MAX_REPOSITORY_LEN]; variable
739 (void) snprintf(repository, sizeof (repository),
743 * KRB5 PAM repository
752 pam_rep_data.type = repository;
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c188 static pwu_repository_t repository; variable
246 repository.type = NULL;
247 repository.scope = NULL;
248 repository.scope_len = 0;
301 auth_rep.type = repository.type;
302 auth_rep.scope = repository.scope;
303 auth_rep.scope_len = repository.scope_len;
313 retval = get_namelist(repository, &namelist, &num_user);
324 (void) get_attr(namelist[i], &repository,
334 if (get_attr(usrname, &repository,
1209 get_attr(char *username, pwu_repository_t *repository, attrlist **attributes) argument
1482 get_namelist(pwu_repository_t repository, char ***namelist, int *num_user) argument
[all...]
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c249 static char repository[MAX_REPOSITORY_LEN]; variable
477 * We currently only support special handling of the KRB5 PAM repository
479 if ((Rflag && strlen(repository)) &&
480 strcmp(repository, KRB5_REPOSITORY_NAME) == 0 &&
488 pam_rep_data.type = repository;
1440 SCPYL(repository, optarg);
1528 " login [-p] [-d device] [-R repository] [-s service]\n"

Completed in 127 milliseconds