1. 125bb32 build: Build all libraries with -fPIC flag. by Philip Tricca · 8 years ago
  2. 8a6cfaa build: Remove -no-undefined from the libtctidevice LDFLAGS. by Philip Tricca · 8 years ago
  3. 098f8c0 Added support for properly calculating cpHash for commands that have no handles. by wcarthur · 8 years ago
  4. 1b9dd55 Merge pull request #173 from flihp/tpmclient_device_tcti_callback by wcarthur1 · 8 years ago
  5. bbf2203 tpmclient: Add debug callback to device TCTI config. by Philip Tricca · 8 years ago
  6. 3f00a33 Debugability enhancements to RESOURCE_MANAGER_ENTRY structure by wcarthur · 8 years ago
  7. 34b0147 Merge pull request #171 from flihp/tcti_init_string by wcarthur1 · 8 years ago
  8. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 8 years ago
  9. 0c37a4a Merge pull request #170 from flihp/unit_magic by wcarthur1 · 8 years ago
  10. faac11f tcti_device_test: Remove MAGIC and VERSION from Init call. by Philip Tricca · 8 years ago
  11. e2761a4 Fixed bug when running against IBM simulator. Need to check for by wcarthur1 · 8 years ago
  12. 08ad945 Fixed instances of 0x80006 errors (insufficient buffer) when running by wcarthur1 · 8 years ago
  13. 7ddc98e Enable connection specific creation and shutdown of sessions (this is preparation for getcap tests). by wcarthur · 8 years ago
  14. 39d58fa Revert "Enable connection specific creation and shutdown of sessions (this is" by Philip Tricca · 8 years ago
  15. 6b104cd Merge pull request #164 from flihp/remove_magic_version by wcarthur1 · 8 years ago
  16. 3aa33ac Enable connection specific creation and shutdown of sessions (this is by wcarthur · 8 years ago
  17. abb4b09 Fixed StartAuthSessionWithParams: when StartAuthSession fails, by wcarthur · 8 years ago
  18. ee69aba Fixed bug in TestRM (uninitialized sizes for TPM2B's passed to CreatePrimaryComplete). by wcarthur · 8 years ago
  19. 64da97c Bug fix: not checking connection ID for some commands (Load, by wcarthur · 8 years ago
  20. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 8 years ago
  21. 25c513e Merge pull request #151 from flihp/tcti_device_printf by wcarthur1 · 8 years ago
  22. a870758 Fixed bad comment. by wcarthur · 8 years ago
  23. 0d292d1 Fixed bugs in AddSession and DeleteSession (these never worked right to by wcarthur · 8 years ago
  24. 09a5bcd test: Add test cases to test TCTI logging mechanism in device TCTI. by Philip Tricca · 8 years ago
  25. 068d563 tcti_device: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  26. 3b3881d Merge pull request #159 from flihp/tcti_device_common by wcarthur1 · 8 years ago
  27. 28eec1a Added test banner to TestLocalTcti function. by wcarthur · 8 years ago
  28. 35aa539 Bug fix (no return value for SAPI and TCTI finalize function). by wcarthur · 8 years ago
  29. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 8 years ago
  30. 6b5e714 Merge pull request #149 from flihp/debug_socket_print by wcarthur1 · 8 years ago
  31. da7cf4b Merge pull request #150 from flihp/sim_port_fix by wcarthur1 · 8 years ago
  32. b0abac8 resourcemgr: Default to simulator port when connecting to the simulator. by Philip Tricca · 8 years ago
  33. 9e07755 debug: Missed converting a few calls to DebugPrintBuffer. by Philip Tricca · 8 years ago
  34. 591f64f Merge pull request #147 from wcarthur1/fixEncryptParam by wcarthur1 · 8 years ago
  35. 1917e1d Fixed test: missed this on first commit. by wcarthur · 8 years ago
  36. ea8d5ec Merge pull request #146 from wcarthur1/fixEncryptParam by wcarthur1 · 8 years ago
  37. c77b7cc Fixed bug in SetEncryptParam: should be checking that encrypParamSize is by wcarthur · 8 years ago
  38. 33eb0d0 Merge pull request #142 from flihp/cmocka by wcarthur1 · 8 years ago
  39. 7f44f5c Merge pull request #144 from flihp/nuke_rmDebugPrefix by wcarthur1 · 8 years ago
  40. fc569cc Merge pull request #143 from flihp/tcti_dev_no_undefined by wcarthur1 · 8 years ago
  41. 6960f1b debug: Remove global variable rmDebugPrefix. by Philip Tricca · 8 years ago
  42. b194be9 test: Integrate cmocka into autotools build, add basic test case for device TCTI. by Philip Tricca · 8 years ago
  43. 016d898 tcti_device: Pass -no-undefined flag to linker. by Philip Tricca · 8 years ago
  44. ca70f4b Merge pull request #141 from flihp/tcti_include_tpm20 by Philip Tricca · 8 years ago
  45. 8d1479e headers: Add tpm20.h include to both TCTI headers. by Philip Tricca · 8 years ago
  46. 8c61f7f Merge pull request #140 from flihp/printf_fpointer by wcarthur1 · 8 years ago
  47. 4e43eab debug: Stop using global printfFunction pointer in debug functions. by Philip Tricca · 8 years ago
  48. ca22d65 debug: Catch remaining uses of PrintRMDebugPrefix. by Philip Tricca · 8 years ago
  49. 5a20994 debug: Turn printf_types enumeration into a type ... and then use it. by Philip Tricca · 8 years ago
  50. 2b7d89b debug: Remove PrintRMDebugPrefix function. by Philip Tricca · 8 years ago
  51. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 8 years ago
  52. 7f28fd1 Merge pull request #138 from flihp/common_sock2 by wcarthur1 · 8 years ago
  53. 226aaf3 Merge pull request #132 from flihp/simulator_extern by wcarthur1 · 8 years ago
  54. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 8 years ago
  55. 3c0debc tcti_socket: Remove simulator flag. by Philip Tricca · 8 years ago
  56. 08dd64f Merge pull request #136 from flihp/rmPrintf by wcarthur1 · 8 years ago
  57. 04d020c Merge pull request #137 from flihp/random_cleanup by wcarthur1 · 8 years ago
  58. 9b45798 debug: Rmove the SHARED_OUT_FILE. by Philip Tricca · 8 years ago
  59. 7c82e75 resourcemgr: Reference local variable in InitSimulatorTctiContext. by Philip Tricca · 8 years ago
  60. 7652416 resourcemgr: Remove unused functions. by Philip Tricca · 8 years ago
  61. cc5747f tcti_socket: Remove outFileName from exposed interface. by Philip Tricca · 8 years ago
  62. 570b756 Revert "Expose version number to make, generate header guard checks." by Philip Tricca · 8 years ago
  63. c6634ec Merge pull request #130 from flihp/tcti_init_cfg by wcarthur1 · 8 years ago
  64. 43f02e1 Merge pull request #128 from flihp/header_guard by wcarthur1 · 8 years ago
  65. bcbdfe4 resourcemgr: Remove unused rmPrintf. by Philip Tricca · 8 years ago
  66. 2c1f02c TeardownDeviceTctiContext: Remove duplicate function. by Philip Tricca · 8 years ago
  67. 3f7201d tcti_device: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  68. 6feb976 InitSocketTcti: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  69. 78180e1 TCTIs: Get rid of the TSS2_TCTI_DRIVER_INFO struct. by Philip Tricca · 8 years ago
  70. 592576c Expose version number to make, generate header guard checks. by Philip Tricca · 8 years ago
  71. 1873c42 version: Separate major and minor version components and use macro to set them. by Philip Tricca · 8 years ago
  72. 6a4e9e8 Headers: Remove version check for private headers. by Philip Tricca · 8 years ago
  73. 704e22e headers: Clean up version macro. by Philip Tricca · 8 years ago
  74. d4f23cc Merge pull request #129 from flihp/basetypes by wcarthur1 · 8 years ago
  75. 2bf8bcb basetypes.h: Remove basetypes.h. by Philip Tricca · 8 years ago
  76. c89277a Merge pull request #127 from gwei3/tpmtest-fix-160222 by wcarthur1 · 8 years ago
  77. fbf818c tpmtest: add a missed size initialization by Gang Wei · 8 years ago
  78. 60ec042 Merge pull request #124 from gwei3/tpmtest-fix by wcarthur1 · 8 years ago
  79. c75dd1d tpmtest: treat IBM software TPM as simulator by Gang Wei · 8 years ago
  80. b9f8de1 Merge pull request #122 from flihp/tcti_api by wcarthur1 · 8 years ago
  81. d1bbedb tcti_socket: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  82. 0dca4f1 tcti_device: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  83. bb21d22 winbuild: Fixup resourcemgr and tpmclient build. by Philip Tricca · 8 years ago
  84. f1c977c tcti: Use consistent naming structure for tcti headers. by Philip Tricca · 8 years ago
  85. 785e88d tcti: Flatten the directory structure of the tcti code. by Philip Tricca · 8 years ago
  86. 7b8badf Incomplete macro __cplusplus by lakshminarayanand · 8 years ago
  87. 63b62fc Merge pull request #116 from flihp/sapi_header_squash by wcarthur1 · 8 years ago
  88. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  89. 371fdbc Merge pull request #113 from gwei3/tpmtest-fix by wcarthur1 · 9 years ago
  90. 598c0fa Merge pull request #110 from flihp/tcti_magic by wcarthur1 · 9 years ago
  91. 4ea417c Move TCTI_MAGIC and TCTI_VERSION values to a common include. by Philip Tricca · 9 years ago
  92. 2da8954 windows: Fixup reference to platformcommand.c by Philip Tricca · 9 years ago
  93. fdbfd01 fix tpmtest to met updated check in SAPI by Gang Wei · 9 years ago
  94. 9154f57 Merge pull request #112 from flihp/platform_command by wcarthur1 · 9 years ago
  95. be9acd3 platformcommand: Link commands for interacting with the MS simulator into libtpm2tctisock. by Philip Tricca · 9 years ago
  96. a7a73f8 Merge branch 'master' of https://github.com/01org/TPM2.0-TSS by wcarthur · 9 years ago
  97. 11d2238 Added code to print out spec version #. by wcarthur · 9 years ago
  98. 557c873 Merge pull request #99 from flihp/mvheaders by wcarthur1 · 9 years ago
  99. e2c1679 build: Move all distributed headers into a common directory. by Philip Tricca · 9 years ago
  100. de56248 Fixed issue in Windows build instructions. by wcarthur · 9 years ago