PyKMIP/kmip/core
Peter Hamilton 87f05f90bf Fixing bug with Integer accepting long values
This change fixes a bug with the Integer primitive that caused it to
break when accepting long integer values. As long as the long integer
value can be represented by a signed 32-bit integer, it is considered
valid. Test cases have been added to check for this condition and the
validation routine for Integer has been updated to raise appropriate
errors.
2015-06-24 13:42:04 -04:00
..
factories Adding support for the Certificate managed object 2015-05-05 14:55:34 -04:00
messages Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
repo Stub out server side locate operation. 2014-09-11 18:04:22 -04:00
__init__.py PyKMIP - Release v0.0.1 2014-08-13 19:23:05 -04:00
attributes.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
config_helper.py Adding custom configuration support 2015-02-27 10:48:07 -05:00
enums.py Adding support for the Certificate managed object 2015-05-05 14:55:34 -04:00
errors.py PyKMIP - Release v0.1.0 2014-08-28 14:04:23 -04:00
keys.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
misc.py Adding support for the Certificate managed object 2015-05-05 14:55:34 -04:00
objects.py A few bug fixes in objects 2015-06-24 15:34:53 +01:00
primitives.py Fixing bug with Integer accepting long values 2015-06-24 13:42:04 -04:00
secrets.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
server.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
utils.py Adding support for the Query operation 2015-02-23 17:18:05 -05:00