index
:
freeipa.git
AD-binds
asn1c-indented
cachetickets
cakeysfix
ccachesess
clisesshandling
coverity
custodia
custodia-review
fix_ber_scanf
fixlogout
getkeytab
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-1
ipa-2-2
ipasam_getkeytab
kdc-fixes
kdc-pkinit
ldapticketcache
master
master_keytab
mindatefix
mspac
my-master
pwbindexp
pwdpolicy
replica_kdc
review
sessionlogout
setkeytab
sumit
webui-cleanup
webui-details
webui_isolate
wip
FreeIPA patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
cli.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sure IPA_CONFDIR is used to check that client is configured
Alexander Bokovoy
2019-01-10
1
-1
/
+1
*
Check pager's executable before subprocess.Popen
Oleg Kozlov
2018-12-07
1
-3
/
+5
*
Py3: Replace six.moves imports
Christian Heimes
2018-10-05
1
-3
/
+1
*
Py3: Replace six.string_types with str
Christian Heimes
2018-09-27
1
-2
/
+2
*
Py3: Remove subclassing from object
Christian Heimes
2018-09-27
1
-2
/
+2
*
Fix ipa console filename
Christian Heimes
2018-07-12
1
-3
/
+9
*
Add tab completion and history to ipa console
Christian Heimes
2018-07-12
1
-2
/
+47
*
Fix pylint 2.0 conditional-related violations
Armando Neto
2018-07-12
1
-1
/
+1
*
Load certificate files as binary data
Christian Heimes
2018-04-30
1
-7
/
+14
*
Don't return None on mismatched interactive passwords
Rob Crittenden
2018-02-23
1
-1
/
+0
*
LGTM: Use of exit() or quit()
Christian Heimes
2018-01-09
1
-3
/
+3
*
Fix pylint warnings inconsistent-return-statements
Christian Heimes
2017-12-18
1
-4
/
+10
*
View plugin/command help in pager
Aleksei Slaikovskii
2017-11-16
1
-33
/
+72
*
pylint: make unsupported-assignment-operation check local
Stanislav Laznicka
2017-09-08
1
-0
/
+2
*
Changing how commands handles error when it can't connect to IPA server
Felipe Volpone
2017-08-11
1
-0
/
+8
*
logging: do not reference loggers in arguments and attributes
Jan Cholasta
2017-07-14
1
-3
/
+6
*
Revert "Add 'ipa localenv' subcommand"
Martin Babinsky
2016-12-02
1
-24
/
+0
*
Python3 pylint fixes
Christian Heimes
2016-11-25
1
-3
/
+3
*
Add 'ipa localenv' subcommand
Christian Heimes
2016-11-18
1
-0
/
+24
*
Remove unused variables in the code
Martin Basti
2016-09-27
1
-1
/
+1
*
cli: use full name when executing a command
Jan Cholasta
2016-09-05
1
-1
/
+1
*
help: Do not create instances to get information about commands and topics
David Kupka
2016-08-03
1
-7
/
+8
*
plugable: support plugin versioning
Jan Cholasta
2016-06-28
1
-0
/
+4
*
plugable: use plugin class as the key in API namespaces
Jan Cholasta
2016-06-28
1
-3
/
+3
*
plugable: initialize plugins on demand
Jan Cholasta
2016-06-15
1
-1
/
+1
*
Fix: Local variable s_indent might be referenced before defined
Martin Basti
2016-06-13
1
-0
/
+1
*
parameters: introduce cli_metavar keyword argument
Jan Cholasta
2016-06-03
1
-3
/
+1
*
help, makeapi: do not use hardcoded plugin package name
Jan Cholasta
2016-06-03
1
-13
/
+21
*
help, makeapi: specify module topic by name
Jan Cholasta
2016-06-03
1
-4
/
+5
*
help, makeapi: allow setting command topic explicitly
Jan Cholasta
2016-06-03
1
-36
/
+26
*
cli: make optional positional command arguments actually optional
Jan Cholasta
2016-06-03
1
-2
/
+2
*
frontend: do not forward argument defaults to server
Jan Cholasta
2016-05-25
1
-0
/
+2
*
ipalib.cli: Improve reporting of binary values in the CLI
Petr Viktorin
2016-05-10
1
-2
/
+3
*
pylint: remove bare except
Martin Basti
2016-03-22
1
-2
/
+2
*
cli: Don't encode/decode for stdin/stdout on Python 3
Petr Viktorin
2016-02-17
1
-17
/
+24
*
Avoid builtins that were removed in Python 3
Petr Viktorin
2016-01-20
1
-1
/
+1
*
Don't index exceptions directly
Petr Viktorin
2016-01-20
1
-2
/
+2
*
ipapython: remove default_encoding_utf8
Jan Cholasta
2016-01-15
1
-10
/
+3
*
Enable pylint empty-docstring check
Martin Basti
2015-12-23
1
-2
/
+0
*
Remove unused imports
Martin Basti
2015-12-23
1
-3
/
+2
*
Package ipapython, ipalib, ipaplatform, ipatests for Python 3
Petr Viktorin
2015-12-17
1
-0
/
+1
*
Replace StandardError with Exception
Robert Kuska
2015-09-30
1
-1
/
+1
*
Use bytes instead of str where appropriate
Jan Cholasta
2015-09-17
1
-2
/
+2
*
Alias "unicode" to "str" under Python 3
Jan Cholasta
2015-09-17
1
-0
/
+3
*
Use the print function
Petr Viktorin
2015-09-01
1
-15
/
+16
*
Replace uses of map()
Petr Viktorin
2015-09-01
1
-1
/
+1
*
Use six.moves.input instead of raw_input
Petr Viktorin
2015-09-01
1
-1
/
+2
*
Use Python3-compatible dict method names
Petr Viktorin
2015-09-01
1
-4
/
+3
*
Use six.string_types instead of "basestring"
Petr Viktorin
2015-09-01
1
-2
/
+5
*
Use absolute imports
Petr Viktorin
2015-08-12
1
-9
/
+9
[next]