summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* install: Move unattended option to the general help sectionJan Cholasta2015-09-221-10/+11
* install: Support overriding knobs in subclassesJan Cholasta2015-09-222-94/+124
* Use bytes instead of str where appropriateJan Cholasta2015-09-171-17/+17
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-176-0/+23
* Decode script arguments using file system encodingJan Cholasta2015-09-071-0/+19
* Use six.python_2_unicode_compatibleJan Cholasta2015-09-072-10/+13
* Use six.with_metaclass to specify metaclassesJan Cholasta2015-09-072-8/+5
* ldap: Make ldap2 connection management thread-safe againJan Cholasta2015-09-041-23/+9
* DNSSEC: Fix HSM synchronization in ipa-dnskeysyncd when running on DNSSEC key...Petr Spacek2015-09-031-1/+1
* Modernize use of range()Petr Viktorin2015-09-011-1/+1
* Use six.reraisePetr Viktorin2015-09-012-10/+4
* Use the print functionPetr Viktorin2015-09-016-28/+38
* Use next() function on iteratorsPetr Viktorin2015-09-011-5/+5
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-013-5/+5
* Use six.moves.input instead of raw_inputPetr Viktorin2015-09-011-4/+5
* Replace filter() calls with list comprehensionsPetr Viktorin2015-09-011-1/+1
* Use Python3-compatible dict method namesPetr Viktorin2015-09-0111-49/+54
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-015-28/+38
* Port from python-krbV to python-gssapiMichael Simacek2015-08-262-24/+15
* Added try/except block for user_input in ipautilAbhijeet Kasurde2015-08-191-17/+29
* Prohibit deletion of predefined profilesFraser Tweedale2015-08-181-3/+5
* Use absolute importsPetr Viktorin2015-08-125-7/+10
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-124-8/+9
* Modernize 'except' clausesPetr Viktorin2015-08-1211-37/+37
* Add profile for DNP3 / IEC 62351-8 certificatesFraser Tweedale2015-08-111-0/+1
* Port from python-kerberos to python-gssapiMichael Simacek2015-08-051-17/+0
* Modernize number literalsPetr Viktorin2015-07-313-8/+8
* Use Exception class instead of StandardErrorNiranjan Mallapadi2015-07-271-2/+2
* cermonger: Use private unix socket when DBus SystemBus is not available.David Kupka2015-07-201-43/+94
* Py3: replace tab with spaceMartin Basti2015-07-171-1/+1
* sysrestore: copy files instead of moving them to avoind SELinux issuesMartin Basti2015-07-171-2/+6
* Replace file() with open()Christian Heimes2015-07-141-6/+4
* Allow to run subprocess with suplementary groupsMartin Basti2015-07-071-5/+21
* ipa-replica-manage del: relax segment deletement check if topology is disconn...Petr Vobornik2015-07-031-2/+9
* ipalib: Load ipaserver plugins when api.env.in_server is TrueJan Cholasta2015-07-011-1/+0
* topology: check topology in ipa-replica-manage delPetr Vobornik2015-06-291-0/+73
* install: Fix logging setup in server and replica installJan Cholasta2015-06-121-1/+16
* Update PKCS#11 mechanism constants for AES key wrapping to PKCS#11 v2.40.Petr Spacek2015-06-111-2/+2
* install: Allow setting usage in CLI toolsJan Cholasta2015-06-101-4/+8
* install: Add support for positional arguments in CLI toolsJan Cholasta2015-06-101-34/+106
* install: Handle Knob cli_name and cli_aliases values consistentlyJan Cholasta2015-06-101-5/+6
* install: Introduce installer framework ipapython.installJan Cholasta2015-06-087-1/+1082
* install: Move private_ccache from ipaserver to ipapythonJan Cholasta2015-06-081-0/+24
* 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
* client-install: Fix kinits with non-default Kerberos config fileJan Cholasta2015-05-211-3/+18
* allow to call ldap2.destroy_connection multiple timesPetr Vobornik2015-05-071-1/+1
* point the users to PKI-related logs when CA configuration failsMartin Babinsky2015-04-291-0/+4
* Make lint work on Fedora 22.David Kupka2015-04-271-0/+1