~ubuntu-branches/ubuntu/trusty/proftpd-dfsg/trusty

« back to all changes in this revision

Viewing changes to contrib/mod_quotatab.h

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-10-06 12:57:29 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20111006125729-wiq6d3yzf2ensafj
Tags: 1.3.4~rc3-1
* New upstream pre-release.
* Refreshed all patches.
* Changed patch xferstats.holger-preiss to fix a few warnings and use
  Getopt::Std instead of the old getopts.pl which will be removed soon or
  later in perl5. Thanks lintian.
* Policy bumped to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * ProFTPD: mod_quotatab -- a module for managing FTP byte/file quotas via
3
3
 *                          centralized tables
4
4
 *
5
 
 * Copyright (c) 2001-2009 TJ Saunders
 
5
 * Copyright (c) 2001-2011 TJ Saunders
6
6
 *
7
7
 * This program is free software; you can redistribute it and/or modify
8
8
 * it under the terms of the GNU General Public License as published by
16
16
 *
17
17
 * You should have received a copy of the GNU General Public License
18
18
 * along with this program; if not, write to the Free Software
19
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
 
19
 * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
20
20
 *
21
21
 * As a special exemption, TJ Saunders and other respective copyright holders
22
22
 * give permission to link this program with OpenSSL, and distribute the
29
29
 * ftp://pooh.urbanrage.com/pub/c/.  This module, however, has been written
30
30
 * from scratch to implement quotas in a different way.
31
31
 *
32
 
 * $Id: mod_quotatab.h,v 1.11 2009/04/04 04:38:33 castaglia Exp $
 
32
 * $Id: mod_quotatab.h,v 1.12 2011/05/23 20:44:41 castaglia Exp $
33
33
 */
34
34
 
35
35
#ifndef MOD_QUOTATAB_H