summaryrefslogtreecommitdiffstats
path: root/ipalib/cli.py
Commit message (Expand)AuthorAgeFilesLines
* Fix output for commands that do not return entries.Pavel Zuna2010-03-261-2/+2
* Add INTERNAL flag to frontend plugins. If set, the plugin won't show in UI.Pavel Zuna2010-03-221-1/+3
* localize doc stringsJohn Dennis2010-03-081-1/+1
* fix bug 570392, command help tracebackJohn Dennis2010-03-051-1/+1
* Fix non XML-RPC testsJason Gerard DeRose2010-02-191-9/+0
* Used named variables in calls to print_attribute()Rob Crittenden2010-02-171-2/+2
* Reverse patch to not encode int values, handled at OID level properly now.Rob Crittenden2010-02-171-5/+1
* Auto-generate --all and --raw for commands, that return entries.Pavel Zuna2010-02-171-26/+34
* Don't base64-encode integersRob Crittenden2010-02-171-1/+5
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-5/+8
* Base64-encode binary values on the command-lineRob Crittenden2010-02-021-3/+17
* Temporary fix for name collision of textui.print_entry.Pavel Zuna2010-01-201-1/+1
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-101-3/+55
* Fix Bool parameter type. It was impossible to set it to FALSE.Pavel Zuna2009-11-301-1/+1
* Print only one line of docstrings in command listings.Pavel Zuna2009-11-301-4/+3
* Fix typo in name of exceptionRob Crittenden2009-11-121-1/+1
* Add 'File' parameter type.Pavel Zuna2009-11-061-1/+34
* Fix bug in print_attribute.Pavel Zuna2009-10-231-1/+1
* Removed util.add_global_options() and frontend.ApplicationJason Gerard DeRose2009-10-141-2/+2
* Giant webui patch take 2Jason Gerard DeRose2009-10-131-1/+1
* Fix unit tests for plugins using baseldap classes.Pavel Zuna2009-10-051-1/+4
* Improve attribute printing in the CLI.Pavel Zuna2009-09-081-5/+28
* Removed PluginProxy and all its usesJason Gerard DeRose2009-08-051-6/+9
* Fix three broken unit testsJason Gerard DeRose2009-08-041-2/+1
* Enable attribute re-mapping and ordering when printing entries.Pavel Zuna2009-08-031-10/+22
* Require a password only once when it is passed in via a pipeRob Crittenden2009-07-101-21/+13
* Add a one-character option for parametersRob Crittenden2009-07-101-1/+4
* Add a return value to exceptions.Rob Crittenden2009-07-101-4/+11
* Add textui function to display and prompt user for selection for *-find.Rob Crittenden2009-07-101-7/+63
* Two new arguments for the help built-in command: topics and commandsRob Crittenden2009-06-151-2/+7
* Fix a few issues introduced by the new Param.use_in_context() patchRob Crittenden2009-05-211-1/+1
* Re-enable doctest, fix broken docstringsJason Gerard DeRose2009-05-131-3/+3
* When reading a password, if there is no tty, read from stdin instead.Rob Crittenden2009-05-041-2/+14
* Change help interface to display builtin commands and a list of topics based ...Pavel Zuna2009-04-301-20/+77
* Fixed cli.run() catching SystemExit exception under Python2.4Jason Gerard DeRose2009-04-281-1/+1
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-1/+1
* Make LDAP entry output slightly nicer, don't print u's in front of unicode st...Pavel Zuna2009-04-231-7/+23
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-5/+3
* Implement an installer for the Dogtag certificate system.Rob Crittenden2009-04-031-0/+1
* Always print the dn first when printing an entryRob Crittenden2009-03-251-0/+3
* Fixed broken autfill logic in cli.prompt_interactively()Jason Gerard DeRose2009-02-271-20/+22
* Print out multi-valued values one per-line instead of comman-delimitedRob Crittenden2009-02-191-3/+3
* Got new ldap connection working using Connectible.connect()Jason Gerard DeRose2009-02-031-10/+7
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-031-354/+50
* Started reworking CLI class into cli pluginJason Gerard DeRose2009-02-031-31/+181
* CLI now logs trace if it catches a non-public error and then exists with an I...Jason Gerard DeRose2009-02-031-53/+20
* Fixed another small CLI decoding problem (multivalue args in a tuple now work)Jason Gerard DeRose2009-02-031-6/+6
* Fixed a few problems in the CLI interactive prompting (wont prompt for Flag now)Jason Gerard DeRose2009-02-031-10/+6
* More work on xmlrpc stuff, started migrated more code to use errors2 instead ...Jason Gerard DeRose2009-02-031-2/+2
* More xmlrpc tweaks: xmlserver.execute() now logs non-public exceptions; xmlcl...Jason Gerard DeRose2009-02-031-9/+19