summaryrefslogtreecommitdiff
path: root/quotasync.c
Commit message (Collapse)AuthorAgeFilesLines
* Use configure macros instead of hardcoded defaultsDmitry V. Levin2017-05-181-1/+2
| | | | | Signed-off-by: Dmitry V. Levin <ldv@altlinux.org> Signed-off-by: Jan Kara <jack@suse.cz>
* quotasync: Add project quota supportJan Kara2016-03-311-3/+12
| | | | | Signed-off-by: Li Xi <lixi@ddn.com> Signed-off-by: Jan Kara <jack@suse.cz>
* Create new autotools buildsystemTomáš Chvátal2014-12-021-1/+2
| | | | | | | | | | | Reflect what was done before and try to mimic it Remove ChangeLog, now autogenerated for dist target Remove confusing gettext README and try to add new approach for translations [JK: Fixed build without RPC support] Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz> Signed-off-by: Jan Kara <jack@suse.cz>
* Correct quotasync exit codePetr Písař2013-03-131-10/+13
| | | | | | | | This fixes `quotasync -h' exit code as well as it uses more portable EXIT_SUCCESS/EXIT_FAILURE values. Signed-off-by: Petr Písař <ppisar@redhat.com> Signed-off-by: Jan Kara <jack@suse.cz>
* Complete quotasync usagePetr Písař2013-03-131-2/+17
| | | | | Signed-off-by: Petr Písař <ppisar@redhat.com> Signed-off-by: Jan Kara <jack@suse.cz>
* Further i18n fixesJan Kara2012-03-021-2/+2
| | | | Signed-off-by: Jan Kara <jack@suse.cz>
* Make global symbols static as possiblePetr Pisar2011-05-161-4/+4
| | | | | | | | | | | | | | There are some calls (e.g. getpwnam(3)) that can lead to dlopening other libraries that could jump to symbol with name clashing to one of global quota symbols. (e.g. Name server switch plug-in nss_db calls dirname(3) that's already defined in edquota.c and tht can cause segmentation fault.) Although it's not possible to solve all these problems, making as much as possible global objects and functions static is the best thing we can do to avoid name space polution. Signed-off-by: Jan Kara <jack@suse.cz>
* Add quotasync toolAbhijith Das2011-02-011-0/+127
Add tool allowing to sync quotas for some / all filesystems. Signed-off-by: Jan Kara <jack@suse.cz>