1. 64da97c Bug fix: not checking connection ID for some commands (Load, by wcarthur · 8 years ago
  2. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 8 years ago
  3. 25c513e Merge pull request #151 from flihp/tcti_device_printf by wcarthur1 · 8 years ago
  4. a870758 Fixed bad comment. by wcarthur · 8 years ago
  5. 0d292d1 Fixed bugs in AddSession and DeleteSession (these never worked right to by wcarthur · 8 years ago
  6. 09a5bcd test: Add test cases to test TCTI logging mechanism in device TCTI. by Philip Tricca · 8 years ago
  7. 068d563 tcti_device: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  8. 3b3881d Merge pull request #159 from flihp/tcti_device_common by wcarthur1 · 8 years ago
  9. 28eec1a Added test banner to TestLocalTcti function. by wcarthur · 8 years ago
  10. 35aa539 Bug fix (no return value for SAPI and TCTI finalize function). by wcarthur · 8 years ago
  11. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 8 years ago
  12. 6b5e714 Merge pull request #149 from flihp/debug_socket_print by wcarthur1 · 8 years ago
  13. da7cf4b Merge pull request #150 from flihp/sim_port_fix by wcarthur1 · 8 years ago
  14. b0abac8 resourcemgr: Default to simulator port when connecting to the simulator. by Philip Tricca · 8 years ago
  15. 9e07755 debug: Missed converting a few calls to DebugPrintBuffer. by Philip Tricca · 8 years ago
  16. 591f64f Merge pull request #147 from wcarthur1/fixEncryptParam by wcarthur1 · 8 years ago
  17. 1917e1d Fixed test: missed this on first commit. by wcarthur · 8 years ago
  18. ea8d5ec Merge pull request #146 from wcarthur1/fixEncryptParam by wcarthur1 · 8 years ago
  19. c77b7cc Fixed bug in SetEncryptParam: should be checking that encrypParamSize is by wcarthur · 8 years ago
  20. 33eb0d0 Merge pull request #142 from flihp/cmocka by wcarthur1 · 8 years ago
  21. 7f44f5c Merge pull request #144 from flihp/nuke_rmDebugPrefix by wcarthur1 · 8 years ago
  22. fc569cc Merge pull request #143 from flihp/tcti_dev_no_undefined by wcarthur1 · 8 years ago
  23. 6960f1b debug: Remove global variable rmDebugPrefix. by Philip Tricca · 8 years ago
  24. b194be9 test: Integrate cmocka into autotools build, add basic test case for device TCTI. by Philip Tricca · 8 years ago
  25. 016d898 tcti_device: Pass -no-undefined flag to linker. by Philip Tricca · 8 years ago
  26. ca70f4b Merge pull request #141 from flihp/tcti_include_tpm20 by Philip Tricca · 8 years ago
  27. 8d1479e headers: Add tpm20.h include to both TCTI headers. by Philip Tricca · 8 years ago
  28. 8c61f7f Merge pull request #140 from flihp/printf_fpointer by wcarthur1 · 8 years ago
  29. 4e43eab debug: Stop using global printfFunction pointer in debug functions. by Philip Tricca · 8 years ago
  30. ca22d65 debug: Catch remaining uses of PrintRMDebugPrefix. by Philip Tricca · 8 years ago
  31. 5a20994 debug: Turn printf_types enumeration into a type ... and then use it. by Philip Tricca · 8 years ago
  32. 2b7d89b debug: Remove PrintRMDebugPrefix function. by Philip Tricca · 8 years ago
  33. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 8 years ago
  34. 7f28fd1 Merge pull request #138 from flihp/common_sock2 by wcarthur1 · 8 years ago
  35. 226aaf3 Merge pull request #132 from flihp/simulator_extern by wcarthur1 · 8 years ago
  36. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 8 years ago
  37. 3c0debc tcti_socket: Remove simulator flag. by Philip Tricca · 8 years ago
  38. 08dd64f Merge pull request #136 from flihp/rmPrintf by wcarthur1 · 8 years ago
  39. 04d020c Merge pull request #137 from flihp/random_cleanup by wcarthur1 · 8 years ago
  40. 9b45798 debug: Rmove the SHARED_OUT_FILE. by Philip Tricca · 8 years ago
  41. 7c82e75 resourcemgr: Reference local variable in InitSimulatorTctiContext. by Philip Tricca · 8 years ago
  42. 7652416 resourcemgr: Remove unused functions. by Philip Tricca · 8 years ago
  43. cc5747f tcti_socket: Remove outFileName from exposed interface. by Philip Tricca · 8 years ago
  44. 570b756 Revert "Expose version number to make, generate header guard checks." by Philip Tricca · 8 years ago
  45. c6634ec Merge pull request #130 from flihp/tcti_init_cfg by wcarthur1 · 8 years ago
  46. 43f02e1 Merge pull request #128 from flihp/header_guard by wcarthur1 · 8 years ago
  47. bcbdfe4 resourcemgr: Remove unused rmPrintf. by Philip Tricca · 8 years ago
  48. 2c1f02c TeardownDeviceTctiContext: Remove duplicate function. by Philip Tricca · 8 years ago
  49. 3f7201d tcti_device: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  50. 6feb976 InitSocketTcti: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  51. 78180e1 TCTIs: Get rid of the TSS2_TCTI_DRIVER_INFO struct. by Philip Tricca · 8 years ago
  52. 592576c Expose version number to make, generate header guard checks. by Philip Tricca · 8 years ago
  53. 1873c42 version: Separate major and minor version components and use macro to set them. by Philip Tricca · 8 years ago
  54. 6a4e9e8 Headers: Remove version check for private headers. by Philip Tricca · 8 years ago
  55. 704e22e headers: Clean up version macro. by Philip Tricca · 8 years ago
  56. d4f23cc Merge pull request #129 from flihp/basetypes by wcarthur1 · 8 years ago
  57. 2bf8bcb basetypes.h: Remove basetypes.h. by Philip Tricca · 8 years ago
  58. c89277a Merge pull request #127 from gwei3/tpmtest-fix-160222 by wcarthur1 · 8 years ago
  59. fbf818c tpmtest: add a missed size initialization by Gang Wei · 8 years ago
  60. 60ec042 Merge pull request #124 from gwei3/tpmtest-fix by wcarthur1 · 8 years ago
  61. c75dd1d tpmtest: treat IBM software TPM as simulator by Gang Wei · 8 years ago
  62. b9f8de1 Merge pull request #122 from flihp/tcti_api by wcarthur1 · 8 years ago
  63. d1bbedb tcti_socket: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  64. 0dca4f1 tcti_device: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  65. bb21d22 winbuild: Fixup resourcemgr and tpmclient build. by Philip Tricca · 8 years ago
  66. f1c977c tcti: Use consistent naming structure for tcti headers. by Philip Tricca · 8 years ago
  67. 785e88d tcti: Flatten the directory structure of the tcti code. by Philip Tricca · 8 years ago
  68. 7b8badf Incomplete macro __cplusplus by lakshminarayanand · 8 years ago
  69. 63b62fc Merge pull request #116 from flihp/sapi_header_squash by wcarthur1 · 8 years ago
  70. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  71. 371fdbc Merge pull request #113 from gwei3/tpmtest-fix by wcarthur1 · 9 years ago
  72. 598c0fa Merge pull request #110 from flihp/tcti_magic by wcarthur1 · 9 years ago
  73. 4ea417c Move TCTI_MAGIC and TCTI_VERSION values to a common include. by Philip Tricca · 9 years ago
  74. 2da8954 windows: Fixup reference to platformcommand.c by Philip Tricca · 9 years ago
  75. fdbfd01 fix tpmtest to met updated check in SAPI by Gang Wei · 9 years ago
  76. 9154f57 Merge pull request #112 from flihp/platform_command by wcarthur1 · 9 years ago
  77. be9acd3 platformcommand: Link commands for interacting with the MS simulator into libtpm2tctisock. by Philip Tricca · 9 years ago
  78. a7a73f8 Merge branch 'master' of https://github.com/01org/TPM2.0-TSS by wcarthur · 9 years ago
  79. 11d2238 Added code to print out spec version #. by wcarthur · 9 years ago
  80. 557c873 Merge pull request #99 from flihp/mvheaders by wcarthur1 · 9 years ago
  81. e2c1679 build: Move all distributed headers into a common directory. by Philip Tricca · 9 years ago
  82. de56248 Fixed issue in Windows build instructions. by wcarthur · 9 years ago
  83. 08fdca8 Merge branch 'master' of https://github.com/01org/TPM2.0-TSS by wcarthur · 9 years ago
  84. 0cc0a43 Fixed error in code layout drawing. by wcarthur · 9 years ago
  85. 9a4d004 Merge pull request #96 from wcarthur1/sapiTests by wcarthur1 · 9 years ago
  86. b4b7e03 When previously autogenerating code from 1.26 version of TPM 2.0 spec, by wcarthur · 9 years ago
  87. 0c7f388 Fix include preferences by Teddy Reed · 9 years ago
  88. d295e29 Added project files for tpmtest. by wcarthur · 9 years ago
  89. f6d78ac Undefined DEBUG_GAP_HANDLING in resourcemgr.h file. by wcarthur · 9 years ago
  90. b384cc4 Merge pull request #88 from gwei3/gwei3-fix-session-context-save by wcarthur1 · 9 years ago
  91. 3088700 [resourcemgr]fix for Tss2_Sys_ContextSave(session) by Gang(Jimmy) Wei · 9 years ago
  92. f92920d Merge pull request #90 from kkamagui/tss-tboot2 by wcarthur1 · 9 years ago
  93. e196c7e Added codes for flushing loaded handles before the resource manager is started. by Seunghun Han · 9 years ago
  94. 33e538a Merge branch 'master' of https://github.com/01org/TPM2.0-TSS by wcarthur · 9 years ago
  95. ec22c2c Merge branch 'wcarthur1-sapiTests' by wcarthur · 9 years ago
  96. 1987e15 Merge branch 'sapiTests' of https://github.com/wcarthur1/TPM2.0-TSS into wcarthur1-sapiTests by wcarthur · 9 years ago
  97. 1f38d4d Merge pull request #89 from gwei3/tpmtest-fix-for-tcti by Gang(Jimmy) Wei · 9 years ago
  98. 776640c [tpmtest] fix tcti magic & version missing issue by Gang Wei · 9 years ago
  99. 4402db3 Better comments. by wcarthur · 9 years ago
  100. 01e35ad Added test for malformed response. by wcarthur · 9 years ago