aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wu-ftpd+ipv6
Commit message (Collapse)AuthorAgeFilesLines
...
* Extract sufx changed on master siteAndrey A. Chernov1996-09-052-3/+5
| | | | Add yet one master site (http), because ftp is always busy
* Add ".example" to the end of three etc files, as that's what the portSatoshi Asami1996-06-142-3/+9
| | | | installs. ;)
* Switch to .tar.gz variant, it occupes less space in distfilesAndrey A. Chernov1996-03-302-3/+2
|
* Checksum changed at master site.Satoshi Asami1996-03-211-1/+1
|
* Do not clobber existen configurationAndrey A. Chernov1995-12-291-5/+5
|
* Fix checksum mismatchAndrey A. Chernov1995-12-291-1/+1
|
* Change "networking" to "net".Satoshi Asami1995-11-271-2/+2
|
* They changed the tarball on master site. It still compiles & packagesSatoshi Asami1995-11-201-1/+1
| | | | | | fine with our patches. Reported by: Charlie Root <root@taz.emmons.cmich.edu>
* Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.Justin T. Gibbs1995-10-131-3/+3
| | | | Noticed By: Satoshi Asami <asami@FreeBSD.org>
* Tune wu-ftpd for high performance:Justin T. Gibbs1995-10-091-0/+73
| | | | | | | | | | | | | | | | - 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
* Submitted by: Tom Samplonius <tom@misery.sdf.com>Satoshi Asami1995-08-114-2/+56
| | | | | | | | | | | | | | | 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-083-28/+31
| | | | | | not etc. Submitted by: Tom Samplonius <tom@misery.sdf.com>
* Fix screwy output from pwd when in a "hidden" directory.Satoshi Asami1995-05-301-8/+26
| | | | Submitted by: torstenb
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-151-2/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Foo. Fix up support for compressed manpagesGary Palmer1995-01-252-18/+18
|
* Finally get most of wu-ftpd working.Gary Palmer1995-01-256-197/+537
| | | | | | | | | | | | | | | | 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
* <Sigh> Even more off_t fixes for wu-ftpd. Now you should be able to uploadGary Palmer1995-01-141-32/+104
| | | | data without crashing the server also.
* Fix for the wu-ftpd coring problem.Gary Palmer1995-01-131-4/+20
| | | | Submitted by: Ollivier Robert <roberto@blaise.ibp.fr>
* change _PATH_PIDNAME to "/var/run/ftp.pids-%s"Torsten Blum1994-12-182-7/+22
|
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Reviewed by: Torsten Blum1994-10-238-0/+257
Submitted by: Obtained from: wuarchive ftpd with skey support