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

12

/freebsd-13-stable/sbin/ldconfig/
H A Dldconfig.h36 extern int insecure; /* -i flag, needed here for elfhints.c */
H A Dldconfig.c121 insecure = 1;
H A Delfhints.c58 int insecure; variable
67 if (!trusted && !insecure) {
/freebsd-13-stable/contrib/opie/libopie/
H A Dinsecure.c0 /* insecure.c: The opieinsecure() library function.
64 int insecure = 0; variable
79 insecure = 1;
83 insecure = 0;
86 insecure = 0;
88 insecure = 0;
90 insecure = 0;
92 insecure = 0;
98 insecure = 0;
105 insecure
[all...]
H A DMakefile.in17 OBJS=md4c.o md5c.o atob8.o btoa8.o btoh.o challenge.o getsequence.o hash.o hashlen.o keycrunch.o lock.o lookup.o newseed.o parsechallenge.o passcheck.o passwd.o randomchallenge.o readpass.o unlock.o verify.o version.o btoe.o accessfile.o generator.o insecure.o getutmpentry.o readrec.o writerec.o login.o open.o logwtmp.o # sha.o
/freebsd-13-stable/contrib/dialog/samples/
H A Dpassword19 --insecure "$@" \
H A Dpassword29 --insecure "$@" \
H A Dmixedform14 --insecure "$@" \
H A Dmixedform214 --insecure "$@" \
H A Dform1-utf823 --insecure "$@" \
H A Dpasswordform121 --insecure "$@" \
H A Dpasswordform1-utf823 --insecure "$@" \
/freebsd-13-stable/secure/
H A DMakefile32 insecure: .MAKE .PHONY
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c27 # warning It might be totally insecure.
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcbind.h79 extern int insecure;
H A Dsecurity.c87 if (!insecure && !is_loopback(caller)) {
244 * Allow indirect calls to ourselves in insecure mode.
247 if (!insecure)
H A Drpcbind.c93 int insecure = 0; variable
835 insecure = 1;
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzio_checksum.c347 boolean_t insecure = (ci->ci_flags & ZCHECKSUM_FLAG_DEDUP) == 0; local
394 zio_checksum_handle_crypt(&cksum, &saved, insecure);
404 zio_checksum_handle_crypt(&cksum, &saved, insecure);
/freebsd-13-stable/contrib/unbound/daemon/
H A Dremote.c2083 int* insecure, int* prime)
2094 if(*args == 'i' && insecure)
2095 *insecure = 1;
2130 int insecure = 0; local
2133 if(!parse_fs_args(ssl, args, &nm, &dp, &insecure, NULL))
2135 if(insecure && worker->env.anchors) {
2158 int insecure = 0; local
2160 if(!parse_fs_args(ssl, args, &nm, NULL, &insecure, NULL))
2162 if(insecure && worker->env.anchors)
2175 int insecure local
2082 parse_fs_args(RES* ssl, char* args, uint8_t** nm, struct delegpt** dp, int* insecure, int* prime) argument
2216 int insecure = 0; local
2606 int insecure; local
2632 int insecure; local
[all...]
/freebsd-13-stable/sbin/routed/
H A Dinput.c298 * insecure: query from non-router node
303 if ((aifp != NULL && insecure > 0) ||
304 (aifp == NULL && insecure > 1))
H A Dmain.c62 int insecure; /* Reply to special queries or not */ variable
134 insecure++;
H A Ddefs.h442 extern int insecure; /* Reply to special queries or not */
/freebsd-13-stable/contrib/dialog/
H A Dinputstr.c703 if (hidden && !dialog_vars.insecure) {
726 if (hidden && dialog_vars.insecure) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp470 // 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().
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' "
672 // Check: Any use of 'strcpy' is insecure.
700 "Potential insecure memory buffer bounds restriction in "
703 "Call to function 'strcpy' is insecure a
[all...]
/freebsd-13-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec54 two untrusted hosts over an insecure network. X11 connections and
68 two untrusted hosts over an insecure network. X11 connections and

Completed in 210 milliseconds

12