aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wu-ftpd+ipv6
Commit message (Collapse)AuthorAgeFilesLines
* Implement alternative strategy: if it impossible to confirm password, ask forache1996-10-191-49/+39
| | | | | | | 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
* Copy s/key changes from our ftpd (don't even ask for passwordache1996-10-181-39/+49
| | | | if it is impossible to confirm it)
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | 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 siteache1996-09-062-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 portasami1996-06-142-3/+9
| | | | installs. ;)
* Switch to .tar.gz variant, it occupes less space in distfilesache1996-03-302-3/+2
|
* Checksum changed at master site.asami1996-03-211-1/+1
|
* Do not clobber existen configurationache1995-12-301-5/+5
|
* Fix checksum mismatchache1995-12-301-1/+1
|
* Change "networking" to "net".asami1995-11-271-2/+2
|
* They changed the tarball on master site. It still compiles & packagesasami1995-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.gibbs1995-10-131-3/+3
| | | | Noticed By: Satoshi Asami <asami@FreeBSD.org>
* Tune wu-ftpd for high performance: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>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,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.asami1995-05-301-8/+26
| | | | Submitted by: torstenb
* Update of net Makefiles! Am I done? :)asami1995-04-151-2/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-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 manpagesgpalmer1995-01-262-18/+18
|
* Finally get most of wu-ftpd working.gpalmer1995-01-266-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 uploadgpalmer1995-01-141-32/+104
| | | | data without crashing the server also.
* Fix for the wu-ftpd coring problem.gpalmer1995-01-131-4/+20
| | | | Submitted by: Ollivier Robert <roberto@blaise.ibp.fr>
* change _PATH_PIDNAME to "/var/run/ftp.pids-%s"torstenb1994-12-182-7/+22
|
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-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: torstenb1994-10-238-0/+257
Submitted by: Obtained from: wuarchive ftpd with skey support