| /freebsd-12.1/sbin/pfctl/tests/files/ |
| H A D | pf0010.ok | 21 block return-icmp6(admin-unr) in inet6 proto ipv6-icmp all 22 block return-icmp6(admin-unr) in inet6 proto ipv6-icmp all 29 block return-icmp(srcfail, admin-unr) in all 30 block return-icmp(srcfail, admin-unr) in all
|
| H A D | pf0011.ok | 8 pass in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr keep state 16 block drop in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr
|
| H A D | pf0010.in | 23 block return-icmp6(admin-unr) in inet6 proto icmp6 all 31 block return-icmp(srcfail, admin-unr) in all
|
| /freebsd-12.1/sys/contrib/ngatm/netnatm/api/ |
| H A D | cc_port.c | 84 port->admin = CCPORT_STOPPED; in cc_port_create() 364 if (port->admin != CCPORT_STOPPED) in cc_port_start() 369 port->admin = CCPORT_RUNNING; in cc_port_start() 381 if (port->admin != CCPORT_RUNNING) in cc_port_stop() 384 port->admin = CCPORT_STOPPED; in cc_port_stop() 405 if (port->admin == CCPORT_RUNNING) in cc_port_isrunning() 513 if (port->admin != CCPORT_RUNNING) in cc_uni_response() 556 if (port->admin != CCPORT_RUNNING) { in cc_uni_signal() 616 if (port->admin == CCPORT_RUNNING) in cc_uni_signal()
|
| /freebsd-12.1/kerberos5/usr.sbin/ktutil/ |
| H A D | Makefile | 26 ktutil-commands.h: ${KRB5DIR}/admin/ktutil-commands.in 31 .PATH: ${KRB5DIR}/admin
|
| /freebsd-12.1/crypto/heimdal/lib/kadm5/ |
| H A D | Makefile.am | 35 dist_kadm5include_HEADERS = admin.h private.h kadm5-pwcheck.h 74 admin.h 82 admin.h \ 110 admin.h
|
| H A D | ChangeLog | 162 * admin.h: add support to get aliases 207 * admin.h: Add KRB5_KDB_ALLOW_DIGEST 220 * admin.h: Add KRB5_KDB_ALLOW_KERBEROS4 330 * admin.h: Add KRB5_TL_PKINIT_ACL. 400 * admin.h: Add more TL types (password and extension). 757 that to form the kadmin/admin principal 915 * admin.h: change void** to void* 982 * admin.h: remove prototypes 1100 number from admin host 1250 * admin.h [all …]
|
| /freebsd-12.1/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 679 * admin: Remove kdb_edit. 1369 * admin/misc.c: removed 1526 * admin/misc.c: new file 1808 * admin/ktutil.8, admin/kdb_edit.8: new man pages 1810 * admin/mod.c: new file 1819 * admin/get.c: use print_flags 1825 * admin/gettime.c: removed 2216 * admin/util.c, admin/load.c: handle the new flags. 2844 * admin: Merge to one program. 2902 added lib/gssapi and admin [all …]
|
| H A D | ChangeLog.2001 | 32 * admin/get.c: fix a bug in which a reference to a data 253 principal and we can default to that admin server 255 * admin: add a rename command 539 * admin/list.c (do_list): make sure list of keys is NULL 708 * admin/list.c (do_list): always print complete names. print 710 * admin/list.c: print both v5 and v4 list by default 713 * admin/purge.c (kt_purge): reorganize some. open the keytab 715 * admin/list.c (kt_list): reorganize some. open the keytab 716 * admin/get.c (kt_get): reorganize some. open the keytab 721 * admin/add.c (kt_add): reorganize some. open the keytab [all …]
|
| /freebsd-12.1/contrib/atf/ |
| H A D | COPYING | 90 * admin/check-style.sh, admin/check-style-common.awk, 91 admin/check-style-cpp.awk, admin/check-style-shell.awk: These files,
|
| H A D | FREEBSD-Xlist | 8 admin/
|
| /freebsd-12.1/crypto/heimdal/kpasswd/ |
| H A D | kpasswdd.c | 243 char *client = NULL, *admin = NULL; in change() local 331 ret = krb5_unparse_name (context, admin_principal, &admin); in change() 343 admin, in change() 386 admin, client); in change() 391 krb5_warnx (context, "%s is changing password for %s", admin, client); in change() 421 if (admin) in change() 422 free(admin); in change()
|
| /freebsd-12.1/sys/cam/nvme/ |
| H A D | nvme_all.c | 131 nvme_op_string(const struct nvme_command *cmd, int admin) in nvme_op_string() argument 134 if (admin) { in nvme_op_string()
|
| H A D | nvme_all.h | 45 const char *nvme_op_string(const struct nvme_command *, int admin);
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/acl/ |
| H A D | acl.cfg | 39 # Define super user 'admin' 40 export ZFS_ACL_ADMIN=admin
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | README.macos | 27 "admin" group owns them, and will change the permission of the BPF 28 devices to rw-rw----, so that all users in the "admin" group - i.e., all 68 group to "admin", and the permissions to rw-r-----. Other possibilities
|
| H A D | chmod_bpf | 18 chgrp admin /dev/bpf*
|
| /freebsd-12.1/crypto/heimdal/admin/ |
| H A D | ktutil-commands.in | 98 long = "admin-server" 129 help = "admin principal" 147 long = "admin-server"
|
| /freebsd-12.1/contrib/amd/ |
| H A D | MIRRORS.txt | 35 ftp://ftp.sunet.se/pub/unix/admin/am-utils 48 Maintainer: ftp-admin AT u-aizu.ac.jp
|
| /freebsd-12.1/contrib/libpcap/ChmodBPF/ |
| H A D | ChmodBPF | 22 chgrp admin /dev/bpf*
|
| /freebsd-12.1/crypto/heimdal/include/kadm5/ |
| H A D | Makefile.am | 5 CLEANFILES = admin.h kadm5_err.h private.h
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | wordprocessors | 178 >>9 byte 20 GroupWise admin domain database 179 >>9 byte 21 GroupWise admin host database 180 >>9 byte 23 GroupWise admin remote host database 181 >>9 byte 24 GroupWise admin ADS deferment data file
|
| /freebsd-12.1/crypto/heimdal/doc/ |
| H A D | misc.texi | 26 kerberos instance map admin 15 36 says that people with `admin' instances should be given `enabled' shells
|
| /freebsd-12.1/usr.bin/svn/svnadmin/ |
| H A D | Makefile | 9 PROG= svn${SVNLITE}admin
|
| /freebsd-12.1/contrib/bsnmp/snmp_mibII/ |
| H A D | mibII_interfaces.c | 46 int admin; member 93 if (ifc->admin) in ifchange_func() 237 ifc->admin = (value->v.integer == 1) ? 1 : 0; in op_ifentry()
|