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

123

/freebsd-9.3-release/contrib/libpcap/
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*
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.secret.sample40 admin * * * *
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-kadmin.in80 ${kadmin} -l add -p foo --use-defaults foo/admin@${R} || exit 1
103 echo "kinit (no admin)"
105 -S kadmin/admin@${R} bar@${R} || exit 1
119 echo "kinit (admin)"
121 -S kadmin/admin@${R} foo/admin@${R} || exit 1
125 ${kadmin} -p foo/admin@${R} add -p foo --use-defaults kaka@${R} ||
135 ${kadmin} -p foo/admin@${R} get -s doesnotexists@${R} \
/freebsd-9.3-release/crypto/heimdal/admin/
H A Dktutil_locl.h60 #include <kadm5/admin.h>
/freebsd-9.3-release/kerberos5/usr.sbin/ktutil/
H A DMakefile28 ktutil-commands.h: ${KRB5DIR}/admin/ktutil-commands.in ../../tools/slc/slc
38 .PATH: ${KRB5DIR}/admin
/freebsd-9.3-release/contrib/cvs/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
/freebsd-9.3-release/kerberos5/lib/libkadm5clnt/
H A DMakefile8 INCS= admin.h \
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dkadmin_locl.h95 #include <kadm5/admin.h>
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_port.c84 port->admin = CCPORT_STOPPED;
364 if (port->admin != CCPORT_STOPPED)
369 port->admin = CCPORT_RUNNING;
381 if (port->admin != CCPORT_RUNNING)
384 port->admin = CCPORT_STOPPED;
405 if (port->admin == CCPORT_RUNNING)
513 if (port->admin != CCPORT_RUNNING)
556 if (port->admin != CCPORT_RUNNING) {
616 if (port->admin == CCPORT_RUNNING)
H A Dcc_dump.c267 (p->admin == CCPORT_STOPPED) ? "STOPPED" :
268 (p->admin == CCPORT_RUNNING) ? "RUNNING" : "????");
H A Dcc_data.c203 eport->state = port->admin;
H A Dccpriv.h123 } admin; /* admin status */ member in struct:ccport
/freebsd-9.3-release/contrib/cvs/src/
H A DMakefile.am35 admin.c \
H A Dsanity.sh907 # Restore changes to CVSROOT admin files.
1176 tests="${tests} join-readonly-conflict join-admin join-admin-2"
1207 # "cvs admin", reserved checkouts.
1208 tests="${tests} admin reserved"
2145 # Copy the admin files for restore_adm.
2447 # a few "cvs admin -o" invocations.
2449 dotest_fail basica-o1 "${testcvs} admin -o 1.2::1.2" \
2452 dotest basica-o2 "${testcvs} admin -o 1.2::1.2 ssfile" \
2455 dotest basica-o2a "${testcvs} admin
[all...]
H A Dadmin.c13 * Administration ("cvs admin")
148 admin (argc, argv) function
186 error (0, 0, "the -i option to admin is not supported");
341 /* Silently set the global really_quiet flag. This keeps admin in
376 error (1, 0, "specify %s -H admin for usage information",
384 /* The use of `cvs admin -k' is unrestricted. However, any other
513 send_to_server ("admin\012", 0);
568 error (0, 0, "cannot admin newly added file `%s'", finfo->file);
729 /* See admin-19a-admin an
[all...]
H A Dcvs.h894 extern int admin PROTO ((int argc, char **argv));
H A Dmain.c114 { "admin", "adm", "rcs", admin, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
173 " where command is add, admin, etc.\n",
204 " admin Administration front end for rcs\n",
/freebsd-9.3-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c37 #include <kadm5/admin.h>
243 char *client = NULL, *admin = NULL; local
331 ret = krb5_unparse_name (context, admin_principal, &admin);
343 admin,
386 admin, client);
391 krb5_warnx (context, "%s is changing password for %s", admin, client);
419 if (admin)
420 free(admin);
/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII_interfaces.c46 int admin; member in struct:ifchange
93 if (ifc->admin)
237 ifc->admin = (value->v.integer == 1) ? 1 : 0;
/freebsd-9.3-release/gnu/usr.bin/cvs/cvs/
H A DMakefile14 SRCS= add.c admin.c annotate.c buffer.c \
/freebsd-9.3-release/crypto/openssh/contrib/cygwin/
H A Dssh-host-config585 admin=$(/usr/bin/id -G | /usr/bin/grep -Eq '\<544\>' && echo yes || echo no)
586 if [ "${admin}" != "yes" ]
598 csih_warning "This usually means you're running this script from a non-admin"
/freebsd-9.3-release/contrib/dialog/samples/
H A Dcopismall71 . ./admin.funcs
174 $DIALOG --backtitle "$TITLE" --title "Point admin" --inputbox "Scegliere l'user principale per la gestione e l'uso del point. Se l'user non esiste, verra' creato. Se esiste, ne verranno adattate le informazioni quali nome, gruppi, etc." 0 0 "beppe" --and-widget --title "Insert SysOp's name" --inputbox "Inserire nome e cognome del gestore ed utilizzatore principale del point (il proprio nome)." 0 0 "Giuseppe De Marco" --and-widget --title "Choose editor" --inputbox "Scegliere l'editor da usare per scrivere i messaggi" 0 0 "vim" 2>$tmp_master
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dmit_dump.c127 #include <kadm5/admin.h>
/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_event360 360:AUE_DARWIN_SYSCTL_NONADMIN:sysctl() - non-admin:ot
414 43050:AUE_SYSCTL_NONADMIN:sysctl() - non-admin:ot
615 6213:AUE_admin_authenticate:admin login:lo
/freebsd-9.3-release/etc/
H A Dservices967 mm-admin 534/tcp #MegaMedia Admin
968 mm-admin 534/udp #MegaMedia Admin
1218 mac-srvr-admin 660/tcp #MacOS Server Admin
1219 mac-srvr-admin 660/udp #MacOS Server Admin

Completed in 258 milliseconds

123