aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* Better ports configurationache1996-10-224-8/+14
| | | | Submitted by: max
* Implement alternative strategy: if it impossible to confirm password, ask forache1996-10-192-98/+78
| | | | | | | 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
* Upgrade to 2.4.1ache1996-10-184-8/+8
|
* Upgrade to 2.4.0ache1996-10-185-16/+16
|
* Copy s/key changes from our ftpd (don't even ask for passwordache1996-10-182-78/+98
| | | | if it is impossible to confirm it)
* put back the commented out dependancy for Xaw3d.erich1996-10-161-2/+4
| | | | Noticed by: Satoshi
* use Motif widgets if HAVE_MOTIF=yes.erich1996-10-124-32/+58
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-106-6/+6
| | | | | | | | | | 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-064-6/+10
| | | | Add yet one master site (http), because ftp is always busy
* Work around what appears to be a ncurses bug. The command line at thepeter1996-08-181-0/+28
| | | | | | | | | bottom of the screen can sometimes have stray characters left behind from the previous command. This seems to be because ncurses is ignoreing a ``wprintw(window, "%s", " ")'' when it's in the last column of a window. I dont know who is right, ncurses or ncftp. This workaround also makes the code a little cleaner as a side effect. :-)
* Security patch for weird pathnamespst1996-08-121-0/+212
|
* Take off program name from beginning of COMMENT, it's part of PKGNAMEasami1996-07-054-4/+4
| | | | anyway.
* Add suffix to "man/man1/ncftp". Wake up Jordan! :>asami1996-07-052-2/+2
|
* Compress man page (conditionalized on NOMANCOMPRESS).asami1996-07-052-2/+8
|
* Fix some very small nits I noticed in here while I was cloning the portjkh1996-06-204-4/+2
| | | | for ncftp1.
* Resurrect ncftp 1.x in ports now that it's gone from /usr/src.jkh1996-06-2010-0/+58
|
* Add ".example" to the end of three etc files, as that's what the portasami1996-06-144-6/+18
| | | | installs. ;)
* Fix a typo which prevents mirro from running properly (division by zero error)torstenb1996-04-271-1/+1
| | | | Submitted by: Mike Peck <mike@binghamton.edu>
* Switch to .tar.gz variant, it occupes less space in distfilesache1996-03-304-6/+4
|
* An xview-based graphical ftp interface.asami1996-03-258-0/+714
| | | | Submitted by: Janusz Kokot <janek@gaja.ipan.lublin.pl>
* Checksum changed at master site.asami1996-03-212-2/+2
|
* upgrade to V2.8torstenb1996-03-166-106/+108
|
* Upgrade to 2.3.0ache1996-01-146-14/+14
|
* Do not clobber existen configurationache1995-12-302-10/+10
|
* Fix checksum mismatchache1995-12-302-2/+2
|
* Change "networking" to "net".asami1995-11-277-14/+14
|
* Upgrade 2.2.1 -> 2.2.2ache1995-11-246-10/+10
|
* They changed the tarball on master site. It still compiles & packagesasami1995-11-202-2/+2
| | | | | | fine with our patches. Reported by: Charlie Root <root@taz.emmons.cmich.edu>
* Upgrade to 2.2.1ache1995-10-166-10/+10
|
* Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.gibbs1995-10-132-6/+6
| | | | Noticed By: Satoshi Asami <asami@FreeBSD.org>
* Tune wu-ftpd for high performance: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
* Upgrade to 2.2.0ache1995-10-056-20/+12
|
* Submitted by: Steve Passe <smp@csn.net>asami1995-10-041-0/+19
| | | | | there is a bug in net/moxftp keeping it from finding the installed archie application. the following patch fixes it:
* Upgrade to 2.1.1ache1995-09-246-10/+10
|
* This patch adds tcsh/bash style filename completion to ncftp2.peter1995-08-192-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>
* Correct the md5 checksum.. The md5 was for version 2.0.7, while this is 2.1.0peter1995-08-192-2/+2
|
* Submitted by: Tom Samplonius <tom@misery.sdf.com>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
* Correct a few pathname problems. In particular, put ftpd in libexec,asami1995-08-086-56/+62
| | | | | | not etc. Submitted by: Tom Samplonius <tom@misery.sdf.com>
* Upgrade 2.0.7 -> 2.1.0ache1995-07-172-6/+6
| | | | | | Reviewed by: Submitted by: Obtained from:
* This patch to mirror allows you to specify a "account" too. Thistorstenb1995-06-161-2/+29
| | | | | | is used by some mainframe FTP's and other bogous machinery. Submitted by: phk
* Upgrade.ache1995-06-146-10/+10
|
* Fix screwy output from pwd when in a "hidden" directory.asami1995-05-302-16/+52
| | | | Submitted by: torstenb
* mirror - mirror packages on remote sitesasami1995-05-199-0/+229
| | | | Submitted by: torstenb@ramsey.saar.de (Torsten Blum)
* Make this thing compile and install.asami1995-05-133-7/+20
|
* Upgrade.ache1995-05-087-22/+18
|
* Upgrade.ache1995-04-286-10/+10
|
* Update for new bsd.port.mk (target renaming).asami1995-04-221-5/+5
|
* install depends on build!asami1995-04-171-2/+2
|
* Manpage is compressed.asami1995-04-171-1/+1
|
* Update of net Makefiles! Am I done? :)asami1995-04-154-8/+14
|
* Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean upasami1995-04-122-8/+14
| | | | some Makefiles along the way.
* Upgrade.ache1995-04-048-12/+12
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-016-4/+10
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Upgrade.ache1995-03-216-12/+12
|
* Update to yale-tftpd 3.0pst1995-03-213-78/+9
|
* Upgrade.ache1995-03-1010-12/+30
|
* Upgradeache1995-02-284-8/+8
|
* Upgrade.ache1995-02-104-8/+8
|
* Add an EXTRACT_SUFX line. The source is only available as a tar.Z andats1995-02-101-0/+1
| | | | not a tar.gz file on the master site.
* Upgradeache1995-01-304-8/+8
|
* Foo. Fix up support for compressed manpagesgpalmer1995-01-264-36/+36
|
* Finally get most of wu-ftpd working.gpalmer1995-01-2612-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
* Upgrade.ache1995-01-245-12/+13
|
* Upgradeache1995-01-194-8/+8
|
* Upgradeache1995-01-184-8/+8
|
* <Sigh> Even more off_t fixes for wu-ftpd. Now you should be able to uploadgpalmer1995-01-142-64/+208
| | | | data without crashing the server also.
* Fix for the wu-ftpd coring problem.gpalmer1995-01-132-8/+40
| | | | Submitted by: Ollivier Robert <roberto@blaise.ibp.fr>
* Updateache1995-01-114-8/+8
|
* Another one which had the distfile bumped but the checksums remainedgpalmer1995-01-042-2/+2
| | | | for the old version. PLEASE update files/md5 when you upgrade ports!
* Upgradeache1995-01-023-24/+14
|
* Janusz Kokot <janek@gaja.ipan.lublin.pl> brings moxftp to the ports collection.jkh1994-12-297-0/+83
| | | | Submitted by: janek
* Remove -lresolv, not really neededache1994-12-241-1/+1
|
* Upgradeache1994-12-222-6/+6
|
* change _PATH_PIDNAME to "/var/run/ftp.pids-%s"torstenb1994-12-184-14/+44
|
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-185-0/+5
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Upgradeache1994-12-142-6/+6
|
* upgrade to BETA 7ache1994-12-062-6/+6
|
* Remove unnecessary patchespst1994-12-051-85/+0
|
* Remove WRKSRC, unneded nowache1994-12-042-4/+2
|
* Bump to 2.0b6. Still compiles ok.gpalmer1994-12-042-6/+6
|
* Add -lmytinfo to libs listache1994-11-261-12/+39
|
* Restore incorrectly deleted patch. It seems that we have bad traditionache1994-11-261-0/+13
| | | | | | to delete patches which don't apply directly. Please do it only if you completely understand, what you do, or contact with original porter at least.
* Update to 2.0b5gpalmer1994-11-262-8/+8
|
* Update to new versionache1994-11-182-8/+8
|
* ncftp2 (enhanced ncftp)ache1994-11-042-0/+30
|
* install in /usr/local heirarchy and compile cleanly under 4.4bsdpst1994-10-281-0/+176
|
* Reviewed by: torstenb1994-10-2316-0/+514
| | | | | | Submitted by: Obtained from: wuarchive ftpd with skey support
* Do package support for yale-tftpdpst1994-10-073-0/+8
|
* Enhanced TFTPD by Alan Watt of Yalepst1994-10-071-0/+10