1. 364c0ce Add unit test for GetNumHandles, check for valid and invalid TPM_CC values. by Philip Tricca · 8 years ago
  2. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  3. 4c1b4a0 getcommands: Move to resourcemgr/, remove use of SAPI_CLIENT macro, fix error code by Philip Tricca · 8 years ago
  4. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  5. 52077c2 RM: Fix deadloop in physical tpm case by Gang Wei · 8 years ago
  6. 799ee76 RM: fix the issue - RM exit after a period of time by Gang Wei · 8 years ago
  7. 1c82759 Got debug messages working in RM. by wcarthur · 8 years ago
  8. 66f143a tcti: Remove use of SAPI_CLIENT flag in socket tcti. by Philip Tricca · 8 years ago
  9. 7bcb7a5 Merge pull request #187 from gwei3/resourcemgr-fix-20160408 by wcarthur1 · 8 years ago
  10. 45fb109 RM: Only send 'PlatformCommand' to simulator. by Gang Wei · 8 years ago
  11. aaf03ca RM: remove persistent bit in ENTRY_STRUCT by Gang Wei · 8 years ago
  12. 81acbf2 Fixed bugs in handling of critical sections in RM. by wcarthur · 8 years ago
  13. e2e0418 Fix compiler warnings that are being turned into errors when by wcarthur1 · 8 years ago
  14. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 8 years ago
  15. bcc7303 tcti_socket: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  16. 4ee284b sockets: Factor sendBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  17. a06f237 sockets: Factor recvBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  18. c1364ff sockets: Remove global data from InitSockets. by Philip Tricca · 8 years ago
  19. 0180ae2 Added code to clean up when connection between application and resource manager dies. by wcarthur · 8 years ago
  20. 1848f78 RM: allow Load to use persistent parent created by other connection by Gang Wei · 8 years ago
  21. 6cbaafb Fixed ContextLoad of sessions: by wcarthur · 8 years ago
  22. 3f00a33 Debugability enhancements to RESOURCE_MANAGER_ENTRY structure by wcarthur · 8 years ago
  23. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 8 years ago
  24. 6b104cd Merge pull request #164 from flihp/remove_magic_version by wcarthur1 · 8 years ago
  25. 64da97c Bug fix: not checking connection ID for some commands (Load, by wcarthur · 8 years ago
  26. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 8 years ago
  27. 068d563 tcti_device: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  28. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 8 years ago
  29. b0abac8 resourcemgr: Default to simulator port when connecting to the simulator. by Philip Tricca · 8 years ago
  30. 6960f1b debug: Remove global variable rmDebugPrefix. 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. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 8 years ago
  33. 7f28fd1 Merge pull request #138 from flihp/common_sock2 by wcarthur1 · 8 years ago
  34. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 8 years ago
  35. 3c0debc tcti_socket: Remove simulator flag. by Philip Tricca · 8 years ago
  36. 08dd64f Merge pull request #136 from flihp/rmPrintf by wcarthur1 · 8 years ago
  37. 9b45798 debug: Rmove the SHARED_OUT_FILE. by Philip Tricca · 8 years ago
  38. 7c82e75 resourcemgr: Reference local variable in InitSimulatorTctiContext. by Philip Tricca · 8 years ago
  39. 7652416 resourcemgr: Remove unused functions. by Philip Tricca · 8 years ago
  40. bcbdfe4 resourcemgr: Remove unused rmPrintf. by Philip Tricca · 8 years ago
  41. 3f7201d tcti_device: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  42. 6feb976 InitSocketTcti: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  43. 78180e1 TCTIs: Get rid of the TSS2_TCTI_DRIVER_INFO struct. by Philip Tricca · 8 years ago
  44. d1bbedb tcti_socket: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  45. 0dca4f1 tcti_device: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  46. bb21d22 winbuild: Fixup resourcemgr and tpmclient build. by Philip Tricca · 8 years ago
  47. f1c977c tcti: Use consistent naming structure for tcti headers. by Philip Tricca · 8 years ago
  48. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  49. 4ea417c Move TCTI_MAGIC and TCTI_VERSION values to a common include. by Philip Tricca · 9 years ago
  50. 2da8954 windows: Fixup reference to platformcommand.c by Philip Tricca · 9 years ago
  51. e2c1679 build: Move all distributed headers into a common directory. by Philip Tricca · 9 years ago
  52. f6d78ac Undefined DEBUG_GAP_HANDLING in resourcemgr.h file. by wcarthur · 9 years ago
  53. 3088700 [resourcemgr]fix for Tss2_Sys_ContextSave(session) by Gang(Jimmy) Wei · 9 years ago
  54. e196c7e Added codes for flushing loaded handles before the resource manager is started. by Seunghun Han · 9 years ago
  55. 1987e15 Merge branch 'sapiTests' of https://github.com/wcarthur1/TPM2.0-TSS into wcarthur1-sapiTests by wcarthur · 9 years ago
  56. 8a9c4ad Merge pull request #73 from wcarthur1/tctiTests by Gang(Jimmy) Wei · 9 years ago
  57. 2ddbdb3 Merge branch 'sapiTests' of https://github.com/wcarthur1/TPM2.0-TSS into sapiTests by Will-nuc · 9 years ago
  58. 8619aca Got local TPM TCTI tests working. by Will-nuc · 9 years ago
  59. adef557 fixed build error for release builds under Windows. by wcarthur · 9 years ago
  60. e0d3ec2 Got TCTI tests working against resourcemgr/PTT. by Will-nuc · 9 years ago
  61. 7b10eeb Changed unmarshalling of TPM2B_CREATION_DATA. Before it was unmarshalled as by wcarthur · 9 years ago
  62. d036d5a Merge pull request #68 from wcarthur1/sapiTests by Gang(Jimmy) Wei · 9 years ago
  63. 1ac1397 Added other *.md files. by wcarthur · 9 years ago
  64. eedecd6 Added TCTI tests for bad reference, bad sequence, and IO error. by wcarthur · 9 years ago
  65. 1ea84a5 license: Normalize whitespace and text in license comment blocks. by Philip Tricca · 9 years ago
  66. 2efe291 Fixed RM error codes. by wcarthur · 9 years ago
  67. 12eb050 Fixed bug in RM: when it gets a zero sized response from the by wcarthur · 9 years ago
  68. 7e8ec9f Fixed line translate issue. by Will-nuc · 9 years ago
  69. 5d8c393 Fixed issue with unsupported commands: RM can't properly parse the by Will-nuc · 9 years ago
  70. 0234001 Fixed bug with RM when unimplemented command code is sent and debug by wcarthur · 9 years ago
  71. 00f414f Merge branch 'master' of https://github.com/01org/TPM2.0-TSS into 01.org-master by unknown · 9 years ago
  72. 6ee1042 Added new createPrimary/RSA_Encrypt test. by unknown · 9 years ago
  73. 338cac7 Fixed bug in resource mgr command line, not checking argc. by unknown · 9 years ago
  74. df57801 Added undocumented -exit option for use in fuzz testing of by unknown · 9 years ago
  75. 8fb2b65 Merge pull request #35 from juliantrzeciak/cygwin_build by wcarthur1 · 9 years ago
  76. d3ff3b9 cygwin build issue by Julian Trzeciak · 9 years ago
  77. 10d1aa2 build: Migrate resourcemgr Makefile.am into base Makefile.am. by Philip Tricca · 9 years ago
  78. c41925d build: Migrate Makefile.am from common directory to the root. by Philip Tricca · 9 years ago
  79. 7d3515f build: Move rules from sysapi Makefile.am into root Makefile.am. by Philip Tricca · 9 years ago
  80. 14b5bab Checked in rest of files for dynamically getting supported commands. by root · 9 years ago
  81. 1ae2d82 Merge pull request #29 from wcarthur1/master by wcarthur1 · 9 years ago
  82. 53db2ff Fixed issues with project files and includes. by unknown · 9 years ago
  83. 83d47d5 Merge pull request #22 from flihp/automake by wcarthur1 · 9 years ago
  84. 8617cd0 Fixed bug in resource manager project file. by unknown · 9 years ago
  85. 47ee105 Merge pull request #24 from wcarthur1/master by wcarthur1 · 9 years ago
  86. 7f43bd5 Changes to get command presence and parameters dynamically. by unknown · 9 years ago
  87. b9a1adf Build static library for objects under 'common' directory. by Philip Tricca · 9 years ago
  88. 5f2efab resourcemgr: Convert hand crafted Makefile.in to automake. by Philip Tricca · 9 years ago
  89. 71aa985 sysapi: Replace hand crafted Makefile.in with Makefile.am by Philip Tricca · 9 years ago
  90. bd3d9b8 Use order-only prerequisite to make lib directory. by Philip Tricca · 9 years ago
  91. 16fc180 Fixed bugs: by Will Arthur · 9 years ago
  92. fac374a Drop release / debug builds in favor of a single default build target. by Philip Tricca · 9 years ago
  93. 3ef64fa Fixup resourcemgr build to use srcdir / VPATH. by Philip Tricca · 9 years ago
  94. 6388135 Cleanup: Remove whitespace at ends of lines and blank lines. by Philip Tricca · 9 years ago
  95. 9f6ff70 build: Move all compiler flags into the proper FLAGS variable. Use CXX* not CPLUS*. by Philip Tricca · 9 years ago
  96. 35ac9cf build: Detect compilers in configure, use them in Makefiles. by Philip Tricca · 9 years ago
  97. 1c220d7 build: Generate Makefiles from templates. by Philip Tricca · 9 years ago
  98. 0edce08 build: Rename makefile to Makefile. by Philip Tricca · 9 years ago
  99. 35812f3 Deleted some unneeded directories and files. by Will Arthur · 9 years ago
  100. ca8e7f3 Directory struct reorganization. by Will Arthur · 9 years ago