summaryrefslogtreecommitdiff
path: root/ftp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Take off program name from beginning of COMMENT, it's part of PKGNAMESatoshi Asami1996-07-054-4/+4
| | | | | | | anyway. Notes: svn path=/head/; revision=3305
* Add suffix to "man/man1/ncftp". Wake up Jordan! :>Satoshi Asami1996-07-052-2/+2
| | | | Notes: svn path=/head/; revision=3304
* Compress man page (conditionalized on NOMANCOMPRESS).Satoshi Asami1996-07-052-2/+8
| | | | Notes: svn path=/head/; revision=3303
* Fix some very small nits I noticed in here while I was cloning the portJordan K. Hubbard1996-06-204-4/+2
| | | | | | | for ncftp1. Notes: svn path=/head/; revision=3261
* Resurrect ncftp 1.x in ports now that it's gone from /usr/src.Jordan K. Hubbard1996-06-2010-0/+58
| | | | Notes: svn path=/head/; revision=3260
* Add ".example" to the end of three etc files, as that's what the portSatoshi Asami1996-06-144-6/+18
| | | | | | | installs. ;) Notes: svn path=/head/; revision=3215
* 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> Notes: svn path=/head/; revision=3033
* Switch to .tar.gz variant, it occupes less space in distfilesAndrey A. Chernov1996-03-304-6/+4
| | | | Notes: svn path=/head/; revision=2913
* An xview-based graphical ftp interface.Satoshi Asami1996-03-258-0/+714
| | | | | | | Submitted by: Janusz Kokot <janek@gaja.ipan.lublin.pl> Notes: svn path=/head/; revision=2886
* Checksum changed at master site.Satoshi Asami1996-03-212-2/+2
| | | | Notes: svn path=/head/; revision=2866
* upgrade to V2.8Torsten Blum1996-03-166-106/+108
| | | | Notes: svn path=/head/; revision=2843
* Upgrade to 2.3.0Andrey A. Chernov1996-01-146-14/+14
| | | | Notes: svn path=/head/; revision=2622
* Do not clobber existen configurationAndrey A. Chernov1995-12-292-10/+10
| | | | Notes: svn path=/head/; revision=2593
* Fix checksum mismatchAndrey A. Chernov1995-12-292-2/+2
| | | | Notes: svn path=/head/; revision=2592
* Change "networking" to "net".Satoshi Asami1995-11-277-14/+14
| | | | Notes: svn path=/head/; revision=2485
* Upgrade 2.2.1 -> 2.2.2Andrey A. Chernov1995-11-236-10/+10
| | | | Notes: svn path=/head/; revision=2462
* 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> Notes: svn path=/head/; revision=2437
* Upgrade to 2.2.1Andrey A. Chernov1995-10-166-10/+10
| | | | Notes: svn path=/head/; revision=2336
* Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.Justin T. Gibbs1995-10-132-6/+6
| | | | | | | Noticed By: Satoshi Asami <asami@FreeBSD.org> Notes: svn path=/head/; revision=2330
* 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 Notes: svn path=/head/; revision=2298
* Upgrade to 2.2.0Andrey A. Chernov1995-10-046-20/+12
| | | | Notes: svn path=/head/; revision=2260
* 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: Notes: svn path=/head/; revision=2237
* Upgrade to 2.1.1Andrey A. Chernov1995-09-236-10/+10
| | | | Notes: svn path=/head/; revision=2180
* 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> Notes: svn path=/head/; revision=2072
* Correct the md5 checksum.. The md5 was for version 2.0.7, while this is 2.1.0Peter Wemm1995-08-182-2/+2
| | | | Notes: svn path=/head/; revision=2071
* 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 Notes: svn path=/head/; revision=2050
* 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> Notes: svn path=/head/; revision=2040
* Upgrade 2.0.7 -> 2.1.0Andrey A. Chernov1995-07-172-6/+6
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=1983
* 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 Notes: svn path=/head/; revision=1834
* Upgrade.Andrey A. Chernov1995-06-136-10/+10
| | | | Notes: svn path=/head/; revision=1830
* Fix screwy output from pwd when in a "hidden" directory.Satoshi Asami1995-05-302-16/+52
| | | | | | | Submitted by: torstenb Notes: svn path=/head/; revision=1810
* mirror - mirror packages on remote sitesSatoshi Asami1995-05-199-0/+229
| | | | | | | Submitted by: torstenb@ramsey.saar.de (Torsten Blum) Notes: svn path=/head/; revision=1783
* Make this thing compile and install.Satoshi Asami1995-05-133-7/+20
| | | | Notes: svn path=/head/; revision=1715
* Upgrade.Andrey A. Chernov1995-05-077-22/+18
| | | | Notes: svn path=/head/; revision=1663
* Upgrade.Andrey A. Chernov1995-04-276-10/+10
| | | | Notes: svn path=/head/; revision=1543
* Update for new bsd.port.mk (target renaming).Satoshi Asami1995-04-221-5/+5
| | | | Notes: svn path=/head/; revision=1489
* install depends on build!Satoshi Asami1995-04-171-2/+2
| | | | Notes: svn path=/head/; revision=1432
* Manpage is compressed.Satoshi Asami1995-04-171-1/+1
| | | | Notes: svn path=/head/; revision=1431
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-154-8/+14
| | | | Notes: svn path=/head/; revision=1363
* Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean upSatoshi Asami1995-04-122-8/+14
| | | | | | | some Makefiles along the way. Notes: svn path=/head/; revision=1348
* Upgrade.Andrey A. Chernov1995-04-038-12/+12
| | | | Notes: svn path=/head/; revision=1282
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-016-4/+10
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Upgrade.Andrey A. Chernov1995-03-206-12/+12
| | | | Notes: svn path=/head/; revision=1169
* Update to yale-tftpd 3.0Paul Traina1995-03-203-78/+9
| | | | Notes: svn path=/head/; revision=1168
* Upgrade.Andrey A. Chernov1995-03-0910-12/+30
| | | | Notes: svn path=/head/; revision=1118
* UpgradeAndrey A. Chernov1995-02-274-8/+8
| | | | Notes: svn path=/head/; revision=1055
* Upgrade.Andrey A. Chernov1995-02-094-8/+8
| | | | Notes: svn path=/head/; revision=919
* Add an EXTRACT_SUFX line. The source is only available as a tar.Z andAndreas Schulz1995-02-091-0/+1
| | | | | | | not a tar.gz file on the master site. Notes: svn path=/head/; revision=916
* UpgradeAndrey A. Chernov1995-01-304-8/+8
| | | | Notes: svn path=/head/; revision=852
* Foo. Fix up support for compressed manpagesGary Palmer1995-01-254-36/+36
| | | | Notes: svn path=/head/; revision=827