summaryrefslogtreecommitdiffstats
path: root/source/lib/sysquotas.c
Commit message (Collapse)AuthorAgeFilesLines
* r11560: Fix core dump if setmntent returns NULL.Jeremy Allison2007-10-101-0/+3
| | | | | Pointed out by Jay Fanlason @ Red Hat. Jeremy.
* r6586: get rid of a few more compiler warningsHerb Lewis2007-10-101-0/+2
|
* r4236: More *alloc fixes.Jeremy Allison2007-10-101-6/+6
| | | | Jeremy.
* * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher2004-01-151-8/+31
| | | | | | | | | XFS_GROUP_QUOTA -> GRPQUOTA * Fix disk_free calculation with group quotas. * Add debug class 'quota' and a lot of DEBUG()'s to the quota code. metze
* fix XFS quotas the macro changed from HAVE_XFS_QUOTA -> HAVE_XFS_QUOTASStefan Metzmacher2004-01-141-2/+2
| | | | metze
* Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to ↵Jeremy Allison2004-01-051-529/+0
| | | | | | | | | | | | | | | | | | 2.2.x quota methods. :-). "here's a patch which ports the samba 2.2 samba_linux_quota.h stuff to 3_0. This is needed because of so many broken quota files outthere. Please, test this with old, new kernels (strucr dqblk, struct mem_dqblk, and struct if_dqblk) , quota.user, aquota.user formats what is when a user is over soft quota and over hard quotas..." Jeremy.
* Move sysquotas autoconf tests to a seperate file.Jelmer Vernooij2003-10-091-99/+1
| | | | Patch by Stefan Metzmacher <metze@metzemix.de>
* Return proper error when it is impossible to change quota flagsAlexander Bokovoy2003-07-311-2/+23
|
* Add NT quotas support. Users allowed now to manage quotas on systems with ↵Alexander Bokovoy2003-07-291-44/+169
| | | | sysquotas interface detected (Linux at least) using native Windows tools. Also move default quota support for NT quotas to VFS module default_quota. Code by Metze
* Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. ↵Alexander Bokovoy2003-05-141-0/+7
| | | | Now we are defaulting to --with-quotas=no but anyway trying to test them in configure. This is done to get information about as much quota API variations as possible -- when --with-quotas=no this does not affect build but provides us with more detailed information on build farm.
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-0/+956
1. Allows to change quota settings for shared mount points from Win2K and WinXP from Explorer properties tab 2. Disabled by default and when requested, will be probed and enabled only on Linux where it works 3. Was tested for approx. two weeks now on Linux by two independent QA teams, have not found any bugs so far Documentation to follow