| /src/release/packages/ucl/ |
| H A D | ftpd-all.ucl | 1 comment = "FTP Daemon" 3 FTP Daemon
|
| H A D | ftp-all.ucl | 19 comment = "File Transfer Protocol (FTP) client" 22 The ftp(1) utility connects to a remote system implementing the Internet FTP
|
| H A D | natd-all.ucl | 26 available in ipfw, such as Application Level Gateway (ALG) for the FTP
|
| H A D | fetch-all.ucl | 23 HTTP or FTP. fetch(1) includes support for TLS, HTTP proxies, .netrc
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckSecuritySyntaxOnly.cpp | 862 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local 863 if (!FTP) in checkCall_rand() 866 if (FTP->getNumParams() == 1) { in checkCall_rand() 869 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand() 875 } else if (FTP->getNumParams() != 0) in checkCall_rand() 901 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local 902 if (!FTP) in checkCall_random() 906 if (FTP->getNumParams() != 0) in checkCall_random() 1036 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local 1037 if (!FTP) in checkUncheckedReturnValue() [all …]
|
| /src/share/examples/ipfilter/rules/ |
| H A D | ftp-proxy | 1 How to setup FTP proxying using the built in proxy code. 4 NOTE: Currently, the built-in FTP proxy is only available for use with NAT 22 and IP Filter is running on host B. If you want to proxy FTP from A to C
|
| H A D | nat.eg | 10 # For example, to redirect FTP connections through this box, to the local ftp
|
| /src/lib/libpam/pam.d/ |
| H A D | Makefile | 25 CONFGROUPS.${MK_FTP}+= FTP 26 FTP= ftp ftpd macro
|
| H A D | ftp | 3 # ftpd(8), but is provided for compatibility with FTP servers from ports.
|
| /src/usr.sbin/bsdconfig/share/media/ |
| H A D | httpproxy.subr | 128 # Return success if able list a remote FTP directory via HTTP proxy. If 143 # The FTP URL sent to the HTTP proxy server. Unused if 187 # instead of "binary mode" for FTP. The FTP server then translates all 249 # the existence of at least one known FTP server release path via HTTP proxy 261 # The FTP URL to send to the HTTP proxy server. Usually set by 332 # Returns data from $file on an FTP server via HTTP proxy using nc(1). Please 350 # URL (including "ftp://" protocol-prefix) of FTP directory to
|
| /src/sys/netinet/libalias/ |
| H A D | HISTORY | 40 - Accepts FTP data connections from other than 45 - Checksum error on FTP transfers. Problem 126 bypass of FTP/IRC DCC data connections. Also added 139 FTP servers in passive mode.
|
| /src/contrib/blocklist/diff/ |
| H A D | ftpd.diff | 83 "FTP LOGIN FAILED FROM %s", remoteloghost); 90 "FTP LOGIN FAILED (HOST) as %s: permission denied.",
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 57 const FunctionProtoType *FTP, in arrangeCXXMethodType() argument 59 return CGM.getTypes().arrangeCXXMethodType(RD, FTP, MD); in arrangeCXXMethodType()
|
| H A D | CodeGenTypes.h | 266 const FunctionProtoType *FTP,
|
| /src/sbin/natd/ |
| H A D | README | 28 3. FTP SITES FOR NATD
|
| /src/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 75 const FunctionProtoType *FTP,
|
| /src/contrib/file/ |
| H A D | MAINT | 11 of the file command for anonymous FTP, and people all over the
|
| /src/lib/libfetch/ |
| H A D | ftp.errors | 41 535 PROTO Bug in MediaHawk Video Kernel FTP server
|
| /src/contrib/tnftp/ |
| H A D | README | 4 `tnftp' is a `port' of the NetBSD FTP client to other systems.
|
| /src/contrib/ncurses/ |
| H A D | FREEBSD-upgrade | 3 The release tarball can be found at GNU FTP sites.
|
| /src/contrib/tcp_wrappers/ |
| H A D | BLURB | 4 SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP, TALK, and other
|
| /src/usr.sbin/bsdconfig/include/ |
| H A D | messages.subr | 71 …match what's\navailable on %s (or set to \"any\").\n\nWould you like to select another FTP server?" 83 …ety of different installation\nmedia, ranging from floppies to an Internet FTP server. If you're\… 146 msg_ftp="FTP" 147 msg_ftp_desc="FTP client and server utilities." 170 msg_install_from_an_ftp_server_thru_proxy="Install from an FTP server through an HTTP proxy" 382 … is not available\non the distribution media you've chosen, most likely an FTP site\nwithout the p…
|
| /src/usr.sbin/ppp/ |
| H A D | README.nat | 72 workarounds for FTP and IRC DCC, the most well known of the IP encoding 175 NAT port number. Under very specific circumstances, FTP data 258 IRC and FTP exception handling make reasonable, though not strictly correct 325 - Accepts FTP data connections from other than
|
| /src/share/doc/psd/21.ipc/ |
| H A D | spell.ok | 36 FTP
|
| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 3694 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in convertFunctionTypeOfBlocks() local 3701 if (FTP) { in convertFunctionTypeOfBlocks() 3702 for (auto &I : FTP->param_types()) { in convertFunctionTypeOfBlocks() 3755 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in SynthesizeBlockCall() local 3768 if (FTP) { in SynthesizeBlockCall() 3769 for (auto &I : FTP->param_types()) { in SynthesizeBlockCall() 3955 const FunctionProtoType *FTP; in PointerTypeTakesAnyBlockArguments() local 3958 FTP = PT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyBlockArguments() 3962 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyBlockArguments() 3964 if (FTP) { in PointerTypeTakesAnyBlockArguments() [all …]
|