summaryrefslogtreecommitdiffstats
path: root/ipa-python/ipautil.py
Commit message (Collapse)AuthorAgeFilesLines
* Generalized Time parser and tests, for use in krbPasswordExpirationKevin McCarthy2007-09-041-0/+98
|
* merge ipa-server/ipaserver/util.py into ipa-python/ipautil.pySimo Sorce2007-09-041-0/+62
| | | | this way freeipa-client does not depend on freeipa-server
* Fix python-ldap attribution for cidict.Kevin McCarthy2007-08-271-2/+3
|
* This patch wraps binary data in an xmlrpclib Binary object. ThisKarl MacMillan2007-08-281-0/+64
| | | | | | | | removes the need for LDIF conversion. It will make TurboGears direct code faster, but should keep xmlrpc about the same speed. The patch also swaps out ldap.cidict for the IPA CIDict class. IPA code should only use the CIDict class now.
* Add ipautil, which contains CIDict - a case insensitive dict.Kevin McCarthy2007-08-241-0/+108
This version of the cidict extends the dict class, which allows it to play nicely with turbogears. Also includes extensive tests.