summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use byte literals where appropriateJan Cholasta2015-09-177-28/+28
* Use bytes instead of str where appropriateJan Cholasta2015-09-176-33/+33
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-1790-0/+394
* ipatests: Add basic tests for certificate profile pluginMilan Kubík2015-09-166-1/+1158
* ipatests: Add Certprofile tracker class implementationMilan Kubík2015-09-162-0/+145
* Add Chromium configuration note to ssbrowserGabe2015-09-161-0/+5
* backup CI: test DNS/DNSSEC after backup and restoreMartin Basti2015-09-162-0/+155
* DNSSEC CI: test master migrationMartin Basti2015-09-161-0/+149
* DNSSEC: improve CI testMartin Basti2015-09-161-4/+109
* winsync: Add inetUser objectclass to the passsync sysaccountTomas Babej2015-09-163-1/+5
* config: allow user/host attributes with tagging optionsJan Cholasta2015-09-161-0/+2
* Updated number of legacy permission in ipatestsAbhijeet Kasurde2015-09-161-1/+1
* Server Install: print message that client is being installedMartin Basti2015-09-112-0/+2
* IPA Restore: allows to specify files that should be removedMartin Basti2015-09-111-0/+28
* Server Upgrade: backup CS.cfg when dogtag is turned offMartin Basti2015-09-111-1/+4
* Handle timeout error in ipa-httpd-kdcproxyChristian Heimes2015-09-101-1/+2
* FIX vault testsMartin Basti2015-09-091-6/+33
* 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