HomeSort by: relevance | last modified time | path
    Searched refs:insecure (Results 1 - 25 of 25) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/
sign.sh 23 echo insecure NS ns1.insecure >>"$zonefile"
24 echo ns1.insecure A 10.53.0.1 >>"$zonefile"
34 echo insecure NS ns1.insecure >>"$zonefile"
35 echo ns1.insecure A 10.53.0.1 >>"$zonefile"
39 zone=insecure.example
41 zonefile=insecure.example.db
  /src/external/mpl/bind/dist/bin/tests/system/rollover_going_insecure/ns3/
named.conf.j2 19 zone "step1.going-insecure.kasp" {
21 file "step1.going-insecure.kasp.db";
25 {% if policy == "insecure" %}
26 zone "step2.going-insecure.kasp" {
28 file "step2.going-insecure.kasp.db";
29 dnssec-policy insecure;
33 zone "step1.going-insecure-dynamic.kasp" {
35 file "step1.going-insecure-dynamic.kasp.db";
41 {% if policy == "insecure" %}
42 zone "step2.going-insecure-dynamic.kasp"
    [all...]
  /src/external/bsd/unbound/dist/testdata/fast_reload_fwd.tdir/
fast_reload_fwd.conf 15 domain-insecure: "insec1.ta1.example.com"
16 domain-insecure: "insec2.ta1.example.com"
17 domain-insecure: "insec3.ta1.example.com"
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns4/
named4.conf.j2 65 zone insecure.secure.example {
85 zone insecure.secure.example {
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-kasp7.conf 14 // Two zones with dnssec-policy 'insecure' (transitioning to insecure)
20 dnssec-policy "insecure";
26 dnssec-policy "insecure";
bad-kasp13.conf 14 // One zone transitioning to insecure, the other with allow-update,
20 dnssec-policy "insecure";
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/
tests.sh 215 echo_i "prime insecure negative NXDOMAIN response (synth-from-dnssec ${description};) ($n)"
217 dig_with_opts a.insecure.example. @10.53.0.${ns} a >dig.out.ns${ns}.test$n || ret=1
220 check_nosynth_soa insecure.example. dig.out.ns${ns}.test$n || ret=1
221 [ $ns -eq 2 ] && cp dig.out.ns${ns}.test$n insecure.nxdomain.out
226 echo_i "prime insecure negative NODATA response (synth-from-dnssec ${description};) ($n)"
228 dig_with_opts nodata.insecure.example. @10.53.0.${ns} a >dig.out.ns${ns}.test$n || ret=1
231 check_nosynth_soa insecure.example. dig.out.ns${ns}.test$n || ret=1
232 [ $ns -eq 2 ] && cp dig.out.ns${ns}.test$n insecure.nodata.out
237 echo_i "prime insecure wildcard response (synth-from-dnssec ${description};) ($n)"
239 dig_with_opts a.wild-a.insecure.example. @10.53.0.${ns} a >dig.out.ns${ns}.test$n || ret=
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/autosign/ns2/
keygen.sh 68 cp insecure.secure.example.db.in insecure.secure.example.db
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
core.c 27 # warning It might be totally insecure.
  /src/usr.sbin/rpcbind/
rpcbind.h 73 extern int insecure;
security.c 103 if (!insecure && !is_loopback(caller)) {
260 * Allow indirect calls to ourselves in insecure mode.
263 if (!insecure)
rpcbind.c 103 int insecure = 0; variable
910 insecure = 1;
  /src/external/mpl/dhcp/dist/includes/omapip/
omapip_p.h 157 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__omapi_protocol_object
166 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__anon24450
  /src/external/mpl/dhcp/dist/omapip/
protocol.c 96 obj -> insecure = 0;
99 obj -> insecure = 1;
962 if (((omapi_protocol_object_t *)h) -> insecure)
989 l -> insecure = 0;
1027 obj -> insecure = 1;
1067 obj -> insecure = p -> insecure;
  /src/external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/
fast_reload_most_options.conf 69 domain-insecure: "nlnetlabs.nl"
  /src/external/mpl/bind/dist/bin/tests/system/inline/ns3/
named.conf.j2 147 dnssec-policy insecure;
  /src/common/dist/zlib/
configure 96 insecure=0
124 echo ' [--insecure] [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log
159 --insecure) insecure=1; shift ;;
280 if test $insecure -eq 1; then
780 if test $insecure -ne 1; then
781 echo " The --insecure option must be provided to ./configure in order to" | tee -a configure.log
782 echo " compile using the insecure vsprintf() function." | tee -a configure.log
867 if test $insecure -ne 1; then
868 echo " The --insecure option must be provided to ./configure in order to" | tee -a configure.lo
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
acl.c 522 * insecure.
558 * Return true iff the acl 'a' is considered insecure, that is,
568 bool insecure; local
579 insecure = insecure_prefix_found;
581 if (insecure) {
589 /* A negated match can never be insecure. */
616 /* No insecure elements were found. */
  /src/external/mpl/dhcp/bind/dist/lib/dns/
acl.c 500 * insecure.
536 * Return true iff the acl 'a' is considered insecure, that is,
546 bool insecure; local
558 insecure = insecure_prefix_found;
560 if (insecure) {
568 /* A negated match can never be insecure. */
595 /* No insecure elements were found. */
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh 118 # authoritative zone is unsigned (insecure delegation), glue is returned
122 $DIG +tcp +dnssec -p "$PORT" a.insecure.example. @10.53.0.4 a >dig.out.ns4.test$n || ret=1
124 grep "ns\\.insecure\\.example\\..*A.10\\.53\\.0\\.3" dig.out.ns4.test$n >/dev/null || ret=1
609 # Check the insecure.example domain
613 dig_with_opts +noauth a.insecure.example. @10.53.0.3 a >dig.out.ns3.test$n || ret=1
614 dig_with_opts +noauth a.insecure.example. @10.53.0.4 a >dig.out.ns4.test$n || ret=1
626 delv_with_opts @10.53.0.4 a a.insecure.example >delv.out$n || ret=1
627 grep "a.insecure.example..*10.0.0.1" delv.out$n >/dev/null || ret=1
635 dig_with_opts +noauth a.insecure.nsec3.example. @10.53.0.3 a >dig.out.ns3.test$n || ret=1
636 dig_with_opts +noauth a.insecure.nsec3.example. @10.53.0.4 a >dig.out.ns4.test$n || ret=
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/autosign/
tests.sh 463 # Check the insecure.example domain
467 $DIG $DIGOPTS +noauth a.insecure.example. @10.53.0.3 a >dig.out.ns3.test$n || ret=1
468 $DIG $DIGOPTS +noauth a.insecure.example. @10.53.0.4 a >dig.out.ns4.test$n || ret=1
479 $DIG $DIGOPTS q.insecure.example. a @10.53.0.3 \
481 $DIG $DIGOPTS q.insecure.example. a @10.53.0.4 \
623 # Check the insecure.secure.example domain (insecurity proof)
627 $DIG $DIGOPTS +noauth a.insecure.secure.example. @10.53.0.2 a \
629 $DIG $DIGOPTS +noauth a.insecure.secure.example. @10.53.0.4 a \
639 # Check a negative response in insecure.secure.example
643 $DIG $DIGOPTS q.insecure.secure.example. @10.53.0.2 a >dig.out.ns2.test$n
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 470 // Check: Any use of 'gets' is insecure.
502 "Call to function 'gets' is extremely insecure as it can "
508 // Check: Any use of 'getpwd' is insecure.
548 // Check: Any use of 'mktemp' is insecure. It is obsoleted by mkstemp().
549 // CWE-377: Insecure Temporary File
581 "Potential insecure temporary file in call 'mktemp'",
583 "Call to function 'mktemp' is insecure as it always "
584 "creates or uses insecure temporary file. Use 'mkstemp' "
667 "Insecure temporary file creation", "Security",
672 // Check: Any use of 'strcpy' is insecure
    [all...]
  /src/external/bsd/unbound/dist/daemon/
remote.c 2735 int* insecure, int* prime, int* tls)
2746 if(*args == 'i' && insecure)
2747 *insecure = 1;
2784 int insecure = 0, tls = 0; local
2788 if(!parse_fs_args(ssl, args, &nm, &dp, &insecure, NULL, &tls))
2794 if(insecure && worker->env.anchors) {
2820 int insecure = 0; local
2823 if(!parse_fs_args(ssl, args, &nm, NULL, &insecure, NULL, NULL))
2827 if(insecure && worker->env.anchors)
2841 int insecure = 0, prime = 0, tls = 0 local
2897 int insecure = 0; local
3342 int insecure; local
3372 int insecure; local
    [all...]
  /src/usr.sbin/ypbind/
ypbind.c 123 static int insecure; variable
465 /* don't support insecure servers by default */
466 if (!insecure && ntohs(addr->sin_port) >= IPPORT_RESERVED) {
1628 "Usage: %s [-broadcast] [-insecure] [-ypset] [-ypsetme]%s\n",
1654 if (!strcmp("-insecure", *argv)) {
1655 insecure = 1;
  /src/external/mpl/bind/dist/bin/tests/system/kasp/ns3/
setup.sh 92 for zn in unsigned insecure max-zone-ttl; do

Completed in 66 milliseconds