summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid tampering with user CFLAGSDmitry V. Levin2019-04-012-4/+8
* Revert "configure.ac: fix pkg_check_modules calls"Dmitry V. Levin2019-04-011-5/+5
* Makefile.am: link with INTLLIBSFabrice Fontaine2019-03-311-0/+17
* Release quota-tools 4.05v4.05Jan Kara2019-03-296-1461/+1754
* Use getrpcbynumber() instead of getrpcbynumber_r()Jan Kara2019-03-291-4/+4
* Merge type and build cleanups from Fabrice FontaineJan Kara2019-03-297-43/+47
|\
| * configure.ac: fix pkg_check_modules callsFabrice Fontaine2019-03-291-5/+5
| * Include <fcntl.h> to get loff_t definitionFabrice Fontaine2019-03-291-0/+1
| * Add missing <sys/cdefs.h> includeFabrice Fontaine2019-03-291-0/+1
| * Use proper C99 integer typesFabrice Fontaine2019-03-294-38/+40
* | Disable quot toolJan Kara2019-03-262-13/+1
* | Remove old disclaimersJan Kara2019-03-265-127/+6
* | rpc.rquotad: Handle daemon(3) failureJan Kara2019-03-211-1/+4
* | quota_nld: Check daemon() for failuresPetr Písař2019-03-211-1/+4
* | xqmstats: Fix a file descriptor leak in main()Petr Písař2019-03-211-0/+1
* | quotackeck: Fix a directory descriptor leak in scan_dir()Petr Písař2019-03-211-0/+1
* | convertquota: Fix a file descriptor leak in convert_endian()Petr Písař2019-03-211-0/+1
* | quota(1): Distinguish between none quota limits and no allocated resourcesPetr Písař2019-03-211-5/+10
* | Merge warnquota CC handling fix.Jan Kara2019-03-211-1/+1
|\ \
| * | Fix warnquota Cc field being set incorrectly when using LDAPSantiago Castro2019-03-141-1/+1
| |/
* | Track COPYING file in git.Jan Kara2018-08-291-0/+287
* | Add quota_nld to .gitignoreJan Kara2018-07-161-0/+1
|/
* rpc: Fix wrong limit for space usageJan Kara2018-05-281-1/+2
* Listen on a TCP socketSteve Dickson2018-05-281-0/+18
* Aadd HPE XFS supportTinguely, Mark2018-05-097-10/+22
* warnquota: Fix comparing user name to non-null-terminated utmp.ut_userPetr Písař2018-02-051-1/+4
* warnquota: Check snprintf() for overflowsPetr Písař2018-02-051-2/+15
* Add $(TIRPC_CFLAGS) globally to CFLAGS for RPC support, needed for libc 2.26Andreas K. Hüttel2018-02-051-3/+2
* Install rquota(3) only if RPC is enabledPetr Písař2018-02-051-2/+4
* quotacheck: Fail check if quota file magic is invalidJan Kara2018-02-051-0/+3
* quotacheck: Report error when caching of quota file failsJan Kara2018-02-051-7/+22
* quotacheck: Avoid question in non-interactive modeJan Kara2018-02-051-1/+2
* repquota: Fix output when user -2 existsJan Kara2018-01-102-0/+10
* Implement manual choice of output unitJan Kara2018-01-1014-1845/+2398
* f2fs: support f2fs's quota sysfileJaegeuk Kim2017-10-163-1/+20
* Release quota-tools 4.04v4.04Jan Kara2017-09-052-1/+48
* Use TI-RPC for RPC client communicationJan Kara2017-09-051-10/+23
* rpc.rquotad: IPv6 supportJan Kara2017-09-054-79/+167
* rpc: Factor out getting of port numberJan Kara2017-09-051-29/+35
* Add support for ipv6 to good_clientJan Kara2017-09-051-7/+30
* quotacheck: Deallocate memory after direct scanningPetr Písař2017-08-311-6/+16
* quota: Return non-zero exit code when getting quota failsIan Chard2017-08-311-0/+5
* quotaops: check return code of ftruncate and lseek callsDmitry V. Levin2017-05-181-24/+29
* Use configure macros instead of hardcoded defaultsDmitry V. Levin2017-05-182-2/+6
* quotaops: check return code of fgets callsDmitry V. Levin2017-05-181-8/+20
* quotaops: check setgid/setuid return codeDmitry V. Levin2017-05-181-2/+4
* quotacheck: fix ask_yn UB when fgets returns NULLDmitry V. Levin2017-05-181-2/+2
* quotacheck: change to the directory before opening it, not afterDmitry V. Levin2017-05-181-3/+8
* Do not install quota_nld.8 when quota_nld is not installedDmitry V. Levin2017-05-181-1/+4
* quota-tools: add missing newline to die() messagesTheodore Ts'o2017-02-092-3/+3