aboutsummaryrefslogtreecommitdiff
path: root/selinux/chcon.c
AgeCommit message (Expand)Author
2010-03-23*: merge some common stringsDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-03-17selinux/*: -Wunused-parameter fixesDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-26chcon: trivial fixDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-03-29- fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko
2007-03-12chcon: remove redundant ifs: if(p) free(p)Denis Vlasenko
2007-03-12chcon: exclude constraints for impossible option if long opts are offDenis Vlasenko
2007-03-11next portion of selinux updates: chcon, runcon. FromDenis Vlasenko