1. ad8140e build: Fix breakage when --with-maxloglevel is not 'trace'. by Philip Tricca · 6 years ago
  2. 5409054 ESYS: Fix default value for config string for loading libtss2-tcti-default. by Juergen Repp · 6 years ago
  3. 06db575 tcti: Port sumulator TCTI to Windows by David J. Maria · 6 years ago
  4. 1716129 Including header 'string.h' explicitly. by Safayet Ahmed · 6 years ago
  5. d5a36f6 Convert to SPDX-License-Indentifiers by Peter Huewe · 6 years ago
  6. c8887d5 tcti: initialize sockets before calling connect by Tadeusz Struk · 6 years ago
  7. e394cff tcti-mssim: Replace liburiparser with custom key/value pair parser. by Philip Tricca · 6 years ago
  8. df1410e tcti: Remove TSS2_TCTI_VERSION type, replace with simple uint32_t. by Philip Tricca · 6 years ago
  9. 097cae6 Add EOF handling to 'read_all' function in the io module, and TCTIs. by Philip Tricca · 6 years ago
  10. 5358e37 src: Fix Spelling Errors by dantpm · 6 years ago
  11. 850bb59 tcti: Use separate structures for the device and mssim TCTI contexts. by Philip Tricca · 6 years ago
  12. 1c4a811 Build: Fixes for Wmissing-field-initializers by Andreas Fuchs · 6 years ago
  13. 37b45c6 Build: Fixes for Wold-style-declarations by Andreas Fuchs · 6 years ago
  14. 450cf0b Build: Fixes for Wsign-compare by Andreas Fuchs · 6 years ago
  15. baeb2be Build: Fixes for Wunused-parameter by Andreas Fuchs · 6 years ago
  16. 9d4e41e tcti: Rename 'parse_header' function to 'header_unmarshal'. by Philip Tricca · 6 years ago
  17. 910f17c headers: Remove tpm20.h header. by Philip Tricca · 6 years ago
  18. 88ced72 util: Refactor TCTI I/O code into I/O module in utility library. by Philip Tricca · 6 years ago
  19. 936a70e tcti: Change context types for check functions. by Philip Tricca · 6 years ago
  20. a7c51ce build: Move logging code and tss2_endian.h to $(srcdir)/src/util by Philip Tricca · 6 years ago
  21. b8584ac build: Move TCTI code from tcti/ to src/tss2-tcti/ by Philip Tricca · 6 years ago[Renamed from tcti/tcti-mssim.c]
  22. 8ffd3c4 build: Install headers to $(includedir)/tss2, prefixed with tss2_ by Philip Tricca · 6 years ago
  23. bba4433 libtcti-mssim: Fix regression in default conf string selection. by Philip Tricca · 6 years ago
  24. addad78 tcti: Rename 'socket' TCTI to 'mssim'. by Philip Tricca · 6 years ago[Renamed (95%) from tcti/tcti_socket.c]
  25. 105c1a0 tcti: refactor PlatformCommand function by Tadeusz Struk · 6 years ago
  26. 262c1ef tcti: don't send MS_SIM_CANCEL_OFF on every receive by Tadeusz Struk · 6 years ago
  27. 5477c2a tcti: Refactor the return paths in the 'receive' functions. by Philip Tricca · 6 years ago
  28. 10b8116 tcti: Remove all of the status flags from the tcti structure. by Philip Tricca · 6 years ago
  29. 7a10ee3 tcti: Get rid of unnecessary 4k buffer in TCTI header. by Philip Tricca · 6 years ago
  30. fa14abe tcti: Implement & document simple state machine. by Philip Tricca · 6 years ago
  31. cb48b01 tcti: Remove unused fields from context structures. by Philip Tricca · 6 years ago
  32. cac4c3a tcti: Cleanup variable names headers. by Philip Tricca · 6 years ago
  33. 7ac3640 libtcti-socket: Simplify the receive function. by Philip Tricca · 6 years ago
  34. 9eb86d5 libtcti-sockt: Remove use of `select`. by Philip Tricca · 6 years ago
  35. 9bc025d libtcti-socket: Move recv function to socket module. by Philip Tricca · 6 years ago
  36. 77042de libtcti-socket: Refactor tctiRecvBytes into socket module. by Philip Tricca · 6 years ago
  37. dc4ff84 libtcti-socket: Refactor simulator init function. by Philip Tricca · 6 years ago
  38. 01b9a1e libtcti-socket: Refactor CloseSockets function. by Philip Tricca · 6 years ago
  39. 2bec2a8 libtcti-socket: Refactor InitSockets function. by Philip Tricca · 6 years ago
  40. c21dbf3 libtcti-socket: Remove old init function, data & refactor std init. by Philip Tricca · 6 years ago
  41. ee41115 tcti: Update structures to v2 TCTI structures & functions. by Philip Tricca · 6 years ago
  42. dc11b4f tcti: Generalize version struct and add to INFO struct as first member. by Philip Tricca · 6 years ago
  43. 3a38292 libtcti-socket: Optimize transmission of simulator send command header. by Philip Tricca · 6 years ago
  44. aca82c9 libtcti-socket: Cleanup transmit function. by Philip Tricca · 6 years ago
  45. ddf42b2 tcti: Fix API compatibility with TCTI transmit function. by Philip Tricca · 6 years ago
  46. d42e723 libtcti-socket: Refactor signaling with simulator when sending a command. by Philip Tricca · 6 years ago
  47. 72fba0b libtcti-socket: Refactor command header parsing in 'send' function. by Philip Tricca · 6 years ago
  48. bdc6945 libtcti-socket: Rewrite SendSessionEndSocketTcti function. by Philip Tricca · 6 years ago
  49. 76ba600 libtcti-socket: Remove unnecessary parameters, fix types and rename tctiSendBytes. by Philip Tricca · 6 years ago
  50. fd946a8 libtcti-socket: Remove unused macros. by Philip Tricca · 6 years ago
  51. dff2686 tcti-socket: Use 'write_all' utility function in place of 'send'. by Philip Tricca · 6 years ago
  52. 21fa321 tcti: Use C style comment block for license header & some cleanup. by Philip Tricca · 6 years ago
  53. 8315ef3 tcti-socket: Deprecate the old InitSocketTcti function, by Philip Tricca · 7 years ago
  54. 7362c44 tcti-socket: Move TCTI_SOCKET_DEFAULT macro to public header. by Philip Tricca · 7 years ago
  55. 77683c7 tcti-socket: Add common Info and Init function. by Philip Tricca · 7 years ago
  56. 43a0d76 TCTI: Update to new logging framework by Andreas Fuchs · 7 years ago
  57. f8a6662 tcti: Fix unused return code by Andreas Fuchs · 7 years ago
  58. be5899d All: Changed namespace from TPM_ to TPM2_ by Andreas Fuchs · 7 years ago
  59. 3f1828c tcti: Add tcti_common_checks function to sanity test the context structure. by Philip Tricca · 7 years ago
  60. a003d76 tcti: Reformat code. by Philip Tricca · 7 years ago
  61. 473aebe tcti: Move 'commonchecks' module into 'tcti' module. by Philip Tricca · 7 years ago
  62. 24f555c tcti: Replace TCTI_CONTEXT_INTEL macro with inline cast function. by Philip Tricca · 7 years ago
  63. b21f9f9 libmu: convert names to comply with TCG spec by Tadeusz Struk · 7 years ago
  64. 83d12be tcti: use predefined TCTI_CONTEXT_INTEL by Tadeusz Struk · 7 years ago
  65. e0a93d1 test: Add basic unit tests for the socket TCTI. by Philip Tricca · 7 years ago
  66. 5917fbf tcti: Return NOT_IMPLEMENTED RC for unimplemented functions. by Philip Tricca · 7 years ago
  67. 4ccb532 libtcti-socket: Check for NULL parameters in init function. by Philip Tricca · 7 years ago
  68. 14d9fbc libtcti-socket: Remove dead code from resourcemgr socket server. by Philip Tricca · 7 years ago
  69. 330d3c7 test: Move "common" and "sample" code used by tpmclient to tpmclient. by Philip Tricca · 7 years ago
  70. 8203a37 Remove duplicate code for endianness manipulation by Tadeusz Struk · 7 years ago
  71. e949568 Cleanup the usage of extern "C" by Tadeusz Struk · 7 years ago
  72. ace89dd tcti_socket: fix musl build issue do to missing header by Armin Kuster · 7 years ago
  73. 6c45af3 libtcti-socket: Replace usage of CHANGE_ENDIAN_* with libmarshal. by Philip Tricca · 7 years ago
  74. dd3b03c Cleanup includes of local files. by Philip Tricca · 7 years ago
  75. 56fec89 cleanup: Convert 'cpp' files to 'c'. by Philip Tricca · 7 years ago[Renamed from tcti/tcti_socket.cpp]
  76. 66f9b17 tcti_socket: Remove obsolete comments. by Philip Tricca · 8 years ago
  77. 40e926d tcti_socket: Move simulator initialization code into the context init function. by Philip Tricca · 8 years ago
  78. 755d9ec tcti_socket: Stop freeing caller allocated data in finalize function. by Philip Tricca · 8 years ago
  79. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  80. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  81. 1c82759 Got debug messages working in RM. by wcarthur · 8 years ago
  82. 66f143a tcti: Remove use of SAPI_CLIENT flag in socket tcti. by Philip Tricca · 8 years ago
  83. ec2df92 sockets: Move CloseSockets from tcti_socket to common sockets module. by Philip Tricca · 8 years ago
  84. 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
  85. 7b4948e tcti: Use macros to access common TCTI data. by Philip Tricca · 8 years ago
  86. 8dc2588 Merge pull request #189 from wcarthur1/fix_compiler_warnings by Gang(Jimmy) Wei · 8 years ago
  87. 06befc0 fixed master branch: by wcarthur · 8 years ago
  88. e2e0418 Fix compiler warnings that are being turned into errors when by wcarthur1 · 8 years ago
  89. 298c65f tcti_socket: Remove final reference to 'simulator' flag. by Philip Tricca · 8 years ago
  90. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 8 years ago
  91. bcc7303 tcti_socket: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  92. 4ee284b sockets: Factor sendBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  93. a06f237 sockets: Factor recvBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  94. c1364ff sockets: Remove global data from InitSockets. by Philip Tricca · 8 years ago
  95. aee953e Fixed compiler warnings related to unused variables that are being turned into errors. by wcarthur1 · 8 years ago
  96. cbf4975 debug: Remove global commandCodeStrings array from libtss2. by Philip Tricca · 8 years ago
  97. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 8 years ago
  98. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 8 years ago
  99. 35aa539 Bug fix (no return value for SAPI and TCTI finalize function). by wcarthur · 8 years ago
  100. 6960f1b debug: Remove global variable rmDebugPrefix. by Philip Tricca · 8 years ago