Home
last modified time | relevance | path

Searched refs:FTP (Results 1 – 25 of 61) sorted by relevance

123

/src/release/packages/ucl/
H A Dftpd-all.ucl1 comment = "FTP Daemon"
3 FTP Daemon
H A Dftp-all.ucl19 comment = "File Transfer Protocol (FTP) client"
22 The ftp(1) utility connects to a remote system implementing the Internet FTP
H A Dnatd-all.ucl26 available in ipfw, such as Application Level Gateway (ALG) for the FTP
H A Dfetch-all.ucl23 HTTP or FTP. fetch(1) includes support for TLS, HTTP proxies, .netrc
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp862 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 Dftp-proxy1 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 Dnat.eg10 # For example, to redirect FTP connections through this box, to the local ftp
/src/lib/libpam/pam.d/
H A DMakefile25 CONFGROUPS.${MK_FTP}+= FTP
26 FTP= ftp ftpd macro
H A Dftp3 # ftpd(8), but is provided for compatibility with FTP servers from ports.
/src/usr.sbin/bsdconfig/share/media/
H A Dhttpproxy.subr128 # 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 DHISTORY40 - 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 Dftpd.diff83 "FTP LOGIN FAILED FROM %s", remoteloghost);
90 "FTP LOGIN FAILED (HOST) as %s: permission denied.",
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp57 const FunctionProtoType *FTP, in arrangeCXXMethodType() argument
59 return CGM.getTypes().arrangeCXXMethodType(RD, FTP, MD); in arrangeCXXMethodType()
H A DCodeGenTypes.h266 const FunctionProtoType *FTP,
/src/sbin/natd/
H A DREADME28 3. FTP SITES FOR NATD
/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h75 const FunctionProtoType *FTP,
/src/contrib/file/
H A DMAINT11 of the file command for anonymous FTP, and people all over the
/src/lib/libfetch/
H A Dftp.errors41 535 PROTO Bug in MediaHawk Video Kernel FTP server
/src/contrib/tnftp/
H A DREADME4 `tnftp' is a `port' of the NetBSD FTP client to other systems.
/src/contrib/ncurses/
H A DFREEBSD-upgrade3 The release tarball can be found at GNU FTP sites.
/src/contrib/tcp_wrappers/
H A DBLURB4 SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP, TALK, and other
/src/usr.sbin/bsdconfig/include/
H A Dmessages.subr71 …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 DREADME.nat72 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 Dspell.ok36 FTP
/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3694 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 …]

123