summaryrefslogtreecommitdiffstats
path: root/ipalib/errors.py
Commit message (Expand)AuthorAgeFilesLines
* csrgen: Add code to generate scripts that generate CSRsBen Lipton2017-01-311-0/+28
* Raise errors.EnvironmentError if IPA_CONFDIR var is incorrectly usedPetr Vobornik2016-12-021-0/+7
* ipalib: remove hard dependency on ipapythonJan Cholasta2016-11-291-2/+1
* Add HTTPRequestError classFraser Tweedale2016-09-071-0/+10
* trust: automatically resolve DNS trust conflicts for triangle trustsAlexander Bokovoy2016-08-221-1/+28
* cert-request: better error msg when 'add' not supportedFraser Tweedale2016-06-301-0/+10
* schema: Add known_fingerprints option to schema commandDavid Kupka2016-06-211-0/+18
* Fix minor typosYuri Chornoivan2016-06-201-2/+2
* server-del: perform full master removal in managed topologyMartin Babinsky2016-06-171-0/+18
* Turn verify_host_resolvable() into a wrapper around ipapython.dnsutilPetr Spacek2016-05-301-34/+64
* plugable: switch API to Registry-based plugin discoveryJan Cholasta2016-05-251-0/+8
* Added fix for notifying user about locked user account in WebUIAbhijeet Kasurde2016-04-281-0/+6
* Added fix for notifying user about Kerberos principal expiration in WebUIAbhijeet Kasurde2016-04-151-1/+7
* differentiate between limit types when LDAP search exceeds configured limitsMartin Babinsky2016-04-131-0/+28
* Remove unused importsMartin Basti2015-12-231-1/+1
* Add `message` property to IPA's errors and warnings under Python 3Petr Viktorin2015-10-131-0/+12
* Replace StandardError with ExceptionRobert Kuska2015-09-301-3/+3
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-1/+1
* Use absolute importsPetr Viktorin2015-08-121-2/+1
* ipalib: Fix missing format for InvalidDomainLevelErrorTomas Babej2015-07-101-0/+1
* Add Domain Level featureTomas Babej2015-05-261-0/+16
* baseldap: Handle missing parent objects properly in *-find commandsTomas Babej2015-01-131-0/+15
* ipaserver/dcerpc.py: Make sure trust is established only to forest root domainAlexander Bokovoy2014-09-011-0/+16
* Allow to add host if AAAA record existsMartin Basti2014-08-111-3/+3
* Fix login password expiration detection with OTPNathaniel McCallum2014-07-211-0/+6
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-1/+2
* ipalib.errors: Fix TaskTimeout doctestPetr Viktorin2014-04-091-1/+1
* automember rebuild nowait feature addedAdam Misnyovszki2014-04-091-0/+16
* Add wait_for_dns option to default.conf.Petr Spacek2014-04-041-0/+18
* Deprecate HBAC source hosts from CLIAna Krivokapic2013-04-121-0/+15
* Use IPAdmin rather than raw python-ldap in migration.py and ipadiscovery.pyPetr Viktorin2013-03-131-0/+16
* Add ipalib.messagesPetr Viktorin2013-02-211-69/+11
* Use secure method to acquire IPA CA certificateJohn Dennis2013-01-231-0/+17
* Switch %r specifiers to '%s' in Public errorsLynn Root2012-12-111-18/+18
* Add instructions support to PublicErrorAlexander Bokovoy2012-10-111-9/+12
* support multi-line error messages in exceptionsAlexander Bokovoy2012-10-091-3/+9
* Restrict admins group modificationsTomas Babej2012-10-031-3/+3
* Do not produce unindexed search on every DEL commandMartin Kosek2012-10-011-0/+16
* Fix various typos.Yuri Chornoivan2012-09-181-1/+1
* Internationalization for public errorsPetr Viktorin2012-09-031-19/+19
* prevent last admin from being disabledJohn Dennis2012-09-031-3/+3
* Add support for external group membersAlexander Bokovoy2012-06-281-0/+50
* Prevent deletion of the last adminPetr Viktorin2012-06-061-0/+32
* Implement password based session loginJohn Dennis2012-02-271-0/+7
* Add common helper for interactive promptsPetr Viktorin2012-02-191-1/+10
* add session manager and cache krb authJohn Dennis2012-02-091-1/+15
* Fix attempted write to attribute of read-only object.Jan Cholasta2012-01-021-3/+3
* Require an HTTP Referer header in the server. Send one in ipa tools.Rob Crittenden2011-12-121-0/+17
* Add SELinux user mapping framework.Rob Crittenden2011-12-091-0/+16
* Let PublicError accept Gettext objectsMartin Kosek2011-11-161-1/+4