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
*
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
*
Modernize 'except' clauses
Petr Viktorin
2015-08-12
1
-7
/
+7
*
include more information in metadata
Petr Vobornik
2015-07-03
1
-19
/
+6
*
Throw zonemgr error message before installation proceeds
Martin Basti
2014-12-01
1
-30
/
+5
*
Check normalization only for IDNA domains
Martin Basti
2014-07-01
1
-10
/
+15
*
DNSNameParam parameter
Martin Basti
2014-06-03
1
-0
/
+69
*
Allows to sort non text entries
Martin Basti
2014-06-03
1
-0
/
+5
*
ipalib: Add DateTime parameter
Tomas Babej
2014-05-05
1
-1
/
+51
*
cli: Add mechanism for deprecated option name aliases
Petr Viktorin
2014-03-21
1
-0
/
+2
*
Remove NULLS from constants.py
Nathaniel McCallum
2014-02-25
1
-8
/
+11
*
Add support for managed permissions
Petr Viktorin
2014-02-12
1
-0
/
+2
*
Allow sets for initialization of frozenset-typed Param keywords
Petr Viktorin
2013-12-13
1
-1
/
+1
*
Add IntEnum parameter to ipalib
Nathaniel McCallum
2013-10-09
1
-24
/
+42
*
Allow multiple types in Param type validation
Nathaniel McCallum
2013-10-09
1
-35
/
+18
*
Add optional_create flag
Nathaniel McCallum
2013-10-08
1
-0
/
+2
*
Don't special case the Password class in Param.__init__()
Nathaniel McCallum
2013-10-08
1
-11
/
+6
*
Document no_search in Param flags
Nathaniel McCallum
2013-10-07
1
-1
/
+3
*
Deprecate HBAC source hosts from CLI
Ana Krivokapic
2013-04-12
1
-0
/
+17
*
Drop support for CSV in the CLI client
Petr Viktorin
2013-02-22
1
-60
/
+1
*
Remove csv_separator and csv_skipspace Param arguments
Petr Viktorin
2013-02-22
1
-11
/
+3
*
Raise ValidationError on invalid CSV values.
Jan Cholasta
2013-02-08
1
-3
/
+10
*
Pylint cleanup.
Jan Cholasta
2013-01-29
1
-5
/
+3
*
Switch %r specifiers to '%s' in Public errors
Lynn Root
2012-12-11
1
-10
/
+6
*
Improve StrEnum validation error message
Martin Kosek
2012-10-01
1
-5
/
+10
*
Use OpenSSH-style public keys as the preferred format of SSH public keys.
Jan Cholasta
2012-09-06
1
-2
/
+0
*
Transfer long numbers over XMLRPC
Martin Kosek
2012-09-06
1
-6
/
+6
*
Fixed metadata serialization of Numbers and DNs
Petr Vobornik
2012-09-06
1
-3
/
+4
*
Internationalization for public errors
Petr Viktorin
2012-09-03
1
-1
/
+1
*
Raise Base64DecodeError instead of ConversionError when base64 decoding fails...
Jan Cholasta
2012-08-14
1
-3
/
+3
*
Use DN objects instead of strings
John Dennis
2012-08-12
1
-1
/
+18
*
Decimal parameter conversion and normalization
Martin Kosek
2012-06-17
1
-5
/
+49
*
Change json serialization to serialize useful data
Petr Vobornik
2012-06-07
1
-1
/
+14
*
Disallow setattr on no_update/no_create params
Petr Viktorin
2012-05-29
1
-0
/
+3
*
Remove duplicate and unused utility code
Petr Viktorin
2012-05-09
1
-1
/
+0
*
Redo boolean value encoding.
Jan Cholasta
2012-05-09
1
-33
/
+0
[next]