Home
last modified time | relevance | path

Searched full:aging (Results 1 – 25 of 213) sorted by relevance

123456789

/illumos-gate/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging36 The characters are password aging data. Password aging forces the
38 of time. Password aging can also force a user to keep a password for
42 ] Sample entry from /etc/passwd with password aging installed:
48 the comma are used by the password aging mechanism.
51 ] Password aging characters from above example:
69 passwd program will then remove the passwd aging characters, and the
70 user will not be subjected to password aging requirements again.
74 aging will then occur as defined by the first and second characters.
81 aging data. An account with an expired password can be su'd to
85 Password Aging Codes
H A Dldap_attr.c489 * if password aging is to be turned on).
572 * disable passwd aging after updating the password in ldap_update()
796 /* Turn off aging. Reset min and warn too */ in ldap_update()
803 /* Turn account aging on */ in ldap_update()
815 * If aging was turned off, we update lstchg. in ldap_update()
898 * then what should the new aging values look like? in ldap_update()
902 * a) aging is already configured: don't touch it in ldap_update()
904 * b) disable_aging is set: disable aging in ldap_update()
906 * c) aging is not configured: turn on default aging; in ldap_update()
909 * (i.e., password changed, and aging values not changed) in ldap_update()
[all …]
H A Dfiles_attr.c663 * if sp_max==0 : disable passwd aging after updating the password in files_update()
796 /* Turn aging off -> Reset min and warn too */ in files_update()
801 /* Turn aging on */ in files_update()
813 * If aging was turned off, we update lstchg. in files_update()
868 * What should the new aging values look like? in files_update()
872 * a) aging is already configured: don't touch it in files_update()
874 * b) disable_aging is set: disable aging in files_update()
876 * c) aging is not configured: turn on default aging; in files_update()
879 * (i.e., password changed, and aging values not changed) in files_update()
883 /* a) aging not yet configured */ in files_update()
[all …]
/titanic_41/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging36 The characters are password aging data. Password aging forces the
38 of time. Password aging can also force a user to keep a password for
42 ] Sample entry from /etc/passwd with password aging installed:
48 the comma are used by the password aging mechanism.
51 ] Password aging characters from above example:
69 passwd program will then remove the passwd aging characters, and the
70 user will not be subjected to password aging requirements again.
74 aging will then occur as defined by the first and second characters.
81 aging data. An account with an expired password can be su'd to
85 Password Aging Codes
H A Dldap_attr.c487 * if password aging is to be turned on).
570 * disable passwd aging after updating the password in ldap_update()
794 /* Turn off aging. Reset min and warn too */ in ldap_update()
801 /* Turn account aging on */ in ldap_update()
813 * If aging was turned off, we update lstchg. in ldap_update()
896 * then what should the new aging values look like? in ldap_update()
900 * a) aging is already configured: don't touch it in ldap_update()
902 * b) disable_aging is set: disable aging in ldap_update()
904 * c) aging is not configured: turn on default aging; in ldap_update()
907 * (i.e., password changed, and aging values not changed) in ldap_update()
[all …]
H A Dfiles_attr.c658 * if sp_max==0 : disable passwd aging after updating the password in files_update()
791 /* Turn aging off -> Reset min and warn too */ in files_update()
796 /* Turn aging on */ in files_update()
808 * If aging was turned off, we update lstchg. in files_update()
863 * What should the new aging values look like? in files_update()
867 * a) aging is already configured: don't touch it in files_update()
869 * b) disable_aging is set: disable aging in files_update()
871 * c) aging is not configured: turn on default aging; in files_update()
874 * (i.e., password changed, and aging values not changed) in files_update()
878 /* a) aging not yet configured */ in files_update()
[all …]
/illumos-gate/usr/src/man/man1/
H A Dpasswd.173 \fBaging\fR is insufficient, \fBpasswd\fR terminates; see \fBpwconv\fR(8)
84 If aging is sufficient, a check is made to ensure that the new password meets
187 Privileged users are not forced to comply with password aging and password
223 or, if password aging information is not present,
297 The date password was last changed for \fIname\fR. All password aging dates are
406 at all for the \fBnis\fR repository which does not support password aging.
524 with the \fB-x\fR option, unless \fImax\fR is set to \fB\(mi1\fR (aging turned
546 valid if password aging is disabled.
556 days that the password is valid for \fIname\fR. The aging for \fIname\fR is
681 Aging option is disabled.
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c63 bool aging; member
328 static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_acquire() argument
333 if (aging && MLX5_CAP_GEN(dev, flow_counter_bulk_alloc) != 0) { in mlx5_fc_acquire()
342 struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create_ex() argument
344 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create_ex()
352 counter->aging = aging; in mlx5_fc_create_ex()
354 if (aging) { in mlx5_fc_create_ex()
382 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() argument
384 struct mlx5_fc *counter = mlx5_fc_create_ex(dev, aging); in mlx5_fc_create()
[all...]
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Ddynmem_readme.txt101 however at full aging it will only be placed at the head of the lru.
102 It's memory will not be deallocated until a further aging level has
110 meta-data' with its own aging counter. It operates exactly as the holdover
111 entries as regards to aging but is absolute - i.e. no percentage governs
114 2.3.2 The percentage and additional aging count are adjustable by the
136 In addition there exist an accelerated aging flag which mimics hysterisis
202 D1=1 temporaily accelerate aging (set the hysterisis
214 The aging counter and sleep timer limits are arbitrarily limited to a byte
216 current implementation yields about 18 hours for full aging.
/titanic_41/usr/src/man/man1/
H A Dpasswd.195 \fBaging\fR is insufficient, \fBpasswd\fR terminates; see \fBpwconv\fR(1M),
106 If aging is sufficient, a check is made to ensure that the new password meets
224 Privileged users are not forced to comply with password aging and password
260 or, if password aging information is not present,
334 The date password was last changed for \fIname\fR. All password aging dates are
460 the \fBnis\fR repository which does not support password aging.
579 with the \fB-x\fR option, unless \fImax\fR is set to \fB\(mi1\fR (aging turned
601 valid if password aging is disabled.
611 days that the password is valid for \fIname\fR. The aging for \fIname\fR is
739 Aging option is disabled.
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_event_wheel.c110 /* We need to retire the event if the next aging time passed */ in __cl_event_wheel_callback()
122 /* update the required aging time */ in __cl_event_wheel_callback()
240 PRIx64 ">, num_regs:%d, aging time:%" PRIu64 "\n", in cl_event_wheel_dump()
333 " aging in %u [msec]\n", p_event->key, in cl_event_wheel_reg()
503 /* The callback for aging event */
529 "The first Aging Event"); in main()
534 "The Second Aging Event"); in main()
539 "The Third Aging Event"); in main()
547 "The Second Aging Event Moved"); in main()
/illumos-gate/usr/src/man/man8/
H A Dpwconv.831 aging information. If password aging information does not exist in
67 Password attributes (for example, password and aging information) that exist
H A Dlogins.824 login shell, and four password aging parameters. The default information is the
143 information includes home directory, login shell and password aging
195 days allowed before a change is required. The password aging information shows
/titanic_41/usr/src/man/man1m/
H A Dpwconv.1m31 aging information. If password aging information does not exist in
67 Password attributes (for example, password and aging information) that exist
H A Dlogins.1m24 login shell, and four password aging parameters. The default information is the
143 information includes home directory, login shell and password aging
195 days allowed before a change is required. The password aging information shows
/illumos-gate/usr/src/cmd/pwconv/
H A Dpwconv.c258 * if aging, split the aging info in main()
260 * convert aging info from weeks to days in main()
277 * if !aging, last_changed will be the day the in main()
294 * re-written as the passwd if !aging, in main()
349 * if aging, split the aging info in main()
351 * convert aging info from weeks to days in main()
/titanic_41/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c159 * according to its password aging information
206 /* If password aging is disabled (or min>max), all is well */ in perform_passwd_aging_check()
210 /* Password aging is enabled. See if the password has aged */ in perform_passwd_aging_check()
372 * we don't care about aging and hence return PAM_IGNORE in pam_sm_acct_mgmt()
382 * Now get the aging information in pam_sm_acct_mgmt()
417 "to access password aging information. " in pam_sm_acct_mgmt()
507 * Check to make sure password aging information is okay in pam_sm_acct_mgmt()
548 /* store the password aging status in the pam handle */ in pam_sm_acct_mgmt()
/titanic_41/usr/src/cmd/pwconv/
H A Dpwconv.c260 * if aging, split the aging info in main()
262 * convert aging info from weeks to days in main()
279 * if !aging, last_changed will be the day the in main()
296 * if !aging, last_changed as above in main()
346 * if aging, split the aging info in main()
348 * convert aging info from weeks to days in main()
/titanic_41/usr/src/cmd/avs/sdbc/
H A Dsdbc_dynmem.c137 (void) printf(" age1 n - num cyc to full host aging and " in print_usage()
139 (void) printf(" age2 n - num cyc to full meta aging and " in print_usage()
141 (void) printf(" age3 n - num cyc to full one pg aging and " in print_usage()
143 (void) printf(" sec1 n - sec1 aging time\n"); in print_usage()
144 (void) printf(" sec2 n - sec2 aging time\n"); in print_usage()
145 (void) printf(" sec3 n - sec3 aging time\n"); in print_usage()
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c161 * according to its password aging information
208 /* If password aging is disabled (or min>max), all is well */ in perform_passwd_aging_check()
212 /* Password aging is enabled. See if the password has aged */ in perform_passwd_aging_check()
374 * we don't care about aging and hence return PAM_IGNORE in pam_sm_acct_mgmt()
384 * Now get the aging information in pam_sm_acct_mgmt()
419 "to access password aging information. " in pam_sm_acct_mgmt()
509 * Check to make sure password aging information is okay in pam_sm_acct_mgmt()
550 /* store the password aging status in the pam handle */ in pam_sm_acct_mgmt()
/illumos-gate/usr/src/man/man5/
H A Dshadow.575 be set to 0 or above to enable password aging.
132 aging.
221 If password aging is turned on in any name service the \fIpasswd:\fR line in
/titanic_41/usr/src/man/man4/
H A Dshadow.476 be set to 0 or above to enable password aging.
133 aging.
216 If password aging is turned on in any name service the \fIpasswd:\fR line in
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_trap_rcv.c72 * We will provide a trap filtering mechanism with "Aging" capability.
77 * that should be referenced by the aging algorithm.
78 * To provide an efficient handling of aging, we also track all traps
79 * in a sorted list by their aging.
81 * The generic Aging Tracker mechanism is implemented in the
471 * received within the aging time window more than 10 times, in trap_rcv_process_request()
490 /* try to find it in the aging tracker */ in trap_rcv_process_request()
519 /* restart the aging anyway */ in trap_rcv_process_request()
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c251 * Chop off old SunOS-style password aging information. in pam_sm_authenticate()
253 * Note: old style password aging is only defined for UNIX-style in pam_sm_authenticate()
256 * support this style of password aging. If we don't remove in pam_sm_authenticate()
279 /* aging is turned on, and a change is not forced */ in pam_sm_authenticate()
/titanic_41/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c248 * Chop off old SunOS-style password aging information. in pam_sm_authenticate()
250 * Note: old style password aging is only defined for UNIX-style in pam_sm_authenticate()
253 * support this style of password aging. If we don't remove in pam_sm_authenticate()
276 /* aging is turned on, and a change is not forced */ in pam_sm_authenticate()

123456789