aboutsummaryrefslogtreecommitdiff
path: root/ftp/pure-ftpd
Commit message (Collapse)AuthorAgeFilesLines
* - Teach the startup script to respect pureftpd_config in rc.confSergei Kolobov2004-10-202-2/+3
| | | | | | | | | | (fixes ports/71477) PR: ports/72911 Submitted by: Frank Denis (author and maintainer) Notes: svn path=/head/; revision=119837
* - 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.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 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
* Remove databases/postgresql-client because there can't be a -server, and havingMathieu Arnold2004-05-251-1/+1
| | | | | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems Notes: svn path=/head/; revision=109952
* Let pure-ftpd with postgresql support only depend on the client,Edwin Groothuis2004-05-221-1/+1
| | | | | | | | | not on the whole server. Informed maintainer. Notes: svn path=/head/; revision=109679
* Update to 1.0.18 release.Alex Dupre2004-03-082-5/+6
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=103347
* - Add WITH_CERTFILE knob to allow setting alternative TLS certificate locationPav Lucistnik2004-02-281-0/+6
| | | | | | | | | PR: ports/62626 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=102464
* - Update to 1.0.17a, the latest stable versionSergei Kolobov2003-12-042-35/+27
| | | | | | | | | | | | | This version introduces atomic uploads for better reliability While I'm here: - minor cleanup: s/ECHO_CMD/ECHO_MSG/, use DOCSDIR/EXAMPLESDIR PR: 59653 Submitted by: maintainer Notes: svn path=/head/; revision=94993
* - Update to version 1.0.16cKirill Ponomarev2003-10-292-2/+2
| | | | | | | | | | | * Version 1.0.16b accidentally broke the PAM authentication backend. This release fixes that issue. PR: 58660 Submitted by: maintainer Notes: svn path=/head/; revision=92565
* - Update to 1.0.16bKirill Ponomarev2003-10-212-2/+3
| | | | | | | | | | | | | o Fix a cross-scripting issue with the HTML output of the pure-ftpwho command o '--with-largefile' has been added by default o Also on 5-x the server now listens on IPv4 and IPv6 by default PR: 58257 Submitted by: maintainer Notes: svn path=/head/; revision=91821
* [patch] ftp/pure-ftpd: Utilize USE_MYSQL and USE_OPENLDAPEdwin Groothuis2003-10-061-19/+10
| | | | | | | | | | | | Make pureftpd port utilize USE_MYSQL and USE_OPENLDAP macro. Frank Denis is Cc'ed for notification and/or approval. PR: ports/56247 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=90443
* Fix non-default dependency on openldap2[012] which is broken by splitting.Jun Kuriyama2003-08-151-2/+2
| | | | | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento... Notes: svn path=/head/; revision=86964
* - Update to 1.0.16aKirill Ponomarev2003-08-133-3/+5
| | | | | | | | PR: 55536 Submitted by: Frank Denis <j@pureftpd.org> Notes: svn path=/head/; revision=86881
* fix typo in start-up scriptYen-Ming Lee2003-06-221-1/+1
| | | | | | | | PR: 53592 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=83442
* update pure-ftpd to 1.0.15 [0], add knobs for MySQL 4 and OpenLDAP 2.1 [0]Oliver Lehmann2003-06-184-9/+50
| | | | | | | | | | | | change where config files get installed from /etc to PREFIX/etc [1] add a startscript for etc/rc.d [1] PR: 46853 [1] Requested by: maintainer [0] Approved By: maintainer [0],[1] Notes: svn path=/head/; revision=83264
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=76346
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* upgrade to 1.0.14Ying-Chieh Liao2003-02-114-31/+38
| | | | | | | | PR: 47727 Submitted by: maintainer Notes: svn path=/head/; revision=75277
* Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.Sean Chittenden2003-01-181-1/+3
| | | | | | | | | | This should be the last of the PostgreSQL updates and everything should support the POSTGRESQL_PORT tunable. Submitted by: kris/bento[1] Notes: svn path=/head/; revision=73443
* - Update to 1.0.13aPatrick Li2002-11-262-16/+14
| | | | | | | | | | | - Use ECHO_CMD and fix whitespaces while I am here. PR: ports/45707 Submitted by: maintainer Approved by: kris Notes: svn path=/head/; revision=71104
* Update to 1.0.13Patrick Li2002-11-233-8/+11
| | | | | | | | PR: ports/45653 Submitted by: maintainer Notes: svn path=/head/; revision=70906
* upgrade to 1.0.12Ying-Chieh Liao2002-06-202-3/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=61622
* Update to 1.0.11Patrick Li2002-04-033-16/+10
| | | | | | | | PR: 36704 Submitted by: maintainer Notes: svn path=/head/; revision=57274
* Update to 1.0.10.Peter Pentchev2002-03-192-2/+2
| | | | | | | | | PR: 36062 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Approved by: maintainer Notes: svn path=/head/; revision=56331
* - Update to 1.0.9Patrick Li2002-02-233-18/+22
| | | | | | | | | | - Sort pkg-plist PR: 35238 Submitted by: maintainer Notes: svn path=/head/; revision=55138
* Update to 1.0.8Patrick Li2002-01-243-5/+9
| | | | | | | | PR: 34237 Submitted by: maintainer Notes: svn path=/head/; revision=53694
* Add missing entry to plistPatrick Li2002-01-011-0/+1
| | | | Notes: svn path=/head/; revision=52474
* Update to 1.0.7Patrick Li2001-12-292-2/+2
| | | | | | | | PR: 33240 Submitted by: maintainer Notes: svn path=/head/; revision=52336
* Update to 1.0.6Patrick Li2001-12-243-5/+18
| | | | | | | | PR: 33115 Submitted by: maintainer Notes: svn path=/head/; revision=52074
* Update to 1.0.5Patrick Li2001-12-182-2/+2
| | | | | | | | PR: 32944 Submitted by: maintainer Notes: svn path=/head/; revision=51718
* upgrade to 1.0.4Ying-Chieh Liao2001-12-132-2/+2
| | | | | | | | PR: 32650 Submitted by: maintainer Notes: svn path=/head/; revision=51465
* Update to 1.0.3David W. Chapman Jr.2001-11-232-2/+2
| | | | | | | | PR: 31675 Submitted by: maintainer Notes: svn path=/head/; revision=50400
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Update to 1.0.1.Peter Pentchev2001-11-012-5/+4
| | | | | | | | PR: 31675 Submitted by: maintainer Notes: svn path=/head/; revision=49447
* The distfile was rerolled because of a three-line hotfix.Peter Pentchev2001-10-262-1/+2
| | | | | | | Submitted by: author/maintainer Notes: svn path=/head/; revision=49212
* Update to 1.0.0.Peter Pentchev2001-10-262-4/+6
| | | | | | | | PR: 31503 Submitted by: maintainer Notes: svn path=/head/; revision=49211
* - update to 0.99.9Pete Fritchman2001-10-043-8/+13
| | | | | | | | | | | - install a pure-ftpd poweredby.jpg image - reword some user messages PR: 31041 Submitted by: maintainer Notes: svn path=/head/; revision=48432
* - update to 0.99.2aPete Fritchman2001-10-034-9/+11
| | | | | | | | | | | | - fix some whitespace problems (at EOL and multiple lines of whitespace) - install extra README - update pkg-descr with new features PR: 30643 Submitted by: maintainer Notes: svn path=/head/; revision=48403
* Update to 0.99.1b.Peter Pentchev2001-08-233-8/+27
| | | | | | | | | | | Make the --with-pam configure arg conditional: only compile with PAM support if neither WITH_LDAP nor WITH_MYSQL is specified. PR: 29995 Submitted by: author/maintainer Notes: svn path=/head/; revision=46729
* Update to 0.99.1.Peter Pentchev2001-08-214-12/+24
| | | | | | | | PR: 29877 Submitted by: author/maintainer Notes: svn path=/head/; revision=46577
* Update to 0.99.Peter Pentchev2001-08-072-4/+5
| | | | | | | | PR: 29260 Submitted by: maintainer Notes: svn path=/head/; revision=45929
* Update to 0.98.7.Peter Pentchev2001-07-155-3/+44
| | | | | | | | | | Add sample PAM configuration files. PR: 28275 Submitted by: maintainer Notes: svn path=/head/; revision=45138
* Update to 0.98.6, which fixes a bug with restored retrieves.Peter Pentchev2001-06-142-2/+2
| | | | | | | | PR: 28140 Submitted by: author/maintainer Notes: svn path=/head/; revision=44000
* Update to 0.98.5. Also, install the contents of the contrib/ directoryPeter Pentchev2001-06-133-4/+12
| | | | | | | | | | under share/examples. PR: 28118 Submitted by: maintainer Notes: svn path=/head/; revision=43953
* Update to 0.98.4.Peter Pentchev2001-06-012-2/+2
| | | | | | | | | | | Yes, this is a SourceForge-hosted project, and yes, I have checked the diffs against the previous release carefully, just in case. PR: 27784 Submitted by: maintainer Notes: svn path=/head/; revision=43404
* Update to 0.98.3.Peter Pentchev2001-05-293-5/+9
| | | | | | | | PR: 27734 Submitted by: maintainer/author Notes: svn path=/head/; revision=43248
* Update to 0.98.2.Peter Pentchev2001-05-282-2/+2
| | | | | | | | PR: 27655 Submitted by: maintainer/author Notes: svn path=/head/; revision=43181