aboutsummaryrefslogtreecommitdiff
path: root/ftp/pure-ftpd/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Tarball was rerolled, chages were:Renato Botelho2009-05-031-3/+3
| | | | | | | | o Fix typo o Fix compilation with gcc 2.x Notes: svn path=/head/; revision=233160
* - Update to 1.0.22Renato Botelho2009-04-271-3/+3
| | | | | | | | | - Convert TLS to an option, off by default since this is considered experimental - Change PRIVSEP option on by default to reflect default configure Notes: svn path=/head/; revision=232838
* - Update to 1.0.21Renato Botelho2006-02-211-3/+3
| | | | | | | | | | | | - 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
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* - Distfile rerolled, this is whole diff between old and new file:Pav Lucistnik2004-07-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-181-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=113901
* - Update to 1.0.19Pav Lucistnik2004-06-251-2/+2
| | | | | | | | | | | | - 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
* Update to 1.0.18 release.Alex Dupre2004-03-081-1/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=103347
* - Update to 1.0.17a, the latest stable versionSergei Kolobov2003-12-041-1/+1
| | | | | | | | | | | | | 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-291-1/+1
| | | | | | | | | | | * 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-211-1/+1
| | | | | | | | | | | | | 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
* - Update to 1.0.16aKirill Ponomarev2003-08-131-1/+1
| | | | | | | | PR: 55536 Submitted by: Frank Denis <j@pureftpd.org> Notes: svn path=/head/; revision=86881
* update pure-ftpd to 1.0.15 [0], add knobs for MySQL 4 and OpenLDAP 2.1 [0]Oliver Lehmann2003-06-181-1/+1
| | | | | | | | | | | | 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
* upgrade to 1.0.14Ying-Chieh Liao2003-02-111-1/+1
| | | | | | | | PR: 47727 Submitted by: maintainer Notes: svn path=/head/; revision=75277
* - Update to 1.0.13aPatrick Li2002-11-261-1/+1
| | | | | | | | | | | - 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-231-1/+1
| | | | | | | | PR: ports/45653 Submitted by: maintainer Notes: svn path=/head/; revision=70906
* upgrade to 1.0.12Ying-Chieh Liao2002-06-201-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=61622
* Update to 1.0.11Patrick Li2002-04-031-1/+1
| | | | | | | | PR: 36704 Submitted by: maintainer Notes: svn path=/head/; revision=57274
* Update to 1.0.10.Peter Pentchev2002-03-191-1/+1
| | | | | | | | | 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-231-1/+1
| | | | | | | | | | - Sort pkg-plist PR: 35238 Submitted by: maintainer Notes: svn path=/head/; revision=55138
* Update to 1.0.8Patrick Li2002-01-241-1/+1
| | | | | | | | PR: 34237 Submitted by: maintainer Notes: svn path=/head/; revision=53694
* Update to 1.0.7Patrick Li2001-12-291-1/+1
| | | | | | | | PR: 33240 Submitted by: maintainer Notes: svn path=/head/; revision=52336
* Update to 1.0.6Patrick Li2001-12-241-1/+1
| | | | | | | | PR: 33115 Submitted by: maintainer Notes: svn path=/head/; revision=52074
* Update to 1.0.5Patrick Li2001-12-181-1/+1
| | | | | | | | PR: 32944 Submitted by: maintainer Notes: svn path=/head/; revision=51718
* upgrade to 1.0.4Ying-Chieh Liao2001-12-131-1/+1
| | | | | | | | PR: 32650 Submitted by: maintainer Notes: svn path=/head/; revision=51465
* Update to 1.0.3David W. Chapman Jr.2001-11-231-1/+1
| | | | | | | | PR: 31675 Submitted by: maintainer Notes: svn path=/head/; revision=50400
* Update to 1.0.1.Peter Pentchev2001-11-011-1/+1
| | | | | | | | PR: 31675 Submitted by: maintainer Notes: svn path=/head/; revision=49447
* The distfile was rerolled because of a three-line hotfix.Peter Pentchev2001-10-261-1/+1
| | | | | | | Submitted by: author/maintainer Notes: svn path=/head/; revision=49212
* Update to 1.0.0.Peter Pentchev2001-10-261-1/+1
| | | | | | | | PR: 31503 Submitted by: maintainer Notes: svn path=/head/; revision=49211
* - update to 0.99.9Pete Fritchman2001-10-041-1/+1
| | | | | | | | | | | - 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-031-1/+1
| | | | | | | | | | | | - 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-231-1/+1
| | | | | | | | | | | 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-211-1/+1
| | | | | | | | PR: 29877 Submitted by: author/maintainer Notes: svn path=/head/; revision=46577
* Update to 0.99.Peter Pentchev2001-08-071-1/+1
| | | | | | | | PR: 29260 Submitted by: maintainer Notes: svn path=/head/; revision=45929
* Update to 0.98.7.Peter Pentchev2001-07-151-1/+1
| | | | | | | | | | 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-141-1/+1
| | | | | | | | 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-131-1/+1
| | | | | | | | | | under share/examples. PR: 28118 Submitted by: maintainer Notes: svn path=/head/; revision=43953
* Update to 0.98.4.Peter Pentchev2001-06-011-1/+1
| | | | | | | | | | | 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-291-1/+1
| | | | | | | | PR: 27734 Submitted by: maintainer/author Notes: svn path=/head/; revision=43248
* Update to 0.98.2.Peter Pentchev2001-05-281-1/+1
| | | | | | | | PR: 27655 Submitted by: maintainer/author Notes: svn path=/head/; revision=43181
* Update to 0.98.1.Peter Pentchev2001-05-091-1/+1
| | | | | | | | PR: 27224 Submitted by: maintainer Notes: svn path=/head/; revision=42444
* Update to 0.98.Peter Pentchev2001-05-091-3/+1
| | | | | | | | PR: 27222 Submitted by: maintainer Notes: svn path=/head/; revision=42442
* Pure-FTPd is a fast, production-quality, standard-conformant FTP server,Peter Pentchev2001-04-231-0/+3
based upon Troll-FTPd. PR: 26768 Submitted by: Frank DENIS <j@jedi.claranet.fr> Notes: svn path=/head/; revision=41829