| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-04 | add $INCLUDE of pubkeys before zone file is written, to avoid pogoing | Joey Hess | |
| 2015-01-04 | fix serial incrementing | 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 | accidentially merged | 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 | Fix build with process 1.2.1.0. | Joey Hess | |
| 2015-01-04 | DNS WIP | Joey Hess | |
| 2015-01-03 | stub signedPrimary | Joey Hess | |
| 2015-01-03 | add DnsSec module | Joey Hess | |
| 2015-01-03 | add DnsSec privdata types | Joey Hess | |
| 2015-01-03 | add hasPrivContentFrom | Joey Hess | |
| 2015-01-01 | Update intermediary propellor in --spin --via | Joey Hess | |
| 2015-01-01 | propellor spin | Joey Hess | |
| 2015-01-01 | propellor spin | Joey Hess | |
| 2015-01-01 | Detect #774376 and refuse to use docker if the system is so broken that ↵ | Joey Hess | |
| docker exec doesn't enter a chroot. | |||
| 2015-01-01 | more cruft from new image | Joey Hess | |
| 2015-01-01 | update docs | Joey Hess | |
| 2015-01-01 | propellor spin | Joey Hess | |
| 2015-01-01 | propellor spin | Joey Hess | |
| 2015-01-01 | propellor spin | Joey Hess | |
| 2015-01-01 | propellor spin | Joey Hess | |
| 2015-01-01 | --spin checks if the DNS matches any configured IP address property of the ↵ | Joey Hess | |
| host, and if not, sshes to the host by IP address. | |||
| 2014-12-23 | remove screen workaround | Joey Hess | |
| Turns out elephant's oldusenet shellbox docker instance somehow had a non-setguid screen binary. Dunno how; reinstall fixed it. | |||
| 2014-12-23 | fix screen dir mode | Joey Hess | |
| 2014-12-23 | propellor spin | Joey Hess | |
| 2014-12-22 | propellor spin | Joey Hess | |
| 2014-12-22 | gitriddance | Joey Hess | |
| 2014-12-21 | Revert ensureProperty warning message, too many false positives in places ↵ | Joey Hess | |
| where Info is correctly propigated. Better approach needed. | |||
| 2014-12-21 | propellor spin | Joey Hess | |
| 2014-12-14 | broke up big function to describe PrivDataField | Joey Hess | |
| 2014-12-14 | support for crypted passwords in privdata | Joey Hess | |
| * Added CryptPassword to PrivDataField, for password hashes as produced by crypt(3). * User.hasPassword and User.hasSomePassword will now use either a CryptPassword or a Password from privdata, depending on which is set. | |||
| 2014-12-09 | improve haddock formating of filenames | Joey Hess | |
| 2014-12-09 | Fix Apache.siteEnabled to update the config file and reload apache when ↵ | Joey Hess | |
| configuration has changed. | |||
| 2014-12-09 | fix a case where fileProperty reported a change despite not making one | Joey Hess | |
| The problem occurred because two lists of lines of the file can be different, while representing the same file content. For example: ["foo", "bar"] ["foo\nbar"] | |||
| 2014-12-08 | refactor | Joey Hess | |
| 2014-12-08 | another place to use toResult | Joey Hess | |
| 2014-12-08 | finished accidentially committed bit | Joey Hess | |
| 2014-12-08 | propellor spin | Joey Hess | |
| (cherry picked from commit 1d02d589c79781cc4b0bd82467edbdf64c40f34d) | |||
| 2014-12-07 | Display a warning when ensureProperty is used on a property which has Info ↵ | Joey Hess | |
| and is so prevented from propigating it. Would much rather a type-based fixed, but this is all I have for now. | |||
| 2014-12-07 | docuemnt info propigtion problem | Joey Hess | |
| 2014-12-07 | more uses for hostContext | Joey Hess | |
| 2014-12-07 | caution | 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-12-07 | simplify using makeChange | Joey Hess | |
| 2014-12-07 | typo | Joey Hess | |
| 2014-12-06 | enable shadow passwords | Joey Hess | |
| I have seen weird almost boot failures when they're disabled, including a segfault. | |||
