summaryrefslogtreecommitdiffstats
path: root/ipapython/ipasslfile.py
Commit message (Collapse)AuthorAgeFilesLines
* use NSS for SSL operationsJohn Dennis2010-06-151-185/+0
|
* Clean up additional issues discovered with pylint and pycheckerRob Crittenden2009-08-201-1/+3
|
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-121-11/+15
| | | | | Much of this is formatting to make pylint happy but it also fixes some real bugs.
* Add a local implementation of httplib.SSLFile and httplib.FakeSocketrcrit2009-07-011-0/+179
Python 2.6 changed its internal implementation which makes it difficult to override in a way that is backwards compatible. 508953