1. a6085c9 Move CheckOverflow.c from sapi_util to common. by Philip Tricca · 7 years ago
  2. 56fec89 cleanup: Convert 'cpp' files to 'c'. by Philip Tricca · 7 years ago
  3. 3a36b66 cleanup: Remove usage of _WIN32 macro. by Philip Tricca · 7 years ago
  4. b0f0951 Fix memory leaks on error conditions in InitSysContext & SockServer. by Philip Tricca · 7 years ago
  5. 5dfa156 build: build with gnu99 & cleanup OS detection preprocessor macros by Philip Tricca · 8 years ago
  6. 078c6ee resourcemgr: Fix race condition on global TCTI context by moving access into critical section. by zhonghong.pzh · 8 years ago
  7. 1bda66c resourcemgr: Fix race condition caused by global data / cmdBuffer. by zhonghong.pzh · 8 years ago
  8. 4f7c09a Ensure the command size from the client does not exceed the cmdBuffer capacity. by Philip Tricca · 8 years ago
  9. f9d80f7 Fix typo: fix a message line for rmSendBytes() by Gang Wei · 8 years ago
  10. 2791b0f RM: update entry.hierarchy when calling EvictContext by Gang Wei · 8 years ago
  11. 15547e8 RM: ensure connection specific non-persistent entries cleared by Gang Wei · 8 years ago
  12. 6554780 RM: Fix persistent object handling issues after RM restarted by Gang Wei · 8 years ago
  13. 40e926d tcti_socket: Move simulator initialization code into the context init function. by Philip Tricca · 8 years ago
  14. 7571507 tcti_util: Move all utility functions for the TCTIs into a common file. by Philip Tricca · 8 years ago
  15. 5329862 resourcemgr: Remove unused TSS2_SYS_CONTEXT tempSysContext. by Philip Tricca · 8 years ago
  16. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  17. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  18. 52077c2 RM: Fix deadloop in physical tpm case by Gang Wei · 8 years ago
  19. 799ee76 RM: fix the issue - RM exit after a period of time by Gang Wei · 8 years ago
  20. 1c82759 Got debug messages working in RM. by wcarthur · 8 years ago
  21. 66f143a tcti: Remove use of SAPI_CLIENT flag in socket tcti. by Philip Tricca · 8 years ago
  22. 7bcb7a5 Merge pull request #187 from gwei3/resourcemgr-fix-20160408 by wcarthur1 · 8 years ago
  23. 45fb109 RM: Only send 'PlatformCommand' to simulator. by Gang Wei · 8 years ago
  24. aaf03ca RM: remove persistent bit in ENTRY_STRUCT by Gang Wei · 8 years ago
  25. 81acbf2 Fixed bugs in handling of critical sections in RM. by wcarthur · 8 years ago
  26. e2e0418 Fix compiler warnings that are being turned into errors when by wcarthur1 · 8 years ago
  27. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 8 years ago
  28. bcc7303 tcti_socket: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  29. 4ee284b sockets: Factor sendBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  30. a06f237 sockets: Factor recvBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  31. c1364ff sockets: Remove global data from InitSockets. by Philip Tricca · 8 years ago
  32. 0180ae2 Added code to clean up when connection between application and resource manager dies. by wcarthur · 8 years ago
  33. 1848f78 RM: allow Load to use persistent parent created by other connection by Gang Wei · 8 years ago
  34. 6cbaafb Fixed ContextLoad of sessions: by wcarthur · 8 years ago
  35. 3f00a33 Debugability enhancements to RESOURCE_MANAGER_ENTRY structure by wcarthur · 8 years ago
  36. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 8 years ago
  37. 6b104cd Merge pull request #164 from flihp/remove_magic_version by wcarthur1 · 8 years ago
  38. 64da97c Bug fix: not checking connection ID for some commands (Load, by wcarthur · 8 years ago
  39. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 8 years ago
  40. 068d563 tcti_device: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  41. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 8 years ago
  42. b0abac8 resourcemgr: Default to simulator port when connecting to the simulator. by Philip Tricca · 8 years ago
  43. 6960f1b debug: Remove global variable rmDebugPrefix. by Philip Tricca · 8 years ago
  44. 5a20994 debug: Turn printf_types enumeration into a type ... and then use it. by Philip Tricca · 8 years ago
  45. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 8 years ago
  46. 7f28fd1 Merge pull request #138 from flihp/common_sock2 by wcarthur1 · 8 years ago
  47. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 8 years ago
  48. 3c0debc tcti_socket: Remove simulator flag. by Philip Tricca · 8 years ago
  49. 9b45798 debug: Rmove the SHARED_OUT_FILE. by Philip Tricca · 8 years ago
  50. 7c82e75 resourcemgr: Reference local variable in InitSimulatorTctiContext. by Philip Tricca · 8 years ago
  51. 7652416 resourcemgr: Remove unused functions. by Philip Tricca · 8 years ago
  52. 3f7201d tcti_device: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  53. 6feb976 InitSocketTcti: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  54. 78180e1 TCTIs: Get rid of the TSS2_TCTI_DRIVER_INFO struct. by Philip Tricca · 8 years ago
  55. d1bbedb tcti_socket: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  56. 0dca4f1 tcti_device: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  57. f1c977c tcti: Use consistent naming structure for tcti headers. by Philip Tricca · 8 years ago
  58. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  59. 3088700 [resourcemgr]fix for Tss2_Sys_ContextSave(session) by Gang(Jimmy) Wei · 9 years ago
  60. e196c7e Added codes for flushing loaded handles before the resource manager is started. by Seunghun Han · 9 years ago
  61. 1987e15 Merge branch 'sapiTests' of https://github.com/wcarthur1/TPM2.0-TSS into wcarthur1-sapiTests by wcarthur · 9 years ago
  62. 8a9c4ad Merge pull request #73 from wcarthur1/tctiTests by Gang(Jimmy) Wei · 9 years ago
  63. 8619aca Got local TPM TCTI tests working. by Will-nuc · 9 years ago
  64. e0d3ec2 Got TCTI tests working against resourcemgr/PTT. by Will-nuc · 9 years ago
  65. 7b10eeb Changed unmarshalling of TPM2B_CREATION_DATA. Before it was unmarshalled as by wcarthur · 9 years ago
  66. 1ac1397 Added other *.md files. by wcarthur · 9 years ago
  67. 1ea84a5 license: Normalize whitespace and text in license comment blocks. by Philip Tricca · 9 years ago
  68. 12eb050 Fixed bug in RM: when it gets a zero sized response from the by wcarthur · 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. d3ff3b9 cygwin build issue by Julian Trzeciak · 9 years ago
  76. 53db2ff Fixed issues with project files and includes. by unknown · 9 years ago
  77. 8617cd0 Fixed bug in resource manager project file. by unknown · 9 years ago
  78. 47ee105 Merge pull request #24 from wcarthur1/master by wcarthur1 · 9 years ago
  79. 7f43bd5 Changes to get command presence and parameters dynamically. by unknown · 9 years ago
  80. 16fc180 Fixed bugs: by Will Arthur · 9 years ago
  81. ca8e7f3 Directory struct reorganization. by Will Arthur · 9 years ago[Renamed (92%) from systemApi/Test/resourcemgr/resourcemgr.c]
  82. 54e04e4 0.97 version of SAPI code. First version open sourced. by Will Arthur · 9 years ago