1. aec584b Merge pull request #202 from flihp/test_wall_werror by wcarthur1 · 8 years ago
  2. 33eacd1 test: Remove unused state variable. by Philip Tricca · 8 years ago
  3. 7bcb7a5 Merge pull request #187 from gwei3/resourcemgr-fix-20160408 by wcarthur1 · 8 years ago
  4. 152f0ce Merge pull request #192 from gwei3/tpmtest-fix-20160412 by wcarthur1 · 8 years ago
  5. 45fb109 RM: Only send 'PlatformCommand' to simulator. by Gang Wei · 8 years ago
  6. 4f2bdd7 tcti_socket: Add common/debug.c to get debug functions. by Philip Tricca · 8 years ago
  7. 3d48635 tcti_device: Fix build errors when CFLAGS includes DEBUG by Philip Tricca · 8 years ago
  8. 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
  9. aaf03ca RM: remove persistent bit in ENTRY_STRUCT by Gang Wei · 8 years ago
  10. 1225a1b tpmtest & tpmclient: fix more TPM2B initialization by Gang Wei · 8 years ago
  11. dd3765b Merge pull request #197 from flihp/tcti_helper_macros by wcarthur1 · 8 years ago
  12. c171cc2 update sample code to use INIT_SIMPLE_TPM2B_SIZE() by Gang Wei · 8 years ago
  13. 7b4948e tcti: Use macros to access common TCTI data. by Philip Tricca · 8 years ago
  14. c27ac55 tss2_tcti.h: Add macros to simplify access to data in the common TCTI structure. by Philip Tricca · 8 years ago
  15. 81acbf2 Fixed bugs in handling of critical sections in RM. by wcarthur · 8 years ago
  16. b661708 Merge pull request #184 from flihp/libs_no_undefined by wcarthur1 · 8 years ago
  17. 8dc2588 Merge pull request #189 from wcarthur1/fix_compiler_warnings by Gang(Jimmy) Wei · 8 years ago
  18. 2dc284c tpmtest: use INIT_SIMPLE_TPM2B_SIZE to init TPM2B by Gang Wei · 8 years ago
  19. b093b5f tpmtest: fix one more place needing initializing TPM2B size by Gang Wei · 9 years ago
  20. c39463e Merge pull request #190 from 01org/fix_master by wcarthur1 · 9 years ago
  21. 06befc0 fixed master branch: by wcarthur · 9 years ago
  22. 70490b1 Merge pull request #188 from flihp/command_code_debug_info by wcarthur1 · 9 years ago
  23. e2e0418 Fix compiler warnings that are being turned into errors when by wcarthur1 · 9 years ago
  24. 2cd9a55 Merge pull request #174 from flihp/socket_global by wcarthur1 · 9 years ago
  25. 298c65f tcti_socket: Remove final reference to 'simulator' flag. by Philip Tricca · 9 years ago
  26. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 9 years ago
  27. bcc7303 tcti_socket: Replace global function pointer to debug print function. by Philip Tricca · 9 years ago
  28. 4ee284b sockets: Factor sendBytes to remove use of global printfFunction pointer. by Philip Tricca · 9 years ago
  29. a06f237 sockets: Factor recvBytes to remove use of global printfFunction pointer. by Philip Tricca · 9 years ago
  30. c1364ff sockets: Remove global data from InitSockets. by Philip Tricca · 9 years ago
  31. 1ad54e0 debug: Remove sysapi/sysapi_util/debug.c by Philip Tricca · 9 years ago
  32. 0180ae2 Added code to clean up when connection between application and resource manager dies. by wcarthur · 9 years ago
  33. 1848f78 RM: allow Load to use persistent parent created by other connection by Gang Wei · 9 years ago
  34. b1a6406 build: Build all libraries with -Wl,--no-undefined. by Philip Tricca · 9 years ago
  35. 210b770 Fixed uninitialized size fields in output simple TPM2B structures. by wcarthur · 9 years ago
  36. aee953e Fixed compiler warnings related to unused variables that are being turned into errors. by wcarthur1 · 9 years ago
  37. 6cbaafb Fixed ContextLoad of sessions: by wcarthur · 9 years ago
  38. b375407 Fix spelling error in INSTALL file. by wcarthur · 9 years ago
  39. 4f58e35 Merge pull request #179 from flihp/cmd_code_global_be_gone by wcarthur1 · 9 years ago
  40. dd13240 Merge pull request #176 from flihp/library_flags_map by wcarthur1 · 9 years ago
  41. cbf4975 debug: Remove global commandCodeStrings array from libtss2. by Philip Tricca · 9 years ago
  42. c3c1d54 build: Pass --no-undefined when linking libtss2. by Philip Tricca · 9 years ago
  43. 92fb8a7 build: Use export maps to control symbols exposed by TCTI libraries. by Philip Tricca · 9 years ago
  44. 125bb32 build: Build all libraries with -fPIC flag. by Philip Tricca · 9 years ago
  45. 8a6cfaa build: Remove -no-undefined from the libtctidevice LDFLAGS. by Philip Tricca · 9 years ago
  46. 098f8c0 Added support for properly calculating cpHash for commands that have no handles. by wcarthur · 9 years ago
  47. 1b9dd55 Merge pull request #173 from flihp/tpmclient_device_tcti_callback by wcarthur1 · 9 years ago
  48. bbf2203 tpmclient: Add debug callback to device TCTI config. by Philip Tricca · 9 years ago
  49. 3f00a33 Debugability enhancements to RESOURCE_MANAGER_ENTRY structure by wcarthur · 9 years ago
  50. 34b0147 Merge pull request #171 from flihp/tcti_init_string by wcarthur1 · 9 years ago
  51. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 9 years ago
  52. 0c37a4a Merge pull request #170 from flihp/unit_magic by wcarthur1 · 9 years ago
  53. faac11f tcti_device_test: Remove MAGIC and VERSION from Init call. by Philip Tricca · 9 years ago
  54. e2761a4 Fixed bug when running against IBM simulator. Need to check for by wcarthur1 · 9 years ago
  55. 08ad945 Fixed instances of 0x80006 errors (insufficient buffer) when running by wcarthur1 · 9 years ago
  56. 7ddc98e Enable connection specific creation and shutdown of sessions (this is preparation for getcap tests). by wcarthur · 9 years ago
  57. 39d58fa Revert "Enable connection specific creation and shutdown of sessions (this is" by Philip Tricca · 9 years ago
  58. 6b104cd Merge pull request #164 from flihp/remove_magic_version by wcarthur1 · 9 years ago
  59. 3aa33ac Enable connection specific creation and shutdown of sessions (this is by wcarthur · 9 years ago
  60. abb4b09 Fixed StartAuthSessionWithParams: when StartAuthSession fails, by wcarthur · 9 years ago
  61. ee69aba Fixed bug in TestRM (uninitialized sizes for TPM2B's passed to CreatePrimaryComplete). by wcarthur · 9 years ago
  62. 64da97c Bug fix: not checking connection ID for some commands (Load, by wcarthur · 9 years ago
  63. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 9 years ago
  64. 25c513e Merge pull request #151 from flihp/tcti_device_printf by wcarthur1 · 9 years ago
  65. a870758 Fixed bad comment. by wcarthur · 9 years ago
  66. 0d292d1 Fixed bugs in AddSession and DeleteSession (these never worked right to by wcarthur · 9 years ago
  67. 09a5bcd test: Add test cases to test TCTI logging mechanism in device TCTI. by Philip Tricca · 9 years ago
  68. 068d563 tcti_device: Replace global function pointer to debug print function. by Philip Tricca · 9 years ago
  69. 3b3881d Merge pull request #159 from flihp/tcti_device_common by wcarthur1 · 9 years ago
  70. 28eec1a Added test banner to TestLocalTcti function. by wcarthur · 9 years ago
  71. 35aa539 Bug fix (no return value for SAPI and TCTI finalize function). by wcarthur · 9 years ago
  72. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 9 years ago
  73. 6b5e714 Merge pull request #149 from flihp/debug_socket_print by wcarthur1 · 9 years ago
  74. da7cf4b Merge pull request #150 from flihp/sim_port_fix by wcarthur1 · 9 years ago
  75. b0abac8 resourcemgr: Default to simulator port when connecting to the simulator. by Philip Tricca · 9 years ago
  76. 9e07755 debug: Missed converting a few calls to DebugPrintBuffer. by Philip Tricca · 9 years ago
  77. 591f64f Merge pull request #147 from wcarthur1/fixEncryptParam by wcarthur1 · 9 years ago
  78. 1917e1d Fixed test: missed this on first commit. by wcarthur · 9 years ago
  79. ea8d5ec Merge pull request #146 from wcarthur1/fixEncryptParam by wcarthur1 · 9 years ago
  80. c77b7cc Fixed bug in SetEncryptParam: should be checking that encrypParamSize is by wcarthur · 9 years ago
  81. 33eb0d0 Merge pull request #142 from flihp/cmocka by wcarthur1 · 9 years ago
  82. 7f44f5c Merge pull request #144 from flihp/nuke_rmDebugPrefix by wcarthur1 · 9 years ago
  83. fc569cc Merge pull request #143 from flihp/tcti_dev_no_undefined by wcarthur1 · 9 years ago
  84. 6960f1b debug: Remove global variable rmDebugPrefix. by Philip Tricca · 9 years ago
  85. b194be9 test: Integrate cmocka into autotools build, add basic test case for device TCTI. by Philip Tricca · 9 years ago
  86. 016d898 tcti_device: Pass -no-undefined flag to linker. by Philip Tricca · 9 years ago
  87. ca70f4b Merge pull request #141 from flihp/tcti_include_tpm20 by Philip Tricca · 9 years ago
  88. 8d1479e headers: Add tpm20.h include to both TCTI headers. by Philip Tricca · 9 years ago
  89. 8c61f7f Merge pull request #140 from flihp/printf_fpointer by wcarthur1 · 9 years ago
  90. 4e43eab debug: Stop using global printfFunction pointer in debug functions. by Philip Tricca · 9 years ago
  91. ca22d65 debug: Catch remaining uses of PrintRMDebugPrefix. by Philip Tricca · 9 years ago
  92. 5a20994 debug: Turn printf_types enumeration into a type ... and then use it. by Philip Tricca · 9 years ago
  93. 2b7d89b debug: Remove PrintRMDebugPrefix function. by Philip Tricca · 9 years ago
  94. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 9 years ago
  95. 7f28fd1 Merge pull request #138 from flihp/common_sock2 by wcarthur1 · 9 years ago
  96. 226aaf3 Merge pull request #132 from flihp/simulator_extern by wcarthur1 · 9 years ago
  97. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 9 years ago
  98. 3c0debc tcti_socket: Remove simulator flag. by Philip Tricca · 9 years ago
  99. 08dd64f Merge pull request #136 from flihp/rmPrintf by wcarthur1 · 9 years ago
  100. 04d020c Merge pull request #137 from flihp/random_cleanup by wcarthur1 · 9 years ago