- 29 Oct, 2011 2 commits
-
-
Steven Jones authored
-
Steven Jones authored
-
- 28 Oct, 2011 1 commit
-
-
Steven Jones authored
-
- 08 Apr, 2011 1 commit
-
-
anarcat authored
-
- 07 Apr, 2011 1 commit
-
-
anarcat authored
-
- 31 Mar, 2011 1 commit
-
-
anarcat authored
-
- 23 Aug, 2010 1 commit
-
-
anarcat authored
a complete zonefile can now be described like this: $zonefile = array('www' => array('a' => array('1.2.3.3', '1.2.3.4')), '@' => array('SOA' => array('hostmaster' => 'localhost', 'email' => 'admin.localhost', 'serial' => '2010082301', 'refresh' => 21600 3600 604800 86400 )'), 'A' => array('1.2.3.3'), 'MX' => array('mail.localhost'), 'NS' => array('localhost', 'ns2.localhost'), ) ); i had to change the provision storage class to merge with existing records in some cases for that to work.
-
- 12 Aug, 2010 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
just an in progress commit. this branch introduces some new dispatchers to handle some of the tricky logic we've found in classes.
-
- 05 Aug, 2010 1 commit
-
-
Adrian Rossouw authored
-
- 04 Aug, 2010 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
- 03 Aug, 2010 1 commit
-
-
Adrian Rossouw authored
-
- 22 Jul, 2010 1 commit
-
-
Adrian Rossouw authored
-
- 20 Jul, 2010 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
working provision-zone delete and create zone commands. generates the data store correctly, and uses locking.
-
- 14 Jul, 2010 1 commit
-
-
Adrian Rossouw authored
-
- 13 Jul, 2010 3 commits
-
-
Adrian Rossouw authored
Added key generation code and abstracted the configuration classes a bit more. There are now base http classes that handle the synching to remote servers.
-
Adrian Rossouw authored
-
Adrian Rossouw authored
lots of other changes too.
-
- 06 Jul, 2010 1 commit
-
-
drumm authored
-
- 24 Jun, 2010 1 commit
-
-
Adrian Rossouw authored
-
- 18 Jun, 2010 2 commits
-
-
Adrian Rossouw authored
This is needed so that the null service type can replace any of the real service types. So you can choose not to use any service implementation for certain things. This reverts commit ab3b6a979fd91a79c303ffe23eb2661c6257b2cf.
-
drumm authored
-
- 17 Jun, 2010 1 commit
-
-
Adrian Rossouw authored
Replace the @server_localhost with @server_master, which now has the ability to have a remote_host other than localhost.
-
- 15 Jun, 2010 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
- 14 Jun, 2010 3 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
Remove the 'magic' from services. they now access the server properties through the $this->server reference created during __construct.
-
Adrian Rossouw authored
the singular filesystem object now. Sync is now a method of the server class, with a helpful method associated to the services that redirect to the service's server.
-
- 09 Jun, 2010 1 commit
-
-
drumm authored
-
- 07 Jun, 2010 2 commits
-
-
drumm authored
-
Adrian Rossouw authored
Removed the provision_service function, and introduce service handler subscriptions in the environment objects. Instead of provision_service('type') you now use d()->service('type') to access the service object. The context object returned by d() now manages which context object's service to return, based on the internally managed subscriptions.
-
- 02 Jun, 2010 2 commits
-
-
Adrian Rossouw authored
the configuration based on the properties of their owner. Get rid of the publish_path variable , which is replaced now by $this->root/d()->root; work on some of the context stuff in provision_drupal.
-
drumm authored
-
- 28 May, 2010 2 commits
- 07 May, 2010 1 commit
-
-
drumm authored
-
- 06 May, 2010 2 commits