Home
last modified time | relevance | path

Searched refs:lame (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/unbound/iterator/
H A Diter_delegpt.c129 ns->lame = lame; in delegpt_add_ns()
184 if(!lame) { in delegpt_add_target()
215 if(!lame) in delegpt_add_addr()
216 a->lame = 0; in delegpt_add_addr()
235 a->lame = lame; in delegpt_add_addr()
668 ns->lame = (uint8_t)lame; in delegpt_add_ns_mlc()
699 if(!lame) in delegpt_add_addr_mlc()
700 a->lame = 0; in delegpt_add_addr_mlc()
716 a->lame = lame; in delegpt_add_addr_mlc()
732 uint8_t lame) in delegpt_add_target_mlc() argument
[all …]
H A Diter_delegpt.h122 uint8_t lame; member
161 uint8_t lame; member
206 uint8_t* name, uint8_t lame, char* tls_auth_name, int port);
217 struct ub_packed_rrset_key* ns_rrset, uint8_t lame);
235 socklen_t addrlen, uint8_t bogus, uint8_t lame, int* additions);
247 struct ub_packed_rrset_key* rrset, uint8_t lame, int* additions);
259 struct ub_packed_rrset_key* rrset, uint8_t lame, int* additions);
272 struct ub_packed_rrset_key* rrset, uint8_t lame, int* additions);
289 uint8_t bogus, uint8_t lame, char* tls_auth_name, int port,
438 socklen_t addrlen, uint8_t bogus, uint8_t lame, char* tls_auth_name,
[all …]
H A Diter_utils.c262 int rtt, lame, reclame, dnsseclame; in iter_filter_unsuitable() local
279 name, namelen, qtype, &lame, &dnsseclame, &reclame, in iter_filter_unsuitable()
283 lame?" LAME":"", in iter_filter_unsuitable()
286 a->lame?" ADDR_LAME":""); in iter_filter_unsuitable()
287 if(lame) in iter_filter_unsuitable()
302 else if(a->lame) in iter_filter_unsuitable()
309 else if(a->lame) in iter_filter_unsuitable()
H A Diterator.c2042 ((ns->lame && !ns->done_pside6) || in query_for_targets()
2043 (!ns->lame && !ns->got6))) { in query_for_targets()
2065 ((ns->lame && !ns->done_pside4) || in query_for_targets()
2066 (!ns->lame && !ns->got4))) { in query_for_targets()
2136 ns->name, ns->lame, ns->tls_auth_name, in processLastResort()
2142 a->lame, a->tls_auth_name, -1, NULL); in processLastResort()
3110 if(a) a->lame = 1; in processQueryResponse()
3777 rrset->rk.dname, dpns->lame, dpns->tls_auth_name, in processTargetResponse()
3783 dpns->lame, &additions)) in processTargetResponse()
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c235 char lame[1024]; in time_print() local
240 vsnprintf(lame, sizeof(lame), fmt, ap); in time_print()
257 t->tm_hour, t->tm_min, t->tm_sec, lame); in time_print()
515 static unsigned char* lame = 0; in send_frame() local
526 hexdump(&lame[0], lastlen); in send_frame()
537 if (lame) in send_frame()
538 free(lame); in send_frame()
540 lame = (unsigned char*) malloc(len); in send_frame()
541 if(!lame) { in send_frame()
549 memcpy(lame, buf, len); in send_frame()
[all …]
/freebsd/contrib/unbound/services/cache/
H A Dinfra.c786 int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow) in infra_get_lame_rtt() argument
827 *lame = 0; in infra_get_lame_rtt()
838 *lame = 1; in infra_get_lame_rtt()
844 *lame = 1; in infra_get_lame_rtt()
850 *lame = 0; in infra_get_lame_rtt()
856 *lame = 0; in infra_get_lame_rtt()
863 *lame = 0; in infra_get_lame_rtt()
H A Dinfra.h360 int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow);
H A Ddns.c365 if(!delegpt_add_rrset_A(dp, region, akey, ns->lame, in cache_fill_missing()
386 if(!delegpt_add_rrset_AAAA(dp, region, akey, ns->lame, in cache_fill_missing()
/freebsd/contrib/unbound/doc/
H A Drequirements.txt124 o The method by which dnssec-lameness is detected is not secure. DNSSEC lame
130 lame, and not used for 900 seconds, and the second will result in a
147 lame for the parent zone, because the child answer is not signed.
150 servers lame. dnssec-lameness is a config error and deserves the trouble.
152 lame. The zone is identified by SOA or NS RRsets in the answer/auth.
160 is detected. Instead the zone that is dnssec-lame becomes bogus.
H A DTODO60 o infra and lame cache: easier size config (in Mb), show usage in graphs.
H A DChangelog1040 have the lame records in cache.
5586 - remove memory leak from lame-check patch.
7471 - lame-ttl and lame-size options no longer exist, it is integrated
8205 - fix retry sequence if prime hints are recursion-lame.
9364 name of zone to hash when setting lame.
9927 - fixup unit test for infra cache, test lame merging.
9984 * check if no AA bit for non-forwarder, and thus lame zone.
10712 server is used; the fastest dnssec lame server is chosen.
10977 not show lame cache growth as a leakage growth.
11166 - scrubber check section of lame NS set.
[all …]
H A Dexample.conf.in252 # the maximum number of hosts that are cached (roundtrip, EDNS, lame).
625 # disable-dnssec-lame-check: no
/freebsd/contrib/unbound/daemon/
H A Dcachedump.c732 int lame, dlame, rlame, rto, edns_vs, to, delay, in print_dp_details() local
767 LDNS_RR_TYPE_A, &lame, &dlame, &rlame, &rto, in print_dp_details()
775 lame?"LAME ":"", dlame?"NoDNSSEC ":"", in print_dp_details()
776 a->lame?"AddrWasParentSide ":"", in print_dp_details()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex304 infra-lame-ttl{COLON} { YDVAR(1, VAR_INFRA_LAME_TTL) }
307 infra-cache-lame-size{COLON} { YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
517 disable-dnssec-lame-check{COLON} { YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch236 + /* see if the failure did get (parent-lame) info */
H A Dfastrpz.patch3215 disable-dnssec-lame-check{COLON} { YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
/freebsd/contrib/tnftp/
H A DChangeLog1369 - work around lame ftpd's that don't return a correct post-Y2K
1371 aforementioned lame ftpd's did something like
/freebsd/share/dict/
H A Dweb2a17208 dog-lame
22747 foot-lame
31899 lame-born
31900 lame duck
31901 lame-footed
31902 lame-horsed
31903 lame-legged
H A Dweb2103871 lame
/freebsd/contrib/one-true-awk/testdir/
H A Dbib3364 For whatsoever man he be that hath a blemish, he shall not approach: a blind man, or a lame, or he …
5341 And if there be any blemish therein, as if it be lame, or blind, or have any ill blemish, thou shal…
8125lame of his feet. He was five years old when the tidings came of Saul and Jonathan out of Jezreel,…
8141 …ites, and the lame and the blind that are hated of David's soul, he shall be chief and captain. Wh…
8241 So Mephibosheth dwelt in Jerusalem: for he did eat continually at the king's table; and was lame on…
13548 I was eyes to the blind, and feet was I to the lame.
17149 The legs of the lame are not equal: so is a parable in the mouth of fools.
18327 Then shall the lame man leap as an hart, and the tongue of the dumb sing: for in the wilderness sha…
23841 And the blind and the lame came to him in the temple; and he healed them.
25567 But when thou makest a feast, call the poor, the maimed, the lame, the blind:
[all …]
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src20673 # it was obsolete made all three pretty lame. Venix croaked early. Coherent