summaryrefslogtreecommitdiff
path: root/e2fsck/profile.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-08remove useless if-before-free testsJim Meyering1-6/+3
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-54/+54
2007-07-04Add new function: profile_set_default()Theodore Ts'o1-5/+90
2007-07-04Add PROFILE_FILE_NO_RELOAD flag which is used by profile_update_file()Theodore Ts'o1-0/+4
2007-05-31[COVERITY] Free potential null dereference bug in e2fsckBrian Behlendorf1-3/+2
2007-05-22Add new function profile_get_uint() in the e2fsck sourcesTheodore Ts'o1-0/+41
2007-03-21[COVERITY] Fix memory leak in profile libraryBrian Behlendorf1-1/+3
2007-03-19[COVERITY] Fix segfault bug if the profile directory is emptyBrian Behlendorf1-2/+6
2006-11-14Fix misc. gcc -Wall complaints in the misc and e2fsck directoriesTheodore Ts'o1-4/+4
2006-03-22Tighten up profile parsing code by combining functionsTheodore Ts'o1-68/+48
2006-01-06Add support for quoted strings in tag and section namesTheodore Ts'o1-19/+39
2006-01-05Add support to the profile library for /etc/foo/conf.d style directories Theodore Ts'o1-13/+104
2006-01-05More profile cleanups: remove prf_data_t data structureTheodore Ts'o1-131/+34
2006-01-05Enhance profile library's parser to accept comments Theodore Ts'o1-29/+51
2006-01-04Add syntax error reporting to the profile libraryTheodore Ts'o1-78/+39
2006-01-02Simplify profile core functionalityTheodore Ts'o1-529/+79
2006-01-02Clean up test driver program for profile.c and #ifdef unused static functionsTheodore Ts'o1-107/+83
2006-01-01Fix profile.c so that com_err.h doesn't have to be installedTheodore Ts'o1-1/+1
2005-12-31Slim down profile.cTheodore Ts'o1-5/+5
2005-12-31Fix incorrect location of prof_err.h in profile.c.Theodore Ts'o1-2/+2
2005-12-30Add the profile library code to e2fsckTheodore Ts'o1-0/+2226