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