summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-01-29Enable support for tmpfs quotasHEADmasterCarlos Maiolino9-30/+59
2024-01-29Add quotactl_fd() supportCarlos Maiolino13-57/+96
2024-01-29Rename searched_dir->sd_dir to sd_isdirCarlos Maiolino1-3/+3
2022-12-06quota-nld: fix open PID file failed when systemd read itlihaoxiang (F)1-11/+35
2022-11-01edquota: Fix editing of individual user grace timesJan Kara2-3/+12
2022-11-01setquota: Avoid false error messages when setting grace timesJan Kara1-2/+4
2022-09-26Make configure.ac POSIX compliantSam James1-1/+1
2022-09-23Update required gettext versionJan Kara1-1/+1
2022-09-21Release quota-tools 4.09Jan Kara2-1/+4
2022-09-21Avoid including manpages multiple times in man_MANSJan Kara1-7/+9
2022-09-19Release quota-tools 4.08Jan Kara2-1/+4
2022-09-19Include unconfigured manpages into distributionJan Kara5-454/+482
2022-09-16Release quota-tools 4.07Jan Kara2-1/+12
2021-09-17quotasys.c: fix strncpy usageDmitry V. Levin1-1/+1
2021-09-17common.c: fix strncat usageDmitry V. Levin1-2/+1
2021-08-20quotacheck, quotaon: Always display message about deprecated usageJan Kara2-5/+9
2021-03-16quota_nld: Initialize sa_mask when registering PID file removalPetr Písař1-1/+1
2020-11-30Drop sys/cdefs.h usageJan Kara1-2/+1
2020-11-24quotaio_xfs: Warn when large kernel timestamps cannot be handledJan Kara2-0/+11
2020-11-23quotaops: fix compilation warningDmitry V. Levin1-0/+2
2020-11-23quotacheck: Remove a dead code from process_file()Petr Písař1-1/+0
2020-11-11quota: Use realloc(3) instead of reallocarray(3)Fabrice Fontaine1-1/+1
2020-11-09Release quota-tools 4.06v4.06Jan Kara2-1/+36
2020-11-09Remove quot toolJan Kara8-1783/+1264
2020-10-19quotacheck,quotaon: Suggest using quota feature for ext4Jan Kara4-24/+76
2020-09-21quota: Add --filesystem optionJan Kara2-4/+28
2020-09-21quota: Add synopsis for project quotaJan Kara1-1/+2
2020-09-21Handle grace time overflows for XFS quotasJan Kara2-9/+20
2020-09-07Support grace period expirations past y2038 for XFSDarrick J. Wong2-5/+39
2020-05-21Fix limits setting on XFS filesystemJan Kara1-1/+3
2020-05-14quota-tools: Set FS_DQ_TIMER_MASK for individual xfs grace timesEric Sandeen1-0/+2
2020-05-13quota-tools: pass quota type to QCMD for Q_XFS_GETQSTATEric Sandeen2-2/+2
2020-03-26Fix ignoring disabled quotasPetr Písař1-1/+3
2019-11-05warnquota: Initialize all members of a configparams structurePetr Písař1-7/+1
2019-11-05warnquota: Free LDAP error messagePetr Písař1-1/+4
2019-10-04Make a directory for quota_nld PID file configurablePetr Písař2-2/+12
2019-09-12warnquota: Clarify that CC_TO gets resolved through LDAPJan Kara1-0/+2
2019-09-12warnquota: Print also additional error info for LDAP errorsJan Kara1-5/+21
2019-09-08warnquota: Properly detect LDAP errorsJan Kara1-2/+2
2019-08-15warnquota: Do not ignore errors in config fileJan Kara3-14/+85
2019-08-12warnquota: Fix help textJan Kara1-1/+1
2019-07-30quotacheck: Skip checking of filesystems with hidded quota files earlyJan Kara1-2/+2
2019-05-28quotaops: Make error string translatableJan Kara1-1/+1
2019-05-28rpc: Clarify error message when cannot connect to rpc.rquotadJan Kara2-19/+9
2019-05-24setquota: Report failure to obtain quota informationJan Kara1-0/+18
2019-05-24quotaops: Do not leak dquot structures on failureJan Kara1-4/+5
2019-05-24quotaops: Do not return partial list from getprivs()Jan Kara1-8/+11
2019-05-24Make messages about failures for NFS consistent with local filesystemsJan Kara4-7/+7
2019-04-02Delete old documentationJan Kara4-4368/+1
2019-04-02COPYING: Update mailing addressJan Kara1-14/+14
2019-04-02edquota: Remove forgotten license headerJan Kara1-32/+1
2019-04-02configure.ac: add --disable-pie optionFabrice Fontaine2-1/+13
2019-04-01warnquota: Improve examples in warnquota.confJan Kara1-32/+72
2019-04-01Avoid tampering with user CFLAGSDmitry V. Levin2-4/+8
2019-04-01Revert "configure.ac: fix pkg_check_modules calls"Dmitry V. Levin1-5/+5
2019-03-31Makefile.am: link with INTLLIBSFabrice Fontaine1-0/+17
2019-03-29Release quota-tools 4.05v4.05Jan Kara6-1461/+1754
2019-03-29Use getrpcbynumber() instead of getrpcbynumber_r()Jan Kara1-4/+4
2019-03-29Merge type and build cleanups from Fabrice FontaineJan Kara7-43/+47
2019-03-29configure.ac: fix pkg_check_modules callsFabrice Fontaine1-5/+5
2019-03-29Include <fcntl.h> to get loff_t definitionFabrice Fontaine1-0/+1
2019-03-29Add missing <sys/cdefs.h> includeFabrice Fontaine1-0/+1
2019-03-29Use proper C99 integer typesFabrice Fontaine4-38/+40
2019-03-26Disable quot toolJan Kara2-13/+1
2019-03-26Remove old disclaimersJan Kara5-127/+6
2019-03-21rpc.rquotad: Handle daemon(3) failureJan Kara1-1/+4
2019-03-21quota_nld: Check daemon() for failuresPetr Písař1-1/+4
2019-03-21xqmstats: Fix a file descriptor leak in main()Petr Písař1-0/+1
2019-03-21quotackeck: Fix a directory descriptor leak in scan_dir()Petr Písař1-0/+1
2019-03-21convertquota: Fix a file descriptor leak in convert_endian()Petr Písař1-0/+1
2019-03-21quota(1): Distinguish between none quota limits and no allocated resourcesPetr Písař1-5/+10
2019-03-21Merge warnquota CC handling fix.Jan Kara1-1/+1
2019-03-14Fix warnquota Cc field being set incorrectly when using LDAPSantiago Castro1-1/+1
2018-08-29Track COPYING file in git.Jan Kara1-0/+287
2018-07-16Add quota_nld to .gitignoreJan Kara1-0/+1
2018-05-28rpc: Fix wrong limit for space usageJan Kara1-1/+2
2018-05-28Listen on a TCP socketSteve Dickson1-0/+18
2018-05-09Aadd HPE XFS supportTinguely, Mark7-10/+22
2018-02-05warnquota: Fix comparing user name to non-null-terminated utmp.ut_userPetr Písař1-1/+4
2018-02-05warnquota: Check snprintf() for overflowsPetr Písař1-2/+15
2018-02-05Add $(TIRPC_CFLAGS) globally to CFLAGS for RPC support, needed for libc 2.26Andreas K. Hüttel1-3/+2
2018-02-05Install rquota(3) only if RPC is enabledPetr Písař1-2/+4
2018-02-05quotacheck: Fail check if quota file magic is invalidJan Kara1-0/+3
2018-02-05quotacheck: Report error when caching of quota file failsJan Kara1-7/+22
2018-02-05quotacheck: Avoid question in non-interactive modeJan Kara1-1/+2
2018-01-10repquota: Fix output when user -2 existsJan Kara2-0/+10
2018-01-10Implement manual choice of output unitJan Kara14-1845/+2398
2017-10-16f2fs: support f2fs's quota sysfileJaegeuk Kim3-1/+20
2017-09-05Release quota-tools 4.04v4.04Jan Kara2-1/+48
2017-09-05Use TI-RPC for RPC client communicationJan Kara1-10/+23
2017-09-05rpc.rquotad: IPv6 supportJan Kara4-79/+167
2017-09-05rpc: Factor out getting of port numberJan Kara1-29/+35
2017-09-05Add support for ipv6 to good_clientJan Kara1-7/+30
2017-08-31quotacheck: Deallocate memory after direct scanningPetr Písař1-6/+16
2017-08-31quota: Return non-zero exit code when getting quota failsIan Chard1-0/+5
2017-05-18quotaops: check return code of ftruncate and lseek callsDmitry V. Levin1-24/+29
2017-05-18Use configure macros instead of hardcoded defaultsDmitry V. Levin2-2/+6
2017-05-18quotaops: check return code of fgets callsDmitry V. Levin1-8/+20
2017-05-18quotaops: check setgid/setuid return codeDmitry V. Levin1-2/+4
2017-05-18quotacheck: fix ask_yn UB when fgets returns NULLDmitry V. Levin1-2/+2
2017-05-18quotacheck: change to the directory before opening it, not afterDmitry V. Levin1-3/+8
2017-05-18Do not install quota_nld.8 when quota_nld is not installedDmitry V. Levin1-1/+4
2017-02-09quota-tools: add missing newline to die() messagesTheodore Ts'o2-3/+3
2016-08-09quotacheck: Use direct scanning also for ext4Jan Kara1-1/+4
2016-07-12Improve detection of XFS quota interfaceJan Kara1-8/+10
2016-07-12quotaon: Improve reporting of quota stateJan Kara3-19/+55
2016-07-06quota: fix coredump if projid file does not existWang Shilong1-2/+4
2016-07-06quotacheck: Fix buggy error check of read(2)Jan Kara1-1/+1
2016-04-04repquota: use the same whitespace for quotaio_meta as quotaio_v2Theodore Ts'o1-2/+3
2016-03-31repquota: Add project quota supportJan Kara2-7/+33
2016-03-31edquota: Project quota supportJan Kara2-17/+34
2016-03-31setquota: Project quota supportJan Kara2-22/+58
2016-03-31quota: Add project quota supportJan Kara2-8/+43
2016-03-31quotasync: Add project quota supportJan Kara2-5/+17
2016-03-31quotaon: Add project quota supportJan Kara3-21/+61
2016-03-31Add support for project quota into generic codeJan Kara6-13/+224
2016-03-30Fix warnings due to missing stdlib.hJan Kara2-0/+2
2016-03-30Support systems which do not have nl_langinfo()Theodore Ts'o2-0/+7
2016-03-30Provide fallback definitions for MNTTYPE_NFS and MNTTYPE_NOAUTOTheodore Ts'o1-0/+8
2016-03-30Use NGROUPS_MAX instead of NGROUPSTheodore Ts'o2-4/+6
2016-03-30Allow building on systems that do not have rpc header filesTheodore Ts'o3-14/+20
2016-03-30Update the gitignore file to ignore additional generated filesTheodore Ts'o1-0/+3
2016-02-17Don't build rpc.rquotad when --disable-rpc was requested.Lars Wendler1-1/+4
2016-01-27Add support for scanning using Q_XGETNEXTQUOTAJan Kara2-3/+40
2016-01-27Scan dquots using Q_GETNEXTQUOTAJan Kara4-1/+65
2016-01-19Don't link all binaries with ldap libraryJan Kara1-14/+12
2016-01-19repquota: -F option takes an argEric Sandeen1-1/+1
2016-01-05Set -fPIC and -pie as default params when buildingTomáš Chvátal2-1/+2
2016-01-04Do not accidentaly override commandline passed CFLAGS.Tomáš Chvátal1-1/+1
2016-01-04Respect the docdir declaration and do not override.Tomáš Chvátal1-1/+0
2016-01-04Print explicitely disabled options properlyJan Kara1-1/+11
2016-01-04Distribute ldap-scripts directory tooTomáš Chvátal1-1/+2
2016-01-04Fix build with disabled ldapJan Kara1-18/+18
2016-01-04Fix whitespace in configure.acTomáš Chvátal1-1/+1
2015-12-18Release quota-tools 4.03v4.03Jan Kara2-1/+29
2015-12-18Revive ChangelogJan Kara2-4/+958
2015-12-18Update release script to work with new build systemJan Kara1-7/+7
2015-12-18Make new build system use original versioning schemeJan Kara1-3/+2
2015-12-16Automatic update of translation filesJan Kara4-256/+294
2015-12-16warnquota: Added StartTLS supportIan Allison2-0/+41
2015-12-16quota_nld: multicast project quota warnings via dbusMasatake YAMATO2-1/+2
2015-04-14Fix building of rquota.[ch] filesJan Kara1-0/+2
2015-03-08edquota: fix mtime checkKonstantin Khlebnikov1-2/+2
2015-03-08Makefile.am: remove quotaoff symlink before installKonstantin Khlebnikov1-0/+2
2015-03-04warnquota: Fix some leaks in LDAP lookup codeJan Kara1-2/+6
2015-03-04warnquota: Don't CC empty namesJan Kara1-0/+4
2015-02-10Fix typos in German translationMichael Meskes1-26/+26
2015-01-05quota_nld: Fixup buildJan Kara1-1/+2
2015-01-05edquota: Do not unnecessarily overwrite limits/timesJan Kara7-6/+54
2015-01-05edquota: Fix error handlingJan Kara1-5/+9
2015-01-05edquota: Reopen the file with new grace timesJan Kara1-2/+11
2015-01-05edquota: Unify code for editing grace times and quota limitsJan Kara1-34/+24
2014-12-02Fix the po generating by accidentaly ignoring POTFILES.in fileTomáš Chvátal6-4340/+4437
2014-12-02Install example file to docs.Tomáš Chvátal1-0/+1
2014-12-02Ignore generated tarballs.Tomáš Chvátal1-0/+1
2014-12-02config.h.in is autogenerated.Tomáš Chvátal2-120/+2
2014-12-02Use just one define to determine if using ext2directTomáš Chvátal2-10/+4
2014-12-02Stop using deprecated ldap_perrorTomáš Chvátal1-6/+6
2014-12-02Refresh and fix the po files.Tomáš Chvátal4-2588/+4878
2014-12-02Create new autotools buildsystemTomáš Chvátal24-1699/+675
2014-11-26Add release scriptJan Kara3-4/+34
2014-11-26Release quota-tools 4.02v4.02Jan Kara2-2/+43
2014-11-26Remove KERN_KNOWN_QUOTA_VERSIONJan Kara1-2/+0
2014-11-26Skip NFS mounts without rquotad RPC service silentlyPetr Písař1-4/+34
2014-10-01Fix handling of space and inode valuesJan Kara1-7/+9
2014-07-24Update polish translationJakub Bogusz1-1172/+1427
2014-05-01warnquota: Use LDAP for looking up CC value as wellJan Kara1-89/+98
2014-05-01Prevent from grace period overflow in RPC transportPetr Písař4-8/+28
2014-05-01Do not document location of quotaon and quotaoffPetr Písař1-4/+4
2014-05-01Properly handle signed space and inode valuesJan Kara2-17/+32
2014-04-27respect CFLAGS in linking command wrt #446281Julian Ospald1-4/+14
2014-04-24Explain in quota(1) manpage what 'blocks' in the output meanJan Kara1-1/+2
2013-12-02__cpu_to_le16 --> htole16Cristian Rodríguez1-4/+4
2013-12-02Use libc byteswapping routines not kernel onesCristian Rodríguez5-140/+140
2013-11-18quota_nld: Fix compilation warningJan Kara1-0/+1
2013-11-18quota_nld: Fix usage of netlink multicast groupsJan Kara2-38/+45
2013-10-29Improve rpc.rquota(8) manual pagePetr Písař1-6/+23
2013-10-29Add warnquota.conf(5) manual pagePetr Písař2-1/+188
2013-10-29Add quotatab(5) manual pagePetr Písař2-1/+35
2013-10-29Add quotagrpadmins(5) manual pagePetr Písař3-1/+34
2013-10-29Silent a set-but-not-used warning about sbflagsPetr Písař2-7/+11
2013-10-03Add support for CVS and XML output formats to repquota(8)Jan Kara4-18/+151
2013-08-14Remove installation of manpages into section 2Carsten Grohmann1-2/+0
2013-06-21Close FILE handles on errorPetr Písař1-0/+11
2013-03-26Add AC_PREREQ to configure.inTheodore Ts'o1-0/+1
2013-03-13Fix various usage mistakesPetr Písař3-5/+6
2013-03-13Correct quotasync exit codePetr Písař1-10/+13
2013-03-13Complete quotasync usagePetr Písař1-2/+17
2013-03-13Add quotasync(1) manual pagePetr Písař1-0/+72
2013-02-04quotacheck: Make sure -d provides at least as much information as -vJan Kara1-5/+5
2013-02-04Do not fiddle with quota files on XFS and GFSPetr Písař1-0/+7
2013-01-21Recognize units at inode limits by edquotaPetr Písař3-6/+26
2013-01-21Recognize units at inode limits by setquotaPetr Písař4-4/+76
2013-01-21Recognize units at block limits by edquotaPetr Písař2-3/+29
2013-01-21Recognize block limit units on setquota standard inputPetr Písař1-4/+22
2013-01-21Recognize units at block limits by setquotaPetr Písař5-2/+58
2013-01-21Fix compilation without RPC supportJan Kara1-1/+1
2013-01-21Make group warning message more officialPetr Písař1-2/+3
2013-01-21Updated Czech translationPetr Písař1-151/+240
2012-11-06warnquota: Use current locale as default charsetJan Kara1-0/+9