summaryrefslogtreecommitdiffstats
path: root/ipa
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Switch /usr/bin/ipa to Python 3"Martin Basti2016-06-141-1/+1
| | | | | | | | | | | | | This reverts commit 1ebd8334bc7da95f1edd64fc930e9cd6e3650534. Switch 'ipa' command to py3 has been done prematurely, thus this commit reverts it from IPA 4.3.2 and temporarily from master because it is blocker for developing of the new features. https://fedorahosted.org/freeipa/ticket/5638 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
* Switch /usr/bin/ipa to Python 3Petr Viktorin2016-05-061-1/+1
| | | | | | | | | | | | | When building RPMs with Python 3 support, /usr/bin/ipa will now use Python 3. The in-tree ipa command will also run on Python 3. When building with make install, $(PYTHON) is honored and it will still default to Python 2. Part of the work for https://fedorahosted.org/freeipa/ticket/5638 Reviewed-By: Petr Spacek <pspacek@redhat.com>
* Remove unused importsMartin Basti2015-12-231-1/+0
| | | | | | | This patch removes unused imports, alse pylint has been configured to check unused imports. Reviewed-By: Jan Cholasta <jcholast@redhat.com>
* Use /usr/bin/python2Xiao-Long Chen2014-01-031-1/+1
| | | | | | | | | | | | Part of the effort to port FreeIPA to Arch Linux, where Python 3 is the default. FreeIPA hasn't been ported to Python 3, so the code must be modified to run /usr/bin/python2 https://fedorahosted.org/freeipa/ticket/3438 Updated by pviktori@redhat.com
* Execute /usr/bin/python directly instead of /usr/bin/env pythonRob Crittenden2011-01-141-1/+1
| | | | ticket 608
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* Started reworking CLI class into cli pluginJason Gerard DeRose2009-02-031-4/+2
|
* More xmlrpc tweaks: xmlserver.execute() now logs non-public exceptions; ↵Jason Gerard DeRose2009-02-031-8/+1
| | | | xmlclient.forward() now handles socket error; fixed some Python 2.4 problems in lite-xmlrpc2.py
* Changed calling signature of output_for_cli(); started work on 'textui' ↵Jason Gerard DeRose2008-11-121-1/+6
| | | | backend plugin
* More CLI cleanup, got all basics working againJason Gerard DeRose2008-10-271-2/+1
|
* Started cleanup work on CLI class, added unit tests for CLI.parse_globals()Jason Gerard DeRose2008-10-271-1/+3
|
* Removed depreciated load_plugins.py module; changed all places where ↵Jason Gerard DeRose2008-10-271-1/+1
| | | | load_plugins was imported to now call api.load_plugins()
* make-doc now includes the lite-* scripts, both with now check in __name__ == ↵Jason Gerard DeRose2008-10-221-4/+5
| | | | '__main__' before starting
* Return a value to the shell that called ipaRob Crittenden2008-10-221-1/+2
|
* 338: Removed depreciated code from ipa (CLI) scriptJason Gerard DeRose2008-09-241-148/+2
|
* 191: Removed ipalib/api.py module; standard plugable.API instance is now in ↵Jason Gerard DeRose2008-08-251-1/+1
| | | | ipalib.__init__.py
* 133: Renamed run.py to api.pyJason Gerard DeRose2008-08-131-1/+1
|
* 130: Renamed startup.py to load_plugins.pyJason Gerard DeRose2008-08-131-1/+2
|
* 110: Started fleshing out more in cli.pyJason Gerard DeRose2008-08-111-0/+6
|
* 86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g'Jason Gerard DeRose2008-08-081-63/+63
|
* 81: Switch from tab to 4-space indentationJason Gerard DeRose2008-08-081-105/+105
|
* 55: Cleaned up print_api() function in ipa scriptJason Gerard DeRose2008-08-061-29/+74
|
* 54: Added plugable.Proxy._clone() method; fleshed out public.obj; updated ↵Jason Gerard DeRose2008-08-061-10/+65
| | | | unit tests; port ipa script
* 53: Changed plugable.Registar so the same plugin can be added to in the ns ↵Jason Gerard DeRose2008-08-051-1/+1
| | | | for more than one base (for cmd and mthd)
* 52: Got cli working against new frameworkJason Gerard DeRose2008-08-051-23/+16
|
* 27: Added quick hack for replace('-', '_') problem I'm havingJason Gerard DeRose2008-07-211-2/+3
|
* 26: Added AbstractCommand.get_doc() method to return the gettext translated ↵Jason Gerard DeRose2008-07-211-14/+23
| | | | summary of command; added get_doc() method to all example
* 25: Updated plugin examples, ipa scriptJason Gerard DeRose2008-07-201-1/+3
|
* 21: ipa script: improved print_api(); added missing sys.exit() after ↵Jason Gerard DeRose2008-07-201-2/+4
| | | | print_api() call
* 20: Updated example plugins, added '_api_' command to ipa script with prints ↵Jason Gerard DeRose2008-07-201-3/+19
| | | | the api
* 13: Starting playing around with 'ipa' cli scriptJason Gerard DeRose2008-07-201-0/+49