summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
octo [Fri, 16 Dec 2005 12:46:43 +0000 (12:46 +0000)]
Merged revisions 317 and 318 from trunk to the branches
octo [Fri, 16 Dec 2005 10:36:36 +0000 (10:36 +0000)]
Fixed type (forgotten semicolon) from the previous merges
octo [Fri, 16 Dec 2005 10:33:59 +0000 (10:33 +0000)]
Merged changes from trunk@315 to branches/collectd-quota
niki [Thu, 15 Dec 2005 12:11:40 +0000 (12:11 +0000)]
add comments and added/changed options that can be passed to collectd.
niki [Thu, 15 Dec 2005 12:10:12 +0000 (12:10 +0000)]
users module compile now always.
niki [Thu, 15 Dec 2005 12:09:25 +0000 (12:09 +0000)]
cleanup
niki [Thu, 15 Dec 2005 09:53:31 +0000 (09:53 +0000)]
cleanup style
octo [Thu, 15 Dec 2005 07:06:17 +0000 (07:06 +0000)]
Merged revision 304 (removal of all `extern time_t curtime' in all plugins) to the branches
niki [Wed, 14 Dec 2005 18:35:12 +0000 (18:35 +0000)]
add info in output of configure
octo [Wed, 14 Dec 2005 18:00:25 +0000 (18:00 +0000)]
Merged the fix of Revision 302 to the branches
niki [Wed, 14 Dec 2005 13:50:52 +0000 (13:50 +0000)]
forgot to change comment...
niki [Wed, 14 Dec 2005 13:42:43 +0000 (13:42 +0000)]
introduced AC_COLLECTD macro in configure.in.
it makes things much more readable and reduces making mistakes in the enable/disable options.
some predefined tests are not done anymore, only the parameter on the configure line is checked.
i think that those dependencies should go into the module via #if/#endif...
octo [Tue, 13 Dec 2005 07:54:53 +0000 (07:54 +0000)]
Merged revision 288 (addition of copyright messages to all *.[ch] files) from trunk to quota-branch
niki [Mon, 12 Dec 2005 06:45:38 +0000 (06:45 +0000)]
some fixes
niki [Sun, 11 Dec 2005 15:16:52 +0000 (15:16 +0000)]
Merged trunk... huh...
niki [Sun, 11 Dec 2005 12:24:43 +0000 (12:24 +0000)]
setfile -> resetfile
niki [Sun, 11 Dec 2005 11:45:39 +0000 (11:45 +0000)]
unnecessary
niki [Sun, 11 Dec 2005 11:30:40 +0000 (11:30 +0000)]
Huge changes. Segfaults at the moment, but this is the way we want to go...
niki [Sat, 10 Dec 2005 16:19:49 +0000 (16:19 +0000)]
changed quota_mnt_getlist().
it returns a pointer to the last entry now.
niki [Thu, 8 Dec 2005 22:14:24 +0000 (22:14 +0000)]
made getmountopt and checkmountopt public as quota_mnt_getmountopt and quota_mnt_checkmountopt
niki [Thu, 8 Dec 2005 22:07:05 +0000 (22:07 +0000)]
missing in the repository since some time ...
niki [Thu, 8 Dec 2005 21:56:41 +0000 (21:56 +0000)]
missing in the repository since some time ...
niki [Thu, 8 Dec 2005 21:52:41 +0000 (21:52 +0000)]
removal of libltdl. this is generated by the build.sh script by now.
niki [Thu, 8 Dec 2005 16:47:00 +0000 (16:47 +0000)]
a lot of updates. especially changed the dlopen-system to lt_dlopen-system (libtool dlopen)
niki [Sat, 3 Dec 2005 15:40:31 +0000 (15:40 +0000)]
We are getting somewhere. Quotas are read for the first 1000 uids / gids. It is a stupid for()-loop that has to be changed somehow (Cannot/Shouldn't do that for all uids/gids! But it seems that the quota implementations have no easy way to find out which user/group id's are actually used).
niki [Fri, 2 Dec 2005 12:47:23 +0000 (12:47 +0000)]
Many changes. Got rid of hasmntopt (own version is in place now), detect loop= and --bind mounts, added sfree (not sure if really necessary), added usrjquota/grpjquota infrastructure.
octo [Thu, 1 Dec 2005 19:28:30 +0000 (19:28 +0000)]
Merged changes in configure.in and Makefile.am to the `quota' branch
niki [Thu, 1 Dec 2005 09:46:20 +0000 (09:46 +0000)]
Many changes, but getting to somewhere. Plugin segfaults at the moment but i check it in anyway.
niki [Thu, 1 Dec 2005 09:45:47 +0000 (09:45 +0000)]
Adding a couple of #if HAVE_ as described in info autoconf (Default Includes).
niki [Wed, 30 Nov 2005 12:52:59 +0000 (12:52 +0000)]
Started working on ext3/linux quotactl command.
niki [Tue, 29 Nov 2005 23:31:13 +0000 (23:31 +0000)]
Solaris bugfixes.
niki [Tue, 29 Nov 2005 23:26:01 +0000 (23:26 +0000)]
update some general information and added add checks for configure
niki [Tue, 29 Nov 2005 23:06:30 +0000 (23:06 +0000)]
test
niki [Tue, 29 Nov 2005 23:04:39 +0000 (23:04 +0000)]
test
octo [Tue, 29 Nov 2005 14:52:31 +0000 (14:52 +0000)]
Updated `NEWS'
octo [Tue, 29 Nov 2005 13:01:15 +0000 (13:01 +0000)]
Added Niki Waibel's quota patch
octo [Tue, 29 Nov 2005 12:37:51 +0000 (12:37 +0000)]
Added `quota' branch
octo [Tue, 29 Nov 2005 12:09:45 +0000 (12:09 +0000)]
Moved files into standard directory structure