Home
last modified time | relevance | path

Searched refs:paranoid (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-13.1/contrib/tcp_wrappers/
H A Dsocket.c226 strcpy(host->name, paranoid); /* name is bad, clobber it */
320 strcpy(host->name, paranoid); /* name is bad, clobber it */
402 strcpy(host->name, paranoid); /* name is bad, clobber it */
H A Dtcpd.h68 extern char paranoid[];
70 #define HOSTNAME_KNOWN(s) (STR_NE((s),unknown) && STR_NE((s),paranoid))
H A Dmiscd.c85 if (STR_EQ(eval_hostname(request.client), paranoid))
H A Dtcpd.c98 if (STR_EQ(eval_hostname(request.client), paranoid))
H A Deval.c41 char paranoid[] = STRING_PARANOID; variable
H A Dtcpdmatch.c376 if (STR_EQ(eval_hostname(request->client), paranoid)) {
H A Dtli.c319 STRN_CPY(host->name, found ? service->h_host : paranoid,
H A Dtcpdchk.c523 || STR_EQ(pat, paranoid)
H A DCHANGES326 when paranoid mode was enabled. Found by: Adrian van Bloois
/freebsd-13.1/libexec/ftpd/
H A Dextern.h88 extern int paranoid;
H A Dftpcmd.y1647 if (paranoid &&
1774 if (paranoid &&
H A Dftpd.c125 int paranoid = 1; /* be extra careful about security */ variable
373 paranoid = 0; in main()
/freebsd-13.1/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h148 extern int paranoid;
H A Dftpd.c94 int paranoid = 1; variable
2128 if (paranoid && in eprt()
H A Dftpcmd.y157 if (paranoid &&
/freebsd-13.1/share/skel/
H A Ddot.shrc29 # # be paranoid
/freebsd-13.1/bin/sh/
H A Ddot.shrc29 # # be paranoid
/freebsd-13.1/contrib/bzip2/
H A Dwords314 If you are (justifiably) paranoid and want to see what 'make install'
H A DREADME.COMPILATION.PROBLEMS52 large file support, if you are feeling paranoid. Be aware though that
H A DREADME38 If you are (justifiably) paranoid and want to see what 'make install'
/freebsd-13.1/share/examples/ipfilter/
H A Dipf.conf.restrictive35 # 2) deny pakets which should not be seen on th internet (paranoid)
/freebsd-13.1/usr.bin/compress/doc/
H A DNOTES53 on how paranoid you are of a legal onslaught. Arbitrary? Yes. But
/freebsd-13.1/contrib/opie/
H A DINSTALL45 package such as tcp_wrappers configured to do paranoid checking on DNS
/freebsd-13.1/crypto/heimdal/
H A DNEWS52 - More paranoid underrun checking when decrypting packets
233 * Make ASN.1 library less paranoid to with regard to NUL in string to
/freebsd-13.1/crypto/heimdal/doc/
H A Dinit-creds265 AP_REQ validation must succeed. This is basically a paranoid bit, and

12