| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
a special case of memset and we already initialize all those
members of the struct tm which are required by mktime().
The memset() is only necessary for style conformity with the rest
of the file. :-)
Scenic route tour by: bde
|
|
|
|
|
|
|
|
| |
tm_year with "19%02d".
PR: 15981
Reported by: klh@netcom.com (Ken Harrenstien)
Reviewed by: bde
|
|
|
|
| |
in .ident and produce warning
|
| |
|
| |
|
|
|
|
| |
than "is YES".
|
|
|
|
|
|
|
|
|
| |
set to `YES' for passive mode to be used by default.
Just setting FTP_PASSIVE_MODE is not sufficient, as
it was before.
Noted by: eivind
Reviewed by: des
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
|
| |
- fix two minor bugs;
- slightly cleanup manpage.
|
|
|
|
|
|
|
|
|
|
| |
PR: bin/12070
Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk>
Specifically check that FTP_PASSIVE_MODE is set to YES, rather than
just checking if it is defined.
Discussed on: freebsd-current
|
| |
|
|
|
|
|
|
| |
closely to the documented interface.
Inspired-by: similar changes in OpenBSD
|
|
|
|
|
| |
the file to transfer is very large (577985293894855484 bytes in the case I
encountered, but this was a buggy ftp server :-))
|
|
|
|
| |
Submitted by: J. Assange a long time ago.
|
|
|
|
|
| |
PR: 5883
Submitted by: hnokubi@yyy.or.jp
|
|
|
|
|
| |
PR: 5679
Reviewed by: Bruce Evans <bde@zeta.org.au>
|
|
|
|
|
| |
PR: 5565
Submitted by: Jens Schweikhardt
|
|
|
|
|
| |
command.
Submitted by: wollman
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Keep I8N1 and quarantine port code. Replace our security fix with NetBSD's
(their idea was better).
|
| |
|
|
|
|
| |
Complaint by: Bruce
|
|
|
|
| |
Reviewed by: Joerg Wunsch
|
|
|
|
|
|
| |
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
|
|
|
|
|
|
|
| |
in the base system.
PR: bin/4471
Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
8bit ctype clean fixes
(I can't input 8bit chars otherwise in this new ftp, it beeps)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
posix standard on the topic.
|
|
|
|
| |
Obtained from: BSDi by way of Keith Bostic
|
|
|
|
|
|
|
|
|
| |
terminated properly. Fix is from the PR and works for the test cases I
threw at it. Should be safe and desirable for back porting to 2.2 or
earlier if there are people still comitting to -stable.
Submitted by: Marc Slemko <marcs@znep.com>
Closes PR: 1864
|
|
|
|
|
| |
much more universal (in FreeBSD, anyway) in taking some of the pain
out of firewalls.
|
| |
|
| |
|