| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
move the "for safety" zeroing of unused members of timebuf to a better
place. It actually moved the zeroing to a worse place and didn't add
necessary braces.
Fixed a nearby older bug. timebuf.tm_gmtoff was sometimes used even
when timebuf was invalid. Even when it is zeroed, a failing mktime()
might set it to nonzero.
PR: 25243
|
| |
|
| |
|
|
|
|
| |
<time.h>).
|
|
|
|
| |
PR: bin/21476
|
|
|
|
| |
h_error is declared in netdb.h
|
|
|
|
|
|
|
|
| |
this, and add a bit to the descriptions of "dir" and "nlist" to emphasize
the difference.
PR: 15408
Submitted by: Joe Smith <inwap@best.com>
|
|
|
|
|
|
|
|
| |
- Make it compile with -Wall.
PR: 18619
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Reviewed by: ru
|
|
|
|
| |
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
|
|
|
|
| |
Submitted by: Thomas Ludwig <tludwig@urbanet.ch>
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Reported by: Koji Kondo <koji@jp.above.net>
Obtained from: NetBSD
|
| |
|
| |
|
|
|
|
|
| |
PR: docs/17099
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
|
|
|
|
|
|
|
| |
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).
|