Merged revision 324 to branches/collectd-quota and tags/collectd-3.5.0
Merged revision 321 from the trunk to the branches
Merged revisions 317 and 318 from trunk to the branches
Fixed type (forgotten semicolon) from the previous merges
Merged changes from trunk@315 to branches/collectd-quota
add comments and added/changed options that can be passed to collectd.
users module compile now always.
cleanup
cleanup style
Merged revision 304 (removal of all `extern time_t curtime' in all plugins) to the branches
add info in output of configure
Merged the fix of Revision 302 to the branches
forgot to change comment...
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...
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...
Merged revision 288 (addition of copyright messages to all *.[ch] files) from trunk to quota-branch
some fixes
Merged trunk... huh...
setfile -> resetfile
unnecessary
Huge changes. Segfaults at the moment, but this is the way we want to go...
changed quota_mnt_getlist().
it returns a pointer to the last entry now.
it returns a pointer to the last entry now.
18 years agomade getmountopt and checkmountopt public as quota_mnt_getmountopt and quota_mnt_chec...
made getmountopt and checkmountopt public as quota_mnt_getmountopt and quota_mnt_checkmountopt
missing in the repository since some time ...
missing in the repository since some time ...
removal of libltdl. this is generated by the build.sh script by now.
a lot of updates. especially changed the dlopen-system to lt_dlopen-system (libtool dlopen)
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).
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.
Merged changes in configure.in and Makefile.am to the `quota' branch
Many changes, but getting to somewhere. Plugin segfaults at the moment but i check it in anyway.
Adding a couple of #if HAVE_ as described in info autoconf (Default Includes).
Started working on ext3/linux quotactl command.
Solaris bugfixes.
update some general information and added add checks for configure
test
test
Updated `NEWS'
Added Niki Waibel's quota patch
Added `quota' branch
Moved files into standard directory structure