| /freebsd-12-stable/contrib/pam_modules/pam_passwdqc/ |
| D | pam_passwdqc.c | 324 int randomonly, enforce, retries_left, retry_wanted; in pam_sm_chauthtok() local 412 enforce = params.flags & F_ENFORCE_USERS; in pam_sm_chauthtok() 414 enforce = params.flags & F_ENFORCE_ROOT; in pam_sm_chauthtok() 421 if (!curpass || (check_max(¶ms, pamh, curpass) && enforce)) in pam_sm_chauthtok() 426 if (enforce) in pam_sm_chauthtok() 502 if (check_max(¶ms, pamh, newpass) && enforce) { in pam_sm_chauthtok() 516 if (enforce) { in pam_sm_chauthtok()
|
| D | README | 97 enforce=none|users|everyone [enforce=everyone] 100 actually enforce strong passwords. The "users" setting will enforce
|
| D | PLATFORMS | 27 You will likely also need to set "max=8" in order to actually enforce
|
| /freebsd-12-stable/contrib/binutils/gas/doc/ |
| D | c-sparc.texi | 18 * Sparc-Aligned-Data:: Option to enforce aligned data 101 @kindex --enforce-aligned-data 102 You can use the @code{--enforce-aligned-data} option to make SPARC GAS 106 The @code{--enforce-aligned-data} option is not the default because gcc
|
| /freebsd-12-stable/lib/libpam/pam.d/ |
| D | passwd | 10 #password requisite pam_passwdqc.so enforce=users
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | dsl_dir.c | 707 enforce_res_t enforce = ENFORCE_ALWAYS; in dsl_enforce_ds_ss_limits() local 737 enforce = ENFORCE_ALWAYS; in dsl_enforce_ds_ss_limits() 740 enforce = ENFORCE_ABOVE; in dsl_enforce_ds_ss_limits() 744 return (enforce); in dsl_enforce_ds_ss_limits() 791 enforce_res_t enforce; in dsl_fs_ss_limit_check() local 806 enforce = dsl_enforce_ds_ss_limits(dd, prop, cr); in dsl_fs_ss_limit_check() 807 if (enforce == ENFORCE_NEVER) in dsl_fs_ss_limit_check() 853 if (enforce == ENFORCE_ALWAYS && (count + delta) > limit) in dsl_fs_ss_limit_check()
|
| /freebsd-12-stable/contrib/googletest/googlemock/test/ |
| D | gmock_output_test_golden.txt | 78 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht… 85 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht… 269 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht… 276 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht…
|
| /freebsd-12-stable/sys/xen/interface/xsm/ |
| D | flask_op.h | 190 struct xen_flask_setenforce enforce; member
|
| /freebsd-12-stable/crypto/openssl/doc/man7/ |
| D | ossl_store.pod | 38 The B<OSS_STORE> API does nothing to enforce any specific format or
|
| /freebsd-12-stable/contrib/expat/ |
| D | configure.ac | 238 [enforce the use of getrandom function in the system @<:@default=check@:>@]) 261 … [enforce the use of syscall SYS_getrandom function in the system @<:@default=check@:>@]) 328 [enforce XML to man page compilation @<:@default=check@:>@])
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_jail.c | 515 int born, created, cuflags, descend, enforce; in kern_jail_set() local 596 error = vfs_copyopt(opts, "enforce_statfs", &enforce, sizeof(enforce)); in kern_jail_set() 601 else if (enforce < 0 || enforce > 2) { in kern_jail_set() 1374 if (enforce < ppr->pr_enforce_statfs) { in kern_jail_set() 1664 pr->pr_enforce_statfs = enforce; in kern_jail_set() 1667 if (tpr->pr_enforce_statfs < enforce) in kern_jail_set() 1668 tpr->pr_enforce_statfs = enforce; in kern_jail_set()
|
| /freebsd-12-stable/contrib/apr/docs/ |
| D | incomplete_types | 4 Incomplete types are used in APR because they can enforce portability, and
|
| /freebsd-12-stable/contrib/blacklist/ |
| D | README | 4 communicate with a packet filter via a daemon to enforce opening and
|
| /freebsd-12-stable/crypto/openssh/ |
| D | FREEBSD-upgrade | 163 We've added code to auth.c to enforce the host.allow, host.deny,
|
| D | PROTOCOL | 553 If the server doesn't enforce a specific limit, then the field may be 554 set to 0. This implies the server relies on the OS to enforce limits
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMScheduleV6.td | 291 // use FU_Issue to enforce the 1 load/store per cycle limit
|
| /freebsd-12-stable/contrib/llvm-project/lld/docs/ELF/ |
| D | warn_backrefs.rst | 48 The ``--warn-backrefs`` option can also provide a check to enforce a
|
| /freebsd-12-stable/contrib/googletest/googlemock/include/gmock/ |
| D | gmock-generated-function-mockers.h.pump | 88 // Even though gcc and MSVC don't enforce it, 'this->' is required
|
| /freebsd-12-stable/contrib/flex/ |
| D | NEWS | 409 ** configure.in now includes a call to AC_PREREQ to enforce the
|
| /freebsd-12-stable/crypto/heimdal/ |
| D | ChangeLog.2003 | 22 * lib/hdb/hdb.asn1: remove enforce-transited-policy, its no longer 243 * kdc/kdc.8: document enforce-transited-policy 250 * lib/hdb/hdb.asn1: add flag to enforce transited policy
|
| /freebsd-12-stable/contrib/ntp/sntp/libopts/ |
| D | COPYING.gplv3 | 493 agreement or commitment, however denominated, not to enforce a patent 496 party means to make such an agreement or commitment not to enforce a
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | Mips64InstrInfo.td | 375 // We override the generated decoder to enforce that dext always comes out 391 // We override the generated decoder to enforce that dins always comes out
|
| /freebsd-12-stable/contrib/wpa/hostapd/ |
| D | ChangeLog | 95 - enforce rand,mask generation rules more strictly 376 * enforce full EAP authentication after RADIUS Disconnect-Request by 789 enforce frequent PTK rekeying, e.g., to mitigate some attacks against
|
| /freebsd-12-stable/crypto/openssl/doc/man1/ |
| D | ca.pod | 705 enforce the absence of the EMAIL field within the DN, as suggested by
|
| /freebsd-12-stable/contrib/ipfilter/ |
| D | HISTORY | 319 user programs enforce version matching with the kernel 659 make keep-state work with to/fastroute keywords and enforce usage of those
|