Commit Graph

108 Commits

Author SHA1 Message Date
Andrey A. Chernov
346d47a671 Add reminder about -a option required now to use ftpaccess
Fix ftpcount/ftpwho by using malloc prototype
1997-02-01 22:17:39 +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
Masafumi Max NAKANE
50e22aab41 The original distribution is file has been changed.
Pointed-out by:	Mark Huizer xaa@stack.nl
(Closing PR #2472.)
1997-01-17 09:01:11 +00:00
David E. O'Brien
af2bca2051 Ncftp v1.x is important to me -- so I'll take maintance of it. 1997-01-12 10:24:42 +00:00
Andrey A. Chernov
7cb79db628 Localize it 1997-01-09 12:41:39 +00:00
Andrey A. Chernov
f68ac8f977 Activate local filename completion
Submitted by: sanpei@yy.cs.keio.ac.jp
1997-01-09 11:58:47 +00:00
Jordan K. Hubbard
72734182c1 Remove myself as MAINTAINER from a number of ports I no longer
have time to properly maintain.  This will cause the position to
revert to ports.
1997-01-06 12:15:11 +00:00
Andrey A. Chernov
91c52082e7 Prevent dologout goes to mainloop
Use system default CFLAGS
1997-01-02 19:12:00 +00:00
Thomas Gellekum
58457b1bfd Import of wget, a tool similar to our fetch(1), but it is able
to fetch complete trees.
1997-01-02 07:19:08 +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
David E. O'Brien
632d90b25a Things in pre-install target are already handled by mtree.
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:11 +00:00
David E. O'Brien
49f337d203 General Makefile cleanup
Add MAINATERS
   mkdir -p ==> ${MKDIR}
   cp ==> ${CP}
   install ==> ${INSTALL}/${INSTALL_*}
   etc...
1996-12-01 01:23:27 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
83e5fd3ee1 Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 09:56:45 +00:00
Jordan K. Hubbard
313db352b6 Add readline support to ncftp.
Submitted-By: Dave Cornejo <dave@dogwood.com>
1996-11-15 07:35:25 +00:00
Peter Wemm
bd990e6999 Update ncftp2.4.1 -> 2.4.2
Removed my patch for the extra characters in the passwd prompt caused by
the long-standing (but now fixed in development sources) ncurses problem
now that the author has an equivalent fix.
1996-11-10 03:10:41 +00:00
Andrey A. Chernov
71a3bb0e3d Better ports configuration
Submitted by: max
1996-10-21 20:05:18 +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
503b0cc834 Upgrade to 2.4.1 1996-10-18 15:55:47 +00:00
Andrey A. Chernov
781b71b2a6 Upgrade to 2.4.0 1996-10-17 22:22:18 +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
Eric L. Hernes
4a8176e148 put back the commented out dependancy for Xaw3d.
Noticed by: Satoshi
1996-10-15 18:25:56 +00:00
Eric L. Hernes
1760aa0a0c use Motif widgets if HAVE_MOTIF=yes. 1996-10-11 20:36:10 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
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!
1996-10-10 05:05:35 +00:00
Andrey A. Chernov
53e92db6ec Extract sufx changed on master site
Add yet one master site (http), because ftp is always busy
1996-09-05 18:38:20 +00:00
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