| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-04 | SSHFP records are also generated for CNAMES of hosts. | Joey Hess | |
| 2015-01-04 | prep | Joey Hess | |
| 2015-01-04 | propellor spin | Joey Hess | |
| 2015-01-04 | propellor spin | Joey Hess | |
| 2015-01-04 | DNS records for hosts with known ssh public keys now automatically include ↵ | Joey Hess | |
| SSHFP records. | |||
| 2015-01-04 | transition docs | Joey Hess | |
| 2015-01-04 | propellor spin | Joey Hess | |
| 2015-01-04 | add $INCLUDE of pubkeys before zone file is written, to avoid pogoing | Joey Hess | |
| 2015-01-04 | propellor spin | Joey Hess | |
| 2015-01-04 | propellor spin | Joey Hess | |
| 2015-01-04 | propellor spin | Joey Hess | |
| 2015-01-04 | use separate directory for dnssec files | Joey Hess | |
| 2015-01-04 | resign zone if keys change | Joey Hess | |
| 2015-01-04 | DNS WIP | Joey Hess | |
| 2015-01-03 | stub signedPrimary | Joey Hess | |
| 2014-11-20 | fix docker container provisioning | Joey Hess | |
| Since the containers are no longer on the host list, they were not found while provisioning, oops. To fix, had to add to a host's info a map of the containers docked to it. Unfortunately, that required Propellor.Types.Info be glommed into Propellor.Types, since it needed to refer to Host. | |||
| 2014-10-08 | a few other whitespace fixups | Joey Hess | |
| 2014-10-08 | fix some accidental uses of spaces, rather than tabs, for indentation | Joey Hess | |
| 2014-06-09 | Attr is renamed to Info. | Joey Hess | |
| 2014-06-01 | filter out dup CNAMES | Joey Hess | |
| This happens when a docker host has an alias defined, because all docker hosts are added to the dns, same as other hosts. | |||
| 2014-05-31 | simplified record accessors | Joey Hess | |
| 2014-05-31 | got rid of the Attr -> Attr SetAttr hack, and use monoids for Attr | Joey Hess | |
| The SetAttr hack used to be needed because the hostname was part of the Attr, and was required to be present. Now that it's moved to Host, let's get rid of that, since it tended to waste CPU. | |||
| 2014-05-31 | remove now redundant _hostname field of Attr | Joey Hess | |
| Now that Host includes _hostName, it's redundant to also keep it in Attr. This requires changing the reader monad to operate on the whole Host. | |||
| 2014-05-14 | moved source code to src | Joey Hess | |
| This is to work around OSX's brain-damange regarding filename case insensitivity. Avoided moving config.hs, because it's a config file. Put in a symlink to make build work. | |||
