freeipa/ipaclient
Christian Heimes 3be696c92f Drop in-memory copy of schema zip file
The schema cache used a BytesIO buffer to read/write schema cache before
it got flushed to disk. Since the schema cache is now loaded in one go,
the temporary buffer is no longer needed.

File locking has been replaced with a temporary file and atomic rename.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: David Kupka <dkupka@redhat.com>
2017-03-01 12:50:43 +01:00
..
install Moving ipaCert from HTTPD_ALIAS_DIR 2017-03-01 09:43:41 +00:00
plugins Remove NSSConnection from otptoken plugin 2017-03-01 09:43:41 +00:00
remote_plugins Drop in-memory copy of schema zip file 2017-03-01 12:50:43 +01:00
__init__.py Split ipa-client/ into ipaclient/ (Python library) and client/ (C, scripts) 2016-01-27 12:09:02 +01:00
csrgen.py tests: Add tests for CSR autogeneration 2017-01-31 10:20:28 +01:00
frontend.py frontent: Add summary class property to CommandOverride 2016-08-17 14:16:04 +02:00
Makefile.am Build: Makefiles for Python packages 2016-11-09 13:08:32 +01:00
setup.cfg Port all setup.py to setuptools 2016-10-20 18:43:37 +02:00
setup.py csrgen: Add code to generate scripts that generate CSRs 2017-01-31 10:20:28 +01:00