freeipa/ipaserver
John Dennis 1289285d49 Fix JSON binary encode and decode errors
Traverse the objects passed to JSON for encoding and decoding.
When binary data is seen during encode replace the binary
data with a dict {'__base64__' : base64_encoding_of_binary_value}.

On decode if a dict is seen whose single key is '__base64__' replace
that dict with the base64 decoded value of the key's value.
2010-03-04 15:30:16 -05:00
..
install Don't assume local directory is valid or writable. 2010-02-19 14:37:27 -05:00
plugins Consolidate to single WSGI entry point 2010-03-01 20:21:38 -07:00
__init__.py Run ipaserver under mod_wsgi 2010-03-01 20:22:22 -07:00
conn.py Renamed ipa_server/ to ipaserver/ and tests/test_ipa_server/ to tests/test_ipaserver 2009-01-04 18:44:16 -07:00
ipaldap.py Don't pass non-existent arguments to _handle_errors() 2009-05-19 09:48:35 -04:00
ipautil.py Remove (un)wrap_binary_data cruft from */ipautil.py 2010-01-28 14:26:29 -05:00
rpcserver.py Fix JSON binary encode and decode errors 2010-03-04 15:30:16 -05:00
servercore.py Clean up some problems discovered with pylint and pychecker 2009-08-12 13:18:15 -04:00