| /netbsd-src/usr.sbin/edquota/ |
| H A D | edquota.c | 852 time_t grace; in readprivs() local 1009 if (timeprd(t, &grace) != 0) { in readprivs() 1015 if (grace != qv->qv_grace) { in readprivs() 1016 qv->qv_grace = grace; in readprivs() 1146 char *soft, char *hard, char *grace, in assign() argument 1178 if (grace) { in assign() 1179 str = strsep(&grace, "/"); in assign() 1180 if (str[0] == '\0' || grace == NULL || grace[0] == '\0') in assign() 1185 if (timeprd(grace, &gracei) != 0) in assign() 1186 errx(1, "%s: bad number", grace); in assign() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | ppolicy.c | 132 int exp = -1, grace = -1; in ldap_parse_passwordpolicy_control() local 171 if (ber_get_int( ber, &grace ) == LBER_DEFAULT) goto exit; in ldap_parse_passwordpolicy_control() 189 if (gracep) *gracep = grace; in ldap_parse_passwordpolicy_control()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| H A D | rbacuser.c | 129 ber_int_t expire, grace; in rbac_bind_cb() local 135 ld, ctrl, &expire, &grace, &error ); in rbac_bind_cb() 138 if ( grace > 0 ) { in rbac_bind_cb()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | grace | 3 # $File: grace,v 1.4 2009/09/19 16:28:09 christos Exp $
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| H A D | pam.c | 51 ber_int_t expire, grace; in pam_bindcb() local 57 &expire,&grace,&error); in pam_bindcb() 89 } else if (grace > 0) { in pam_bindcb() 92 grace); in pam_bindcb()
|
| /netbsd-src/external/bsd/openldap/dist/clients/tools/ |
| H A D | common.c | 1580 int expire, grace, len = 0; in tool_bind() local 1587 &expire, &grace, &pErr ) == LDAP_SUCCESS ) in tool_bind() 1599 } else if ( grace >= 0 ) { in tool_bind() 1602 grace ); in tool_bind() 2531 int expire = 0, grace = 0, rc; in print_ppolicy() local 2535 &expire, &grace, &pperr ); in print_ppolicy() 2544 if ( grace != -1 ) { in print_ppolicy() 2546 "%sgrace=%d", ptr == buf ? "" : " ", grace ); in print_ppolicy()
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-behera-ldap-password-policy-xx.txt | 454 during one of her 'grace' authentications, her account will be 827 This attribute specifies the number of seconds the grace 829 the value is 0, there is no time limit on the grace authentications. 1155 This attribute holds the timestamps of grace authentications after a 1160 DESC 'The timestamps of the grace authentication after the 1223 time will fail, regardless of expiration or grace settings. If this 1477 the number of remaining grace authentications. 1648 returns a success or failure based on the state of grace 1653 If there are remaining grace authentications as per Section 7.4, the 1659 number of grace authentications left. [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | ppolicy.c | 690 create_passcontrol( Operation *op, int exptime, int grace, LDAPPasswordPolicyError err ) in create_passcontrol() argument 714 } else if ( grace >= 0 ) { in create_passcontrol() 716 ber_printf( b2, "ti", PPOLICY_GRACE, grace ); in create_passcontrol() 1689 if (ppb->pp.pwdMaxAge == 0) goto grace; in ppolicy_bind_response() 1701 grace: in ppolicy_bind_response() 1988 int isExpired = 0, grace = -1; in ppolicy_account_usability_entry_cb() local 2022 grace = pp.pwdGraceAuthNLimit; in ppolicy_account_usability_entry_cb() 2024 grace -= a->a_numvals; in ppolicy_account_usability_entry_cb() 2050 if ( isExpired ) more_info.remaining_grace = grace; in ppolicy_account_usability_entry_cb()
|
| /netbsd-src/external/bsd/file/dist/magic/ |
| H A D | Makefile.am | 135 $(MAGIC_FRAGMENT_DIR)/grace \
|
| H A D | Makefile.in | 413 $(MAGIC_FRAGMENT_DIR)/grace \
|
| /netbsd-src/sys/fs/puffs/ |
| H A D | puffs_vnops.c | 608 int grace; in puffs_vnop_lookup() local 615 grace = 10 * puffs_sopreq_expire_timeout; in puffs_vnop_lookup() 616 cpn->pn_cn_grace = getticks() + grace; in puffs_vnop_lookup()
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | overlays.sdf | 875 …ide warnings before they need to be changed, and allow a fixed number of 'grace' logins to allow t… 916 * When the password for a DN has expired, the server will allow five additional "grace" logins (pwd…
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | bib | 146 But Noah found grace in the eyes of the LORD. 477 Behold now, thy servant hath found grace in thy sight, and thou hast magnified thy mercy, which tho… 934 …enservants, and womenservants: and I have sent to tell my lord, that I may find grace in thy sight. 969 And he said, What meanest thou by all this drove which I met? And he said, These are to find grace … 971 And Jacob said, Nay, I pray thee, if now I have found grace in thy sight, then receive my present a… 976 …e of the folk that are with me. And he said, What needeth it? let me find grace in the sight of my… 992 And Shechem said unto her father and unto her brethren, Let me find grace in your eyes, and what ye… 1154 And Joseph found grace in his sight, and he served him: and he made him overseer over his house, an… 1446 And they said, Thou hast saved our lives: let us find grace in the sight of my lord, and we will be… 1450 …die: and he called his son Joseph, and said unto him, If now I have found grace in thy sight, put,… [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
| H A D | cosine.schema | 872 # suitable grace period. This attribute may be used when an individual
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | farber | 226 Good grace is in the eye of the beholder.
|
| H A D | fortunes2 | 3393 good grace and fine wit, on calm noons, in fair climes, are we not God's 6239 A few hours grace before the madness begins again. 8492 With the grace of a woman, not the grief of a child, 9259 American by birth; Texan by the grace of God. 13516 Courage is grace under pressure. 17421 A true inspiration to others. ("There, but for the grace of God, 19546 He does it with a better grace, but I do it more natural. 27407 since the middle of my marriage. There was energy, softness, grace and 27968 grace by cutting down parlour conversation to two sentences: "What's on 31526 He didn't stop to say his grace, he just sat down and ate his face. [all …]
|
| H A D | limerick-o.real | 2537 By the grace of a fortunate vowel.
|
| H A D | fortunes | 9576 I've topped the wind-swept heights with easy grace, 11575 best, with good grace and fine wit, on calm noons, in fair climes, are
|
| H A D | fortunes2-o.real | 2028 suggested that they play a joke on their son. So, at dinner, after grace, 11677 5. The recommended grace before meals is not,
|
| /netbsd-src/share/dict/ |
| H A D | web2a | 25550 grace cup 25551 grace drink 25552 grace hoop 25553 grace note
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | ChangeLog | 8212 semblance of grace.
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | ChangeLog | 7721 semblance of grace.
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | ChangeLog | 7802 semblance of grace.
|
| /netbsd-src/external/bsd/am-utils/dist/doc/ |
| H A D | am-utils.texi | 640 time-to-live interval is extended. The global default for this grace
|
| /netbsd-src/external/gpl2/gawk/dist/ |
| H A D | awk.texi | 1485 I would like to thank my parents for their love, and for the grace with
|