| Commit message (Expand) | Author | Age | Files | Lines |
* | ipa-server-install now renders UI assets | Jason Gerard DeRose | 2009-11-04 | 1 | -2/+1 |
* | Giant webui patch take 2 | Jason Gerard DeRose | 2009-10-13 | 1 | -3/+15 |
* | Add external CA signing and abstract out the RA backend | Rob Crittenden | 2009-09-15 | 1 | -1/+3 |
* | Enable ldapi connections in the management framework. | Rob Crittenden | 2009-08-27 | 1 | -2/+0 |
* | Allow replicas of an IPA server using an internal dogtag server as the CA | Rob Crittenden | 2009-07-15 | 1 | -1/+1 |
* | Implement support for non-LDAP-based actions that use the LDAP ACI subsystem. | Rob Crittenden | 2009-07-10 | 1 | -0/+1 |
* | Remove use_ldap2 constant. | Pavel Zuna | 2009-07-02 | 1 | -1/+0 |
* | Add new env variables: container_taskgroup, container_rolegroup and container... | Pavel Zuna | 2009-05-26 | 1 | -0/+3 |
* | Dogtag keeps telling me to use port 9444 and not 9443, use it. | Rob Crittenden | 2009-05-26 | 1 | -1/+1 |
* | Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'... | Jason Gerard DeRose | 2009-05-11 | 1 | -22/+22 |
* | Add new env variables. 'container_dns' for DNS plugin, 'use_ldap2' for new LD... | Pavel Zuna | 2009-04-22 | 1 | -0/+2 |
* | Add 'container_hbac' env variable. | root | 2009-04-03 | 1 | -1/+1 |
* | Implemented more elegant way for entire plugin module to be conditionally ski... | Jason Gerard DeRose | 2009-02-17 | 1 | -1/+1 |
* | Added env.enable_ra variable and change cert.py and ra.py plugin modules to r... | Jason Gerard DeRose | 2009-02-17 | 1 | -0/+3 |
* | Add policy-related container constants | Jakub Hrozek | 2009-02-10 | 1 | -0/+7 |
* | Finished reworked cli.CLI class into cli.cli plugin | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+4 |
* | More work on xmlrpc stuff, started migrated more code to use errors2 instead ... | Jason Gerard DeRose | 2009-02-03 | 1 | -2/+2 |
* | Added ca_host, ca_port, and ca_ssl_port Env variables that Andrew requested | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+6 |
* | Added Object.params_minus() method; various small tweaks | Jason Gerard DeRose | 2009-02-03 | 1 | -24/+8 |
* | Started moving some core classes and functions from plugable.py to new base.p... | Jason Gerard DeRose | 2008-12-30 | 1 | -2/+8 |
* | Some more reorganization in Env and added class docstring to Env with lots of... | Jason Gerard DeRose | 2008-12-22 | 1 | -2/+2 |
* | Cleaned up Env.__setattr__() and Env.__setitem__() a bit updated their unit t... | Jason Gerard DeRose | 2008-12-22 | 1 | -1/+6 |
* | The Env.__setitem__() implied conversion is now case sensitive; Env.__setitem... | Jason Gerard DeRose | 2008-12-22 | 1 | -17/+20 |
* | Started work on per-request gettext setup | Jason Gerard DeRose | 2008-12-18 | 1 | -2/+4 |
* | New Param: added unit tests for TypeError cases in DefaultFrom.__init__() | Jason Gerard DeRose | 2008-12-18 | 1 | -1/+1 |
* | New Param: added missing unit tests for TypeError and ValueError cases in par... | Jason Gerard DeRose | 2008-12-18 | 1 | -1/+1 |
* | Finished kwarg validation and extension mechanism in parameter.Param | Jason Gerard DeRose | 2008-12-11 | 1 | -0/+6 |
* | Started roughing out the consolidated type/parameter system in parameters.py;... | Jason Gerard DeRose | 2008-12-10 | 1 | -1/+5 |
* | Add autmount-specific location and default entries | Rob Crittenden | 2008-11-14 | 1 | -0/+1 |
* | Changed calling signature of output_for_cli(); started work on 'textui' backe... | Jason Gerard DeRose | 2008-11-12 | 1 | -0/+2 |
* | Added 'conf_dir' env variable, which is directory containing config files | Jason Gerard DeRose | 2008-11-10 | 1 | -0/+1 |
* | Revive the hostgroup_container and include add/remove hosts in hostgroups plugin | Rob Crittenden | 2008-11-04 | 1 | -0/+1 |
* | Added custom log formatter util.LogFormatter that makes the human-readable ti... | Jason Gerard DeRose | 2008-10-31 | 1 | -2/+2 |
* | Logging formats are now env variables; added log_format_stderr_debug format u... | Jason Gerard DeRose | 2008-10-31 | 1 | -17/+33 |
* | lite-xmlrpc.py now uses api.bootstrap() property, logs to api.logger | Jason Gerard DeRose | 2008-10-28 | 1 | -1/+2 |
* | Added util.configure_logging() function; API.bootstrap() now calls util.confi... | Jason Gerard DeRose | 2008-10-28 | 1 | -0/+16 |
* | More CLI cleanup, got all basics working again | Jason Gerard DeRose | 2008-10-27 | 1 | -0/+1 |
* | More docstrings, functionality, and unit tests for improved CLI class | Jason Gerard DeRose | 2008-10-27 | 1 | -1/+0 |
* | Env._bootstrap() now also sets Env.conf_default | Jason Gerard DeRose | 2008-10-27 | 1 | -1/+2 |
* | Added more needed config in DEFAULT_CONFIG | Jason Gerard DeRose | 2008-10-24 | 1 | -4/+31 |
* | Finished Env._finalize_core() and corresponding unit tests | Jason Gerard DeRose | 2008-10-24 | 1 | -1/+37 |
* | Added ipalib/constants.py; added Env._load_config() method along with compreh... | Jason Gerard DeRose | 2008-10-24 | 1 | -0/+25 |