aboutsummaryrefslogtreecommitdiff
path: root/src/rc/checkpath.c
AgeCommit message (Expand)Author
2014-07-28checkpath: apply ownership to all paths given on command lineWilliam Hubbs
2014-07-25checkpath: style fixWilliam Hubbs
2014-07-16checkpath: style fixesWilliam Hubbs
2014-07-16Rename SELinux source filesWilliam Hubbs
2014-07-16checkpath: restore the SELinux contextJason Zaman
2014-07-13checkpath: fix logic for the writable optionWilliam Hubbs
2014-07-11checkpath: fix error message in previous commitWilliam Hubbs
2014-07-11checkpath: report an error if required options were not specifiedWilliam Hubbs
2012-10-27Checkpath: print the path when correcting the ownerWilliam Hubbs
2012-10-09checkpath: fix bool valuesWilliam Hubbs
2012-10-09checkpath: change the owner/group only when requested to do soWilliam Hubbs
2012-01-26Add -W/--writable function to checkpathChristian Ruppert
2012-01-23Per the systemd tmpfiles implementation, we need to watch out for umask durin...Robin H. Johnson
2012-01-23Ensure that when -F is passed, existing files are truncated properly.Robin H. Johnson
2012-01-23Respin features.h usage so that we correctly test for features before we use ...Robin H. Johnson
2012-01-23Revert "Drop include for features.h"Robin H. Johnson
2012-01-22Drop include for features.hWilliam Hubbs
2012-01-09rc/checkpath: tmpfiles.d backend creation codeRobin H. Johnson
2011-11-19rc: fix style around case_RC_COMMON_GETOPTMike Frysinger
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-23Improve style for KNFRoy Marples
2008-09-18Clean up some compile warnings.Roy Marples
2008-08-20Add -k,--umask option, Gentoo #232455.Roy Marples
2008-06-17open should use 3 args when using O_CREAT.Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples
2008-02-22Welcome to 2008.Roy Marples
2008-02-11Just use the extern applet var.Roy Marples
2008-02-01Constantise as much as possible so that it reduces COW usage.Roy Marples
2008-01-30Use the variable instead of type for sizeof.Roy Marples
2008-01-22Quiet some more lint warnings.Roy Marples
2008-01-14tweak help since this works for dirs and filesMike Frysinger
2008-01-14fix --mode parsing by checking the proper function parameterMike Frysinger
2008-01-14add missing "-d" optionMike Frysinger
2008-01-14strip trailing newlinesMike Frysinger
2008-01-11Re-indent to a standard tw of 8.Roy Marples
2008-01-06Set include paths in Makefile instead of .c filesRoy Marples
2008-01-05Add the missing changes from the recent Makefile updatesRoy Marples
2008-01-05Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples