summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mode for non-executables is 644, not 755.David E. O'Brien1996-12-011-71/+51
| | | | | | | | | Compression of manpages should be dealt with in the FreeBSD port Makefile, not by patching the dist Makefile. (more obvious to those looking at the port). Notes: svn path=/head/; revision=4740
* Things in pre-install target are already handled by mtree.David E. O'Brien1996-12-011-7/+4
| | | | | | | | | Compression of manpages should be dealt with in the FreeBSD port Makefile, not by patching the dist Makefile. (more obvious to those looking at the port). Notes: svn path=/head/; revision=4739
* General Makefile cleanupDavid E. O'Brien1996-12-011-6/+8
| | | | | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... Notes: svn path=/head/; revision=4738
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Implement alternative strategy: if it impossible to confirm password, ask forAndrey A. Chernov1996-10-181-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 Notes: svn path=/head/; revision=4039
* Copy s/key changes from our ftpd (don't even ask for passwordAndrey A. Chernov1996-10-171-39/+49
| | | | | | | if it is impossible to confirm it) Notes: svn path=/head/; revision=4018
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi 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! Notes: svn path=/head/; revision=3948
* Extract sufx changed on master siteAndrey A. Chernov1996-09-052-3/+5
| | | | | | | Add yet one master site (http), because ftp is always busy Notes: svn path=/head/; revision=3744
* Add ".example" to the end of three etc files, as that's what the portSatoshi Asami1996-06-142-3/+9
| | | | | | | installs. ;) Notes: svn path=/head/; revision=3215
* Switch to .tar.gz variant, it occupes less space in distfilesAndrey A. Chernov1996-03-302-3/+2
| | | | Notes: svn path=/head/; revision=2913
* Checksum changed at master site.Satoshi Asami1996-03-211-1/+1
| | | | Notes: svn path=/head/; revision=2866
* Do not clobber existen configurationAndrey A. Chernov1995-12-291-5/+5
| | | | Notes: svn path=/head/; revision=2593
* Fix checksum mismatchAndrey A. Chernov1995-12-291-1/+1
| | | | Notes: svn path=/head/; revision=2592
* Change "networking" to "net".Satoshi Asami1995-11-271-2/+2
| | | | Notes: svn path=/head/; revision=2485
* 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> Notes: svn path=/head/; revision=2437
* Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.Justin T. Gibbs1995-10-131-3/+3
| | | | | | | Noticed By: Satoshi Asami <asami@FreeBSD.org> Notes: svn path=/head/; revision=2330
* 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 Notes: svn path=/head/; revision=2298
* 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 Notes: svn path=/head/; revision=2050
* 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> Notes: svn path=/head/; revision=2040
* Fix screwy output from pwd when in a "hidden" directory.Satoshi Asami1995-05-301-8/+26
| | | | | | | Submitted by: torstenb Notes: svn path=/head/; revision=1810
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-151-2/+2
| | | | Notes: svn path=/head/; revision=1363
* 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. Notes: svn path=/head/; revision=1267
* Foo. Fix up support for compressed manpagesGary Palmer1995-01-252-18/+18
| | | | Notes: svn path=/head/; revision=827
* 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 Notes: svn path=/head/; revision=826
* <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. Notes: svn path=/head/; revision=770
* Fix for the wu-ftpd coring problem.Gary Palmer1995-01-131-4/+20
| | | | | | | Submitted by: Ollivier Robert <roberto@blaise.ibp.fr> Notes: svn path=/head/; revision=754
* change _PATH_PIDNAME to "/var/run/ftp.pids-%s"Torsten Blum1994-12-182-7/+22
| | | | Notes: svn path=/head/; revision=591
* 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 Notes: svn path=/head/; revision=590
* Reviewed by: Torsten Blum1994-10-238-0/+257
Submitted by: Obtained from: wuarchive ftpd with skey support Notes: svn path=/head/; revision=270