Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-08-18 | Work around what appears to be a ncurses bug. The command line at the | Peter Wemm | |
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-11 | Security patch for weird pathnames | Paul Traina | |
1996-07-05 | Take off program name from beginning of COMMENT, it's part of PKGNAME | Satoshi Asami | |
anyway. | |||
1996-07-05 | Add suffix to "man/man1/ncftp". Wake up Jordan! :> | Satoshi Asami | |
1996-07-05 | Compress man page (conditionalized on NOMANCOMPRESS). | Satoshi Asami | |
1996-06-20 | Fix some very small nits I noticed in here while I was cloning the port | Jordan K. Hubbard | |
for ncftp1. | |||
1996-06-20 | Resurrect ncftp 1.x in ports now that it's gone from /usr/src. | Jordan K. Hubbard | |
1996-06-14 | Add ".example" to the end of three etc files, as that's what the port | Satoshi Asami | |
installs. ;) | |||
1996-04-26 | Fix a typo which prevents mirro from running properly (division by zero error) | Torsten Blum | |
Submitted by: Mike Peck <mike@binghamton.edu> | |||
1996-03-30 | Switch to .tar.gz variant, it occupes less space in distfiles | Andrey A. Chernov | |
1996-03-25 | An xview-based graphical ftp interface. | Satoshi Asami | |
Submitted by: Janusz Kokot <janek@gaja.ipan.lublin.pl> | |||
1996-03-21 | Checksum changed at master site. | Satoshi Asami | |
1996-03-16 | upgrade to V2.8 | Torsten Blum | |
1996-01-14 | Upgrade to 2.3.0 | Andrey A. Chernov | |
1995-12-29 | Do not clobber existen configuration | Andrey A. Chernov | |
1995-12-29 | Fix checksum mismatch | Andrey A. Chernov | |
1995-11-27 | Change "networking" to "net". | Satoshi Asami | |
1995-11-23 | Upgrade 2.2.1 -> 2.2.2 | Andrey A. Chernov | |
1995-11-20 | They changed the tarball on master site. It still compiles & packages | Satoshi Asami | |
fine with our patches. Reported by: Charlie Root <root@taz.emmons.cmich.edu> | |||
1995-10-16 | Upgrade to 2.2.1 | Andrey A. Chernov | |
1995-10-13 | Backup last installed ftpd in LIBEXECDIR instead of ETCDIR. | Justin T. Gibbs | |
Noticed By: Satoshi Asami <asami@FreeBSD.org> | |||
1995-10-09 | Tune wu-ftpd for high performance: | Justin T. Gibbs | |
- 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-04 | Upgrade to 2.2.0 | Andrey A. Chernov | |
1995-10-03 | Submitted by: Steve Passe <smp@csn.net> | Satoshi Asami | |
there is a bug in net/moxftp keeping it from finding the installed archie application. the following patch fixes it: | |||
1995-09-23 | Upgrade to 2.1.1 | Andrey A. Chernov | |
1995-08-18 | This patch adds tcsh/bash style filename completion to ncftp2. | Peter Wemm | |
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 | Correct the md5 checksum.. The md5 was for version 2.0.7, while this is 2.1.0 | Peter Wemm | |
1995-08-11 | Submitted by: Tom Samplonius <tom@misery.sdf.com> | Satoshi Asami | |
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-08 | Correct a few pathname problems. In particular, put ftpd in libexec, | Satoshi Asami | |
not etc. Submitted by: Tom Samplonius <tom@misery.sdf.com> | |||
1995-07-17 | Upgrade 2.0.7 -> 2.1.0 | Andrey A. Chernov | |
Reviewed by: Submitted by: Obtained from: | |||
1995-06-15 | This patch to mirror allows you to specify a "account" too. This | Torsten Blum | |
is used by some mainframe FTP's and other bogous machinery. Submitted by: phk | |||
1995-06-13 | Upgrade. | Andrey A. Chernov | |
1995-05-30 | Fix screwy output from pwd when in a "hidden" directory. | Satoshi Asami | |
Submitted by: torstenb | |||
1995-05-19 | mirror - mirror packages on remote sites | Satoshi Asami | |
Submitted by: torstenb@ramsey.saar.de (Torsten Blum) | |||
1995-05-13 | Make this thing compile and install. | Satoshi Asami | |
1995-05-07 | Upgrade. | Andrey A. Chernov | |
1995-04-27 | Upgrade. | Andrey A. Chernov | |
1995-04-22 | Update for new bsd.port.mk (target renaming). | Satoshi Asami | |
1995-04-17 | install depends on build! | Satoshi Asami | |
1995-04-17 | Manpage is compressed. | Satoshi Asami | |
1995-04-15 | Update of net Makefiles! Am I done? :) | Satoshi Asami | |
1995-04-12 | Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up | Satoshi Asami | |
some Makefiles along the way. | |||
1995-04-03 | Upgrade. | Andrey A. Chernov | |
1995-04-01 | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | Jordan K. Hubbard | |
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | |||
1995-03-20 | Upgrade. | Andrey A. Chernov | |
1995-03-20 | Update to yale-tftpd 3.0 | Paul Traina | |
1995-03-09 | Upgrade. | Andrey A. Chernov | |
1995-02-27 | Upgrade | Andrey A. Chernov | |
1995-02-09 | Upgrade. | Andrey A. Chernov | |
1995-02-09 | Add an EXTRACT_SUFX line. The source is only available as a tar.Z and | Andreas Schulz | |
not a tar.gz file on the master site. |