Searched refs:insecure (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Drpcbind.h70 extern int insecure;
H A Dsecurity.c88 if (!insecure && !is_loopback(caller)) {
243 * Allow indirect calls to ourselves in insecure mode.
246 if (!insecure)
H A Drpcbind.c84 int insecure = 0; variable
548 insecure = 1;
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcbind.h70 extern int insecure;
H A Dsecurity.c88 if (!insecure && !is_loopback(caller)) {
243 * Allow indirect calls to ourselves in insecure mode.
246 if (!insecure)
H A Drpcbind.c90 int insecure = 0; variable
570 insecure = 1;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/autosign/ns3/
H A Dnamed.conf73 zone "insecure.example" {
75 file "insecure.example.db";
169 zone "secure-to-insecure.example" {
171 file "secure-to-insecure.example.db";
173 dnssec-secure-to-insecure yes;
181 dnssec-secure-to-insecure yes;
H A Dkeygen.sh173 # secure-to-insecure transition test zone; used to test removal of
176 setup secure-to-insecure.example
182 # another secure-to-insecure transition test zone; used to test
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dnssec/
H A Dtests.sh326 # Check the insecure.example domain
330 $DIG $DIGOPTS +noauth a.insecure.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
331 $DIG $DIGOPTS +noauth a.insecure.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
342 $DIG $DIGOPTS +noauth a.insecure.nsec3.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
343 $DIG $DIGOPTS +noauth a.insecure.nsec3.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
354 $DIG $DIGOPTS +noauth a.insecure.optout.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
355 $DIG $DIGOPTS +noauth a.insecure.optout.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
366 $DIG $DIGOPTS q.insecure.example. a @10.53.0.3 \
368 $DIG $DIGOPTS q.insecure.example. a @10.53.0.4 \
380 $DIG $DIGOPTS q.insecure
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/omapip/
H A Domapip_p.h148 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__omapi_protocol_object
157 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__anon773
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/autosign/
H A Dclean.sh47 rm -f ns3/secure-to-insecure.example.db
H A Dtests.sh464 # Check the insecure.example domain
468 $DIG $DIGOPTS +noauth a.insecure.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
469 $DIG $DIGOPTS +noauth a.insecure.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
480 $DIG $DIGOPTS q.insecure.example. a @10.53.0.3 \
482 $DIG $DIGOPTS q.insecure.example. a @10.53.0.4 \
624 # Check the insecure.secure.example domain (insecurity proof)
628 $DIG $DIGOPTS +noauth a.insecure.secure.example. @10.53.0.2 a \
630 $DIG $DIGOPTS +noauth a.insecure.secure.example. @10.53.0.4 a \
640 # Check a negative response in insecure.secure.example
644 $DIG $DIGOPTS q.insecure
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/omapip/
H A Dprotocol.c95 obj -> insecure = 0;
98 obj -> insecure = 1;
952 if (((omapi_protocol_object_t *)h) -> insecure)
979 l -> insecure = 0;
1013 obj -> insecure = 1;
1053 obj -> insecure = p -> insecure;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dacl.c500 * insecure.
537 * Return ISC_TRUE iff the acl 'a' is considered insecure, that is,
547 isc_boolean_t insecure; local
559 insecure = insecure_prefix_found;
561 if (insecure)
568 /* A negated match can never be insecure. */
591 /* No insecure elements were found. */
/netbsd-6-1-5-RELEASE/usr.sbin/ypbind/
H A Dypbind.c113 static int insecure; variable
368 /* don't support insecure servers by default */
369 if (!insecure && ntohs(raddrp->sin_port) >= IPPORT_RESERVED)
1164 "Usage: %s [-broadcast] [-insecure] [-ypset] [-ypsetme]%s\n",
1188 if (!strcmp("-insecure", *argv)) {
1189 insecure = 1;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.tex209 rendering any protocol based on the algorithm insecure. Multiple precision algorithms solve this very problem by

Completed in 149 milliseconds