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
/
parameters.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Py3: Replace six.moves imports
Christian Heimes
2018-10-05
1
-3
/
+1
*
Py3: Replace six.integer_types with int
Christian Heimes
2018-09-27
1
-10
/
+10
*
Py3: Replace six.string_types with str
Christian Heimes
2018-09-27
1
-9
/
+9
*
Fix pylint 2.0 return-related violations
Armando Neto
2018-07-11
1
-1
/
+0
*
Load certificate files as binary data
Christian Heimes
2018-04-30
1
-2
/
+14
*
Generate same API.txt under Python 2 and 3
Christian Heimes
2018-02-15
1
-3
/
+6
*
Fix pylint warnings inconsistent-return-statements
Christian Heimes
2017-12-18
1
-2
/
+33
*
Remove pkcs10 module contents
Stanislav Laznicka
2017-10-25
1
-1
/
+1
*
parameters: introduce CertificateSigningRequest
Stanislav Laznicka
2017-10-25
1
-2
/
+59
*
parameters: relax type checks
Stanislav Laznicka
2017-10-25
1
-3
/
+8
*
parameters: convert Decimal.precision to int
Stanislav Laznicka
2017-09-08
1
-1
/
+1
*
Create a Certificate parameter
Stanislav Laznicka
2017-07-27
1
-1
/
+41
*
parameters: relax type checks
Stanislav Laznicka
2017-07-27
1
-9
/
+6
*
Add --password-expiration to allow admin to force user password expiration
Gabe
2017-03-31
1
-6
/
+10
*
Stable _is_null check
Christian Heimes
2017-02-10
1
-1
/
+7
*
pylint: enable the import-error check
Jan Cholasta
2016-10-24
1
-1
/
+3
*
Pylint: fix the rest of unused local variables
Martin Basti
2016-10-11
1
-5
/
+1
*
Tests: Fix failing test_ipalib/test_parameters
Lenka Doudova
2016-10-11
1
-1
/
+1
*
Pylint: enable check for unused-variables
Martin Basti
2016-09-27
1
-0
/
+1
*
pylint: fix unneeded-not
Jan Barta
2016-09-22
1
-2
/
+2
*
raise ValidationError when deprecated param is passed to command
Martin Babinsky
2016-09-05
1
-4
/
+3
*
parameters: move the `confirm` kwarg to Param
Jan Cholasta
2016-08-10
1
-4
/
+2
*
ipalib: introduce Principal parameter
Martin Babinsky
2016-07-01
1
-0
/
+37
*
batch, schema: use Dict instead of Any
Jan Cholasta
2016-06-15
1
-0
/
+9
*
ipalib: replace DeprecatedParam with `deprecated` Param argument
Jan Cholasta
2016-06-03
1
-16
/
+5
*
parameters: introduce no_convert keyword argument
Jan Cholasta
2016-06-03
1
-2
/
+11
*
parameters: introduce cli_metavar keyword argument
Jan Cholasta
2016-06-03
1
-0
/
+5
*
ipalib: remove the unused `csv` argument of Param
Jan Cholasta
2016-05-25
1
-6
/
+0
*
makeapi: optimize API.txt
Jan Cholasta
2016-05-25
1
-36
/
+60
*
frontend: perform argument value validation only on server
Jan Cholasta
2016-05-25
1
-1
/
+0
*
frontend: re-raise remote RequirementError using CLI name in CLI
Jan Cholasta
2016-05-25
1
-10
/
+3
*
parameters: remove unused ConversionError and ValidationError arguments
Jan Cholasta
2016-05-25
1
-54
/
+25
*
makeapi: use the same formatting for `int` and `long` values
Jan Cholasta
2016-05-19
1
-0
/
+2
*
Remove unused imports
Martin Basti
2015-12-23
1
-3
/
+2
*
Handle binascii.Error from base64.b64decode()
Petr Viktorin
2015-10-22
1
-1
/
+1
*
ipalib.parameters: Require bytes for Bytes.pattern
Petr Viktorin
2015-10-13
1
-1
/
+4
*
ipalib.parameters: Handle 0-prefixed octal format of ints
Petr Viktorin
2015-10-13
1
-0
/
+3
*
Do not compare types that are not comparable in Python 3
Petr Viktorin
2015-10-13
1
-3
/
+3
*
Remove uses of the `types` module
Petr Viktorin
2015-10-07
1
-2
/
+2
*
Use six.moves.xmlrpc.client instead of xmlrpclib
Petr Viktorin
2015-10-07
1
-1
/
+1
*
Replace StandardError with Exception
Robert Kuska
2015-09-30
1
-3
/
+3
*
Use bytes instead of str where appropriate
Jan Cholasta
2015-09-17
1
-4
/
+4
*
Alias "unicode" to "str" under Python 3
Jan Cholasta
2015-09-17
1
-0
/
+3
*
Modernize use of range()
Petr Viktorin
2015-09-01
1
-3
/
+3
*
Use six.integer_types instead of (long, int)
Petr Viktorin
2015-09-01
1
-8
/
+8
*
Replace filter() calls with list comprehensions
Petr Viktorin
2015-09-01
1
-3
/
+2
*
Use six.string_types instead of "basestring"
Petr Viktorin
2015-09-01
1
-9
/
+10
*
fix missing information in object metadata
Petr Vobornik
2015-08-26
1
-3
/
+14
*
Use absolute imports
Petr Viktorin
2015-08-12
1
-10
/
+11
*
Modernize function and method attribute names
Petr Viktorin
2015-08-12
1
-1
/
+1
[next]