Searched refs:paranoid (Results 1 – 25 of 36) sorted by relevance
12
/freebsd/contrib/tcp_wrappers/ |
H A D | socket.c | 222 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 D | tcpd.h | 68 extern char paranoid[]; 70 #define HOSTNAME_KNOWN(s) (STR_NE((s),unknown) && STR_NE((s),paranoid))
|
H A D | miscd.c | 83 if (STR_EQ(eval_hostname(request.client), paranoid)) in main()
|
H A D | tcpd.c | 97 if (STR_EQ(eval_hostname(request.client), paranoid)) in main()
|
H A D | eval.c | 41 char paranoid[] = STRING_PARANOID; variable
|
H A D | tcpdmatch.c | 369 if (STR_EQ(eval_hostname(request->client), paranoid)) {
|
H A D | tli.c | 312 STRN_CPY(host->name, found ? service->h_host : paranoid,
|
H A D | tcpdchk.c | 510 || STR_EQ(pat, paranoid) in reserved_name()
|
H A D | CHANGES | 326 when paranoid mode was enabled. Found by: Adrian van Bloois
|
/freebsd/libexec/ftpd/ |
H A D | extern.h | 85 extern int paranoid;
|
H A D | ftpcmd.y | 1636 if (paranoid && 1763 if (paranoid &&
|
H A D | ftpd.c | 107 int paranoid = 1; /* be extra careful about security */ variable 351 paranoid = 0; in main()
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | extern.h | 148 extern int paranoid;
|
H A D | ftpd.c | 94 int paranoid = 1; variable 2128 if (paranoid && in eprt()
|
H A D | ftpcmd.y | 157 if (paranoid &&
|
H A D | ftpcmd.c | 1800 if (paranoid && in yyparse()
|
/freebsd/contrib/bzip2/ |
H A D | words3 | 14 If you are (justifiably) paranoid and want to see what 'make install'
|
H A D | README.COMPILATION.PROBLEMS | 52 large file support, if you are feeling paranoid. Be aware though that
|
H A D | README | 38 If you are (justifiably) paranoid and want to see what 'make install'
|
/freebsd/share/skel/ |
H A D | dot.shrc | 28 # # be paranoid
|
/freebsd/bin/sh/ |
H A D | dot.shrc | 28 # # be paranoid
|
/freebsd/share/examples/ipfilter/ |
H A D | ipf.conf.restrictive | 34 # 2) deny pakets which should not be seen on th internet (paranoid)
|
/freebsd/usr.bin/compress/doc/ |
H A D | NOTES | 51 on how paranoid you are of a legal onslaught. Arbitrary? Yes. But
|
/freebsd/crypto/heimdal/ |
H A D | NEWS | 52 - 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 D | init-creds | 265 AP_REQ validation must succeed. This is basically a paranoid bit, and
|
12