summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* load RA backend plugins during standalone CA install on CA-less IPA masterMartin Babinsky2015-09-091-1/+3
* Using LDAPI to setup CA and KRA agents.Endi S. Dewata2015-09-073-92/+72
* Decode script arguments using file system encodingJan Cholasta2015-09-075-4/+23
* Use six.python_2_unicode_compatibleJan Cholasta2015-09-073-15/+23
* Use six.with_metaclass to specify metaclassesJan Cholasta2015-09-073-11/+7
* ldap: Make ldap2 connection management thread-safe againJan Cholasta2015-09-042-41/+24
* DNSSEC: Wrap master key using RSA OAEP instead of old PKCS v1.5.Petr Spacek2015-09-031-3/+3
* DNSSEC: Fix key metadata exportPetr Spacek2015-09-031-1/+1
* DNSSEC: Fix HSM synchronization in ipa-dnskeysyncd when running on DNSSEC key...Petr Spacek2015-09-031-1/+1
* DNSSEC: Fix deadlock in ipa-ods-exporter <-> ods-enforcerd interactionPetr Spacek2015-09-031-8/+31
* DNSSEC: prevent ipa-ods-exporter from looping after service auto-restartPetr Spacek2015-09-031-0/+6
* DNSSEC: remove ccache and keytab of ipa-ods-exporterMartin Basti2015-09-033-1/+9
* DNSSEC: backup and restore opendnssec zone list fileMartin Basti2015-09-031-1/+5
* Installer: do not modify /etc/hosts before user agreementMartin Basti2015-09-034-18/+53
* Server Upgrade: fix traceback caused by cidictMartin Basti2015-09-031-1/+1
* certprofile: remove 'rename' optionFraser Tweedale2015-09-023-6/+4
* Backup: back up the hosts fileMartin Basti2015-09-021-0/+1
* DNSSEC: remove "DNSSEC is experimental" warningsMartin Basti2015-09-022-20/+0
* Convert zip() result to list()Petr Viktorin2015-09-011-2/+2
* Modernize use of range()Petr Viktorin2015-09-0122-46/+45
* Use six.reraisePetr Viktorin2015-09-012-10/+4
* Use new-style raise syntaxPetr Viktorin2015-09-013-17/+17
* Use the print functionPetr Viktorin2015-09-0168-838/+954
* Use next() function on iteratorsPetr Viktorin2015-09-012-10/+10
* Replace uses of map()Petr Viktorin2015-09-0118-35/+37
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-017-18/+21
* Use six.moves.input instead of raw_inputPetr Viktorin2015-09-012-5/+7
* Replace filter() calls with list comprehensionsPetr Viktorin2015-09-018-11/+10
* Use Python3-compatible dict method namesPetr Viktorin2015-09-0156-172/+182
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-0122-71/+114
* Remove the unused pygettext scriptPetr Viktorin2015-09-011-819/+0
* Add python-six to dependenciesPetr Viktorin2015-09-011-0/+2
* Don't use a tuple in function argumentsPetr Viktorin2015-09-011-1/+1
* Remove use of sys.exc_valuePetr Viktorin2015-09-013-6/+6
* Use %license instead of %doc for packaging the licenseRob Crittenden2015-08-311-5/+10
* Integration tests for topology pluginOleg Fayans2015-08-283-21/+241
* install: Fix SASL mappings not added in ipa-server-installJan Cholasta2015-08-271-0/+1
* cert renewal: Automatically update KRA agent PEM fileJan Cholasta2015-08-271-1/+11
* cert renewal: Include KRA users in Dogtag LDAP updateJan Cholasta2015-08-271-4/+9
* Fix user tracker to reflect new user-del messageLenka Doudova2015-08-271-1/+1
* Insure the admin_conn is disconnected on stopSimo Sorce2015-08-271-0/+7
* Simplify adding options in ipachangeconfSimo Sorce2015-08-271-0/+21
* Move sasl mappings creation to dsinstanceSimo Sorce2015-08-272-48/+51
* Remove custom utility function from krbinstanceSimo Sorce2015-08-271-21/+3
* ipactl: Do not start/stop/restart single service multiple timesDavid Kupka2015-08-261-1/+16
* vault: Limit size of data stored in vaultDavid Kupka2015-08-261-1/+20
* vault: fix vault tests after default type changePetr Vobornik2015-08-261-2/+9
* certprofile: prevent rename (modrdn)Fraser Tweedale2015-08-261-2/+3
* Removed clear text passwords from KRA install log.Endi S. Dewata2015-08-262-8/+10
* webui: add option to establish bidirectional trustPetr Vobornik2015-08-261-1/+12