log src/plugins/quota/quota-fs.c @ 9432:439e14ff1467 HEAD

age author description
Thu, 15 Oct 2009 13:51:00 -0400 Timo Sirainen quota-fs: If mount=path isn't specified, don't fail with multiple quota roots. HEAD
Sun, 13 Sep 2009 18:36:09 -0400 Timo Sirainen maildir quota: Limits weren't read early enough from maildirsize file. HEAD
Fri, 07 Aug 2009 17:57:04 -0400 Timo Sirainen configure: Removed --with-linux-quota parameter. HEAD
Tue, 07 Jul 2009 15:14:54 -0400 Timo Sirainen quota-fs: Default to user quota with NFS, not group quota. HEAD
Sun, 17 May 2009 18:35:30 -0400 Timo Sirainen quota-fs: Improved debug logging. HEAD
Mon, 06 Apr 2009 16:17:58 -0400 Timo Sirainen quota-fs: Compile fix for OSes without GRPQUOTA define. HEAD
Thu, 02 Apr 2009 15:02:58 -0400 Timo Sirainen quota-fs: Added support for NFS group quota. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Wed, 13 Aug 2008 18:08:45 -0400 Timo Sirainen Fixed FS quota compiling and Maildir++ quota with multiple users. HEAD
Tue, 12 Aug 2008 18:48:11 -0400 Timo Sirainen quota-fs: compile fix for previous changes. HEAD
Mon, 21 Jul 2008 00:09:44 +0300 Timo Sirainen Solaris fs quota may have closed fd 0. HEAD
Sun, 20 Jul 2008 21:48:26 +0300 Timo Sirainen fs quota: Don't crash if some mail storages are outside known mountpoints. HEAD
Sun, 20 Jul 2008 21:37:53 +0300 Timo Sirainen Use quota->debug instead of getenv()ing it every time. HEAD
Sun, 20 Jul 2008 21:36:13 +0300 Timo Sirainen FS quota: Handle quota only for the quota roots which apply to the mailbox HEAD
Thu, 12 Jun 2008 23:49:58 +0300 Timo Sirainen HP-UX fs quota: Convert blocks to bytes using filesystem's actual block size HEAD
Thu, 12 Jun 2008 23:16:46 +0300 Timo Sirainen HP-UX: Fixed compiling problem in fs-quota. HEAD
Thu, 12 Jun 2008 23:13:24 +0300 Timo Sirainen fs quota: message/inode values and limits were set wrong, except for Solaris HEAD
Thu, 12 Jun 2008 00:18:23 +0300 Timo Sirainen HP-UX: Fixed quota-fs compiling. HEAD
Tue, 27 May 2008 02:09:47 +0300 Timo Sirainen Avoid using shadow variables. Unfortunately -Wshadow also complains about HEAD
Tue, 26 Feb 2008 16:21:05 +0200 Timo Sirainen Relative (%) limits in quota rules and warnings work now if the backend HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Wed, 28 Nov 2007 16:45:25 +0200 Timo Sirainen Added noenforcing option to fs quota backend. HEAD
Tue, 18 Sep 2007 18:14:29 +0300 Timo Sirainen Yet another try at getting rquota code compiling properly with BSD make. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Tue, 07 Aug 2007 01:59:43 +0300 Timo Sirainen Use quota roots with mount path even if we never see a storage for them. HEAD
Tue, 07 Aug 2007 01:51:50 +0300 Timo Sirainen inode_per_mail is now a parameter. We don't use it automatically. HEAD
Tue, 07 Aug 2007 01:47:35 +0300 Timo Sirainen Removed autocreation of quota roots. Added mount=<path> parameter to map HEAD