aboutsummaryrefslogtreecommitdiff
path: root/service_provider.c (follow)
Commit message (Expand)AuthorAge
* Add some commentsFranklin Wei2018-07-12
* Fix memory leak in find_empty_slot()Franklin Wei2018-07-12
* Make sp_createfile() allocate ACL IOMT in memory, rather than DBFranklin Wei2018-07-12
* Comment out unused functionsFranklin Wei2018-07-12
* Make caller allocate memory in call to merkle_update()Franklin Wei2018-07-12
* Add tests for IOMT search operations (disabled by default)Franklin Wei2018-07-11
* Fix whitespace, indentation; minor changes to plotting scriptFranklin Wei2018-07-10
* Track build code/compose file as a hashFranklin Wei2018-07-10
* Clean up some minor stuffFranklin Wei2018-07-09
* Precompile SQL statements for speedFranklin Wei2018-07-09
* Refactor and optimizeFranklin Wei2018-07-08
* Add nonce to version info response (to prevent replay); various code cleanupFranklin Wei2018-07-06
* Add method to save module state; allows resuming from a previous runFranklin Wei2018-07-05
* Use 64-bit integers where appropriateFranklin Wei2018-07-03
* Fix warningsFranklin Wei2018-07-03
* Do placeholder insertion on-demand, instead of all at once in sp_new()Franklin Wei2018-07-02
* Remove debug code from service provider; warn about inconsistent module stateFranklin Wei2018-07-02
* Add some more tests; progress towards resuming from an old state possibleFranklin Wei2018-06-30
* Add dummy client/server for comparison; fix bugs and polish database codeFranklin Wei2018-06-30
* Modify for testing init onlyFranklin Wei2018-06-28
* Keep IOMT in memory while initializingFranklin Wei2018-06-28
* Add configurable logleavesFranklin Wei2018-06-28
* Add performance output to sp_init()Franklin Wei2018-06-28
* Optimize DB codeFranklin Wei2018-06-27
* Further work on conversion to database backend; still not working yetFranklin Wei2018-06-27
* WIP on database backendFranklin Wei2018-06-27
* WIP on database backendFranklin Wei2018-06-26
* Limit direct access to IOMT structureFranklin Wei2018-06-25
* Update client; provide ACL in response; add encryptionFranklin Wei2018-06-25
* Implement file info and content retrieval in clientFranklin Wei2018-06-24
* Add command-line interface for clientFranklin Wei2018-06-23
* Finish implementing client and serverFranklin Wei2018-06-22
* Add a separate client communicating by unix socketFranklin Wei2018-06-21
* Support creation of line-by-line IOMTs from disk filesFranklin Wei2018-06-20
* Some code cleanup and refactorFranklin Wei2018-06-20
* Adapt service provider for tracking container build and compose filesFranklin Wei2018-06-20
* Squash some bugs, cleanup; implement ACL modification in service providerFranklin Wei2018-06-18
* Fix memory leak; also add further test for file retrievalFranklin Wei2018-06-18
* Some refactoring; file info retrieval in service provider as wellFranklin Wei2018-06-17
* Implement F_snd() IVP (untested) and add some performance tests to sp_test()Franklin Wei2018-06-16
* Clean up memory leaks and uninitialized valuesFranklin Wei2018-06-15
* Further refactoring and clean-up; more work on service providerFranklin Wei2018-06-15
* Refactor IOMT-specific code into crypto.c (and out of service_provider)Franklin Wei2018-06-15
* Working on service provider's request handling; some cleanup tooFranklin Wei2018-06-15
* Refactor and clean-up; also WIP on tm_retrieve_secret()Franklin Wei2018-06-14
* Finish up tree initialization and EQ cert helperFranklin Wei2018-06-14
* Working on EQ generationFranklin Wei2018-06-14
* Working on service provider tree management routinesFranklin Wei2018-06-13
* Various changes; also implement binary tree complement calculationFranklin Wei2018-06-12
* Finish testing file modification in sp_test()Franklin Wei2018-06-08