Commit Graph

80 Commits

Author SHA1 Message Date
Peter Wemm
22a7b49cc4 Work around what appears to be a ncurses bug. The command line at the
bottom of the screen can sometimes have stray characters left behind from
the previous command.  This seems to be because ncurses is ignoreing
a ``wprintw(window, "%s", " ")'' when it's in the last column of a window.
I dont know who is right, ncurses or ncftp.

This workaround also makes the code a little cleaner as a side effect. :-)
1996-08-18 15:12:39 +00:00
Paul Traina
4d9cfd8eef Security patch for weird pathnames 1996-08-11 17:36:01 +00:00
Satoshi Asami
9de54ea05b Take off program name from beginning of COMMENT, it's part of PKGNAME
anyway.
1996-07-05 06:29:58 +00:00
Satoshi Asami
f0a534c079 Add suffix to "man/man1/ncftp". Wake up Jordan! :> 1996-07-05 06:27:45 +00:00
Satoshi Asami
1408c674d7 Compress man page (conditionalized on NOMANCOMPRESS). 1996-07-05 06:26:52 +00:00
Jordan K. Hubbard
fe3ba3dcc1 Fix some very small nits I noticed in here while I was cloning the port
for ncftp1.
1996-06-20 15:22:20 +00:00
Jordan K. Hubbard
0d62dab1ac Resurrect ncftp 1.x in ports now that it's gone from /usr/src. 1996-06-20 15:17:28 +00:00
Satoshi Asami
cf81738d8d Add ".example" to the end of three etc files, as that's what the port
installs. ;)
1996-06-14 10:28:46 +00:00
Torsten Blum
7faec10cbb Fix a typo which prevents mirro from running properly (division by zero error)
Submitted by:	Mike Peck <mike@binghamton.edu>
1996-04-26 21:59:41 +00:00
Andrey A. Chernov
e775fd2c3a Switch to .tar.gz variant, it occupes less space in distfiles 1996-03-30 13:09:27 +00:00
Satoshi Asami
5fb563ecd1 An xview-based graphical ftp interface.
Submitted by:	Janusz Kokot <janek@gaja.ipan.lublin.pl>
1996-03-25 08:58:59 +00:00
Satoshi Asami
0c17df56ad Checksum changed at master site. 1996-03-21 11:39:40 +00:00
Torsten Blum
1bb8abd42e upgrade to V2.8 1996-03-16 15:29:51 +00:00
Andrey A. Chernov
bfc5b7cc3d Upgrade to 2.3.0 1996-01-14 10:29:20 +00:00
Andrey A. Chernov
8693ea3511 Do not clobber existen configuration 1995-12-29 20:54:10 +00:00
Andrey A. Chernov
5d74a294b7 Fix checksum mismatch 1995-12-29 20:43:16 +00:00
Satoshi Asami
510bcaa2de Change "networking" to "net". 1995-11-27 04:06:03 +00:00
Andrey A. Chernov
3f08379849 Upgrade 2.2.1 -> 2.2.2 1995-11-23 20:38:16 +00:00
Satoshi Asami
088bb15bee They changed the tarball on master site. It still compiles & packages
fine with our patches.

Reported by:	Charlie Root <root@taz.emmons.cmich.edu>
1995-11-20 13:17:22 +00:00
Andrey A. Chernov
f20a49e039 Upgrade to 2.2.1 1995-10-16 11:30: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
Andrey A. Chernov
bdd2f9b316 Upgrade to 2.2.0 1995-10-04 23:36:02 +00:00
Satoshi Asami
42c57b73b1 Submitted by: Steve Passe <smp@csn.net>
there is a  bug in net/moxftp keeping it from finding the installed
archie application.  the following patch fixes it:
1995-10-03 23:15:23 +00:00
Andrey A. Chernov
bbcc191a23 Upgrade to 2.1.1 1995-09-23 17:09:13 +00:00
Peter Wemm
7c315e1aac This patch adds tcsh/bash style filename completion to ncftp2.
Originally this was written for version 2.0.4 but has not been updated
by the author since... this was too useful to die..

Obtained from:	Tim MacKenzie <t.mackenzie@trl.oz.au>
1995-08-18 17:50:34 +00:00
Peter Wemm
c7f8a0f4f6 Correct the md5 checksum.. The md5 was for version 2.0.7, while this is 2.1.0 1995-08-18 17:43:50 +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
Andrey A. Chernov
ce9afffac0 Upgrade 2.0.7 -> 2.1.0
Reviewed by:
Submitted by:
Obtained from:
1995-07-17 14:31:23 +00:00
Torsten Blum
618ab53e8e This patch to mirror allows you to specify a "account" too. This
is used by some mainframe FTP's and other bogous machinery.

Submitted by:	phk
1995-06-15 17:31:25 +00:00
Andrey A. Chernov
6a97821901 Upgrade. 1995-06-13 22:14: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
Satoshi Asami
309a7e340a mirror - mirror packages on remote sites
Submitted by:	torstenb@ramsey.saar.de (Torsten Blum)
1995-05-19 07:23:14 +00:00
Satoshi Asami
13e281f1c0 Make this thing compile and install. 1995-05-13 09:14:05 +00:00
Andrey A. Chernov
2eb585bf89 Upgrade. 1995-05-07 20:57:56 +00:00
Andrey A. Chernov
527c73a5a8 Upgrade. 1995-04-27 23:36:21 +00:00
Satoshi Asami
ddc3f538a6 Update for new bsd.port.mk (target renaming). 1995-04-22 12:30:11 +00:00
Satoshi Asami
043a1368d1 install depends on build! 1995-04-17 07:59:05 +00:00
Satoshi Asami
633cbf4d9f Manpage is compressed. 1995-04-17 07:57:52 +00:00
Satoshi Asami
5f46dae90f Update of net Makefiles! Am I done? :) 1995-04-15 05:42:12 +00:00
Satoshi Asami
19e38c2e9f Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
1995-04-12 04:56:21 +00:00
Andrey A. Chernov
bb087a1e11 Upgrade. 1995-04-03 17:03:52 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Andrey A. Chernov
7ee0844748 Upgrade. 1995-03-20 21:32:29 +00:00
Paul Traina
58959c4f01 Update to yale-tftpd 3.0 1995-03-20 20:54:47 +00:00
Andrey A. Chernov
13909dd850 Upgrade. 1995-03-09 17:58:40 +00:00
Andrey A. Chernov
c5f6934616 Upgrade 1995-02-27 22:20:02 +00:00
Andrey A. Chernov
54dfde982f Upgrade. 1995-02-09 22:09:05 +00:00
Andreas Schulz
de7e641af2 Add an EXTRACT_SUFX line. The source is only available as a tar.Z and
not a tar.gz file on the master site.
1995-02-09 18:42:18 +00:00