Searched refs:grace (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dppolicy.c94 gracep (OUT) This result parameter is filled in with the number of grace logins after
129 int exp = -1, grace = -1; local
163 if (ber_get_int( ber, &grace ) == LBER_DEFAULT) goto exit;
181 if (gracep) *gracep = grace;
/netbsd-6-1-5-RELEASE/usr.sbin/edquota/
H A Dedquota.c101 xgrace:1, /* grace periods are per-id */
846 time_t grace; local
998 } else if (!strncmp(text, "grace:", 6)) {
1001 /* grace: %llu */
1003 if (timeprd(t, &grace) != 0) {
1009 if (grace != qv->qv_grace) {
1010 qv->qv_grace = grace;
1017 "grace time on this filesystem",
1140 char *soft, char *hard, char *grace,
1172 if (grace) {
1139 assign(const char *fs, int idtype, char *soft, char *hard, char *grace, char **names, int numnames) argument
1312 char *soft = NULL, *hard = NULL, *grace = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c1467 int expire, grace, len = 0; local
1474 &expire, &grace, &pErr ) == LDAP_SUCCESS )
1486 } else if ( grace >= 0 ) {
1488 " (Password expired, %d grace logins remain)",
1489 grace );
2134 int expire = 0, grace = 0, rc; local
2138 &expire, &grace, &pperr );
2147 if ( grace != -1 ) {
2149 "%sgrace=%d", ptr == buf ? "" : " ", grace );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c43 ber_int_t expire, grace; local
49 &expire,&grace,&error);
81 } else if (grace > 0) {
83 "Password expired; %d grace logins remaining",
84 grace);
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/magic/
H A DMakefile.am90 $(MAGIC_FRAGMENT_DIR)/grace \
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dppolicy.c151 "DESC 'The timestamps of the grace login once the password has expired' "
377 create_passcontrol( Operation *op, int exptime, int grace, LDAPPasswordPolicyError err ) argument
396 } else if ( grace > 0 ) {
398 ber_printf( b2, "ti", PPOLICY_GRACE, grace );
1043 if (ppb->pp.pwdMaxAge == 0) goto grace;
1055 grace:
1066 * ngut is the number of remaining grace logins
1069 "ppolicy_bind: Entry %s has an expired password: %d grace logins\n",
1079 * Add a grace user time to the entry
1100 * If the password has expired, and we're in the grace perio
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_vnops.c632 int grace; local
635 * Bump grace time of this node so that it does not get
639 grace = 10 * puffs_sopreq_expire_timeout;
640 cpn->pn_cn_grace = hardclock_ticks + grace;
1291 * If grace has already timed out, make it reclaimed.
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c4874 int grace = 300; local
4877 delta = (zs->zs_thread_stop - zs->zs_thread_start) / NANOSEC + grace;
4881 fatal(0, "failed to complete within %d seconds of deadline", grace);

Completed in 222 milliseconds