aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* Update IPv6 patch after the tarball was rerolled.David E. O'Brien2004-07-282-3/+3
| | | | Notes: svn path=/head/; revision=114958
* The distfile was rerolled to fix a Linux nit.David E. O'Brien2004-07-281-2/+2
| | | | Notes: svn path=/head/; revision=114947
* Fix ↵Oliver Eikemeier2004-07-272-1/+31
| | | | | | | | | <http://www.freebsd.org/ports/portaudit/f67ea071-dfb8-11d8-9b0a-000347a4fa7d.html> Obtained from: gentoo cvs Notes: svn path=/head/; revision=114861
* Add a patch to fix a serious bug which can break a ftpHiroki Sato2004-07-253-12/+62
| | | | | | | | | | connection under some circumstances. Approved by: maintainer timeout (2 months) Approved by: linimon (mentor) Notes: svn path=/head/; revision=114676
* - Add separate PAM knob and new THROTTLING knobPav Lucistnik2004-07-241-2/+9
| | | | | | | | | PR: ports/68339 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=114564
* - Distfile rerolled, this is whole diff between old and new file:Pav Lucistnik2004-07-212-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | diff -ruN old/pure-ftpd-1.0.20/src/bsd-getopt_long.c new/pure-ftpd-1.0.20/src/bsd-getopt_long.c --- old/pure-ftpd-1.0.20/src/bsd-getopt_long.c Sat Jul 17 15:19:17 2004 +++ new/pure-ftpd-1.0.20/src/bsd-getopt_long.c Tue Jul 20 12:42:16 2004 @@ -466,16 +466,6 @@ fprintf(stderr, recargchar, optchar); pure_optopt = optchar; return BADARG; - } else if (!(flags & FLAG_PERMUTE)) { - /* - * If permutation is disabled, we can accept an - * optional arg separated by whitespace so long - * as it does not start with a dash (-). - */ - if (pure_optind + 1 < nargc && pure_optind + 1 > 0 && - *nargv[pure_optind + 1] != '-') { - pure_optarg = nargv[++pure_optind]; - } } else { pure_optarg = nargv[pure_optind]; } Reported by: sem Notes: svn path=/head/; revision=114370
* Update to 1.0.2Kirill Ponomarev2004-07-213-3/+9
| | | | | | | | PR: ports/69343 Submitted by: maintainer Notes: svn path=/head/; revision=114344
* Rename patch to a proper name.Edwin Groothuis2004-07-211-0/+0
| | | | Notes: svn path=/head/; revision=114337
* Figure out what the vendor typo really was suppose to be.David E. O'Brien2004-07-201-1/+2
| | | | | | | Submitted by: sumikawa Notes: svn path=/head/; revision=114285
* Update to 3.1.8.David E. O'Brien2004-07-202-6/+9
| | | | | | | Among other things, 'ps' won't show user, password, account options. Notes: svn path=/head/; revision=114282
* Add a new shared extension for PHP.Alex Dupre2004-07-193-0/+29
| | | | Notes: svn path=/head/; revision=114139
* Add a new shared extension for PHP.Alex Dupre2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114136
* Add a new shared extension for PHP.Alex Dupre2004-07-193-0/+29
| | | | Notes: svn path=/head/; revision=114035
* Add a new shared extension for PHP.Alex Dupre2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114032
* - Update to 1.0.20Pav Lucistnik2004-07-183-25/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=113901
* - Fix crasher in pure-pwPav Lucistnik2004-07-172-7/+18
| | | | | | | | | PR: ports/69098 Submitted by: Xin LI <delphij@frontfree.net> Approved by: maintainer Notes: svn path=/head/; revision=113813
* Update to version 0.4Markus Brueffer2004-07-137-235/+23
| | | | Notes: svn path=/head/; revision=113591
* MEDIC! We have a mortally wounded distfile here!Edwin Groothuis2004-07-101-0/+2
| | | | | | | | | | (it's a sad thing if you can't even do "cvs delete" in your ports directory without loosing all kinds of important files) Noticed by: eik Notes: svn path=/head/; revision=113331
* Distfile has been rerolled with fix initialy found in files/patch-src::ftp.cEdwin Groothuis2004-07-103-36/+1
| | | | | | | Noticed by: kris / pointyhat Notes: svn path=/head/; revision=113329
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Update ftp/wput to version 0.4 (with smarter upload options)Edwin Groothuis2004-07-085-33/+71
| | | | | | | | | PR: ports/68684 Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: ChiP <chip-set@mail.ru> Notes: svn path=/head/; revision=113196
* Change email address for my ports.Sergey Matveychuk2004-07-071-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=113155
* - update to 2.0.1Dirk Meyer2004-07-063-5/+22
| | | | | | | | | | see ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.0.1/Changelog - new option WITH_VSFTPD_SSL - honor CC, LDFLAGS Notes: svn path=/head/; revision=113093
* - Update to 0.93.3Pav Lucistnik2004-07-065-16/+50
| | | | | | | | | | - Pass maintainership to submitter PR: ports/68713 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=113072
* Support CFLAGS properlyKirill Ponomarev2004-07-033-22/+41
| | | | | | | | | | Support WITHOUT_NLS PR: ports/68630 Submitted by: Ports Fury Notes: svn path=/head/; revision=112861
* Fix buffer overflow.Christian Weisgerber2004-07-022-1/+17
| | | | | | | Submitted by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se> Notes: svn path=/head/; revision=112808
* - Update to 0.3.3Pav Lucistnik2004-07-012-4/+5
| | | | | | | | PR: ports/68562 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) Notes: svn path=/head/; revision=112709
* - Update to 1.0.19Pav Lucistnik2004-06-255-37/+63
| | | | | | | | | | | | - Use OPTIONS - Convert rc script to rcNG PR: ports/68240, ports/68289 Submitted by: Toni Viemero <toni.viemero@iki.fi>, Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: maintainer Notes: svn path=/head/; revision=112223
* - Add rc scriptPav Lucistnik2004-06-225-5/+44
| | | | | | | | | | | - Expand variables in pkg-message - Move users.sample to better place PR: ports/68164 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) Notes: svn path=/head/; revision=111996
* add kpum 0.5.2.1Ying-Chieh Liao2004-06-215-0/+47
| | | | | | | KDE pureftpd user manager Notes: svn path=/head/; revision=111905
* Update to version 3.0.6Kirill Ponomarev2004-06-172-5/+5
| | | | | | | | PR: ports/68044 Submitted by: maintainer Notes: svn path=/head/; revision=111668
* - Update to 0.8.1Pav Lucistnik2004-06-163-5/+6
| | | | | | | | | PR: ports/67422 Submitted by: Brad Davis <so14k@so14k.com> Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=111620
* Update master-site.Volker Stolz2004-06-141-1/+1
| | | | | | | | | PR: ports/66702 Submitted by: Roman Neuhauser Approved by: maintainer silence Notes: svn path=/head/; revision=111444
* Update to 7.12Hye-Shik Chang2004-06-142-4/+3
| | | | | | | Requested by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=111436
* Fix build with gcc34Tilman Keskinoz2004-06-121-0/+11
| | | | Notes: svn path=/head/; revision=111355
* - Add RCng startup scriptClement Laforet2004-06-112-0/+52
| | | | Notes: svn path=/head/; revision=111306
* Increase args size for big listingsAndrey A. Chernov2004-06-102-5/+28
| | | | | | | | PR: 44019 Submitted by: Cejka Rudolf <cejkar@fit.vutbr.cz> Notes: svn path=/head/; revision=111189
* BROKEN: Does not build with new curl libraryKris Kennaway2004-06-091-0/+2
| | | | Notes: svn path=/head/; revision=111121
* Whitespace cleanup.Munechika SUMIKAWA2004-06-081-5/+5
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=111090
* Update to 0.21Volker Stolz2004-06-083-4/+5
| | | | | | | | PR: ports/67680 Submitted by: Radim Kolar Notes: svn path=/head/; revision=111081
* Don't use Makefile.kde anymoreMarkus Brueffer2004-06-061-5/+4
| | | | Notes: svn path=/head/; revision=110917
* - Don't use Makefile.kde anymoreMarkus Brueffer2004-06-062-5/+15
| | | | | | | | - Add patch to work around a problem with transfers not starting properly in the default install Notes: svn path=/head/; revision=110916
* Update ftp/curl to 7.12.0 and bump the shared library version in allPeter Pentchev2004-06-0311-47/+48
| | | | | | | dependent ports. Notes: svn path=/head/; revision=110800
* Update MASTER_SITESErwin Lansing2004-06-031-1/+1
| | | | | | | | PR: 67535 Submitted by: maintainer Notes: svn path=/head/; revision=110780
* - Update to version 3.0.5Kirill Ponomarev2004-06-034-6/+30
| | | | | | | | PR: ports/67528 Submitted by: maintainer Notes: svn path=/head/; revision=110770
* Update to snapshot 20030719.Anders Nordby2004-06-034-46/+25
| | | | | | | Adds support for ACCT amongst other things. Notes: svn path=/head/; revision=110746
* - Fix handling of files with '$' sign in namePav Lucistnik2004-06-012-61/+51
| | | | | | | | | PR: ports/67445 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> Approved by: maintainer Notes: svn path=/head/; revision=110610
* Add missing directoryKris Kennaway2004-05-311-0/+1
| | | | Notes: svn path=/head/; revision=110497
* - Remove obsolete MASTER_SITESKirill Ponomarev2004-05-301-4/+1
| | | | | | | | PR: ports/67362 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110353
* - Remove superfluous USE_GETTEXT dependencyKirill Ponomarev2004-05-291-1/+0
| | | | | | | Submitted by: Victor Sudakov <vas at mpeks dot tomsk dot su> Notes: svn path=/head/; revision=110273