1. b21f9f9 libmu: convert names to comply with TCG spec by Tadeusz Struk · 7 years ago
  2. 83d12be tcti: use predefined TCTI_CONTEXT_INTEL by Tadeusz Struk · 7 years ago
  3. e0a93d1 test: Add basic unit tests for the socket TCTI. by Philip Tricca · 7 years ago
  4. 5917fbf tcti: Return NOT_IMPLEMENTED RC for unimplemented functions. by Philip Tricca · 7 years ago
  5. 4ccb532 libtcti-socket: Check for NULL parameters in init function. by Philip Tricca · 7 years ago
  6. 14d9fbc libtcti-socket: Remove dead code from resourcemgr socket server. by Philip Tricca · 7 years ago
  7. 330d3c7 test: Move "common" and "sample" code used by tpmclient to tpmclient. by Philip Tricca · 7 years ago
  8. 8203a37 Remove duplicate code for endianness manipulation by Tadeusz Struk · 7 years ago
  9. e949568 Cleanup the usage of extern "C" by Tadeusz Struk · 7 years ago
  10. ace89dd tcti_socket: fix musl build issue do to missing header by Armin Kuster · 7 years ago
  11. 6c45af3 libtcti-socket: Replace usage of CHANGE_ENDIAN_* with libmarshal. by Philip Tricca · 8 years ago
  12. dd3b03c Cleanup includes of local files. by Philip Tricca · 8 years ago
  13. 56fec89 cleanup: Convert 'cpp' files to 'c'. by Philip Tricca · 8 years ago[Renamed from tcti/tcti_socket.cpp]
  14. 66f9b17 tcti_socket: Remove obsolete comments. by Philip Tricca · 8 years ago
  15. 40e926d tcti_socket: Move simulator initialization code into the context init function. by Philip Tricca · 8 years ago
  16. 755d9ec tcti_socket: Stop freeing caller allocated data in finalize function. by Philip Tricca · 8 years ago
  17. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  18. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  19. 1c82759 Got debug messages working in RM. by wcarthur · 8 years ago
  20. 66f143a tcti: Remove use of SAPI_CLIENT flag in socket tcti. by Philip Tricca · 8 years ago
  21. ec2df92 sockets: Move CloseSockets from tcti_socket to common sockets module. by Philip Tricca · 8 years ago
  22. a10b0c9 Fixed bug with DEBUG_SOCKETS: when a command code is not valid, the code could cause a seg fault by looking for a string outside the correct range. Found in in the first test in TestRM. by wcarthur1 · 8 years ago
  23. 7b4948e tcti: Use macros to access common TCTI data. by Philip Tricca · 8 years ago
  24. 8dc2588 Merge pull request #189 from wcarthur1/fix_compiler_warnings by Gang(Jimmy) Wei · 8 years ago
  25. 06befc0 fixed master branch: by wcarthur · 8 years ago
  26. e2e0418 Fix compiler warnings that are being turned into errors when by wcarthur1 · 8 years ago
  27. 298c65f tcti_socket: Remove final reference to 'simulator' flag. by Philip Tricca · 8 years ago
  28. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 8 years ago
  29. bcc7303 tcti_socket: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  30. 4ee284b sockets: Factor sendBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  31. a06f237 sockets: Factor recvBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  32. c1364ff sockets: Remove global data from InitSockets. by Philip Tricca · 8 years ago
  33. aee953e Fixed compiler warnings related to unused variables that are being turned into errors. by wcarthur1 · 8 years ago
  34. cbf4975 debug: Remove global commandCodeStrings array from libtss2. by Philip Tricca · 8 years ago
  35. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 8 years ago
  36. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 8 years ago
  37. 35aa539 Bug fix (no return value for SAPI and TCTI finalize function). by wcarthur · 8 years ago
  38. 6960f1b debug: Remove global variable rmDebugPrefix. by Philip Tricca · 9 years ago
  39. 5a20994 debug: Turn printf_types enumeration into a type ... and then use it. by Philip Tricca · 9 years ago
  40. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 9 years ago
  41. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 9 years ago
  42. 9b45798 debug: Rmove the SHARED_OUT_FILE. by Philip Tricca · 9 years ago
  43. 6feb976 InitSocketTcti: Remove configuration string in favor of structure. by Philip Tricca · 9 years ago
  44. d1bbedb tcti_socket: Fixup function names to match new module name. by Philip Tricca · 9 years ago
  45. 785e88d tcti: Flatten the directory structure of the tcti code. by Philip Tricca · 9 years ago[Renamed (99%) from tcti/tpmsockets/tpmsockets.cpp]
  46. 7b8badf Incomplete macro __cplusplus by lakshminarayanand · 9 years ago