Searched refs:repository (Results 1 - 16 of 16) sorted by relevance

/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/svc/configd/
H A Drestore_repository.sh46 repository=repository
90 this script to restore backup copies of the smf(5) repository.
151 /bin/ls -1rt $repository-*-[0-9]*[0-9] | \
152 /bin/sed -e '/[^A-Za-z0-9_,.-]/d' -e 's/^'$repository'-//'
157 There are no available backups of $myroot$repositorydir/$repository.db.
158 The only available repository is "-seed-". Note that restoring the seed
167 The following backups of $myroot$repositorydir/$repository.db exist, from
174 the repository after system boot. Backups beginning with "manifest_import"
178 Please enter either a specific backup repository fro
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dhg-active.py80 repository = hg.repository(ui.ui(), wspath)
82 sys.stderr.write("failed to open repository: %s\n" % e)
85 ws = WorkSpace(repository)
H A Donu.sh.in44 echo "\t-u uri : origin URI for redist repository"
45 echo "\t-U prefix: prefix for redist repository"
208 [[ ! -e $cfgfile ]] && cfgfile=$redistdir/pkg5.repository
/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/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd-upgrade.sh28 # exists in the repository, remove it.
130 # if the instance doesn't exist in the repository skip it
175 # repository is authoritative. `unimported' will be 0 if the hash exists.
180 # in repository.
/illumos-gate/usr/src/cmd/svc/common/
H A Di.manifest29 repfile=$PKG_INSTALL_ROOT/etc/svc/repository.db
59 # safe because there is no access to the alternate repository.
77 # If the repository does not yet exist, create it from the appropriate seed. If
78 # for some reason the seeds do not exist, svccfg(1M) will create the repository
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.l91 <INITIAL>repository { BEGIN WORD; return (SCC_REPOSITORY); }
/illumos-gate/usr/src/pkg/
H A DMakefile107 # Always build the redistributable repository, but only build the
261 # For each package, we determine the target repository based on
264 # subdirectory inside the unknown-by-the-makefile target repository.
268 # of content or target repository.
273 # Any given repository- and status-specific package list may be empty,
275 # lists for each repository we're building.
352 # repository metadata (catalogs and search indices)
363 # create-repository |
416 install: $(ALL_TARGETS) repository-metadata
418 repository
[all...]
/illumos-gate/usr/src/cmd/print/scripts/
H A Dppdmgr37 # label in the "user" repository, and
38 # updates to the "user" repository
53 # is from a known repository,
57 # is from a known repository,
67 # in a repository.
76 # repository. Similar to -u, however,
79 # -R <ppd_repository> - PPD repository name.
98 # repository if needed. If the cache
150 # Create administrator repository directories, /usr/local/share/ppd,
153 # user repository
[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/tools/onbld/Scm/
H A DWorkSpace.py553 def filectxfn(repository, ctx, fname):
592 def __init__(self, repository):
593 self.repo = repository
703 pws = hg.repository(ui, parent)
783 raise util.Abort('repository is unrelated')
817 and repository lock of the destination workspace
888 # Any cached information about the repository is
968 the repository root to be matched precisely.
/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"
/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/lib/brand/solaris10/zone/
H A Dp2v.ksh269 SVCCFG_REPOSITORY=$ZONEROOT/etc/svc/repository.db \
534 e_nosmf=$(gettext "SMF repository unavailable.")
600 # repository.
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh412 repository, one of the following actions can be selected :
427 LDAP repository should be retried. The default is unlimited.

Completed in 91 milliseconds