summaryrefslogtreecommitdiffstats
path: root/ipalib/cli.py
Commit message (Expand)AuthorAgeFilesLines
* ticket 1706 - internationalize cli help frameworkJohn Dennis2011-08-241-7/+7
* ticket 1705 - internationalize help topicsJohn Dennis2011-08-241-5/+3
* Add option to only prompt once for passwords, use in entitle_registerRob Crittenden2011-08-241-4/+6
* Improve interactive mode for DNS pluginMartin Kosek2011-06-021-0/+44
* Assume ipa help for plugins.Jan Cholasta2011-05-131-0/+6
* Several improvements of the lint script.Jan Cholasta2011-05-051-0/+1
* Fix lint false positives.Jan Cholasta2011-04-131-2/+2
* Use pygettext to generate translatable strings from plugin files.Pavel Zuna2011-03-011-1/+1
* Translate docstrings.Pavel Zuna2011-03-011-3/+7
* Fixed type of argument in class helpJan Zeleny2011-02-141-1/+1
* Provide a way to display CLI-LDAP relationJan Zeleny2011-02-101-1/+26
* Fix crash in ipa help for NO_CLI plugins.Pavel Zuna2011-02-021-14/+2
* Add support for tracking and counting entitlementsRob Crittenden2011-02-021-2/+12
* Add brackets around optional parameters when prompting.Rob Crittenden2011-01-251-4/+8
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-11/+0
* Fix crash when displaying values composed of white-space chars only in CLI.Pavel Zuna2011-01-241-0/+2
* Rename INTERNAL to NO_CLI for commands we hide from the cli.Rob Crittenden2011-01-211-3/+3
* Make command syntax less confusing in helpJan Zeleny2011-01-211-0/+1
* Add API version and have server reject incompatible clients.Rob Crittenden2011-01-141-1/+12
* Fix output of failed managedby hosts, allow a host to manage itself.Rob Crittenden2011-01-111-2/+2
* Display the entries that failed when deleting with --continue.Rob Crittenden2011-01-101-3/+6
* Changed concept of ipa helpJan Zeleny2011-01-071-20/+97
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* If any params marked alwaysask are provided then prompt for none of them.Rob Crittenden2010-12-091-1/+6
* Add labels for passwords, fix output of exceptions, fix passwd output.Rob Crittenden2010-12-021-1/+1
* Use better description for group names in help and always prompt for membersRob Crittenden2010-12-021-5/+8
* Prompt correctly for required Password params.Pavel Zuna2010-11-301-10/+13
* Don't include INTERNAL commands in `ipa help commands` output.Rob Crittenden2010-11-101-0/+2
* Return reason for failure when updating group membership fails.Rob Crittenden2010-10-281-1/+13
* Set default encoding to utf-8, use unicode when printing output.Rob Crittenden2010-10-221-4/+5
* Add Requires on ipa-client to ipa-admintools, ensure ipa client is configuredRob Crittenden2010-10-151-1/+3
* Try to make topic help less confusing. Rename Related to Topic commands.Rob Crittenden2010-09-231-3/+4
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-2/+3
* 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