Searched refs:admin (Results 1 - 25 of 264) sorted by relevance

1234567891011

/netbsd-current/external/bsd/libpcap/dist/
H A Dchmod_bpf7 # This startup item will make it owned by the admin group,
8 # with permissions rw-rw----, so that anybody in the admin
16 # admin group can capture packets.
18 chgrp admin /dev/bpf*
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
H A Dautogen.sh12 if test -f $d/share/apps/kdelibs/admin/cvs.sh; then
22 cp -a $kdedir/share/apps/kdelibs/admin .
23 sed -e s/AC_FOREACH/INCOMPATIBLE_FOREACH/g < $kdedir/share/apps/kdelibs/admin/acinclude.m4.in > admin/acinclude.m4.in
24 sed -e 's/automake\*1.6/automake\*1.[678] | automake\*1.[678]/' < admin/cvs.sh > admin/cvs.sh.new
25 mv admin/cvs.sh.new admin/cvs.sh
30 mv config.rpath admin/config.rpath
40 sh admin/cv
[all...]
H A Dautoclean.sh13 rm -rf admin
51 rm -f admin/config.rpath
53 # Generated through admin/cvs.sh.
/netbsd-current/external/bsd/libpcap/dist/ChmodBPF/
H A DChmodBPF11 # This startup item will make it owned by the admin group,
12 # with permissions rw-rw----, so that anybody in the admin
20 # admin group can capture packets.
22 chgrp admin /dev/bpf*
/netbsd-current/external/bsd/pkg_install/sbin/pkg_admin/
H A DMakefile11 ${DIST}/admin/audit-packages.sh.in > $@
15 ${DIST}/admin/download-vulnerability-list.sh.in > $@
21 .PATH: ${DIST}/admin
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A DMakefile.common12 admindir=.; until test -f $$admindir/admin/cvs.sh; do \
16 admindir=$$admindir/admin; \
18 echo "Can't find the admin/ directory in any parent of the"; \
H A Dcvs.sh125 perl -w admin/am_edit || exit 1
161 perl -w admin/am_edit
190 perl -w ../admin/am_edit
290 if test -x $i/admin; then admindir=$i/admin; break; fi
/netbsd-current/external/bsd/openldap/dist/doc/guide/admin/
H A DMakefile86 admin.html: admin.sdf sdf-src sdf-img
87 sdf -DPDF -2html admin.sdf
92 guide.pdf: admin.html booktitle.html guide.book
95 OpenLDAP-Admin-Guide.pdf: admin.html guide.book
/netbsd-current/crypto/external/bsd/heimdal/dist/admin/
H A Dktutil_locl.h60 #include <kadm5/admin.h>
H A DNTMakefile32 RELDIR=admin
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-kadmin.in80 ${kadmin} -l add -p foo --use-defaults foo/admin@${R} || exit 1
98 echo "kinit (no admin); test mod --alias authorization"
100 -S kadmin/admin@${R} hasalias@${R} || exit 1
154 echo "kinit (no admin)"
156 -S kadmin/admin@${R} bar@${R} || exit 1
170 echo "kinit (no admin)"
172 -S kadmin/admin@${R} baz@${R} || exit 1
183 echo "kinit (no admin)"
185 -S kadmin/admin@${R} baz@${R} || exit 1
196 echo "kinit (no admin)"
[all...]
/netbsd-current/external/bsd/openldap/dist/build/
H A Dmkrelease65 if test -e $RELNAME/doc/guide/admin/guide.sdf ; then
67 ( cd $RELNAME/doc/guide/admin ; make guide.html )
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Drcs2sccs.sh101 echo about to do sccs admin
102 echo sccs admin -n -i$file $file < $commentfile
103 sccs admin -n -i$file $file < $commentfile >> $logfile 2>&1
105 echo ERROR - sccs admin
113 sccs admin -fb $file 2>>$logfile
137 sccs admin -z $file
139 echo ERROR - sccs admin -z
/netbsd-current/crypto/external/bsd/heimdal/sbin/ktutil/
H A DMakefile8 .PATH: ${HEIMDIST}/admin ${HEIMDIST}/lib/hcrypto
/netbsd-current/crypto/external/bsd/heimdal/lib/libkadm5clnt/
H A DMakefile48 INCS= admin.h \
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A DMakefile.am40 dist_kadm5include_HEADERS = admin.h private.h kadm5-pwcheck.h
79 admin.h
87 admin.h \
116 admin.h
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dbuild_src.com5 $ CC admin.c
57 $ LIBRARY/CREATE cvslib.olb add.obj,admin.obj,annotate.obj,buffer.obj,checkin.obj,-
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmin_locl.h95 #include <kadm5/admin.h>
/netbsd-current/external/gpl2/xcvs/bin/xcvs/
H A DMakefile13 SRCS= acl.c add.c admin.c annotate.c buffer.c checkin.c checkout.c \
/netbsd-current/usr.sbin/racoon/
H A DMakefile15 pfkey.c admin.c evt.c ipsec_doi.c oakley.c \
/netbsd-current/crypto/external/bsd/heimdal/dist/
H A DMakefile.am9 SUBDIRS= include lib kuser kdc admin kadmin kpasswd
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacperm.c169 op2.o_dn = tenantp->admin;
170 op2.o_ndn = tenantp->admin;
/netbsd-current/crypto/external/bsd/heimdal/dist/kpasswd/
H A Dkpasswdd.c39 #include <kadm5/admin.h>
250 char *client = NULL, *admin = NULL; local
339 ret = krb5_unparse_name (context, admin_principal, &admin);
351 admin,
394 admin, client);
399 krb5_warnx (context, "%s is changing password for %s", admin, client);
429 if (admin)
430 free(admin);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/
H A DMakefile.am197 hello-c++-kde/admin/acinclude.m4.in \
198 hello-c++-kde/admin/am_edit \
199 hello-c++-kde/admin/ChangeLog \
200 hello-c++-kde/admin/compile \
201 hello-c++-kde/admin/conf.change.pl \
202 hello-c++-kde/admin/config.guess \
203 hello-c++-kde/admin/config.pl \
204 hello-c++-kde/admin/config.sub \
205 hello-c++-kde/admin/configure.in.bot.end \
206 hello-c++-kde/admin/configur
[all...]
H A DMakefile.in345 hello-c++-kde/admin/acinclude.m4.in \
346 hello-c++-kde/admin/am_edit \
347 hello-c++-kde/admin/ChangeLog \
348 hello-c++-kde/admin/compile \
349 hello-c++-kde/admin/conf.change.pl \
350 hello-c++-kde/admin/config.guess \
351 hello-c++-kde/admin/config.pl \
352 hello-c++-kde/admin/config.sub \
353 hello-c++-kde/admin/configure.in.bot.end \
354 hello-c++-kde/admin/configur
[all...]

Completed in 274 milliseconds

1234567891011