Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better ports configuration | ache | 1996-10-22 | 4 | -8/+14 |
| | | | | Submitted by: max | ||||
* | Implement alternative strategy: if it impossible to confirm password, ask for | ache | 1996-10-19 | 2 | -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.1 | ache | 1996-10-18 | 4 | -8/+8 |
| | |||||
* | Upgrade to 2.4.0 | ache | 1996-10-18 | 5 | -16/+16 |
| | |||||
* | Copy s/key changes from our ftpd (don't even ask for password | ache | 1996-10-18 | 2 | -78/+98 |
| | | | | if it is impossible to confirm it) | ||||
* | put back the commented out dependancy for Xaw3d. | erich | 1996-10-16 | 1 | -2/+4 |
| | | | | Noticed by: Satoshi | ||||
* | use Motif widgets if HAVE_MOTIF=yes. | erich | 1996-10-12 | 4 | -32/+58 |
| | |||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | asami | 1996-10-10 | 6 | -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 site | ache | 1996-09-06 | 4 | -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 the | peter | 1996-08-18 | 1 | -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 pathnames | pst | 1996-08-12 | 1 | -0/+212 |
| | |||||
* | Take off program name from beginning of COMMENT, it's part of PKGNAME | asami | 1996-07-05 | 4 | -4/+4 |
| | | | | anyway. | ||||
* | Add suffix to "man/man1/ncftp". Wake up Jordan! :> | asami | 1996-07-05 | 2 | -2/+2 |
| | |||||
* | Compress man page (conditionalized on NOMANCOMPRESS). | asami | 1996-07-05 | 2 | -2/+8 |
| | |||||
* | Fix some very small nits I noticed in here while I was cloning the port | jkh | 1996-06-20 | 4 | -4/+2 |
| | | | | for ncftp1. | ||||
* | Resurrect ncftp 1.x in ports now that it's gone from /usr/src. | jkh | 1996-06-20 | 10 | -0/+58 |
| | |||||
* | Add ".example" to the end of three etc files, as that's what the port | asami | 1996-06-14 | 4 | -6/+18 |
| | | | | installs. ;) | ||||
* | Fix a typo which prevents mirro from running properly (division by zero error) | torstenb | 1996-04-27 | 1 | -1/+1 |
| | | | | Submitted by: Mike Peck <mike@binghamton.edu> | ||||
* | Switch to .tar.gz variant, it occupes less space in distfiles | ache | 1996-03-30 | 4 | -6/+4 |
| | |||||
* | An xview-based graphical ftp interface. | asami | 1996-03-25 | 8 | -0/+714 |
| | | | | Submitted by: Janusz Kokot <janek@gaja.ipan.lublin.pl> | ||||
* | Checksum changed at master site. | asami | 1996-03-21 | 2 | -2/+2 |
| | |||||
* | upgrade to V2.8 | torstenb | 1996-03-16 | 6 | -106/+108 |
| | |||||
* | Upgrade to 2.3.0 | ache | 1996-01-14 | 6 | -14/+14 |
| | |||||
* | Do not clobber existen configuration | ache | 1995-12-30 | 2 | -10/+10 |
| | |||||
* | Fix checksum mismatch | ache | 1995-12-30 | 2 | -2/+2 |
| | |||||
* | Change "networking" to "net". | asami | 1995-11-27 | 7 | -14/+14 |
| | |||||
* | Upgrade 2.2.1 -> 2.2.2 | ache | 1995-11-24 | 6 | -10/+10 |
| | |||||
* | They changed the tarball on master site. It still compiles & packages | asami | 1995-11-20 | 2 | -2/+2 |
| | | | | | | fine with our patches. Reported by: Charlie Root <root@taz.emmons.cmich.edu> | ||||
* | Upgrade to 2.2.1 | ache | 1995-10-16 | 6 | -10/+10 |
| | |||||
* | Backup last installed ftpd in LIBEXECDIR instead of ETCDIR. | gibbs | 1995-10-13 | 2 | -6/+6 |
| | | | | Noticed By: Satoshi Asami <asami@FreeBSD.org> | ||||
* | Tune wu-ftpd for high performance: | gibbs | 1995-10-09 | 2 | -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.0 | ache | 1995-10-05 | 6 | -20/+12 |
| | |||||
* | Submitted by: Steve Passe <smp@csn.net> | asami | 1995-10-04 | 1 | -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.1 | ache | 1995-09-24 | 6 | -10/+10 |
| | |||||
* | This patch adds tcsh/bash style filename completion to ncftp2. | peter | 1995-08-19 | 2 | -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.0 | peter | 1995-08-19 | 2 | -2/+2 |
| | |||||
* | Submitted by: Tom Samplonius <tom@misery.sdf.com> | asami | 1995-08-11 | 8 | -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, | asami | 1995-08-08 | 6 | -56/+62 |
| | | | | | | not etc. Submitted by: Tom Samplonius <tom@misery.sdf.com> | ||||
* | Upgrade 2.0.7 -> 2.1.0 | ache | 1995-07-17 | 2 | -6/+6 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | This patch to mirror allows you to specify a "account" too. This | torstenb | 1995-06-16 | 1 | -2/+29 |
| | | | | | | is used by some mainframe FTP's and other bogous machinery. Submitted by: phk | ||||
* | Upgrade. | ache | 1995-06-14 | 6 | -10/+10 |
| | |||||
* | Fix screwy output from pwd when in a "hidden" directory. | asami | 1995-05-30 | 2 | -16/+52 |
| | | | | Submitted by: torstenb | ||||
* | mirror - mirror packages on remote sites | asami | 1995-05-19 | 9 | -0/+229 |
| | | | | Submitted by: torstenb@ramsey.saar.de (Torsten Blum) | ||||
* | Make this thing compile and install. | asami | 1995-05-13 | 3 | -7/+20 |
| | |||||
* | Upgrade. | ache | 1995-05-08 | 7 | -22/+18 |
| | |||||
* | Upgrade. | ache | 1995-04-28 | 6 | -10/+10 |
| | |||||
* | Update for new bsd.port.mk (target renaming). | asami | 1995-04-22 | 1 | -5/+5 |
| | |||||
* | install depends on build! | asami | 1995-04-17 | 1 | -2/+2 |
| | |||||
* | Manpage is compressed. | asami | 1995-04-17 | 1 | -1/+1 |
| | |||||
* | Update of net Makefiles! Am I done? :) | asami | 1995-04-15 | 4 | -8/+14 |
| | |||||
* | Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up | asami | 1995-04-12 | 2 | -8/+14 |
| | | | | some Makefiles along the way. | ||||
* | Upgrade. | ache | 1995-04-04 | 8 | -12/+12 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | jkh | 1995-04-01 | 6 | -4/+10 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | Upgrade. | ache | 1995-03-21 | 6 | -12/+12 |
| | |||||
* | Update to yale-tftpd 3.0 | pst | 1995-03-21 | 3 | -78/+9 |
| | |||||
* | Upgrade. | ache | 1995-03-10 | 10 | -12/+30 |
| | |||||
* | Upgrade | ache | 1995-02-28 | 4 | -8/+8 |
| | |||||
* | Upgrade. | ache | 1995-02-10 | 4 | -8/+8 |
| | |||||
* | Add an EXTRACT_SUFX line. The source is only available as a tar.Z and | ats | 1995-02-10 | 1 | -0/+1 |
| | | | | not a tar.gz file on the master site. | ||||
* | Upgrade | ache | 1995-01-30 | 4 | -8/+8 |
| | |||||
* | Foo. Fix up support for compressed manpages | gpalmer | 1995-01-26 | 4 | -36/+36 |
| | |||||
* | Finally get most of wu-ftpd working. | gpalmer | 1995-01-26 | 12 | -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. | ache | 1995-01-24 | 5 | -12/+13 |
| | |||||
* | Upgrade | ache | 1995-01-19 | 4 | -8/+8 |
| | |||||
* | Upgrade | ache | 1995-01-18 | 4 | -8/+8 |
| | |||||
* | <Sigh> Even more off_t fixes for wu-ftpd. Now you should be able to upload | gpalmer | 1995-01-14 | 2 | -64/+208 |
| | | | | data without crashing the server also. | ||||
* | Fix for the wu-ftpd coring problem. | gpalmer | 1995-01-13 | 2 | -8/+40 |
| | | | | Submitted by: Ollivier Robert <roberto@blaise.ibp.fr> | ||||
* | Update | ache | 1995-01-11 | 4 | -8/+8 |
| | |||||
* | Another one which had the distfile bumped but the checksums remained | gpalmer | 1995-01-04 | 2 | -2/+2 |
| | | | | for the old version. PLEASE update files/md5 when you upgrade ports! | ||||
* | Upgrade | ache | 1995-01-02 | 3 | -24/+14 |
| | |||||
* | Janusz Kokot <janek@gaja.ipan.lublin.pl> brings moxftp to the ports collection. | jkh | 1994-12-29 | 7 | -0/+83 |
| | | | | Submitted by: janek | ||||
* | Remove -lresolv, not really needed | ache | 1994-12-24 | 1 | -1/+1 |
| | |||||
* | Upgrade | ache | 1994-12-22 | 2 | -6/+6 |
| | |||||
* | change _PATH_PIDNAME to "/var/run/ftp.pids-%s" | torstenb | 1994-12-18 | 4 | -14/+44 |
| | |||||
* | First batch of MD5 checksum files. Only did through to the end of net | gpalmer | 1994-12-18 | 5 | -0/+5 |
| | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later | ||||
* | Upgrade | ache | 1994-12-14 | 2 | -6/+6 |
| | |||||
* | upgrade to BETA 7 | ache | 1994-12-06 | 2 | -6/+6 |
| | |||||
* | Remove unnecessary patches | pst | 1994-12-05 | 1 | -85/+0 |
| | |||||
* | Remove WRKSRC, unneded now | ache | 1994-12-04 | 2 | -4/+2 |
| | |||||
* | Bump to 2.0b6. Still compiles ok. | gpalmer | 1994-12-04 | 2 | -6/+6 |
| | |||||
* | Add -lmytinfo to libs list | ache | 1994-11-26 | 1 | -12/+39 |
| | |||||
* | Restore incorrectly deleted patch. It seems that we have bad tradition | ache | 1994-11-26 | 1 | -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.0b5 | gpalmer | 1994-11-26 | 2 | -8/+8 |
| | |||||
* | Update to new version | ache | 1994-11-18 | 2 | -8/+8 |
| | |||||
* | ncftp2 (enhanced ncftp) | ache | 1994-11-04 | 2 | -0/+30 |
| | |||||
* | install in /usr/local heirarchy and compile cleanly under 4.4bsd | pst | 1994-10-28 | 1 | -0/+176 |
| | |||||
* | Reviewed by: | torstenb | 1994-10-23 | 16 | -0/+514 |
| | | | | | | Submitted by: Obtained from: wuarchive ftpd with skey support | ||||
* | Do package support for yale-tftpd | pst | 1994-10-07 | 3 | -0/+8 |
| | |||||
* | Enhanced TFTPD by Alan Watt of Yale | pst | 1994-10-07 | 1 | -0/+10 |