summaryrefslogtreecommitdiff
path: root/ftp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update ncftp2.4.1 -> 2.4.2Peter Wemm1996-11-105-38/+8
| | | | | | 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.
* Better ports configurationAndrey A. Chernov1996-10-214-8/+14
| | | | Submitted by: max
* Implement alternative strategy: if it impossible to confirm password, ask forAndrey A. Chernov1996-10-182-98/+78
| | | | | | | 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
* Upgrade to 2.4.1Andrey A. Chernov1996-10-184-8/+8
|
* Upgrade to 2.4.0Andrey A. Chernov1996-10-175-16/+16
|
* Copy s/key changes from our ftpd (don't even ask for passwordAndrey A. Chernov1996-10-172-78/+98
| | | | if it is impossible to confirm it)
* put back the commented out dependancy for Xaw3d.Eric L. Hernes1996-10-151-2/+4
| | | | Noticed by: Satoshi
* use Motif widgets if HAVE_MOTIF=yes.Eric L. Hernes1996-10-114-32/+58
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-106-6/+6
| | | | | | | | | | 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!
* Extract sufx changed on master siteAndrey A. Chernov1996-09-054-6/+10
| | | | Add yet one master site (http), because ftp is always busy
* Work around what appears to be a ncurses bug. The command line at thePeter Wemm1996-08-181-0/+28
| | | | | | | | | 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. :-)
* Security patch for weird pathnamesPaul Traina1996-08-111-0/+212
|
* Take off program name from beginning of COMMENT, it's part of PKGNAMESatoshi Asami1996-07-054-4/+4
| | | | anyway.
* Add suffix to "man/man1/ncftp". Wake up Jordan! :>Satoshi Asami1996-07-052-2/+2
|
* Compress man page (conditionalized on NOMANCOMPRESS).Satoshi Asami1996-07-052-2/+8
|
* Fix some very small nits I noticed in here while I was cloning the portJordan K. Hubbard1996-06-204-4/+2
| | | | for ncftp1.
* Resurrect ncftp 1.x in ports now that it's gone from /usr/src.Jordan K. Hubbard1996-06-2010-0/+58
|
* Add ".example" to the end of three etc files, as that's what the portSatoshi Asami1996-06-144-6/+18
| | | | installs. ;)
* Fix a typo which prevents mirro from running properly (division by zero error)Torsten Blum1996-04-261-1/+1
| | | | Submitted by: Mike Peck <mike@binghamton.edu>
* Switch to .tar.gz variant, it occupes less space in distfilesAndrey A. Chernov1996-03-304-6/+4
|
* An xview-based graphical ftp interface.Satoshi Asami1996-03-258-0/+714
| | | | Submitted by: Janusz Kokot <janek@gaja.ipan.lublin.pl>
* Checksum changed at master site.Satoshi Asami1996-03-212-2/+2
|
* upgrade to V2.8Torsten Blum1996-03-166-106/+108
|
* Upgrade to 2.3.0Andrey A. Chernov1996-01-146-14/+14
|
* Do not clobber existen configurationAndrey A. Chernov1995-12-292-10/+10
|
* Fix checksum mismatchAndrey A. Chernov1995-12-292-2/+2
|
* Change "networking" to "net".Satoshi Asami1995-11-277-14/+14
|
* Upgrade 2.2.1 -> 2.2.2Andrey A. Chernov1995-11-236-10/+10
|
* They changed the tarball on master site. It still compiles & packagesSatoshi Asami1995-11-202-2/+2
| | | | | | fine with our patches. Reported by: Charlie Root <root@taz.emmons.cmich.edu>
* Upgrade to 2.2.1Andrey A. Chernov1995-10-166-10/+10
|
* Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.Justin T. Gibbs1995-10-132-6/+6
| | | | Noticed By: Satoshi Asami <asami@FreeBSD.org>
* Tune wu-ftpd for high performance:Justin T. Gibbs1995-10-092-0/+146
| | | | | | | | | | | | | | | | - 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
* Upgrade to 2.2.0Andrey A. Chernov1995-10-046-20/+12
|
* Submitted by: Steve Passe <smp@csn.net>Satoshi Asami1995-10-031-0/+19
| | | | | there is a bug in net/moxftp keeping it from finding the installed archie application. the following patch fixes it:
* Upgrade to 2.1.1Andrey A. Chernov1995-09-236-10/+10
|
* This patch adds tcsh/bash style filename completion to ncftp2.Peter Wemm1995-08-182-2/+12
| | | | | | | 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>
* Correct the md5 checksum.. The md5 was for version 2.0.7, while this is 2.1.0Peter Wemm1995-08-182-2/+2
|
* Submitted by: Tom Samplonius <tom@misery.sdf.com>Satoshi Asami1995-08-118-4/+112
| | | | | | | | | | | | | | | 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
* Correct a few pathname problems. In particular, put ftpd in libexec,Satoshi Asami1995-08-086-56/+62
| | | | | | not etc. Submitted by: Tom Samplonius <tom@misery.sdf.com>
* Upgrade 2.0.7 -> 2.1.0Andrey A. Chernov1995-07-172-6/+6
| | | | | | Reviewed by: Submitted by: Obtained from:
* This patch to mirror allows you to specify a "account" too. ThisTorsten Blum1995-06-151-2/+29
| | | | | | is used by some mainframe FTP's and other bogous machinery. Submitted by: phk
* Upgrade.Andrey A. Chernov1995-06-136-10/+10
|
* Fix screwy output from pwd when in a "hidden" directory.Satoshi Asami1995-05-302-16/+52
| | | | Submitted by: torstenb
* mirror - mirror packages on remote sitesSatoshi Asami1995-05-199-0/+229
| | | | Submitted by: torstenb@ramsey.saar.de (Torsten Blum)
* Make this thing compile and install.Satoshi Asami1995-05-133-7/+20
|
* Upgrade.Andrey A. Chernov1995-05-077-22/+18
|
* Upgrade.Andrey A. Chernov1995-04-276-10/+10
|
* Update for new bsd.port.mk (target renaming).Satoshi Asami1995-04-221-5/+5
|
* install depends on build!Satoshi Asami1995-04-171-2/+2
|
* Manpage is compressed.Satoshi Asami1995-04-171-1/+1
|