| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
| |
PR: ports/65828
Submitted by: trevor
Approved by: ache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
| |
Fix denial of service in NLST CAN-2005-0256
|
|
|
|
|
| |
PR: ports/76235
Approved by: ache, sumikawa (maintainers for wu-ftpd*)
|
|
|
|
|
| |
PR: 44019
Submitted by: Cejka Rudolf <cejkar@fit.vutbr.cz>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
| |
Submitted by: Matt Zimmerman <mdz@debian.org>
|
|
|
|
|
|
| |
Add -- to tar args to stop hacking with "-"-started files in ftpconversions
Approved by: security-officer ('--' fix), portmgr
|
|
|
|
| |
Submitted/approved by: security-officer
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
| |
PR: 46471
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
|
|
|
|
| |
PR: 44019
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 34660
Submitted by: "James E. Housley" <jeh@thehousleys.net>
|
| |
|
| |
|
|
|
|
| |
Use FreeBSD's strcasestr() if present.
|
|
|
|
| |
(fix wrong place of pasv-allow fix as result)
|
| |
|
| |
|
|
|
|
|
| |
PR: 17313
Submitted by: Dmitry Grigorovic
|
| |
|
|
|
|
| |
Approved by: asami
|
|
|
|
|
|
| |
had some setproctitle(), etc. fixed through patch-aa), fixes memory leaks
in internal ls, and merges in the virtual passwd/shadow features of
BeroFTPD. This update should solve SA 00:29. Add WWW to DESCR.
|
|
|
|
| |
Submitted by: Koga Youichirou <y-koga@jp.FreeBSD.org>
|
|
|
|
| |
Submitted by: Jun Kuriyama <kuriyama@FreeBSD.org>
|
| |
|
|
|
|
| |
in ftpaccess config
|
|
|
|
|
| |
PR: 16183
Submitted by: Dag-Erling Smørgrav <des@yes.no>
|
|
|
|
| |
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
|