summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* install: fix command line option validationJan Cholasta2015-11-052-3/+17
* interactive installer does not ignore leading/trailing whitespaceGabe2015-10-291-2/+4
* ipapython.secrets: Port to Python 3Petr Viktorin2015-10-271-1/+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
* Fix more bytes/unicode issuesPetr Viktorin2015-10-222-3/+4
* Handle binascii.Error from base64.b64decode()Petr Viktorin2015-10-221-1/+1
* Add function to extract CA certs for installSimo Sorce2015-10-151-2/+6
* Implement replica promotion functionalitySimo Sorce2015-10-151-3/+8
* Add ipa-custodia serviceSimo Sorce2015-10-156-0/+549
* admintool: Add error message with path to log on failure.David Kupka2015-10-151-0/+4
* ipaldap: Remove extraneous `long` (included in six.int_types)Petr Viktorin2015-10-131-1/+1
* Alias long to int under Python 3Petr Viktorin2015-10-131-0/+5
* ipapython.ssh: Port to Python 3Petr Viktorin2015-10-071-6/+9
* Remove uses of the `types` modulePetr Viktorin2015-10-071-15/+10
* Use six.moves.http_client instead of httplibPetr Viktorin2015-10-072-2/+16
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-073-10/+12
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-073-5/+4
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-074-8/+8
* Use sys.maxsize instead of sys.maxintPetr Viktorin2015-10-071-6/+6
* ipapython.dn: Use rich comparisonsPetr Viktorin2015-10-071-46/+71
* ipap11helper: Port to Python 3Petr Viktorin2015-10-071-184/+94
* Replace StandardError with ExceptionRobert Kuska2015-09-301-1/+1
* winsync-migrate: Convert entity names to posix friendly stringsTomas Babej2015-09-231-0/+23
* 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