index
:
freeipa.git
ipa-1-0
ipa-1-1
ipa-1-2
master
Unnamed repository; edit this file to name it for gitweb.
Martin Nagy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
errors.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add NotImplementedError type so CA plugins can return client-friendly errors
Rob Crittenden
2009-12-01
1
-0
/
+8
*
add new error class for certificate operations
John Dennis
2009-11-19
1
-1
/
+28
*
error strings in documentation were missing unicode specifier
John Dennis
2009-11-19
1
-3
/
+3
*
Change Password param so (password, confirm_password) can be passed to _conve...
Jason Gerard DeRose
2009-10-18
1
-0
/
+9
*
Giant webui patch take 2
Jason Gerard DeRose
2009-10-13
1
-0
/
+11
*
Raise more specific error when an Objectclass Violation occurs Fix the virtua...
Rob Crittenden
2009-09-14
1
-0
/
+15
*
Remove Python 2.6 BaseException.message deprecation warning
Rob Crittenden
2009-08-20
1
-5
/
+5
*
Clean up additional issues discovered with pylint and pychecker
Rob Crittenden
2009-08-20
1
-0
/
+16
*
Clean up some problems discovered with pylint and pychecker
Rob Crittenden
2009-08-12
1
-0
/
+16
*
Add a return value to exceptions.
Rob Crittenden
2009-07-10
1
-0
/
+2
*
Implement support for non-LDAP-based actions that use the LDAP ACI subsystem.
Rob Crittenden
2009-07-10
1
-1
/
+1
*
Fix typo, occured -> occurred
Rob Crittenden
2009-05-21
1
-4
/
+4
*
Add a format to the generic KerberosError class
Rob Crittenden
2009-05-21
1
-0
/
+9
*
Raise an exception if the certificate chain is not returned from the CA
Rob Crittenden
2009-05-21
1
-0
/
+16
*
Fixed doctest for errors.NotFound
Jason Gerard DeRose
2009-05-19
1
-3
/
+3
*
Re-enable doctest, fix broken docstrings
Jason Gerard DeRose
2009-05-13
1
-9
/
+9
*
Add a reason to the NotFound exception so we can provide more robust errors
Rob Crittenden
2009-05-13
1
-1
/
+1
*
Make MalformedServicePrincipal take a reason arg and add Base64DecodeError
Rob Crittenden
2009-05-06
1
-3
/
+19
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-0
/
+1077
*
Finish work replacing the errors module with errors2
Rob Crittenden
2009-04-20
1
-441
/
+0
*
Raise a more specific error when a user lacks the proper permissions.
Rob Crittenden
2009-03-25
1
-4
/
+0
*
Applied Rob's errors patch
Rob Crittenden
2009-02-03
1
-20
/
+0
*
Started fleshing out reoganization of errors in errors.py (with gettext support)
Jason Gerard DeRose
2009-01-03
1
-15
/
+0
*
Improved Plugin.call() method and added its unit test
Jason Gerard DeRose
2008-12-21
1
-0
/
+8
*
Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/free...
Jason Gerard DeRose
2008-12-20
1
-0
/
+8
|
\
|
*
Raise an error on bad principals instead of printing one when changing passwords
Rob Crittenden
2008-12-11
1
-0
/
+4
|
*
Port plugins to use the new output_for_cli() argument list
Rob Crittenden
2008-12-10
1
-0
/
+4
*
|
Fix show_api command
Jakub Hrozek
2008-12-17
1
-0
/
+3
*
|
Add body for the NameSpaceError exception
Jakub Hrozek
2008-12-17
1
-0
/
+11
|
/
*
Fixed Warning messages about log dir in unit test
Jason Gerard DeRose
2008-12-08
1
-3
/
+4
*
Started fleshing out doodles in xmlrpc.execute()
Jason Gerard DeRose
2008-11-25
1
-1
/
+14
*
Stared some RPC-related error cleanup; started work on ipa_server.rcp.xmlrpc ...
Jason Gerard DeRose
2008-11-24
1
-0
/
+24
*
Started work on cleaning up how exceptions are caught and sys.exit() is calle...
Jason Gerard DeRose
2008-11-13
1
-0
/
+11
*
Don't allow service-add to create host/ principals
Rob Crittenden
2008-10-24
1
-0
/
+4
*
IPAError now more appropriately subclasses from StandardError instead of Exce...
Jason Gerard DeRose
2008-10-23
1
-1
/
+1
*
Add mod_python-based XML-RPC server.
Rob Crittenden
2008-10-16
1
-0
/
+2
*
Implement user lock and unlock
Rob Crittenden
2008-10-13
1
-13
/
+29
*
Slight change to how exceptions are handled
Rob Crittenden
2008-10-10
1
-2
/
+2
*
Mechanism to convert from xmlrpclib.Fault to an IPAError exception
Rob Crittenden
2008-10-10
1
-0
/
+137
*
Fixed example in raise_TypeError() docstring (thanks, mnagy)
Jason Gerard DeRose
2008-10-07
1
-3
/
+3
*
285: Started work on Command.args_to_kw() method; added unit test for functio...
Jason Gerard DeRose
2008-09-10
1
-0
/
+13
*
248: Removed depreciated SetError and TwiceSetError exceptions
Jason Gerard DeRose
2008-09-03
1
-8
/
+0
*
247: Added unit tests for errors.RequirementError
Jason Gerard DeRose
2008-09-03
1
-4
/
+3
*
246: Added unit tests for errors.RuleError
Jason Gerard DeRose
2008-09-03
1
-3
/
+3
*
245: Removed depreciated NormalizationError
Jason Gerard DeRose
2008-09-03
1
-8
/
+0
*
244: Added unit tests for errors.ConversionError
Jason Gerard DeRose
2008-09-03
1
-4
/
+8
*
243: Added unit tests for errors.ValidationError
Jason Gerard DeRose
2008-09-03
1
-0
/
+2
*
242: Started cleanup of custom exceptions; added unit tests for errors.IPAError
Jason Gerard DeRose
2008-09-03
1
-16
/
+21
*
241: Added additional index=None kwarg to errors.ValidationError.__init__()
Jason Gerard DeRose
2008-09-03
1
-1
/
+2
*
239: Added errors.ConversionError; started big clean up of how ValidationErro...
Jason Gerard DeRose
2008-09-03
1
-0
/
+8
[next]