summaryrefslogtreecommitdiffstats
path: root/ipapython/dogtag.py
Commit message (Expand)AuthorAgeFilesLines
* Add profile_id parameter to 'request_certificate'Fraser Tweedale2015-06-041-0/+2
* Import included profiles during install or upgradeFraser Tweedale2015-06-041-2/+5
* Add certprofile pluginFraser Tweedale2015-06-041-9/+20
* point the users to PKI-related logs when CA configuration failsMartin Babinsky2015-04-291-0/+4
* Using wget to get status of CAMartin Basti2014-12-101-7/+11
* Use NSS protocol range API to set available TLS protocolsRob Crittenden2014-11-241-1/+3
* Add a KRA to IPAAde Lee2014-08-221-5/+8
* Enable NSS PKIX certificate path discovery and validation for Dogtag.Jan Cholasta2014-07-301-0/+2
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-11/+12
* PKI service restart after CA renewal failedJan Cholasta2014-01-081-0/+4
* Installer should always wait until CA starts upMartin Kosek2013-10-171-3/+7
* Make ipapython.dogtag log requests at debug level, not infoPetr Viktorin2013-02-011-1/+1
* Use correct Dogtag configuration in get_pin and get_ca_certchainPetr Viktorin2012-11-231-2/+4
* Changes to use a single database for dogtag and IPAAde Lee2012-11-231-1/+11
* Make sure the CA is running when starting servicesPetr Viktorin2012-10-231-59/+105
* Fix CA CRL migration crash in ipa-upgradeconfigMartin Kosek2012-10-101-2/+2
* Move CRL publish directory to IPA owned directoryMartin Kosek2012-10-091-2/+2
* Use Dogtag 10 only when it is availablePetr Viktorin2012-09-171-4/+106
* Internationalization for public errorsPetr Viktorin2012-09-031-5/+9
* Add the -v option to sslget to provide more verbose errorsRob Crittenden2012-02-231-2/+2
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-9/+9
* Add a function for formatting network locations of the form host:port for use...Jan Cholasta2011-10-051-3/+3
* enable proxy for dogtagAdam Young2011-08-291-1/+1
* Set the client auth callback after creating the SSL connection.Rob Crittenden2011-07-011-2/+2
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Catch when we fail to get a cert chain from the CA during installationRob Crittenden2010-11-241-1/+5
* use NSS for SSL operationsJohn Dennis2010-06-151-6/+7
* Fix http(s)_request in dogtag. Was blowing up because of unicode strings.Pavel Zuna2010-03-301-0/+4
* Move the HTTP/S request code to a common libraryRob Crittenden2010-02-091-1/+78
* Allow replicas of an IPA server using an internal dogtag server as the CARob Crittenden2009-07-151-4/+6
* Raise an exception if the certificate chain is not returned from the CARob Crittenden2009-05-211-6/+15
* Utilities for dealing with dogtagRob Crittenden2009-04-241-0/+41