summaryrefslogtreecommitdiffstats
path: root/ipapython/nsslib.py
Commit message (Expand)AuthorAgeFilesLines
* Pylint: remove unnecessary-semicolonMartin Basti2016-03-221-1/+1
* pylint: remove bare exceptMartin Basti2016-03-221-11/+6
* pylint: supress false positive no-member errorsMartin Basti2016-03-021-2/+5
* Remove wildcard importsMartin Basti2015-12-231-1/+1
* Remove unused importsMartin Basti2015-12-231-3/+0
* TLS and Dogtag HTTPS request logging improvementsFraser Tweedale2015-11-231-3/+0
* ipapython.nsslib: Remove NSSHTTPSPetr Viktorin2015-10-271-68/+0
* ipapython.nsslib, ipalib.rpc: Remove code for Python 2.6 and belowPetr Viktorin2015-10-271-7/+1
* Use six.moves.http_client instead of httplibPetr Viktorin2015-10-071-1/+9
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-071-3/+3
* Use the print functionPetr Viktorin2015-09-011-4/+6
* Modernize 'except' clausesPetr Viktorin2015-08-121-6/+6
* Use NSS protocol range API to set available TLS protocolsRob Crittenden2014-11-241-2/+15
* Modififed NSSConnection not to shutdown existing database.Endi S. Dewata2014-11-111-12/+23
* Clear NSS session cache when socket is closedMartin Kosek2014-07-021-0/+1
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-2/+3
* ipapython.nsslib: Name arguments to NSPRErrorPetr Viktorin2013-10-041-5/+7
* Pylint cleanup.Jan Cholasta2013-01-291-8/+9
* Close connection after each request, avoid NSS shutdown problem.Rob Crittenden2012-10-241-0/+6
* Improve address family handling in socketsMartin Kosek2012-07-131-58/+34
* Fix NSS no_init in the NSSHTTPS classRob Crittenden2012-03-041-2/+2
* Do kinit in client before connecting to backendRob Crittenden2012-03-041-2/+11
* Add API initialization to ipa-client-install.Jan Cholasta2012-02-131-1/+5
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-33/+21
* Shut down duplicated file handle when HTTP response code is not 200.Rob Crittenden2011-09-231-0/+11
* enable proxy for dogtagAdam Young2011-08-291-1/+14
* Remove unused classes.Jan Cholasta2011-04-201-23/+0
* Removed wrong timeout parameterSylvain Baubeau2011-03-181-1/+1
* Make nsslib IPv6 awareJakub Hrozek2011-02-211-16/+92
* Fix NSS initialization errors during ipa-replica-prepareRob Crittenden2011-02-181-5/+1
* Fix two problems with ipa-replica-prepareRob Crittenden2011-02-141-1/+5
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Changes to fix compatibility with Fedora 14Rob Crittenden2010-08-311-2/+9
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-0/+14
* Drop our own PKCS#10 ASN.1 decoder and use the one from python-nssRob Crittenden2010-07-291-0/+4
* Clean up crypto code, take advantage of new nss-python capabilitiesRob Crittenden2010-07-151-1/+0
* use NSS for SSL operationsJohn Dennis2010-06-151-68/+160
* Require current versions of python-nss & python-lxmlJohn Dennis2009-11-231-1/+1
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-121-1/+0
* Add a local implementation of httplib.SSLFile and httplib.FakeSocketrcrit2009-07-011-2/+9
* Implement an installer for the Dogtag certificate system.Rob Crittenden2009-04-031-0/+150