Revision tags: release/4.6.2_cvs, release/4.6.2 |
|
#
a117c345 |
| 08-Aug-2002 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Rework storing files thoroughly. This includes:
o Remove the race between stat(2) & fopen(3) when creating a unique file.
o Improve bound checking when generating a unique name from a given pat
Rework storing files thoroughly. This includes:
o Remove the race between stat(2) & fopen(3) when creating a unique file.
o Improve bound checking when generating a unique name from a given pathname.
o Ignore REST marker on APPE. No RFC specifies this case, but the idea of resuming APPE's implies this.
o By default, deny upload resumes and appends by anonymous users. Previously these commands were translated to STOU silently, which led to broken files on server without any notification to the user.
o Add an option, -m, to allow anonymous users to modify existing files (e.g., to resume uploads) if filesystem permissions permit.
Portions obrainded from: OpenBSD MFC after: 3 weeks
show more ...
|
#
255a7037 |
| 05-Aug-2002 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Reflect in the ftpd(8) manpage the fact that ASCII SIZE requests against large files will be denied.
MFC after: 10 days
|
#
93bd9dc5 |
| 26-Jul-2002 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Make the `-v' option a synonym for `-d' (as it was intended initially) and document it in the manpage.
MFC after: 2 weeks
|
#
38ed70b1 |
| 26-Jul-2002 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Document the -u (set umask) option (which has been there at least since 4.4BSD-Lite!)
MFC after: 2 weeks
|
#
0e063efe |
| 26-Jul-2002 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Sort command-line options according to the mostly used style: alphabetical order, lower and upper case of the same letter stick together, lower case first.
MFC after: 2 weeks
|
Revision tags: release/4.6.1 |
|
#
3f162cb8 |
| 06-Jul-2002 |
Philippe Charnier <charnier@FreeBSD.org> |
The .Nm utility
|
Revision tags: release/4.6.0_cvs |
|
#
d186bb12 |
| 01-Jul-2002 |
Matthew N. Dodd <mdodd@FreeBSD.org> |
Implement a flag to disable directory creation for anonymous users.
PR: misc/38987 Submitted by: Peter da Silva <peter@abbnm.com> MFC after: 1 week
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
a8838c53 |
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: markup nits.
|
#
9ba6d8e4 |
| 25-Sep-2001 |
Mike Heffner <mikeh@FreeBSD.org> |
Improve the description on how to construct ~ftp/pub. Specifically, don't instruct users to set the directory mode 777.
PR: 30690 Obtained from: NetBSD (with modification) MFC after: 2 weeks
|
#
48143587 |
| 04-Sep-2001 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Do the best we can with respect to fixing command-line option disorder in the SYNOPSIS and DESCRIPTION.
Note that -l remains an ugly exception, to which no known rules apply, since the specification
Do the best we can with respect to fixing command-line option disorder in the SYNOPSIS and DESCRIPTION.
Note that -l remains an ugly exception, to which no known rules apply, since the specification of a single option multiple times isn't normal standards-compliant CLI behaviour.
While here, mark AF_INET* and LOG_* defined values up with Dv.
show more ...
|
#
1cc9f0bb |
| 02-Sep-2001 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Extend the functionality offered by the -o option into a new option -O, which limits the impact of the write-only restriction to guest users.
*) The existing manual page's SYNOPSIS and option listin
Extend the functionality offered by the -o option into a new option -O, which limits the impact of the write-only restriction to guest users.
*) The existing manual page's SYNOPSIS and option listing in the DESCRIPTION are already horribly disordered. No attempt has been made to fix this.
*) The existing source's getopt() optstring and option handling switch are already horribly disordered. No attempt has been made to fix this.
Discussed with: nik, -audit
show more ...
|
#
62513e76 |
| 28-Aug-2001 |
Nik Clayton <nik@FreeBSD.org> |
Add a new option, '-o', for "Write-only". Disables the RETR command, preventing anyone from downloading files. In conjunction with -A, and some appropriate file permissions, this lets you create an
Add a new option, '-o', for "Write-only". Disables the RETR command, preventing anyone from downloading files. In conjunction with -A, and some appropriate file permissions, this lets you create an anonymous FTP drop box for people to upload files to.
The more obvious "-w" flag is already taken by NetBSD's ftpd. "-o" was available as an option letter in all three BSDs.
show more ...
|
#
7ebcc426 |
| 15-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove whitespace at EOL.
|
#
0efe23d6 |
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
eb083802 |
| 18-Apr-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: normalize .Nd.
|
#
6a01974b |
| 16-Apr-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Document that SITE extensions are disabled for anonymous logins.
Obtained from: logdaemon package by Wietse Venema
|
#
53ba84a6 |
| 15-Apr-2001 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add the "SITE MD5 filename" facility.
This allows you to determine if the file on the other side is the same as the one you have without transferring the entire file to compare.
Needless to say, if
Add the "SITE MD5 filename" facility.
This allows you to determine if the file on the other side is the same as the one you have without transferring the entire file to compare.
Needless to say, if the server end lies to you this check doesn't work, but on the other hand, if it lies to you about the files checksum, what can you trust from it ?
show more ...
|
#
19a05e11 |
| 18-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed hard sentence breaks, run through spell-checker.
|
#
3276496d |
| 17-Dec-2000 |
Dmitry Sivachenko <demon@FreeBSD.org> |
Fix typo.
PR: 23591 Submitted by: mavetju@chello.nl
|
#
a4b77a2a |
| 16-Dec-2000 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add option -E to disable EPSV which throws certain stateful firewalls into confusion.
Add option -r to make ftpd support only read-only operations.
Submitted by: Flemming (F3) Jacobsen <fj@batmule.
Add option -E to disable EPSV which throws certain stateful firewalls into confusion.
Add option -r to make ftpd support only read-only operations.
Submitted by: Flemming (F3) Jacobsen <fj@batmule.dk> Reviewed by: phk
show more ...
|
#
76081989 |
| 20-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use the new features of the Nm macro.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0 |
|
#
a611641f |
| 11-Jul-2000 |
Ben Smithurst <ben@FreeBSD.org> |
Explain that the -S option only logs file downloads, not all transfers.
PR: 16934 Submitted by: Kurt Zeilenga <kurt@OpenLDAP.org>
|
Revision tags: release/3.5.0_cvs, release/4.0.0_cvs |
|
#
05c1f99b |
| 17-Feb-2000 |
Peter Wemm <peter@FreeBSD.org> |
Doc fix: remove references to ~ftp/bin/ls as we have FTPD_INTERNAL_LS unconditionally active already.
Noticed by: obrien
|
#
4dd8b5ab |
| 27-Jan-2000 |
Yoshinobu Inoue <shin@FreeBSD.org> |
another tcp apps IPv6 updates.(should be make world safe) ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV
Obtained from: KAME project
|
Revision tags: release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|