| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
supports most of the previous features of FreeBSD ftp, but has been
better maintained and includes new features.
|
|
|
|
|
|
|
|
|
|
| |
long -> off_t
fseek -> fseeko
NOTE: that fseek not works for >long offsets files per POSIX:
[EOVERFLOW] For fseek( ), the resulting file offset would be a value which
cannot be represented correctly in an object of type long.
|
| |
|
|
|
|
| |
<time.h>).
|
|
|
|
| |
h_error is declared in netdb.h
|
|
|
|
|
|
|
|
| |
- Make it compile with -Wall.
PR: 18619
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Reviewed by: ru
|
|
|
|
|
|
| |
returns IPv4 mapped IPv6 address. FTP is nervous about address
family.
Submitted by itojun and slightly modified to fit our ftp(1).
|
|
|
|
| |
Reviewed by: sumikawa
|
|
|
|
|
|
|
|
| |
so fix it.
Approved by: jkh
Submitted by: Ian West <ian@niw.com.au>
|
|
|
|
|
|
|
| |
Temporal buffer was used for the hostname and freed before actually used.
Specified by: ru
Approved by: jkh
|
|
|
|
| |
Approved by: jkh
|
|
|
|
|
| |
Specified by: ache
Approved by: jkh
|
|
|
|
|
| |
Specified by: Andrey A. Chernov" <ache@nagual.pp.ru>
Approved by: jkh
|
|
|
|
|
|
|
|
|
| |
Current getaddrinfo() implemetation has a problem of too much resolving
waiting time on INET6 enabled systems.
-4 and -6 options can limit name resolving address family and is a possible
workaround for the problem.
Approved by: jkh
|
|
|
|
|
|
|
|
| |
-Should retry as much as possible when dest addr and
source addr(specified with -s option) address family
missmatch happend
Approved by: jkh
|
|
|
|
|
|
|
|
| |
-"ftp hostname:/path" was not working.
- IPv6 raw addr specification was not well supported, such as,
"ftp http://\[1:2:3:4:5:6:7:8:\]/index.html"
Approved by: jkh
|
|
|
|
|
|
|
| |
-Some address resolving related structures were not freed after use.
-Some error messages were not printed out correctly.
Approved by: jkh
|
|
|
|
|
|
|
|
|
| |
Because if ftpd is invoked with -R option, and EPRT is used via firewal
or NAT which don't understand EPRT, then the data connection from ftpd
to ftp client will fail.
Reported By: ume@mahoroba.org
Approved by: jkh
|
|
|
|
|
|
|
| |
ftp, telnet, ftpd, faithd
also telnet related sync with crypto, secure, kerberosIV
Obtained from: KAME project
|
| |
|
|
|
|
|
| |
- fix two minor bugs;
- slightly cleanup manpage.
|
| |
|
|
|
|
|
|
| |
closely to the documented interface.
Inspired-by: similar changes in OpenBSD
|
|
|
|
| |
Submitted by: J. Assange a long time ago.
|
| |
|
|
|
|
|
| |
Keep I8N1 and quarantine port code. Replace our security fix with NetBSD's
(their idea was better).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
work of Luke Mewburn.
This includes, but is not limited to :
- commandline editing and history.
- local and remote filename completion.
- a new progress display.
- the ability to access files using either the ftp or http protocols,
and use http proxies for ftp transfers.
The FreeeBSD "restricted ports" functionality was preserved.
Obtained from: NetBSD
|
|
|
|
|
| |
PR: 3829
Submitted by: Josh Gilliam <josh@quick.net>
|
| |
|
|
|
|
| |
2. Update quarantine port support to use new kernel mechanism.
|
|
|
|
|
|
|
| |
get rid of "scientific notation" reporting (PR#bin/329)
Added a switch so that if bytes/sec > 1Meg/sec, report in Meg/sec instead
of Kbytes/sec
|
|
|
|
|
|
|
| |
in a firewall environment. Original idea by Mark Tracy (?).
Reviewed by: wollman
Submitted by: pst
|
| |
|
|
|
|
| |
"/", not "".
|
|
|
|
|
| |
users behind packet filtering firewalls.
Obtained from: David Carrel <carrel@cisco.com>
|
|
|