Commit graph

11 commits

Author SHA1 Message Date
martti
943448f6bd Updated net/proftpd to 1.3.2rc3
* Bug fixes
2008-11-21 08:00:36 +00:00
martti
81ac11e5f3 Updated net/proftpd to 1.3.2rc2
Fix for http://bugs.proftpd.org/show_bug.cgi?id=3115
2008-10-03 06:52:03 +00:00
martti
ed2d53a296 Updated net/proftpd to 1.3.1rc3
Hello, ProFTPD community. The ProFTPD Project team is pleased to announce
that the third release candidate for ProFTPD 1.3.1 is now available
for public consumption.

The 1.3.1rc3 release includes a number of minor bugfixes, including
segfaults when handling the NLST command, dealing assigning IPv6 addresses
for the EPSV command, and better handling of Display files in chrooted
sessions.

Please read the included NEWS and ChangeLog files for the full details.
2007-07-06 11:04:40 +00:00
martti
96d9809b2b Updated net/proftpd to 1.3.1rc2
+ Fixed mod_sql's handling of WHERE clauses

+ Fixed segfaults ocurring after SIGHUP when shared modules are used

+ Fixed copying of symlinks in skeleton directory for CreateHome
2007-01-13 09:47:38 +00:00
martti
6994027e26 Updated net/proftpd to 1.3.1rc1
The 1.3.1rc1 release includes major new features and numerous bugfixes,
including:

  + Support for UTF8 and translated response messages (NLS support)

  + New configuration directives:
      DisplayChdir
      DisplayFileTransfer
      UseIPv6
      UseUTF8

  + Deprecated configuration directives:
      DisplayFirstChdir
        The DisplayFirstChdir directive is deprecated; sites should use
        the new DisplayChdir directive (which allows for files to
        be displayed on every directory change, rather than just the
        first time for a directory change).

      HiddenStor
        The HiddenStor directive is deprecated; simply use HiddenStores
        instead.

      SQLHomedirOnDemand
        The SQLHomedirOnDemand directive will be removed in future
        releases; use the CreateHome directive instead.

  + New modules:
      mod_ban, a module handling dynamic client "black lists"
      See doc/contrib/mod_ban.html

  + Enhanced modules:
      The mod_tls module can now make use of cryptographic accelerator
      cards with the new TLSCryptoDevice directive.  It can also use
      a program for obtaining certificate passphrases via the new
      TLSPassPhraseProvider directive.

  + Documentation
2006-12-14 11:19:46 +00:00
adrianp
e4d502c3f5 Updated patch-ac via Debian to fix PR #35092 2006-11-23 11:57:07 +00:00
adrianp
14cf3a2fd9 Add patch-ac for CVE-2006-5815
Patch from ProFTPD CVS:
 http://proftp.cvs.sourceforge.net/proftp/proftpd/src/main.c?r1=1.292&r2=1.293&view=patch&sortby=date
2006-11-18 14:32:58 +00:00
martti
152656f0f2 Updated net/proftpd to 1.3.0rc4
The 1.3.0rc4 release includes a number of minor bugfixes, including fixed
run-time detection of Unix domain sockets, portability tweaks for
Mac OSX 10.4, and logging fixes for NetBSD and Solaris.
2006-03-02 10:46:20 +00:00
martti
56192a4d30 Use the official utmpx patch. No functional change. 2005-11-04 12:36:16 +00:00
christos
40282604c3 Simplify (and correct) the previous ut_ss filling code. 2005-07-10 19:57:07 +00:00
christos
176608d009 Make it log in wtmpx properly.
XXX: someone should fix the array has type char issues.
2005-06-23 04:49:26 +00:00