index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
cli.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix Bool parameter type. It was impossible to set it to FALSE.
Pavel Zuna
2009-11-30
1
-1
/
+1
*
Print only one line of docstrings in command listings.
Pavel Zuna
2009-11-30
1
-4
/
+3
*
Fix typo in name of exception
Rob Crittenden
2009-11-12
1
-1
/
+1
*
Add 'File' parameter type.
Pavel Zuna
2009-11-06
1
-1
/
+34
*
Fix bug in print_attribute.
Pavel Zuna
2009-10-23
1
-1
/
+1
*
Removed util.add_global_options() and frontend.Application
Jason Gerard DeRose
2009-10-14
1
-2
/
+2
*
Giant webui patch take 2
Jason Gerard DeRose
2009-10-13
1
-1
/
+1
*
Fix unit tests for plugins using baseldap classes.
Pavel Zuna
2009-10-05
1
-1
/
+4
*
Improve attribute printing in the CLI.
Pavel Zuna
2009-09-08
1
-5
/
+28
*
Removed PluginProxy and all its uses
Jason Gerard DeRose
2009-08-05
1
-6
/
+9
[next]