| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
|
|
|
|
| |
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Quoted from wu-ftpd group's accouncement:
Due to insufficient bounds checking on directory name lengths which can
be supplied by users, it is possible to overwrite the static memory
space of the wu-ftpd daemon while it is executing under certain
configurations. By having the ability to create directories and
supplying carefully designed directory names to the wu-ftpd, users may
gain privileged access.
PR: 13475
Submitted by: jack@germanium.xtalwind.net
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
|
| |
|
|
|
|
| |
Found by: bento
|
| |
|
|
|
|
|
|
| |
not RFC compliant causing problems f.e. for SSH ftp port redirection
enable NOOP
|
|
|
|
| |
PR: 10505
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix ftpcount/ftpwho by using malloc prototype
|
|
|
|
|
|
|
| |
advisory.
P.S. this version is much improved comparing to what we have previously,
f.e. it already contains most of our fixes.
|
|
|
|
|
|
| |
merge ftpd.c patch to patch-ad and access.c patch to patch-af.
(As clearly stated in the handbook, a file should be changed only by
one patch.)
|
| |
|
|
|
|
|
| |
Pointed-out by: Mark Huizer xaa@stack.nl
(Closing PR #2472.)
|
|
|
|
| |
Use system default CFLAGS
|
|
|
|
|
|
| |
Compression of manpages should be dealt with in the FreeBSD port Makefile,
not by patching the dist Makefile. (more obvious to those looking at the
port).
|
|
|
|
|
|
| |
Compression of manpages should be dealt with in the FreeBSD port Makefile,
not by patching the dist Makefile. (more obvious to those looking at the
port).
|
|
|
|
|
|
|
|
| |
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
|
| |
|
|
|
|
|
|
|
| |
it anycase, but not tell that S/key password required
It looks like non-s/key system from outside
Additionly tell that s/key required if it is so for normal case
|
|
|
|
| |
if it is impossible to confirm it)
|
|
|
|
|
|
|
|
|
|
| |
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
|
|
|
|
| |
Add yet one master site (http), because ftp is always busy
|
|
|
|
| |
installs. ;)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
fine with our patches.
Reported by: Charlie Root <root@taz.emmons.cmich.edu>
|
|
|
|
| |
Noticed By: Satoshi Asami <asami@FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Link ftpd static - big win since it forks so often.
- Turn off push flag to keep sender TCP from sending short packets
at the boundaries of each write(). Should probably do a SO_SNDBUF
to set the send buffer size as well, but that may not be desirable
in heavy-load situations.
- Double the send buffer size.
- Add an option to config.h, LOG_TOOMANY, defined by default, that controls
whether we bother to complain when a connection hits a user limit. Turning
this off removes at least 3/4 of the syslog usage of wu-ftpd on a busy
system saving CPU and logspace.
- Make SKEY portions truely optional by one knob in the src Makefile
Obtained from: David Greenman <davidg@FreeBSD.org> and wcarchive
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've made some changes to the wu-ftpd port. Here's an overview of the
enclosed patches:
patch-ab: replacement for patches/patch-ab to add install of basic
configuration files: ftpaccess, ftpconversions, and ftpusers
patch-ah: new patch to add some FreeBSD system users: toor, ingres, and
xten to the ftpusers file
PLIST.diff: add the config files to the package
DESCR.diff: add a comment on location and purose of installed config
|
|
|
|
|
|
| |
not etc.
Submitted by: Tom Samplonius <tom@misery.sdf.com>
|
|
|
|
| |
Submitted by: torstenb
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Use internal functions rather than libc versions in a couple of places
This allows writing to dirs without read perms and the
ftpconversions file to work.
- Fix up skey support to use correct parameters
- using compress in the ftpconversions file doesn't seem to work,
so alter example ftpconversions file to use gzip -d rather than compress -dc
- Install manpages compressed
Still broken :
- using /bin/compress to compress/uncompress files on the fly
|
|
|
|
| |
data without crashing the server also.
|
|
|
|
| |
Submitted by: Ollivier Robert <roberto@blaise.ibp.fr>
|
| |
|
|
|
|
|
|
|
| |
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
|
|
Submitted by:
Obtained from:
wuarchive ftpd with skey support
|