/illumos-gate/usr/src/cmd/passwd/ |
H A D | passwd.c | 190 static pwu_repository_t repository; variable 248 repository.type = NULL; in main() 249 repository.scope = NULL; in main() 250 repository.scope_len = 0; in main() 303 auth_rep.type = repository.type; in main() 304 auth_rep.scope = repository.scope; in main() 305 auth_rep.scope_len = repository.scope_len; in main() 315 retval = get_namelist(repository, &namelist, &num_user); in main() 326 (void) get_attr(namelist[i], &repository, in main() 336 if (get_attr(usrname, &repository, &attributes) == in main() [all …]
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | restore_repository.sh | 46 repository=repository 148 /bin/ls -1rt $repository-*-[0-9]*[0-9] | \ 149 /bin/sed -e '/[^A-Za-z0-9_,.-]/d' -e 's/^'$repository'-//' 154 There are no available backups of $myroot$repositorydir/$repository.db. 155 The only available repository is "-seed-". Note that restoring the seed 164 The following backups of $myroot$repositorydir/$repository.db exist, from 171 the repository after system boot. Backups beginning with "manifest_import" 175 Please enter either a specific backup repository from the above list to 182 -seed- restore the initial starting repository (All 239 repo="$myroot$repositorydir/$repository.db"
|
/illumos-gate/usr/src/cmd/acpi/ |
H A D | Readme | 25 We maintain an ACPI repository that has the tools to sync up the ACPI 26 data in illumos. The repository README has more information on the 27 repository. It has the following information: 33 3. The tool 'tools/acpica-update' in the repository can be used to
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | LICENSE | 7 modifications to Sparse files in the Smatch repository which have not been 8 pushed to the Sparse repository. These are released under the MIT license. The 10 despite that it has not been pushed to the Sparse repository.
|
/illumos-gate/usr/src/contrib/ast/ |
H A D | README | 5 top level of that repository.
|
/illumos-gate/usr/src/cmd/print/scripts/ |
H A D | ppdmgr | 411 for repository in ${REPOSITORIES} ; do 412 if [[ "${repository}" = "${ppd_file_repository}" ]] ; then 1008 for repository in ${REPOSITORIES} ; do 1009 if [[ "${repository}" = "${1}" && -d "${1}/${2}" ]] ; then
|
/illumos-gate/usr/src/pkg/ |
H A D | README.pkg | 38 repository which contain the deliverables from an ON build. 44 The build rules create a package repository. Separate DEBUG and 51 The -p option to nightly will build the IPS repository. 128 The on-disk repository will be initialized when it does not exist, 130 packages will simply be added to the existing repository. 142 To test the generated repository, you should use the "onu" tool 148 serve the generated repository to multiple test machines. 338 repository (http://pkg.opensolaris.org/dev or http://ipkg.sfbay/dev)
|
H A D | Makefile | 431 install: $(ALL_TARGETS) repository-metadata 433 repository-metadata: publish_pkgs 462 $(PKGDEBUG)pkgsend -s file://$(@) create-repository \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd-upgrade.sh | 130 # if the instance doesn't exist in the repository skip it
|
/illumos-gate/usr/src/cmd/svc/common/ |
H A D | i.manifest | 29 repfile=$PKG_INSTALL_ROOT/etc/svc/repository.db
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | README.CVS.HOWTO | 3 This project's SourceForge CVS repository can be checked out through
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | README | 33 repository construction. This includes most services required for
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | submitting-patches.md | 10 1. Git clone a sparse repository:
|
/illumos-gate/usr/src/cmd/login/ |
H A D | login.c | 251 static char repository[MAX_REPOSITORY_LEN]; variable 481 if ((Rflag && strlen(repository)) && in main() 482 strcmp(repository, KRB5_REPOSITORY_NAME) == 0 && in main() 490 pam_rep_data.type = repository; in main() 1442 SCPYL(repository, optarg); in get_options()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | THIRDPARTYLICENSE.lz4 | 30 - LZ4 source repository : http://code.google.com/p/lz4/
|
/illumos-gate/usr/src/lib/pam_modules/authtok_check/ |
H A D | authtok_check.c | 287 char *repository = attr[1].data.val_s; in get_passwd_defaults() local 288 if ((strcmp(repository, "files") == 0 || in get_passwd_defaults() 289 strcmp(repository, "nis") == 0) || in get_passwd_defaults()
|
/illumos-gate/usr/src/cmd/bhyve/ |
H A D | README.sync | 2 public Git repository at https://git.freebsd.org/src.git
|
/illumos-gate/usr/src/cmd/initpkg/ |
H A D | inittab | 30 # the SMF repository. For example:
|
/illumos-gate/usr/src/test/elf-tests/doc/ |
H A D | README | 37 Then set the publisher on the test machine to point to your repository and
|
/illumos-gate/usr/src/test/os-tests/doc/ |
H A D | README | 36 Then set the publisher on the test machine to point to your repository and
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-fault-management-smtp-notify.p5m | 29 …on a set of notification preferences which are stored in the SMF service configuration repository."
|
H A D | service-fault-management-snmp-notify.p5m | 29 …on a set of notification preferences which are stored in the SMF service configuration repository."
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | onu.sh.in | 246 [[ ! -e $cfgfile ]] && cfgfile=$redistdir/pkg5.repository
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rshd.c | 421 static char repository[MAX_REPOSITORY_LEN]; variable 739 (void) snprintf(repository, sizeof (repository), in doit() 752 pam_rep_data.type = repository; in doit()
|
/illumos-gate/usr/src/test/util-tests/doc/ |
H A D | README | 43 Then set the publisher on the test machine to point to your repository and
|