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

12

/freebsd-11-stable/sbin/ldconfig/
H A Dldconfig.h36 extern int insecure; /* -i flag, needed here for elfhints.c */
H A Delfhints.c58 int insecure; variable
67 if (!trusted && !insecure) {
H A Dldconfig.c158 insecure = 1;
/freebsd-11-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-11-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-11-stable/secure/
H A DMakefile34 insecure: .MAKE .PHONY
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcbind.h73 extern int insecure;
H A Dsecurity.c90 if (!insecure && !is_loopback(caller)) {
247 * Allow indirect calls to ourselves in insecure mode.
250 if (!insecure)
H A Drpcbind.c89 int insecure = 0; variable
821 insecure = 1;
/freebsd-11-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-11-stable/contrib/dialog/
H A Dinputstr.c701 if (hidden && !dialog_vars.insecure) {
724 if (hidden && dialog_vars.insecure) {
H A Ddialog.h470 bool insecure; /* option "--insecure" */ member in struct:__anon938
/freebsd-11-stable/sbin/routed/
H A Dinput.c303 * insecure: query from non-router node
308 if ((aifp != NULL && insecure > 0) ||
309 (aifp == NULL && insecure > 1))
H A Dmain.c71 int insecure; /* Reply to special queries or not */ variable
143 insecure++;
H A Ddefs.h465 extern int insecure; /* Reply to special queries or not */
/freebsd-11-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-11-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
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec138 untrusted hosts over an insecure network. X11 connections and

Completed in 261 milliseconds

12