aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/quota/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* Debugging nits found while testing the new 64-bit quota code.Kirk McKusick2010-03-161-0/+1
| | | | Notes: svn path=/projects/quota64/; revision=205207
* - Document the default disk block usage unit.Ruslan Ermilov2006-10-211-2/+2
| | | | | | | | | - Add option -h, human-readable output. PR: docs/53732 Notes: svn path=/head/; revision=163599
* Now that the kernel access control for quotactl(2) appears to workRobert Watson2003-06-151-1/+0
| | | | | | | | | | | | | | | | | | properly, clean up quota(1). quota(1) has the ability to query quotas either directly from the kernel, or if that fails, by reading the quota.user or quota.group files specified for the file system in /etc/fstab. The setuid bit existed solely (apparently) to let non-operator users query their quotas and consumption when quotas weren't enabled for the file system. o Remove the setuid bit from quota(1). o Remove the logic used by quota(1) when running setuid to prevent users from querying the quotas of other users or groups. Note that this papered over previously broken kernel access control. Notes: svn path=/head/; revision=116385
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+2
| | | | | | | | | This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case. Notes: svn path=/head/; revision=83391
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-1/+0
| | | | Notes: svn path=/head/; revision=39495
* Obtained from: NetBSDThomas Graichen1996-01-051-0/+3
| | | | | | | | | replaced our quota with the NetBSD one, then added all changes we made to our - this is done to support the displaying of quota's over nfs using the rpc.rquotad Notes: svn path=/head/; revision=13236
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+7
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590