summaryrefslogtreecommitdiffstats
path: root/ipa
Commit message (Expand)AuthorAgeFilesLines
* Execute /usr/bin/python directly instead of /usr/bin/env pythonRob Crittenden2011-01-141-1/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Started reworking CLI class into cli pluginJason Gerard DeRose2009-02-031-4/+2
* More xmlrpc tweaks: xmlserver.execute() now logs non-public exceptions; xmlcl...Jason Gerard DeRose2009-02-031-8/+1
* Changed calling signature of output_for_cli(); started work on 'textui' backe...Jason Gerard DeRose2008-11-121-1/+6
* 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 load_plu...Jason Gerard DeRose2008-10-271-1/+1
* make-doc now includes the lite-* scripts, both with now check in __name__ == ...Jason Gerard DeRose2008-10-221-4/+5
* 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 i...Jason Gerard DeRose2008-08-251-1/+1
* 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 uni...Jason Gerard DeRose2008-08-061-10/+65
* 53: Changed plugable.Registar so the same plugin can be added to in the ns fo...Jason Gerard DeRose2008-08-051-1/+1
* 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 s...Jason Gerard DeRose2008-07-211-14/+23
* 25: Updated plugin examples, ipa scriptJason Gerard DeRose2008-07-201-1/+3
* 21: ipa script: improved print_api(); added missing sys.exit() after print_ap...Jason Gerard DeRose2008-07-201-2/+4
* 20: Updated example plugins, added '_api_' command to ipa script with prints ...Jason Gerard DeRose2008-07-201-3/+19
* 13: Starting playing around with 'ipa' cli scriptJason Gerard DeRose2008-07-201-0/+49