| /freebsd/usr.sbin/ctld/ |
| H A D | ctl.conf.5 | 47 .Bd -literal -offset indent 50 .No auth-group Ar name No { 55 .No portal-group Ar name No { 57 .\".Dl listen-iser Ar address 58 .Dl discovery-auth-group Ar name 62 .No transport-group Ar name No { 68 .Dl auth-group Ar name 69 .Dl portal-group Ar name 77 .Dl auth-group Ar name 78 .Dl transport-group Ar name [all …]
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 4 def NAME: Flag<["--"], name>, HelpText<help1>; 5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 9 // '--' instead of '-' and use dashes instead of underscores, so 11 def grp_lld : OptionGroup<"kind">, HelpText<"LLD-SPECIFIC">; 13 def help : Flag<["-", "--"], "help">, 14 Group<grp_lld>; 15 def help_hidden : Flag<["--"], "help-hidden">, 17 Group<grp_lld>; 18 def verbose : Flag<["--"], "verbose">, 19 Group<grp_lld>; [all …]
|
| /freebsd/usr.sbin/pw/ |
| H A D | pw.8 | 44 .Op Fl g Ar group 65 .Op Fl g Ar group 93 .Op Fl g Ar group 174 utility is a command-line based editor for the system 177 .Ar group 182 only operates on the local user and group files. 193 .Xr group 5 208 .Cm group 226 for user and group database manipulation. 228 the user or group name or numeric id may be optionally specified as an [all …]
|
| H A D | pw.conf.5 | 39 utility is used for maintenance of the system password and group 60 .Bl -tag -width password_days -offset indent -compact 72 where to obtain default home contents 76 log user/group modifications to this file 86 default shell (without path) 88 default group 95 range of valid default user ids 98 range of valid default group ids 108 .Bl -tag -width password_days -offset indent -compact 138 determine the method by which new user and group id numbers are [all …]
|
| H A D | pw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 41 const char *Which[] = {"user", "group", NULL}; 93 { /* group */ 104 static int mode = -1; 105 static int which = -1; 123 conf.fd = -1; in main() 133 if (*argv[1] == '-') { in main() 135 * Special case, allow pw -V<dir> <operation> [args] for in main() 138 * The -M option before the keyword is handled in main() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
| H A D | defaultuserquota_007_pos.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 38 # Check default{user|group}quota to snapshot such that: 39 # 1) can not set default{user|group}quota to snapshot directly 40 # 2) snapshot does not inherit the parent fs's default{user|group}quota 46 # 2. set the default{user|group}quota to snapshot and expect fail 47 # 3. set default{user|group}quota to fs and check the snapshot 48 # 4. reset default{user|group}quota to fs and check the snapshot's value 60 log_assert "Check the snapshot's default{user|group}quota" [all …]
|
| H A D | defaultuserquota_009_pos.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 43 # 1. Create a pool, and create fs with preset default user,group quota 44 # 2. Check set default user|group quota via zfs snapshot|clone|list -o 45 # 3. Check the default user|group quota can not change during zfs rename|upgrade|promote 46 # 4. Check the default user|group quota can not change during zfs clone 47 # 5. Check the default user|group quota can not change during zfs send/receive 52 for ds in $TESTPOOL/fs $TESTPOOL/fs-rename $TESTPOOL/fs-clone; do 53 datasetexists $ds && destroy_dataset $ds -rRf [all …]
|
| H A D | defaultuserquota_004_neg.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 38 # Check invalid parameter handling of zfs set default{user|group}quota 42 # 1. try to set invalid values with zfs set default{user|group}quota to fs 43 # 2. try to set valid values with zfs set default{user|group}quota to snapshots (an invalid o… 55 log_assert "Check invalid values for zfs set default{user|group}quota" 60 set -A sizes "100mfsd" "m0.12m" "GGM" "-1234-m" "123m-m" 63 log_note "can not set default{user|group}quota with invalid size parameter" 68 log_note "can not set default{user|group}quota to snapshot $snap_fs" [all …]
|
| /freebsd/bin/setfacl/ |
| H A D | setfacl.1 | 1 .\"- 53 .Bl -tag -width indent 65 from the file mode - the three mandatory entries in case 70 .Dq Li group 73 .Dq Li group 78 The operations apply to the default ACL entries instead of 81 default ACL's. 93 Delete any default ACL entries on the specified files. 96 any default ACL entries. 98 the specified files cannot have a default entry (i.e., [all …]
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_acl_text.c | 1 /*- 28 * Test converting ACLs to text, both wide and non-wide 39 ARCHIVE_ENTRY_ACL_USER_OBJ, -1, "" }, 49 ARCHIVE_ENTRY_ACL_GROUP_OBJ, -1, "" }, 58 ARCHIVE_ENTRY_ACL_OTHER, -1, "" }, 62 ARCHIVE_ENTRY_ACL_USER_OBJ, -1, "" }, 66 ARCHIVE_ENTRY_ACL_GROUP_OBJ, -1, "" }, 68 ARCHIVE_ENTRY_ACL_OTHER, -1, "" }, 137 "group::r-x\n" 138 "other::r-x\n" [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_CTX_set1_curves.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH SSL_CTX_SET1_CURVES 3ossl 2025-09-30 3.5.4 OpenSSL 69 \&\- EC supported curve functions 101 least one group in the list. A number of these functions identify groups via a 103 external providers. In this case there will be no NID assigned for the group. 130 For a TLS 1.2 server, the groups determine the selected group. If 132 array determines the selected group. Otherwise, the order is ignored and the 135 For a TLS 1.3 server, the groups determine the selected group, but 136 selection is more complex. A TLS 1.3 client sends both a group list as well as a 137 predicted subset of groups. Choosing a group outside the predicted subset incurs [all …]
|
| /freebsd/contrib/ntp/util/ |
| H A D | ntp-keygen.mdoc.in | 4 .\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:46 AM by AutoGen 5.18.16 7 .\" From the definitions ntp-keygen-opts.def 8 .\" and the template file agmdoc-cmd.tpl 10 .Nm ntp-keygen 17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc 34 All other files are in PEM\-encode [all...] |
| H A D | ntp-keygen.1ntp-keygenmdoc | 2 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands 4 .\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:46 AM by AutoGen 5.18.16 7 .\" From the definitions ntp-keygen-opts.def 8 .\" and the template file agmdoc-cmd.tpl 10 .Nm ntp-keygen 17 .Op Fl \-option\-nam [all...] |
| H A D | ntp-keygen.1ntp-keygenman | 2 . it 1 an-trap 6 .ds B-Font [CB] 7 .ds I-Font [CI] 8 .ds R-Font [CR] 10 .ds B-Font B 11 .ds I-Font I 12 .ds R-Font R 13 .TH ntp-keygen 1ntp-keygenman "25 May 2024" "ntp (4.2.8p18)" "User Commands" 15 .\" EDIT THIS FILE WITH CAUTION (in-me [all...] |
| H A D | ntp-keygen.man.in | 2 . it 1 an-trap 6 .ds B-Font [CB] 7 .ds I-Font [CI] 8 .ds R-Font [CR] 10 .ds B-Font B 11 .ds I-Font I 12 .ds R-Font R 13 .TH ntp-keygen @NTP_KEYGEN_MS@ "25 May 2024" "ntp (4.2.8p18)" "User Commands" 15 .\" EDIT THIS FILE WITH CAUTION (in-mem file) 17 .\" It has been AutoGen-e [all...] |
| H A D | ntp-keygen-opts.def | 1 /* -*- Mode: Text -*- */ 7 #include autogen-version.def 9 prog-name = "ntp-keygen"; 10 prog-title = "create a Network Time Protocol host key"; 19 arg-type = number; 20 arg-name = imbits; 21 arg-range = '256->2048'; 24 doc = <<- _EndOfDoc_ 25 The number of bits in the identity modulus. The default is 512. 32 arg-type = string; [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set1_curves.pod | 10 - EC supported curve functions 42 least one group in the list. A number of these functions identify groups via a 44 external providers. In this case there will be no NID assigned for the group. 71 For a TLS 1.2 server, the groups determine the selected group. If 73 array determines the selected group. Otherwise, the order is ignored and the 76 For a TLS 1.3 server, the groups determine the selected group, but 77 selection is more complex. A TLS 1.3 client sends both a group list as well as a 78 predicted subset of groups. Choosing a group outside the predicted subset incurs 79 an extra roundtrip. However, in some situations, the most preferred group may 83 with, e.g., a post-quantum algorithm, this behavior may allow a network attacker [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1 //===--- Options.td - Options for clang -----------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 19 // such as the group descriptions. 24 // Sensible default in case of mistakes. 38 // The option is a "driver"-only option, and should not be forwarded to other 39 // tools via `-Xarch` options. 42 // LinkerInput - The option is a linker input. 45 // NoArgumentUnused - Don't report argument unused warnings for this option; this [all …]
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | README-P2P | 1 wpa_supplicant and Wi-Fi P2P 4 This document describes how the Wi-Fi P2P implementation in 10 Introduction to Wi-Fi P2P 11 ------------------------- 15 More information about Wi-Fi P2P is available from Wi-Fi Alliance: 16 http://www.wi-fi.org/Wi-Fi_Direct.php 20 ----------------------------- 26 ---------------------------- 28 Wi-Fi P2P is an optional component that needs to be enabled in the 30 configuration that includes Wi-Fi P2P support and Linux nl80211 [all …]
|
| /freebsd/contrib/sendmail/src/ |
| H A D | SECURITY | 1 # Copyright (c) 2000-2002 Proofpoint, Inc. and its suppliers. 8 # $Id: SECURITY,v 1.52 2013-11-22 20:51:54 ca Exp $ 20 sendmail without set-user-ID root, which avoids local exploits. 21 This configuration, which is the default starting with 8.12, is 26 ** sendmail configuration without set-user-ID root ** 31 - bind to port 25 32 - call the local delivery agent (LDA) as root (or other user) if the LDA 33 isn't set-user-ID root (unless some other method of storing e-mail in 35 - read .forward files 36 - write e-mail submitted via the command line to the queue directory. [all …]
|
| /freebsd/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | messages.subr | 2 # Copyright (c) 2012-2014 Devin Teske 27 hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER" 28 hline_alnum_space_tab_enter="Use alpha-numeric, SPACE, TAB or ENTER" 29 hline_alnum_tab_enter="Use alpha-numeric, TAB or ENTER" 35 …is one of:\n\n a) decimal for UNIX time since %s\n b) dd-mmm-yy[yy] for day, month, and 2- or 4-di… 38 msg_add_group="Add Group" 46 msg_delete_group="Delete Group" 49 msg_delete_primary_group="Delete Primary Group" 52 msg_disable_password_auth_for_group="Disable password authentication for this group?" 54 msg_edit_group="Edit/View Group" [all …]
|
| H A D | usermgmt.hlp | 4 The first time you have entered the name of the new group or user, the 13 group for your users. Common names for such a group are "users", or 14 even simply "other". Group names are used to control file access 15 permissions for users that belong to the same group. Several group 18 The numerical user or group IDs are often nothing you want to care for 22 distinguish users and groups -- hence they should normally be unique 23 to each person or group, respectively. 35 The user's login group determines which group access rights the user 40 the additional group membership list should normally not contain the 41 login group again. [all …]
|
| /freebsd/usr.sbin/nfsuserd/ |
| H A D | nfsuserd.8 | 30 .Nd load user and group information into the kernel for 32 services plus support manage-gids for all NFS versions 40 .Op Fl manage-gids 44 loads user and group information into the kernel for NFSv4. 47 For non-Kerberized NFSv4 mounts, this daemon must be running unless all 51 It also provides support for manage-gids and must be running on the server if 56 It then preloads the cache with group and user information, up to the cache size 67 .Bl -tag -width Ds 69 This option allows you to override the default DNS domain name, which 75 Overrides the default timeout for cache entries, in minutes. [all …]
|
| /freebsd/share/man/man4/ |
| H A D | ip.4 | 47 when using higher-level protocols that are based on 57 special-purpose applications. 60 .Tn IP-level 78 protocol specification (RFC-791), with one exception: 79 the list of addresses for Source Route options must include the first-hop 81 The first-hop gateway address will be extracted from the option list 84 use a zero-length buffer: 85 .Bd -literal 92 Setting the ECN codepoint - the two least significant bits - on a 96 configures the time-to-live (TTL) field in the [all …]
|
| /freebsd/sys/contrib/openzfs/man/man1/ |
| H A D | test-runner.1 | 1 .\" SPDX-License-Identifier: CDDL-1.0 65 is specified, the directory is treated as a test group. 98 A test group is comprised of a set of executable files, all of which exist in 102 apply to individual tests in the group. 104 tests as a group. 106 these scripts are run only once each at the start and end of the test group. 110 Tests that exit zero and non-zero are marked 115 When a pre script fails for a test group, only the post script is executed, 124 By default, tests are executed with the credentials of the 136 By default, [all …]
|