| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
(fixes ports/71477)
PR: ports/72911
Submitted by: Frank Denis (author and maintainer)
Notes:
svn path=/head/; revision=119837
|
|
|
|
|
|
|
|
|
| |
PR: ports/68339
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer timeout (20 days)
Notes:
svn path=/head/; revision=114564
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=113901
|
|
|
|
|
|
|
|
|
| |
PR: ports/69098
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=113813
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
Notes:
svn path=/head/; revision=109952
|
|
|
|
|
|
|
|
|
| |
not on the whole server.
Informed maintainer.
Notes:
svn path=/head/; revision=109679
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=103347
|
|
|
|
|
|
|
|
|
| |
PR: ports/62626
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer timeout (15 days)
Notes:
svn path=/head/; revision=102464
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
Notes:
svn path=/head/; revision=86964
|
|
|
|
|
|
|
|
| |
PR: 55536
Submitted by: Frank Denis <j@pureftpd.org>
Notes:
svn path=/head/; revision=86881
|
|
|
|
|
|
|
|
| |
PR: 53592
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Notes:
svn path=/head/; revision=83442
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=76346
|
|
|
|
| |
Notes:
svn path=/head/; revision=76034
|
|
|
|
|
|
|
|
| |
PR: 47727
Submitted by: maintainer
Notes:
svn path=/head/; revision=75277
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/45653
Submitted by: maintainer
Notes:
svn path=/head/; revision=70906
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=61622
|
|
|
|
|
|
|
|
| |
PR: 36704
Submitted by: maintainer
Notes:
svn path=/head/; revision=57274
|
|
|
|
|
|
|
|
|
| |
PR: 36062
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=56331
|
|
|
|
|
|
|
|
|
|
| |
- Sort pkg-plist
PR: 35238
Submitted by: maintainer
Notes:
svn path=/head/; revision=55138
|
|
|
|
|
|
|
|
| |
PR: 34237
Submitted by: maintainer
Notes:
svn path=/head/; revision=53694
|
|
|
|
| |
Notes:
svn path=/head/; revision=52474
|
|
|
|
|
|
|
|
| |
PR: 33240
Submitted by: maintainer
Notes:
svn path=/head/; revision=52336
|
|
|
|
|
|
|
|
| |
PR: 33115
Submitted by: maintainer
Notes:
svn path=/head/; revision=52074
|
|
|
|
|
|
|
|
| |
PR: 32944
Submitted by: maintainer
Notes:
svn path=/head/; revision=51718
|
|
|
|
|
|
|
|
| |
PR: 32650
Submitted by: maintainer
Notes:
svn path=/head/; revision=51465
|
|
|
|
|
|
|
|
| |
PR: 31675
Submitted by: maintainer
Notes:
svn path=/head/; revision=50400
|
|
|
|
|
|
|
| |
the later case
Notes:
svn path=/head/; revision=50301
|
|
|
|
|
|
|
|
| |
PR: 31675
Submitted by: maintainer
Notes:
svn path=/head/; revision=49447
|
|
|
|
|
|
|
| |
Submitted by: author/maintainer
Notes:
svn path=/head/; revision=49212
|
|
|
|
|
|
|
|
| |
PR: 31503
Submitted by: maintainer
Notes:
svn path=/head/; revision=49211
|
|
|
|
|
|
|
|
|
|
|
| |
- install a pure-ftpd poweredby.jpg image
- reword some user messages
PR: 31041
Submitted by: maintainer
Notes:
svn path=/head/; revision=48432
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 29877
Submitted by: author/maintainer
Notes:
svn path=/head/; revision=46577
|
|
|
|
|
|
|
|
| |
PR: 29260
Submitted by: maintainer
Notes:
svn path=/head/; revision=45929
|
|
|
|
|
|
|
|
|
|
| |
Add sample PAM configuration files.
PR: 28275
Submitted by: maintainer
Notes:
svn path=/head/; revision=45138
|
|
|
|
|
|
|
|
| |
PR: 28140
Submitted by: author/maintainer
Notes:
svn path=/head/; revision=44000
|
|
|
|
|
|
|
|
|
|
| |
under share/examples.
PR: 28118
Submitted by: maintainer
Notes:
svn path=/head/; revision=43953
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 27734
Submitted by: maintainer/author
Notes:
svn path=/head/; revision=43248
|
|
|
|
|
|
|
|
| |
PR: 27655
Submitted by: maintainer/author
Notes:
svn path=/head/; revision=43181
|