summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reading INT parameter class should respect radix prefixJohn Dennis2009-11-232-0/+56
* Require current versions of python-nss & python-lxmlJohn Dennis2009-11-232-2/+3
* along with stdout, stderr also log the initial commandJohn Dennis2009-11-231-2/+3
* If plugin fails to load log the tracebackJohn Dennis2009-11-231-1/+2
* Make NotImplementedError in rabase return the correct function nameJohn Dennis2009-11-191-4/+4
* add new error class for certificate operationsJohn Dennis2009-11-191-1/+28
* error strings in documentation were missing unicode specifierJohn Dennis2009-11-191-3/+3
* respect debug arg during server installJohn Dennis2009-11-191-0/+1
* Provide additional help to --help optionRob Crittenden2009-11-191-0/+7
* Gracefully handle a valid kerberos ticket for a deleted entry.Rob Crittenden2009-11-191-7/+10
* Clean up some return valuesRob Crittenden2009-11-191-12/+20
* Handle ipaEnabledFlag as bool (TRUE/FALSE) instead of string (enabled/disabled).Pavel Zuna2009-11-181-4/+4
* Remove 'ipaObject' objectClass from rolegroups and taskgroups.Pavel Zuna2009-11-182-4/+2
* Filter all NULL values in ldap2.add_entry. python-ldap doesn't like'em.Pavel Zuna2009-11-181-1/+1
* Cache installer questions for the 2-step process of an externally-signed CARob Crittenden2009-11-182-7/+64
* Fix SASL mappingsSimo Sorce2009-11-181-2/+2
* Add fail-safe so any kind of exception is handled in XML-RPC server.Rob Crittenden2009-11-181-0/+5
* Add support for setting/adding arbitrary attributesRob Crittenden2009-11-172-0/+106
* _convert_scalar() should throw an error if passed a tuple or listRob Crittenden2009-11-172-1/+19
* Fix typo in name of exceptionRob Crittenden2009-11-121-1/+1
* Use File parameter for CSR in cert_request command plugin.Pavel Zuna2009-11-061-29/+12
* Add 'File' parameter type.Pavel Zuna2009-11-063-2/+47
* Add SELinux policy for UI assetsRob Crittenden2009-11-046-12/+18
* ipa-server-install now renders UI assetsJason Gerard DeRose2009-11-046-14/+45
* Use a new mechanism for delegating certificate issuance.Rob Crittenden2009-11-036-45/+52
* Use Directory String sytnax for the fqdn attribute, not DN syntax.Rob Crittenden2009-10-281-1/+1
* Add mod_python adapter and some UI tuningJason Gerard DeRose2009-10-277-64/+236
* Back down to version 1.9.0 in preparation for release of first alpha.alpha-1-9-0Rob Crittenden2009-10-261-2/+2
* Remove a bunch of unused imports, general cleanupRob Crittenden2009-10-251-13/+4
* Remove ipalib/plugins/basegroup.py. It's become obsolete.Pavel Zuna2009-10-231-551/+0
* Fix bug in print_attribute.Pavel Zuna2009-10-231-1/+1
* Auto-detect whether dogtag needs to be uninstalledRob Crittenden2009-10-211-5/+8
* Display membership attributes (member, memberOf) by default in show/find.Pavel Zuna2009-10-213-3/+5
* Require that a host exist before creating a service for it.Rob Crittenden2009-10-211-0/+5
* The name coming out of DNS will have a trailing dot (.). Remove it.Rob Crittenden2009-10-211-1/+1
* First pass at enforcing certificates be requested from same hostRob Crittenden2009-10-216-36/+131
* Add can_add() and can_delete() GER helpersRob Crittenden2009-10-211-0/+37
* Change Password param so (password, confirm_password) can be passed to _conve...Jason Gerard DeRose2009-10-183-0/+29
* Add a separate client-only targetRob Crittenden2009-10-173-6/+106
* Fix ACI for host delegationRob Crittenden2009-10-171-2/+2
* Fix an oops where I forgot to replace a string with a templateRob Crittenden2009-10-171-6/+6
* Fixed compatability break in rpcserver.pyJason Gerard DeRose2009-10-171-2/+2
* Add a sleep() prior to calling tasks to ensure postop writes are doneRob Crittenden2009-10-161-0/+3
* Use the FQDN and not just the hostname internally.Rob Crittenden2009-10-161-2/+2
* Be more forgiving when trying to replace older DS schema.Rob Crittenden2009-10-161-4/+8
* Fixed 'import json' for simplejson compatabilityJason Gerard DeRose2009-10-164-3/+54
* parse_qs is in cgi on Python < 2.6, use that insteadRob Crittenden2009-10-161-1/+1
* Fixed try/except/finally for Python 2.4 compatabilityJason Gerard DeRose2009-10-151-19/+20
* Make plugin browser show plugin parent classJason Gerard DeRose2009-10-142-0/+8
* Removed util.add_global_options() and frontend.ApplicationJason Gerard DeRose2009-10-145-109/+4