| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-30 | change HostContext for containers | Joey Hess | |
| Privdata that uses HostContext inside a container will now have the name of the container as its context, rather than the name of the host(s) where the container is used. This allows eg, having different passwords for a user in different containers. Note that previously, propellor would prompt using the container name as the context, but not actually use privdata using that context; so this is a bug fix. I don't entirely like the implementation; I had to put the code to change the context in PropAccum, and it's not generalized past PrivInfo. | |||
| 2015-09-29 | add Kerberos module, contributed by Jelmer Vernooij. | Joey Hess | |
| 2015-09-28 | Added Logcheck module, contributed by Jelmer Vernooij. | Joey Hess | |
| 2015-09-25 | Guard against power loss etc when building propellor, by updating the ↵ | Joey Hess | |
| executable atomically. | |||
| 2015-09-23 | rm-key made the release somehow | Joey Hess | |
| (because I forgot to release it yesterday..) | |||
| 2015-09-23 | Added --rm-key. | Joey Hess | |
| 2015-09-22 | prep release | Joey Hess | |
| 2015-09-20 | document new module and add to cabal list | Joey Hess | |
| 2015-09-15 | documentation | Joey Hess | |
| 2015-09-14 | Allow storing arbitrary ByteStrings in PrivData, extracted using ↵ | Joey Hess | |
| privDataByteString. | |||
| 2015-09-14 | clean up privdata excess/lacking newline issue | Joey Hess | |
| * PrivData converted to newtype (API change). * Stopped stripping trailing newlines when setting PrivData; this was previously done to avoid mistakes when pasting eg passwords with an unwanted newline. Instead, PrivData consumers should use either privDataLines or privDataVal, to extract respectively lines or a value (without internal newlines) from PrivData. | |||
| 2015-09-14 | docs | Joey Hess | |
| 2015-09-13 | credit | Joey Hess | |
| 2015-09-11 | changelog | Joey Hess | |
| 2015-09-10 | Fix two typos. | Mario Lang | |
| 2015-09-08 | propellor spin | Joey Hess | |
| 2015-09-06 | Added Propellor.Property.Rsync. WIP; untested | Joey Hess | |
| Convert Info to use Data.Dynamic, so properties can export and consume info of any type that is Typeable and a Monoid, including data types private to a module. (API change) Thanks to Joachim Breitner for the idea. | |||
| 2015-09-04 | add a bug closure | Joey Hess | |
| 2015-09-04 | Added Propellor.Property.Rsync. | Joey Hess | |
| 2015-09-03 | prep release | Joey Hess | |
| 2015-09-02 | Fix bug that caused provisioning new chroots to fail. | Joey Hess | |
| 2015-08-31 | implement dirsizes | Joey Hess | |
| Used Data.Map.Strict, so bumped versions. Don't want to support the ghc in debian oldstable.. (cherry picked from commit e413bed2c1cb15dcb8ce721a2801021e39f3ba86) | |||
| 2015-08-31 | DiskImage is not yet complete | Joey Hess | |
| 2015-08-31 | Update for Debian systemd-container package split. | Joey Hess | |
| 2015-08-25 | formatting for partitions set up by parted | Joey Hess | |
| Including support for formatting partitions of a disk image file. | |||
| 2015-08-25 | working on parted | Joey Hess | |
| 2015-08-25 | prep release | Joey Hess | |
| 2015-08-25 | changelog | Joey Hess | |
| 2015-08-20 | changelog | Joey Hess | |
| 2015-08-14 | prep release | Joey Hess | |
| 2015-08-13 | Propellor.Property.Firewall: coding style | Antoine Eiche | |
| 2015-08-13 | changelog | Joey Hess | |
| 2015-08-12 | Make sure that make is installed when bootstrapping propellor. | Joey Hess | |
| 2015-07-30 | prep release | Joey Hess | |
| 2015-07-30 | Work around broken git pull option parser in git 2.5.0, which broke use of ↵ | Joey Hess | |
| --upload-pack to send a git push when running propellor --spin. | |||
| 2015-07-21 | changelog | Joey Hess | |
| 2015-07-21 | changelog | Joey Hess | |
| 2015-07-20 | Ssh.permitRootLogin type changed to allow configuring WithoutPassword and ↵ | Joey Hess | |
| ForcedCommandsOnly (API change) * Ssh.permitRootLogin type changed to allow configuring WithoutPassword and ForcedCommandsOnly (API change) * setSshdConfig type changed, and setSshdConfigBool added with old type. | |||
| 2015-07-10 | prep release | Joey Hess | |
| 2015-07-10 | Fix make install target to work even when git is not configured. | Joey Hess | |
| 2015-07-05 | changelog | Joey Hess | |
| 2015-06-30 | Version dependency on exceptions. | Joey Hess | |
| 2015-06-29 | Added --unset to delete a privdata field. | Joey Hess | |
| 2015-06-16 | update for Docker.Image changes | Joey Hess | |
| 2015-06-09 | speling | Joey Hess | |
| 2015-06-09 | prep release | Joey Hess | |
| 2015-06-04 | changelog | Joey Hess | |
| 2015-06-01 | Docker: volume and publish accept Bound FilePath and Bound Port, ↵ | Joey Hess | |
| respectively. They also continue to accept Strings, for backwards compatability. | |||
| 2015-06-01 | propellor spin | Joey Hess | |
| 2015-06-01 | reorganize Port type for systemd can use it | Joey Hess | |
