summaryrefslogtreecommitdiffstats
path: root/ipalib/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Fix error in AttrValueNotFound exception exampleRob Crittenden2011-07-111-2/+2
* find_entry_by_attr() should fail if multiple entries are foundRob Crittenden2011-07-111-0/+17
* Raise DuplicateEntry Error when adding a duplicate sudo optionJr Aquino2011-06-161-0/+18
* Localization fails for MaxArgumentErrorMartin Kosek2011-06-061-1/+4
* Revert "Set hard limit on number of commands in batch request to 256."Adam Young2011-03-011-17/+0
* Remove deprecated i18n code from ipalib/request and all references to it.Pavel Zuna2011-03-011-1/+1
* Set hard limit on number of commands in batch request to 256.Rob Crittenden2011-02-221-0/+17
* Add support for tracking and counting entitlementsRob Crittenden2011-02-021-4/+37
* Fix exception doctest failureRob Crittenden2011-01-241-2/+2
* Add some basic filter validation to permissions and disallow empty filtersRob Crittenden2011-01-211-0/+16
* Set the default Int maxvalue to the maximum XML-RPC can handle.Rob Crittenden2011-01-181-0/+14
* Setting an empty set of target attributes should raise an exception.Rob Crittenden2011-01-101-2/+2
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Fix some doctestsRob Crittenden2010-12-171-8/+8
* Give the memberof plugin time to work when adding/removing reverse members.Rob Crittenden2010-12-131-0/+17
* Add --out option to service, host and cert-show to save the cert to a file.Rob Crittenden2010-12-131-0/+33
* Check for existence of the group when adding a user.Rob Crittenden2010-12-131-0/+15
* Add new parameter type IA5Str and use this to enforce the right charset.Rob Crittenden2010-12-071-0/+16
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-4/+4
* Add ability to add/remove DNS records when adding/removing a host entry.Rob Crittenden2010-11-231-0/+17
* Fix typo in exception sample causing a doctest to failRob Crittenden2010-11-051-1/+1
* user-enable/disable improvementsRob Crittenden2010-11-041-6/+6
* Don't allow managed groups to have group password policy.Rob Crittenden2010-10-281-0/+15
* Fix two failing tests.Rob Crittenden2010-10-221-1/+1
* Disallow RDN change and single-value bypass using setattr/addattr.Pavel Zuna2010-10-181-3/+34
* Add Requires on ipa-client to ipa-admintools, ensure ipa client is configuredRob Crittenden2010-10-151-0/+10
* Accept an incoming certificate as either DER or base64 in the service plugin.Rob Crittenden2010-10-081-1/+17
* If an HBAC category is 'all' don't allow individual objects to be added.Rob Crittenden2010-10-081-0/+17
* Allow decoupling of user-private groups.Rob Crittenden2010-08-101-0/+15
* Require that hosts be resolvable in DNS. Use --force to ignore warnings.Rob Crittenden2010-08-061-0/+16
* Add NotImplementedError type so CA plugins can return client-friendly errorsRob Crittenden2009-12-011-0/+8
* 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
* Change Password param so (password, confirm_password) can be passed to _conve...Jason Gerard DeRose2009-10-181-0/+9
* Giant webui patch take 2Jason Gerard DeRose2009-10-131-0/+11
* Raise more specific error when an Objectclass Violation occurs Fix the virtua...Rob Crittenden2009-09-141-0/+15
* Remove Python 2.6 BaseException.message deprecation warningRob Crittenden2009-08-201-5/+5
* Clean up additional issues discovered with pylint and pycheckerRob Crittenden2009-08-201-0/+16
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-121-0/+16
* Add a return value to exceptions.Rob Crittenden2009-07-101-0/+2
* Implement support for non-LDAP-based actions that use the LDAP ACI subsystem.Rob Crittenden2009-07-101-1/+1
* Fix typo, occured -> occurredRob Crittenden2009-05-211-4/+4
* Add a format to the generic KerberosError classRob Crittenden2009-05-211-0/+9
* Raise an exception if the certificate chain is not returned from the CARob Crittenden2009-05-211-0/+16
* Fixed doctest for errors.NotFoundJason Gerard DeRose2009-05-191-3/+3
* Re-enable doctest, fix broken docstringsJason Gerard DeRose2009-05-131-9/+9
* Add a reason to the NotFound exception so we can provide more robust errorsRob Crittenden2009-05-131-1/+1
* Make MalformedServicePrincipal take a reason arg and add Base64DecodeErrorRob Crittenden2009-05-061-3/+19
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-0/+1077
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-441/+0