Searched refs:ftp (Results 76 - 79 of 79) sorted by relevance

1234

/freebsd-13-stable/contrib/tnftp/src/
H A Dftp.c1 /* $NetBSD: ftp.c,v 1.18 2009/05/20 12:53:47 lukem Exp $ */
2 /* from NetBSD: ftp.c,v 1.159 2009/04/15 03:42:33 jld Exp */
99 static char sccsid[] = "@(#)ftp.c 8.6 (Berkeley) 10/27/94";
101 __RCSID(" NetBSD: ftp.c,v 1.159 2009/04/15 03:42:33 jld Exp ");
114 #include <arpa/ftp.h>
2032 * too impatient to wait or there's another problem then ftp really
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec87 Source0: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c66 #include <arpa/ftp.h>
126 int anon_only = 0; /* Only anonymous ftp allowed */
275 const char *bindport = "ftp";
279 tzset(); /* in case no timezone database in ~ftp */
303 * necessary for anonymous ftp's that chroot and can't do it later.
721 hrp->anonuser = "ftp";
752 anonuser = "ftp";
1004 * need to reset state. If name is "ftp" or "anonymous", the name is not in
1005 * _PATH_FTPUSERS, and ftp account exists, set guest and pw, then just return.
1032 pw = sgetpwnam("ftp");
[all...]
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure25888 arpa/ftp.h \
28561 ac_config_files="$ac_config_files Makefile etc/Makefile include/Makefile include/gssapi/Makefile include/hcrypto/Makefile include/kadm5/Makefile lib/Makefile base/Makefile lib/asn1/Makefile lib/com_err/Makefile lib/hcrypto/Makefile lib/hx509/Makefile lib/gssapi/Makefile lib/ntlm/Makefile lib/hdb/Makefile lib/ipc/Makefile lib/kadm5/Makefile lib/kafs/Makefile lib/kdfs/Makefile lib/krb5/Makefile lib/otp/Makefile lib/roken/Makefile lib/sl/Makefile lib/sqlite/Makefile lib/vers/Makefile lib/wind/Makefile po/Makefile kuser/Makefile kpasswd/Makefile kadmin/Makefile admin/Makefile kcm/Makefile kdc/Makefile appl/Makefile appl/afsutil/Makefile appl/ftp/Makefile appl/ftp/common/Makefile appl/ftp/ftp/Makefile appl/ftp/ftpd/Makefile appl/gssmask/Makefile appl/kx/Makefile appl/login/Makefile appl/otp/Makefile appl/popper/Makefile appl/push/Makefile appl/rsh/Makefile appl/rcp/Makefile appl/su/Makefile appl/xnlock/Makefile appl/telnet/Makefile appl/telnet/libtelnet/Makefile appl/telnet/telnet/Makefile appl/telnet/telnetd/Makefile appl/test/Makefile appl/kf/Makefile appl/dceutils/Makefile tests/Makefile tests/bin/Makefile tests/can/Makefile tests/db/Makefile tests/kdc/Makefile tests/ldap/Makefile tests/gss/Makefile tests/java/Makefile tests/plugin/Makefile packages/Makefile packages/mac/Makefile doc/Makefile tools/Makefile"
29753 "appl/ftp/Makefile") CONFIG_FILES="$CONFIG_FILES appl/ftp/Makefile" ;;
29754 "appl/ftp/common/Makefile") CONFIG_FILES="$CONFIG_FILES appl/ftp/commo
[all...]

Completed in 115 milliseconds

1234