| Commit message (Expand) | Author | Age | Files | Lines |
* | Let the framework be able to override the hostname. | Rob Crittenden | 2011-06-23 | 1 | -2/+10 |
* | Add support for tracking and counting entitlements | Rob Crittenden | 2011-02-02 | 1 | -0/+1 |
* | Move HBAC services and service groups to cn=hbac | Jan Zeleny | 2011-01-18 | 1 | -2/+2 |
* | Move sudo related data all under cn=sudo | Simo Sorce | 2011-01-17 | 1 | -3/+3 |
* | Add API version and have server reject incompatible clients. | Rob Crittenden | 2011-01-14 | 1 | -0/+3 |
* | Move Virtual Operations container under cn=etc | Simo Sorce | 2011-01-14 | 1 | -1/+1 |
* | Move permissions and privileges to their own container, cn=pbac,$SUFFIX | Rob Crittenden | 2010-12-22 | 1 | -2/+2 |
* | Change FreeIPA license to GPLv3+ | Jakub Hrozek | 2010-12-20 | 1 | -5/+5 |
* | Re-implement access control using an updated model. | Rob Crittenden | 2010-12-01 | 1 | -2/+3 |
* | Add plugins for Sudo Commands, Command Groups and Rules | Jr Aquino | 2010-09-27 | 1 | -0/+3 |
* | Add support for client failover to the ipa command-line. | Rob Crittenden | 2010-08-16 | 1 | -0/+1 |
* | This patch removes the existing UI functionality, as a prep for adding the Ja... | Adam Young | 2010-07-29 | 1 | -2/+0 |
* | Handle errors raised by plugins more gracefully in mod_wsgi. | Rob Crittenden | 2010-07-12 | 1 | -0/+1 |
* | Connect the -v cli argument to the verbose flag in xmlrpclib | Rob Crittenden | 2010-06-03 | 1 | -1/+1 |
* | Add groups of services to HBAC | Rob Crittenden | 2010-05-17 | 1 | -0/+2 |
* | Consolidate to single WSGI entry point | Jason Gerard DeRose | 2010-03-01 | 1 | -1/+1 |
* | Allow one-character Param names | Rob Crittenden | 2010-02-12 | 1 | -1/+1 |
* | 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 |