- 21 Apr, 2017 2 commits
- 07 Apr, 2017 1 commit
-
- 06 Apr, 2017 1 commit
-
-
helmo authored
-
- 23 Feb, 2017 1 commit
-
-
helmo authored
-
- 06 Jun, 2013 1 commit
-
-
lieb authored
-
- 24 May, 2013 1 commit
-
-
anarcat authored
it seems this was just incorrectly done: the _config entry wasn't used as an array while $configs is an array of arrays. since _config is private I feel safe in changing the way it is structured and used internally, and externally the API doesn't really change, it just works. :) this is to fix the regression introduced in e918bcc8, see #2000038
-
- 11 Dec, 2012 1 commit
-
-
anarcat authored
-
- 07 Dec, 2012 1 commit
-
-
anarcat authored
-
- 24 Aug, 2012 1 commit
-
-
Steven Jones authored
Issue #1471928 by Steven Jones: Fixed provision-save: Unknown options: --context_type(), --platform, --server, --db_server(), --profile, --client_name(), --aliases.
-
- 11 Nov, 2011 1 commit
-
-
Steven Jones authored
-
- 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 2 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.
-