summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-22API change: Added User and Group newtypes, and Properties that used to use ↵Joey Hess
the type UserName = String were changed to use them. Note that UserName is kept and PrivData still uses it in its sum type. This is to avoid breaking PrivData serialization.
2015-04-21propellor spinJoey Hess
2015-04-21propellor spinJoey Hess
2015-04-21propellor spinJoey Hess
2015-04-21propellor spinJoey Hess
2015-04-21propellor spinJoey Hess
2015-04-19debCdn changed to new httpredir.debian.org official replacement for ↵Joey Hess
http.debian.net.
2015-04-19Added hasLoginShell and shellEnabled.Joey Hess
My code with some improvements from weinzwang.
2015-04-19cleanupJoey Hess
2015-04-19jessie is almost ready to be the new debian stable, update a few examplesJoey Hess
no behavior changes
2015-04-14new laptopJoey Hess
2015-04-12propellor spinJoey Hess
2015-04-12propellor spinJoey Hess
2015-04-11expandJoey Hess
2015-04-09propellor spinJoey Hess
2015-04-09remove ssh key from desc, too longJoey Hess
2015-04-09propellor spinJoey Hess
2015-04-07propellor spinJoey Hess
2015-04-07propellor spinJoey Hess
2015-04-07propellor spinJoey Hess
2015-04-07propellor spinJoey Hess
2015-04-07propellor spinJoey Hess
2015-04-07propellor spinJoey Hess
2015-04-07propellor spinJoey Hess
2015-04-07propellor spinJoey Hess
2015-04-07split out a moduleJoey Hess
2015-04-07propellor spinJoey Hess
2015-04-07propellor spinJoey Hess
2015-04-07propellor spinJoey Hess
2015-04-07syntaxJoey Hess
2015-04-07fix func nameJoey Hess
2015-04-07fix syntaxJoey Hess
2015-04-07fix missing backslashJoey Hess
2015-04-07one more indentJoey Hess
2015-04-07change contextJoey Hess
2015-04-07indentsJoey Hess
2015-04-07iabak patch from db48xJoey Hess
2015-04-06propellor spinJoey Hess
2015-04-04propellor spinJoey Hess
2015-04-04propellor spinJoey Hess
2015-04-04propellor spinJoey Hess
2015-04-04propellor spinJoey Hess
2015-04-03propellor spinJoey Hess
2015-04-03propellor spinJoey Hess
2015-04-03propellor spinJoey Hess
2015-04-02remove old aliasJoey Hess
2015-04-02/dev/null any error from propellor --checkJoey Hess
This includes "unknown option" from old versions of propellor..
2015-04-02propellor spinJoey Hess
2015-04-02propellor spinJoey Hess
2015-04-02Make propellor resistent to changes to shared libraries, such as libffiJoey Hess
* Make propellor resistent to changes to shared libraries, such as libffi, which might render the propellor binary unable to run. This is dealt with by checking the binary both when running propellor on a remote host, and by Cron.runPropellor. If the binary doesn't work, it will be rebuilt. * Note that since a new switch had to be added to allow testing the binary, upgrading to this version will cause a rebuild from scratch of propellor.