aboutsummaryrefslogtreecommitdiff
path: root/ftp/pure-ftpd
Commit message (Collapse)AuthorAgeFilesLines
* Back out my last commit because new patch doesn't workRenato Botelho2006-09-121-5/+6
| | | | Notes: svn path=/head/; revision=172846
* Fix the log_mysql_p.h patch to a better wayRenato Botelho2006-09-121-6/+5
| | | | Notes: svn path=/head/; revision=172841
* Fix build with mysql-5.0.24aRenato Botelho2006-09-111-0/+11
| | | | | | | | Reported by: s.klaasen@hccnet.nl, Chris Riley <criley@risanet.com> Patch by: mnag Notes: svn path=/head/; revision=172783
* Reassign from inactive maintainer to new volunteer.Mark Linimon2006-09-041-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172146
* Add an new option to provide a mechanism for users to disable kqueueXin LI2006-06-091-1/+9
| | | | | | | | | | support if necessary. Submitted by: Kirk Strauser <kirk daycos com> Approved by: maintainer Notes: svn path=/head/; revision=164920
* Fix a typo in pureftpd.schemaRenato Botelho2006-05-171-0/+1
| | | | | | | | | PR: ports/97387 Submitted by: Malte von dem Hagen <bsd at mnetworking.de> Approved by: maintainer Notes: svn path=/head/; revision=162637
* - Update to 1.0.21Renato Botelho2006-02-214-13/+15
| | | | | | | | | | | | - Add an option for charset conversion - Add HTTP master site PR: ports/93646 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> Approved by: maintainer Notes: svn path=/head/; revision=156591
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* - Add UPLOADSCRIPT supportRenato Botelho2005-09-273-2/+48
| | | | | | | | | PR: ports/85969 Submitted by: dawnshade <h-k@mail.ru> Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=143642
* Make pure-ftpd welcome message switchable when building.Roman Bogorodskiy2005-04-021-2/+8
| | | | | | | | | PR: 78871 Submitted by: Xin LI <delphij@geekcn.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=132209
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+1
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* - 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