summaryrefslogtreecommitdiff
path: root/e2fsck/profile.c
Commit message (Expand)AuthorAgeFilesLines
* e2fsck, mke2fs: enable octal integers in the profile/config fileTheodore Ts'o2014-01-301-2/+2
* e2fsck: fix possible double free when searching for config fileTheodore Ts'o2014-01-041-0/+1
* e2fsck: fix memory leaks (on error path)Darrick J. Wong2013-12-121-0/+2
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e2fsck: Fix leaks in error pathsEric Sandeen2011-09-161-2/+5
* mke2fs: Allow specifying reserved_ratio via mke2fs.confAditya Kali2011-05-141-0/+37
* remove useless if-before-free testsJim Meyering2009-03-081-6/+3
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-54/+54
* Add new function: profile_set_default()Theodore Ts'o2007-07-041-5/+90
* Add PROFILE_FILE_NO_RELOAD flag which is used by profile_update_file()Theodore Ts'o2007-07-041-0/+4
* [COVERITY] Free potential null dereference bug in e2fsckBrian Behlendorf2007-05-311-3/+2
* Add new function profile_get_uint() in the e2fsck sourcesTheodore Ts'o2007-05-221-0/+41
* [COVERITY] Fix memory leak in profile libraryBrian Behlendorf2007-03-211-1/+3
* [COVERITY] Fix segfault bug if the profile directory is emptyBrian Behlendorf2007-03-191-2/+6
* Fix misc. gcc -Wall complaints in the misc and e2fsck directoriesTheodore Ts'o2006-11-141-4/+4
* Tighten up profile parsing code by combining functionsTheodore Ts'o2006-03-221-68/+48
* Add support for quoted strings in tag and section namesTheodore Ts'o2006-01-061-19/+39
* Add support to the profile library for /etc/foo/conf.d style directories Theodore Ts'o2006-01-051-13/+104
* More profile cleanups: remove prf_data_t data structureTheodore Ts'o2006-01-051-131/+34
* Enhance profile library's parser to accept comments Theodore Ts'o2006-01-051-29/+51
* Add syntax error reporting to the profile libraryTheodore Ts'o2006-01-041-78/+39
* Simplify profile core functionalityTheodore Ts'o2006-01-021-529/+79
* Clean up test driver program for profile.c and #ifdef unused static functionsTheodore Ts'o2006-01-021-107/+83
* Fix profile.c so that com_err.h doesn't have to be installedE2FSPROGS-1.39-WIP-1231Theodore Ts'o2006-01-011-1/+1
* Slim down profile.cTheodore Ts'o2005-12-311-5/+5
* Fix incorrect location of prof_err.h in profile.c.Theodore Ts'o2005-12-311-2/+2
* Add the profile library code to e2fsckTheodore Ts'o2005-12-301-0/+2226