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 a few issues introduced by the new Param.use_in_context() patch
Rob Crittenden
2009-05-21
1
-1
/
+1
*
Re-enable doctest, fix broken docstrings
Jason Gerard DeRose
2009-05-13
1
-3
/
+3
*
When reading a password, if there is no tty, read from stdin instead.
Rob Crittenden
2009-05-04
1
-2
/
+14
*
Change help interface to display builtin commands and a list of topics based ...
Pavel Zuna
2009-04-30
1
-20
/
+77
*
Fixed cli.run() catching SystemExit exception under Python2.4
Jason Gerard DeRose
2009-04-28
1
-1
/
+1
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-1
/
+1
*
Make LDAP entry output slightly nicer, don't print u's in front of unicode st...
Pavel Zuna
2009-04-23
1
-7
/
+23
*
Finish work replacing the errors module with errors2
Rob Crittenden
2009-04-20
1
-5
/
+3
*
Implement an installer for the Dogtag certificate system.
Rob Crittenden
2009-04-03
1
-0
/
+1
*
Always print the dn first when printing an entry
Rob Crittenden
2009-03-25
1
-0
/
+3
*
Fixed broken autfill logic in cli.prompt_interactively()
Jason Gerard DeRose
2009-02-27
1
-20
/
+22
*
Print out multi-valued values one per-line instead of comman-delimited
Rob Crittenden
2009-02-19
1
-3
/
+3
*
Got new ldap connection working using Connectible.connect()
Jason Gerard DeRose
2009-02-03
1
-10
/
+7
*
Finished reworked cli.CLI class into cli.cli plugin
Jason Gerard DeRose
2009-02-03
1
-354
/
+50
*
Started reworking CLI class into cli plugin
Jason Gerard DeRose
2009-02-03
1
-31
/
+181
*
CLI now logs trace if it catches a non-public error and then exists with an I...
Jason Gerard DeRose
2009-02-03
1
-53
/
+20
*
Fixed another small CLI decoding problem (multivalue args in a tuple now work)
Jason Gerard DeRose
2009-02-03
1
-6
/
+6
*
Fixed a few problems in the CLI interactive prompting (wont prompt for Flag now)
Jason Gerard DeRose
2009-02-03
1
-10
/
+6
*
More work on xmlrpc stuff, started migrated more code to use errors2 instead ...
Jason Gerard DeRose
2009-02-03
1
-2
/
+2
*
More xmlrpc tweaks: xmlserver.execute() now logs non-public exceptions; xmlcl...
Jason Gerard DeRose
2009-02-03
1
-9
/
+19
*
Further migration toward new xmlrcp code; fixed problem with unicode Fault.fa...
Jason Gerard DeRose
2009-02-03
1
-3
/
+6
*
Removed bogus CLI.set_defaults() method that was causing non-required values ...
Jason Gerard DeRose
2009-02-03
1
-11
/
+5
*
Removed depreciated Command.args_to_kw() method; updated CLI to use Command.a...
Jason Gerard DeRose
2009-02-03
1
-6
/
+3
*
New Param: fixed metavar bug in cli.py
Jason Gerard DeRose
2009-01-16
1
-1
/
+1
*
Small change in ipalib.cli to check if param is a Password instance instead o...
Jason Gerard DeRose
2009-01-14
1
-1
/
+2
*
New Param: removed more depreciated 'import ipa_types'
Jason Gerard DeRose
2009-01-14
1
-2
/
+1
*
Renamed all references to 'ipa_server' to 'ipaserver'
Jason Gerard DeRose
2009-01-04
1
-2
/
+2
*
Removed depreciated code from config.py; removed corresponding unit tests
Jason Gerard DeRose
2008-12-22
1
-1
/
+0
*
Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/free...
Jason Gerard DeRose
2008-12-20
1
-1
/
+12
|
\
|
*
Set defaults even for optional arguments.
Rob Crittenden
2008-12-10
1
-0
/
+8
|
*
Port plugins to use the new output_for_cli() argument list
Rob Crittenden
2008-12-10
1
-1
/
+4
*
|
Fix show_api command
Jakub Hrozek
2008-12-17
1
-3
/
+3
*
|
Jakub Hrozek's patch to make textui.get_tty_width() actually work
Jakub Hrozek
2008-12-16
1
-1
/
+11
|
/
*
Fixed some unicode encoded/decode issues in textui.prompt_password() and text...
Jason Gerard DeRose
2008-11-19
1
-4
/
+31
*
Calling 'passwd' command now prompts for password using textui.prompt_password()
Jason Gerard DeRose
2008-11-18
1
-7
/
+20
*
Added textui.prompt_password() method; added logic in cli for dealing with 'p...
Jason Gerard DeRose
2008-11-18
1
-11
/
+34
*
Added some experimental textui methods
Jason Gerard DeRose
2008-11-17
1
-5
/
+35
*
Command.get_defaults() now returns param.default if param.type is a Bool
Jason Gerard DeRose
2008-11-17
1
-2
/
+4
*
Started updated user_* commands to use textui
Jason Gerard DeRose
2008-11-17
1
-0
/
+22
*
Moved plugins command from ipalib.cli to ipalib.plugins.f_misc
Jason Gerard DeRose
2008-11-16
1
-19
/
+0
*
Fixed textui.print_keyval for cases when the row is a list instead of a tuple
Jason Gerard DeRose
2008-11-14
1
-2
/
+2
*
Added print_plain() and print_paragraph() methods to textui plugin and cleane...
Jason Gerard DeRose
2008-11-14
1
-42
/
+77
*
Added textui.prompt() method, which CLI.prompt_interactively() uses
Jason Gerard DeRose
2008-11-13
1
-5
/
+12
*
Started work on cleaning up how exceptions are caught and sys.exit() is calle...
Jason Gerard DeRose
2008-11-13
1
-43
/
+54
*
Calling ./ipa with no command now calls Command.help()
Jason Gerard DeRose
2008-11-12
1
-24
/
+27
*
output_for_cli signature is now output_for_cli(textui, result, *args, **options)
Jason Gerard DeRose
2008-11-12
1
-1
/
+2
*
Changed calling signature of output_for_cli(); started work on 'textui' backe...
Jason Gerard DeRose
2008-11-12
1
-30
/
+189
*
Move socket errors from the XML-RPC plugin to the client
Rob Crittenden
2008-11-03
1
-0
/
+4
*
Handle exceptions in the command-line instead of in the XMLRPC client plugin
Rob Crittenden
2008-11-03
1
-0
/
+10
*
Renamed API.bootstrap_from_options() to bootstrap_with_global_options()
Jason Gerard DeRose
2008-10-31
1
-7
/
+4
[next]