| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-01 | change contact email | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 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 | propellor spin | Joey Hess | |
| 2015-09-29 | exports for haddock | Joey Hess | |
| 2015-09-29 | add Maintainer entries for contributed modules | Joey Hess | |
| These show up in the haddock documentation on the sidebar. The author emails are not hyperlinked, so hopefully this is not a spam source. Keeping track of Maintainers of modules is becoming necessary because I don't use all these modules and am not the best person to maintain them, beyond simple changes to keep them building. I'll loop in the Maintainer if there's a bug etc on their module. | |||
| 2015-09-29 | Add basic Kerberos module. | Jelmer Vernooij | |
| 2015-09-28 | Write same username to aiccu config as for which the password was obtained. | Jelmer Vernooij | |
| Without this change, the plain username always ends up in aiccu.conf. This breaks setups where a tunnel-specific password is in use. | |||
| 2015-09-28 | Add Logcheck module. | Jelmer Vernooij | |
| 2015-09-23 | propellor spin | Joey Hess | |
| 2015-09-23 | add "ancient" git-annex autobuilder using debian stable i386 | Joey Hess | |
| 2015-09-21 | Unbound: fix bug with duplicate "server" section | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-20 | aiccu's init script doesn't support reload; restart it | Joey Hess | |
| 2015-09-20 | make sure aiccu.conf is only readable by root, even if it had a different ↵ | Joey Hess | |
| mode to start with | |||
| 2015-09-20 | bug fix: used wrong username for config file in case where username/tunnelid ↵ | Joey Hess | |
| was provided in privdata | |||
| 2015-09-20 | reload daemon on conf file change | Joey Hess | |
| 2015-09-20 | a few improvements | Joey Hess | |
| 2015-09-20 | reformat and fix warning about 2 definitions of 'u' | Joey Hess | |
| 2015-09-20 | Add aiccu module. | Jelmer Vernooij | |
| 2015-09-18 | Unbound: improve haddock formatting | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-18 | Unbound: add example for cachingDnsServer | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-17 | Unbound: restart unbound when config in cachingDnsServer is modified | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-17 | Unbound: cachingServer property | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-15 | documentation | Joey Hess | |
| 2015-09-15 | add PTR record type to Propellor.Types.DNS.Record | Félix Sipma | |
| - add canonicalIP and reverseIP to Propellor.Types.Dns - remove corresponding canonical and revIP from Propellor.Property.Unbound - Propellor.Property.Dns: convert rValue, rField and genRecord to return Maybe String Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 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 | add missing import and minor cleanup | Joey Hess | |
| 2015-09-14 | docs | Joey Hess | |
| 2015-09-14 | add Unbound property | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-13 | avoid running debconf-set-selections on [] and add some types for documentation | Joey Hess | |
| 2015-09-13 | avoid brackets | Joey Hess | |
| 2015-09-13 | Follow some hlint suggestions. | Mario Lang | |
| 2015-09-13 | add virus collection cleanup | Joey Hess | |
| 2015-09-12 | DebianMirror: fix various typos | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-12 | DebianMirror: ensure mirror dir is owned by debmirror:debmirror | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-11 | todo | Joey Hess | |
| 2015-09-11 | DebianMirror: run cronjob as user "debmirror" | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-11 | DebianMirror: add Url argument; add mirrorCdn | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-11 | add DebianMirror property. | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-10 | Simplify Propellor.Property.Ssh.pubKey. | Mario Lang | |
| 2015-09-10 | Fix two typos. | Mario Lang | |
| 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 | propellor spin | Joey Hess | |
| 2015-09-04 | update docs | Joey Hess | |
| 2015-09-04 | fudge factor for partition sizes | Joey Hess | |
| 2015-09-04 | propellor spin | Joey Hess | |
| 2015-09-04 | propellor spin | Joey Hess | |
| 2015-09-04 | Added Propellor.Property.Rsync. | Joey Hess | |
| 2015-09-04 | fix typo | Joey Hess | |
| 2015-09-04 | wip | Joey Hess | |
| 2015-09-03 | propellor spin | Joey Hess | |
