| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-04 | DNS records for hosts with known ssh public keys now automatically include ↵ | Joey Hess | |
| SSHFP records. | |||
| 2015-01-04 | Fix bug that prevented deploying ssh host keys when the file for the key ↵ | Joey Hess | |
| didn't already exist. This is not a new bug. | |||
| 2015-01-04 | avoid ever removing all host keys | 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 | Ssh.hostKey and Ssh.hostKeys no longer install public keys from the privdata. | Joey Hess | |
| Instead, the public keys of a host should be set using Ssh.pubKey. | |||
| 2015-01-04 | Ssh.hostKeys now also installs any available SshEd25519 keys. | Joey Hess | |
| 2015-01-04 | sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType parameter. | Joey Hess | |
| 2015-01-04 | sshPubKey is renamed to Ssh.pubKey | Joey Hess | |
| 2014-12-14 | broke up big function to describe PrivDataField | Joey Hess | |
| 2014-12-07 | more uses for hostContext | Joey Hess | |
| 2014-12-07 | Fixed privdata introspection for User.hasPassword and User.hasSomePassword | Joey Hess | |
| This is not a complete fix for the problem that Info doen't propigate from the called property when code does something like: do hostname <- asks hostName ensureProperty $ foo hostname Instead, I just eliminated the need to implement hasPassword that way, by making the PrivData Info use a HostContext which automatically gets the right hostname passed to it. All other uses of withPrivData don't have the problem. It's still possible for the user to run into the problem if they write something like the above, where foo is a property that uses privdata. However, all properties that take a Context now also accept a HostContext, so it's at least less likely the user needs to write that. | |||
| 2014-11-24 | move property to ssh module | Joey Hess | |
| 2014-10-08 | fix some accidental uses of spaces, rather than tabs, for indentation | Joey Hess | |
| 2014-09-23 | use Daemon.restarted consistently, and implement using Service.restarted | Joey Hess | |
| 2014-08-21 | propellor spin | Joey Hess | |
| 2014-07-23 | propellor spin | Joey Hess | |
| 2014-07-23 | propellor spin | Joey Hess | |
| 2014-07-07 | propellor spin | Joey Hess | |
| 2014-07-06 | propellor spin | Joey Hess | |
| 2014-07-05 | propellor spin | Joey Hess | |
| 2014-07-05 | propellor spin | Joey Hess | |
| 2014-06-07 | combineProperties no longer stops when a property fails; now it continues ↵ | Joey Hess | |
| trying to satisfy all properties on the list before propigating the failure. Audited all of my calls to combineProperties and they should be fine with this behavior.. which suggests it's the right behavior. | |||
| 2014-06-07 | when ssh key data is missing, allow both error messages to be printed | Joey Hess | |
| 2014-05-21 | fix dir owner | Joey Hess | |
| 2014-05-21 | propellor spin | Joey Hess | |
| 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. | |||
