summaryrefslogtreecommitdiff
path: root/ftp (unfollow)
Commit message (Collapse)AuthorFilesLines
1996-06-14Add ".example" to the end of three etc files, as that's what the portSatoshi Asami4-6/+18
installs. ;) Notes: svn path=/head/; revision=3215
1996-04-26Fix a typo which prevents mirro from running properly (division by zero error)Torsten Blum1-1/+1
Submitted by: Mike Peck <mike@binghamton.edu> Notes: svn path=/head/; revision=3033
1996-03-30Switch to .tar.gz variant, it occupes less space in distfilesAndrey A. Chernov4-6/+4
Notes: svn path=/head/; revision=2913
1996-03-25An xview-based graphical ftp interface.Satoshi Asami8-0/+714
Submitted by: Janusz Kokot <janek@gaja.ipan.lublin.pl> Notes: svn path=/head/; revision=2886
1996-03-21Checksum changed at master site.Satoshi Asami2-2/+2
Notes: svn path=/head/; revision=2866
1996-03-16upgrade to V2.8Torsten Blum6-106/+108
Notes: svn path=/head/; revision=2843
1996-01-14Upgrade to 2.3.0Andrey A. Chernov6-14/+14
Notes: svn path=/head/; revision=2622
1995-12-29Do not clobber existen configurationAndrey A. Chernov2-10/+10
Notes: svn path=/head/; revision=2593
1995-12-29Fix checksum mismatchAndrey A. Chernov2-2/+2
Notes: svn path=/head/; revision=2592
1995-11-27Change "networking" to "net".Satoshi Asami7-14/+14
Notes: svn path=/head/; revision=2485
1995-11-23Upgrade 2.2.1 -> 2.2.2Andrey A. Chernov6-10/+10
Notes: svn path=/head/; revision=2462
1995-11-20They changed the tarball on master site. It still compiles & packagesSatoshi Asami2-2/+2
fine with our patches. Reported by: Charlie Root <root@taz.emmons.cmich.edu> Notes: svn path=/head/; revision=2437
1995-10-16Upgrade to 2.2.1Andrey A. Chernov6-10/+10
Notes: svn path=/head/; revision=2336
1995-10-13Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.Justin T. Gibbs2-6/+6
Noticed By: Satoshi Asami <asami@FreeBSD.org> Notes: svn path=/head/; revision=2330
1995-10-09Tune wu-ftpd for high performance:Justin T. Gibbs2-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
1995-10-04Upgrade to 2.2.0Andrey A. Chernov6-20/+12
Notes: svn path=/head/; revision=2260
1995-10-03Submitted by: Steve Passe <smp@csn.net>Satoshi Asami1-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
1995-09-23Upgrade to 2.1.1Andrey A. Chernov6-10/+10
Notes: svn path=/head/; revision=2180
1995-08-18This patch adds tcsh/bash style filename completion to ncftp2.Peter Wemm2-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
1995-08-18Correct the md5 checksum.. The md5 was for version 2.0.7, while this is 2.1.0Peter Wemm2-2/+2
Notes: svn path=/head/; revision=2071
1995-08-11Submitted by: Tom Samplonius <tom@misery.sdf.com>Satoshi Asami8-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
1995-08-08Correct a few pathname problems. In particular, put ftpd in libexec,Satoshi Asami6-56/+62
not etc. Submitted by: Tom Samplonius <tom@misery.sdf.com> Notes: svn path=/head/; revision=2040
1995-07-17Upgrade 2.0.7 -> 2.1.0Andrey A. Chernov2-6/+6
Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=1983
1995-06-15This patch to mirror allows you to specify a "account" too. ThisTorsten Blum1-2/+29
is used by some mainframe FTP's and other bogous machinery. Submitted by: phk Notes: svn path=/head/; revision=1834
1995-06-13Upgrade.Andrey A. Chernov6-10/+10
Notes: svn path=/head/; revision=1830
1995-05-30Fix screwy output from pwd when in a "hidden" directory.Satoshi Asami2-16/+52
Submitted by: torstenb Notes: svn path=/head/; revision=1810
1995-05-19mirror - mirror packages on remote sitesSatoshi Asami9-0/+229
Submitted by: torstenb@ramsey.saar.de (Torsten Blum) Notes: svn path=/head/; revision=1783
1995-05-13Make this thing compile and install.Satoshi Asami3-7/+20
Notes: svn path=/head/; revision=1715
1995-05-07Upgrade.Andrey A. Chernov7-22/+18
Notes: svn path=/head/; revision=1663
1995-04-27Upgrade.Andrey A. Chernov6-10/+10
Notes: svn path=/head/; revision=1543
1995-04-22Update for new bsd.port.mk (target renaming).Satoshi Asami1-5/+5
Notes: svn path=/head/; revision=1489
1995-04-17install depends on build!Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=1432
1995-04-17Manpage is compressed.Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=1431
1995-04-15Update of net Makefiles! Am I done? :)Satoshi Asami4-8/+14
Notes: svn path=/head/; revision=1363
1995-04-12Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean upSatoshi Asami2-8/+14
some Makefiles along the way. Notes: svn path=/head/; revision=1348
1995-04-03Upgrade.Andrey A. Chernov8-12/+12
Notes: svn path=/head/; revision=1282
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard6-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
1995-03-20Upgrade.Andrey A. Chernov6-12/+12
Notes: svn path=/head/; revision=1169
1995-03-20Update to yale-tftpd 3.0Paul Traina3-78/+9
Notes: svn path=/head/; revision=1168
1995-03-09Upgrade.Andrey A. Chernov10-12/+30
Notes: svn path=/head/; revision=1118
1995-02-27UpgradeAndrey A. Chernov4-8/+8
Notes: svn path=/head/; revision=1055
1995-02-09Upgrade.Andrey A. Chernov4-8/+8
Notes: svn path=/head/; revision=919
1995-02-09Add an EXTRACT_SUFX line. The source is only available as a tar.Z andAndreas Schulz1-0/+1
not a tar.gz file on the master site. Notes: svn path=/head/; revision=916
1995-01-30UpgradeAndrey A. Chernov4-8/+8
Notes: svn path=/head/; revision=852
1995-01-25Foo. Fix up support for compressed manpagesGary Palmer4-36/+36
Notes: svn path=/head/; revision=827
1995-01-25Finally get most of wu-ftpd working.Gary Palmer12-394/+1074
Changes: - Use internal functions rather than libc versions in a couple of places This allows writing to dirs without read perms and the ftpconversions file to work. - Fix up skey support to use correct parameters - using compress in the ftpconversions file doesn't seem to work, so alter example ftpconversions file to use gzip -d rather than compress -dc - Install manpages compressed Still broken : - using /bin/compress to compress/uncompress files on the fly Notes: svn path=/head/; revision=826
1995-01-24Upgrade.Andrey A. Chernov5-12/+13
Notes: svn path=/head/; revision=811
1995-01-19UpgradeAndrey A. Chernov4-8/+8
Notes: svn path=/head/; revision=796
1995-01-17UpgradeAndrey A. Chernov4-8/+8
Notes: svn path=/head/; revision=790
1995-01-14<Sigh> Even more off_t fixes for wu-ftpd. Now you should be able to uploadGary Palmer2-64/+208
data without crashing the server also. Notes: svn path=/head/; revision=770