Home
last modified time | relevance | path

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

12

/freebsd/contrib/tcp_wrappers/
H A Dsocket.c222 strcpy(host->name, paranoid); /* name is bad, clobber it */ in sock_hostname()
316 strcpy(host->name, paranoid); /* name is bad, clobber it */ in sock_hostname()
398 strcpy(host->name, paranoid); /* name is bad, clobber it */ in sock_hostname()
H A Dtcpd.h68 extern char paranoid[];
70 #define HOSTNAME_KNOWN(s) (STR_NE((s),unknown) && STR_NE((s),paranoid))
H A Dmiscd.c83 if (STR_EQ(eval_hostname(request.client), paranoid)) in main()
H A Dtcpd.c97 if (STR_EQ(eval_hostname(request.client), paranoid)) in main()
H A Deval.c41 char paranoid[] = STRING_PARANOID; variable
H A Dtcpdmatch.c369 if (STR_EQ(eval_hostname(request->client), paranoid)) {
H A Dtli.c312 STRN_CPY(host->name, found ? service->h_host : paranoid,
H A Dtcpdchk.c510 || STR_EQ(pat, paranoid) in reserved_name()
H A DCHANGES326 when paranoid mode was enabled. Found by: Adrian van Bloois
/freebsd/libexec/ftpd/
H A Dextern.h85 extern int paranoid;
H A Dftpcmd.y1636 if (paranoid &&
1763 if (paranoid &&
H A Dftpd.c107 int paranoid = 1; /* be extra careful about security */ variable
351 paranoid = 0; in main()
/freebsd/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 &&
H A Dftpcmd.c1800 if (paranoid && in yyparse()
/freebsd/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/share/skel/
H A Ddot.shrc28 # # be paranoid
/freebsd/bin/sh/
H A Ddot.shrc28 # # be paranoid
/freebsd/share/examples/ipfilter/
H A Dipf.conf.restrictive34 # 2) deny pakets which should not be seen on th internet (paranoid)
/freebsd/usr.bin/compress/doc/
H A DNOTES51 on how paranoid you are of a legal onslaught. Arbitrary? Yes. But
/freebsd/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/crypto/heimdal/doc/
H A Dinit-creds265 AP_REQ validation must succeed. This is basically a paranoid bit, and

12