- 17 Jun, 2015 1 commit
-
-
Patrick J Cherry authored
-
- 10 Jun, 2015 1 commit
-
-
Patrick J Cherry authored
email: Don't split passwords with spaces in. Because that breaks auth with passwords that contain spaces.
-
- 08 Apr, 2015 1 commit
-
-
Steve Kemp authored
We want to use unattended upgrades in the future, in the jessie release of symbiosis, but internally we already have several hosts which run symbiosis and have unattended upgrades. We want to ensure that those hosts we have which run both have a consistent upgrade mechanism, and it seems that unattended-upgrades is probably the prefered route - if only to gain experience of the failures we might anticipate in the future. This closes #10453. This fixes #10453.
-
- 01 Apr, 2015 10 commits
-
-
Patrick J Cherry authored
-
Steve Kemp authored
-
Steve Kemp authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
This was already fixed, but this is a test to make sure it definitely is. Fixes #7953
-
Steve Kemp authored
-
Steve Kemp authored
-
Steve Kemp authored
-
Steve Kemp authored
Our module is called when an internal request results in a file-not-found error. At this point we kick in and try to update the virtual host to point to the first sensible one we find. Unfortunately we had an error in the counting. Given two hosts: /srv/blog.example.com/ /srv/example.com/ If a request came to the first site due to a rewrite from mod_rewrite, we'd be invoked because of the internal-404. We'd then fixup the hostname and then mod_rewrite would fixup the path. however we started counting the hostname fro the first letter, such that /srv/blog.example.com would never be found. So we'd always update the hostname to /srv/example.com and at that point mod_rewrite would correct the path and the request would go to the wrong vhost.
-
- 31 Mar, 2015 17 commits
-
-
Patrick J Cherry authored
-
Patrick J Cherry authored
Fixes #8473
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
Also updated maintainers and uploaders.
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Steve Kemp authored
Until now there were two cases: * Email address specified - the output would be mailed. * No email specified - then the output would get cat'd The last case would have cron then send the output by email, so both cases were the same! Removed the second option.
-
Patrick J Cherry authored
common: Added new managed? test for ConfigFile which returns true if a file was ever managed by Symbiosis
-
- 30 Mar, 2015 10 commits
-
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-