Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generalized Time parser and tests, for use in krbPasswordExpiration | Kevin McCarthy | 2007-09-04 | 1 | -0/+98 |
| | |||||
* | merge ipa-server/ipaserver/util.py into ipa-python/ipautil.py | Simo Sorce | 2007-09-04 | 1 | -0/+62 |
| | | | | this way freeipa-client does not depend on freeipa-server | ||||
* | Fix python-ldap attribution for cidict. | Kevin McCarthy | 2007-08-27 | 1 | -2/+3 |
| | |||||
* | This patch wraps binary data in an xmlrpclib Binary object. This | Karl MacMillan | 2007-08-28 | 1 | -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 McCarthy | 2007-08-24 | 1 | -0/+108 |
This version of the cidict extends the dict class, which allows it to play nicely with turbogears. Also includes extensive tests. |