Commit Graph

34 Commits

Author SHA1 Message Date
Andrey A. Chernov
21fbdc7516 restore historical NLIST behaviour
PR:		16183
Submitted by:	Dag-Erling Smørgrav <des@yes.no>
2000-01-24 22:33:20 +00:00
Andrey A. Chernov
c1a43345ca Fix 'dir .' (works as dir *)
Submitted by:	Makoto MATSUSHITA <matusita@jp.freebsd.org>
1999-10-24 11:44:34 +00:00
Andrey A. Chernov
1a8eb4b4c1 upgrade to 2.6.0
Submitted by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
1999-10-24 01:57:37 +00:00
Andrey A. Chernov
3d08987447 upgrade to vr17 1999-04-07 11:08:54 +00:00
Andrey A. Chernov
4cba5150e3 undefine loosing PASV race protection: it not protects well and
not RFC compliant causing problems f.e. for SSH ftp port redirection

enable NOOP
1999-03-09 13:54:45 +00:00
Andrey A. Chernov
0c76714e6b upgrade to vr13 to close security hole and lots of enhancements 1999-02-10 12:48:09 +00:00
David E. O'Brien
697abc6434 Correct paths in man page. 1998-08-10 09:10:29 +00:00
Andrey A. Chernov
0a9ccc143e Remove "always UTC" patch 1998-05-18 00:11:42 +00:00
Andrey A. Chernov
f107421395 Run /bin/ls always with TZ= 1998-05-15 17:03:38 +00:00
Andrey A. Chernov
7b1c34eeb1 Upgrade to beta-16 1997-12-24 17:45:48 +00:00
Andrey A. Chernov
c28d2083bc Upgrade to beta-15, nlist hole fixed 1997-09-15 05:48:35 +00:00
Andrey A. Chernov
ac2f2b16ce Upgrade to beta-14 1997-09-09 23:00:13 +00:00
Andrey A. Chernov
a4ef9c1d42 Upgrade to beta-13 1997-04-27 21:48:55 +00:00
Andrey A. Chernov
108ebe4d74 Build ftpd dynamic, if variable PACKAGE_BUILDING is defined 1997-02-07 14:11:08 +00:00
Andrey A. Chernov
f27f59c895 Restore static linking of ftpd 1997-02-05 11:23:42 +00:00
Andrey A. Chernov
624195f076 Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT security
advisory.

P.S. this version is much improved comparing to what we have previously,
f.e. it already contains most of our fixes.
1997-01-30 17:00:56 +00:00
Masafumi Max NAKANE
9eb9d5227b Rip off the patch to ftpd.c and one to access.c from patch-ai and
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.)
1997-01-17 09:09:18 +00:00
Masafumi Max NAKANE
b42d59dece This patch has been integrated in the original source. 1997-01-17 09:02:38 +00:00
Andrey A. Chernov
91c52082e7 Prevent dologout goes to mainloop
Use system default CFLAGS
1997-01-02 19:12:00 +00:00
David E. O'Brien
3f5c5df468 Mode for non-executables is 644, not 755.
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).
1996-12-01 01:34:47 +00:00
Andrey A. Chernov
1e0f2d19d1 Implement alternative strategy: if it impossible to confirm password, ask for
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
1996-10-18 17:15:19 +00:00
Andrey A. Chernov
43a2c8d623 Copy s/key changes from our ftpd (don't even ask for password
if it is impossible to confirm it)
1996-10-17 17:55:23 +00:00
Andrey A. Chernov
8693ea3511 Do not clobber existen configuration 1995-12-29 20:54:10 +00:00
Justin T. Gibbs
51497223af Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.
Noticed By: Satoshi Asami <asami@FreeBSD.org>
1995-10-13 00:36:30 +00:00
Justin T. Gibbs
6f6a47cec5 Tune wu-ftpd for high performance:
- 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
1995-10-09 05:27:19 +00:00
Satoshi Asami
71ef039ccd Submitted by: Tom Samplonius <tom@misery.sdf.com>
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
1995-08-11 00:23:59 +00:00
Satoshi Asami
abb799add1 Correct a few pathname problems. In particular, put ftpd in libexec,
not etc.

Submitted by:	Tom Samplonius <tom@misery.sdf.com>
1995-08-08 11:06:34 +00:00
Satoshi Asami
df23388e88 Fix screwy output from pwd when in a "hidden" directory.
Submitted by:	torstenb
1995-05-30 09:58:38 +00:00
Gary Palmer
27accdef20 Foo. Fix up support for compressed manpages 1995-01-25 23:01:34 +00:00
Gary Palmer
64b881e789 Finally get most of wu-ftpd working.
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
1995-01-25 22:41:57 +00:00
Gary Palmer
536becde89 <Sigh> Even more off_t fixes for wu-ftpd. Now you should be able to upload
data without crashing the server also.
1995-01-14 00:03:24 +00:00
Gary Palmer
0a5b0ea364 Fix for the wu-ftpd coring problem.
Submitted by:	Ollivier Robert <roberto@blaise.ibp.fr>
1995-01-13 01:24:37 +00:00
Torsten Blum
e7458ed790 change _PATH_PIDNAME to "/var/run/ftp.pids-%s" 1994-12-18 00:52:55 +00:00
Torsten Blum
33991ff4fa Reviewed by:
Submitted by:	
Obtained from:
wuarchive ftpd with skey support
1994-10-23 01:37:00 +00:00