| Commit message (Expand) | Author | Age | Files | Lines |
* | Finalize plugin initialization on demand. | Jan Cholasta | 2011-11-22 | 1 | -2/+2 |
* | Fix problems in help system | Rob Crittenden | 2011-10-20 | 1 | -0/+8 |
* | Unroll StrEnum values when displaying help | Alexander Bokovoy | 2011-10-03 | 1 | -1/+4 |
* | Require current password when using passwd to change your own password. | Rob Crittenden | 2011-10-04 | 1 | -2/+4 |
* | ticket 1706 - internationalize cli help framework | John Dennis | 2011-08-24 | 1 | -7/+7 |
* | ticket 1705 - internationalize help topics | John Dennis | 2011-08-24 | 1 | -5/+3 |
* | Add option to only prompt once for passwords, use in entitle_register | Rob Crittenden | 2011-08-24 | 1 | -4/+6 |
* | Improve interactive mode for DNS plugin | Martin Kosek | 2011-06-02 | 1 | -0/+44 |
* | Assume ipa help for plugins. | Jan Cholasta | 2011-05-13 | 1 | -0/+6 |
* | Several improvements of the lint script. | Jan Cholasta | 2011-05-05 | 1 | -0/+1 |
* | Fix lint false positives. | Jan Cholasta | 2011-04-13 | 1 | -2/+2 |
* | Use pygettext to generate translatable strings from plugin files. | Pavel Zuna | 2011-03-01 | 1 | -1/+1 |
* | Translate docstrings. | Pavel Zuna | 2011-03-01 | 1 | -3/+7 |
* | Fixed type of argument in class help | Jan Zeleny | 2011-02-14 | 1 | -1/+1 |
* | Provide a way to display CLI-LDAP relation | Jan Zeleny | 2011-02-10 | 1 | -1/+26 |
* | Fix crash in ipa help for NO_CLI plugins. | Pavel Zuna | 2011-02-02 | 1 | -14/+2 |
* | Add support for tracking and counting entitlements | Rob Crittenden | 2011-02-02 | 1 | -2/+12 |
* | Add brackets around optional parameters when prompting. | Rob Crittenden | 2011-01-25 | 1 | -4/+8 |
* | Fix assorted bugs found by pylint | Jakub Hrozek | 2011-01-25 | 1 | -11/+0 |
* | Fix crash when displaying values composed of white-space chars only in CLI. | Pavel Zuna | 2011-01-24 | 1 | -0/+2 |
* | Rename INTERNAL to NO_CLI for commands we hide from the cli. | Rob Crittenden | 2011-01-21 | 1 | -3/+3 |
* | Make command syntax less confusing in help | Jan Zeleny | 2011-01-21 | 1 | -0/+1 |
* | Add API version and have server reject incompatible clients. | Rob Crittenden | 2011-01-14 | 1 | -1/+12 |
* | Fix output of failed managedby hosts, allow a host to manage itself. | Rob Crittenden | 2011-01-11 | 1 | -2/+2 |
* | Display the entries that failed when deleting with --continue. | Rob Crittenden | 2011-01-10 | 1 | -3/+6 |
* | Changed concept of ipa help | Jan Zeleny | 2011-01-07 | 1 | -20/+97 |
* | Change FreeIPA license to GPLv3+ | Jakub Hrozek | 2010-12-20 | 1 | -5/+5 |
* | If any params marked alwaysask are provided then prompt for none of them. | Rob Crittenden | 2010-12-09 | 1 | -1/+6 |
* | Add labels for passwords, fix output of exceptions, fix passwd output. | Rob Crittenden | 2010-12-02 | 1 | -1/+1 |
* | Use better description for group names in help and always prompt for members | Rob Crittenden | 2010-12-02 | 1 | -5/+8 |
* | Prompt correctly for required Password params. | Pavel Zuna | 2010-11-30 | 1 | -10/+13 |
* | Don't include INTERNAL commands in `ipa help commands` output. | Rob Crittenden | 2010-11-10 | 1 | -0/+2 |
* | Return reason for failure when updating group membership fails. | Rob Crittenden | 2010-10-28 | 1 | -1/+13 |
* | Set default encoding to utf-8, use unicode when printing output. | Rob Crittenden | 2010-10-22 | 1 | -4/+5 |
* | Add Requires on ipa-client to ipa-admintools, ensure ipa client is configured | Rob Crittenden | 2010-10-15 | 1 | -1/+3 |
* | Try to make topic help less confusing. Rename Related to Topic commands. | Rob Crittenden | 2010-09-23 | 1 | -3/+4 |
* | Add support for client failover to the ipa command-line. | Rob Crittenden | 2010-08-16 | 1 | -2/+3 |
* | Fix output for commands that do not return entries. | Pavel Zuna | 2010-03-26 | 1 | -2/+2 |
* | Add INTERNAL flag to frontend plugins. If set, the plugin won't show in UI. | Pavel Zuna | 2010-03-22 | 1 | -1/+3 |
* | localize doc strings | John Dennis | 2010-03-08 | 1 | -1/+1 |
* | fix bug 570392, command help traceback | John Dennis | 2010-03-05 | 1 | -1/+1 |
* | Fix non XML-RPC tests | Jason Gerard DeRose | 2010-02-19 | 1 | -9/+0 |
* | Used named variables in calls to print_attribute() | Rob Crittenden | 2010-02-17 | 1 | -2/+2 |
* | Reverse patch to not encode int values, handled at OID level properly now. | Rob Crittenden | 2010-02-17 | 1 | -5/+1 |
* | Auto-generate --all and --raw for commands, that return entries. | Pavel Zuna | 2010-02-17 | 1 | -26/+34 |
* | Don't base64-encode integers | Rob Crittenden | 2010-02-17 | 1 | -1/+5 |
* | Use the Output tuple to determine the order of output | Rob Crittenden | 2010-02-15 | 1 | -5/+8 |
* | Base64-encode binary values on the command-line | Rob Crittenden | 2010-02-02 | 1 | -3/+17 |
* | Temporary fix for name collision of textui.print_entry. | Pavel Zuna | 2010-01-20 | 1 | -1/+1 |
* | Take 2: Extensible return values and validation; steps toward a single output... | Jason Gerard DeRose | 2009-12-10 | 1 | -3/+55 |