| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-02 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-10-01 | change contact email | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-30 | Merge branch 'joeyconfig' | Joey Hess | |
| 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-30 | force copy when destination exists | Joey Hess | |
| 2015-09-30 | Merge branch 'joeyconfig' | Joey Hess | |
| 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-29 | Merge branch 'joeyconfig' | Joey Hess | |
| 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-25 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-09-25 | propellor spin | Joey Hess | |
| 2015-09-25 | Guard against power loss etc when building propellor, by updating the ↵ | Joey Hess | |
| executable atomically. | |||
| 2015-09-23 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-09-23 | remove git signing key when it's the key to be removed | Joey Hess | |
| 2015-09-23 | Added --rm-key. | Joey Hess | |
| 2015-09-23 | Merge branch 'joeyconfig' | Joey Hess | |
| 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-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 | Merge branch 'joeyconfig' | Joey Hess | |
| 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 | fix example after recent changes | 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-16 | Types.Dns: simplify canonicalGroup | 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-15 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-09-15 | avoid a change to readProcess that I regretted in the morning | Joey Hess | |
| Seems better to keep handle encoding issues out of that module. | |||
| 2015-09-14 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-09-14 | Allow storing arbitrary ByteStrings in PrivData, extracted using ↵ | Joey Hess | |
| privDataByteString. | |||
| 2015-09-14 | Merge branch 'joeyconfig' | Joey Hess | |
| 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 | |
