1. d6bbaa1 Fixed build errors under Linux. by Will-nuc · 9 years ago
  2. 74a92a4 More cleanup of tpmsocket TCTI changes. by wcarthur · 9 years ago
  3. c07856b Added receive test for NULL responseBuffer pointer. by wcarthur · 9 years ago
  4. 0f237fe Got all tests passing for receive with too small a buffer. by wcarthur · 9 years ago
  5. 3572745 Fixed SAPI API tests. by wcarthur · 9 years ago
  6. a05cdcc Added support for receive when response buffer is too small. by wcarthur · 9 years ago
  7. 7b10eeb Changed unmarshalling of TPM2B_CREATION_DATA. Before it was unmarshalled as by wcarthur · 9 years ago
  8. bad1755 Changed most instances of TSS2_SYS_RC_INSUFFICIENT_BUFFER to by wcarthur · 9 years ago
  9. 7b81077 Added test for GetRpBuffer when no response handles or params. by wcarthur · 9 years ago
  10. f17eaa0 Merge branch 'tctiTests' into sapiTests by wcarthur · 9 years ago
  11. 8d4f967 Fixed build errors under Linux. by Will-nuc · 9 years ago
  12. f2ea1f1 Fixed some build errors under Linux. by Will-nuc · 9 years ago
  13. 5c6de53 Removed readme.pdf file. by wcarthur · 9 years ago
  14. 5332e39 Finished conversion of readme.pdf to *.md files. by wcarthur · 9 years ago
  15. 0651af2 Added tests for TCTI cancel and setLocality functions. by wcarthur · 9 years ago
  16. a88a414 Merge branch 'sapiTests' into tctiTests by wcarthur · 9 years ago
  17. f979e35 Fixed bad context tests for receive calls and code for receive calls. by wcarthur · 9 years ago
  18. bb0c2bb Removed duplicate initialization of rval field. by wcarthur · 9 years ago
  19. 1ac1397 Added other *.md files. by wcarthur · 9 years ago
  20. eedecd6 Added TCTI tests for bad reference, bad sequence, and IO error. by wcarthur · 9 years ago
  21. a80c3c7 Updated readme.pdf. by wcarthur · 9 years ago
  22. 5da9e09 Removed check for NULL sysContext in _Prepare. Moved this check into CommonPreparePrologue. by wcarthur · 9 years ago
  23. a2c2458 Cleanup of readme.md file. by wcarthur · 9 years ago
  24. 27297cc Cleaned up and edited readme.pdf to make it more friendly. Added by wcarthur · 9 years ago
  25. d937bec Fixed bug with GetCpBuffer: was checking *cpBuffer for being NULL--shouldn't have done that. by Will-nuc · 9 years ago
  26. 5a77c74 Merge branch '01.org-master' into sapiTests by wcarthur · 9 years ago
  27. 3c146e9 Added new good files. by wcarthur · 9 years ago
  28. 59b37a9 Set some more files and directories to be ignored. by wcarthur · 9 years ago
  29. 2efe291 Fixed RM error codes. by wcarthur · 9 years ago
  30. 2392b7d Merge pull request #65 from wcarthur1/issue#50 by wcarthur1 · 9 years ago
  31. 8e1d80e Merge branch 'issue#50' of https://github.com/wcarthur1/TPM2.0-TSS into issue#50 by wcarthur · 9 years ago
  32. 7520086 Fixed small bug in GetRspAuths: when we broke out of the for loop by wcarthur · 9 years ago
  33. f60ec99 Fixed bugs in Tss2_Sys_GetRspAuths: by wcarthur · 9 years ago
  34. ea1d345 Added tests for GetCpBuffer and fixed bugs in GetCpBuffer function. by wcarthur · 9 years ago
  35. d71ab7d Fixed bug with _Prepare tests. Needed to reset SYS_CONTEXT->rval at the right by wcarthur · 9 years ago
  36. 4d547ee Fixed Tss2_Sys_Finalize API so that it returns an error code. by wcarthur · 9 years ago
  37. 31a78bf Merge pull request #63 from flihp/libtpm2tctisock by wcarthur1 · 9 years ago
  38. 247b55a Fixed bugs in Tss2_Sys_GetRspAuths: by wcarthur · 9 years ago
  39. 12eb050 Fixed bug in RM: when it gets a zero sized response from the by wcarthur · 9 years ago
  40. 9dc480e Merge pull request #61 from flihp/libtpm2tctidev by wcarthur1 · 9 years ago
  41. b319a53 Merge pull request #60 from flihp/libtpm2sapi by wcarthur1 · 9 years ago
  42. a51ca97 build: Build the socket TCTI as a library. by Philip Tricca · 9 years ago
  43. 97e869f build: Package the local tpm TCTI as a library. by Philip Tricca · 9 years ago
  44. ffbd61a build: Remove 'disable-shared' from libtool config. by Philip Tricca · 9 years ago
  45. 2bd4adb build: Create libtpm2sapi. Install stuff. by Philip Tricca · 9 years ago
  46. 4b91242 build: Use libtool 'LT' and 'la' prefixes. by Philip Tricca · 9 years ago
  47. 5e81143 build: Get sysapi SOURCES right. by Philip Tricca · 9 years ago
  48. c7c4a12 Merge pull request #56 from wcarthur1/master by wcarthur1 · 9 years ago
  49. d1fe287 Fixed issues with Tss2_Sys_Initialize not checking some error by wcarthur · 9 years ago
  50. b3d7fda Added .gitattributes so that line endings come out right by wcarthur · 9 years ago
  51. 7e8ec9f Fixed line translate issue. by Will-nuc · 9 years ago
  52. aee15c7 Merge pull request #5 from 01org/master by wcarthur1 · 9 years ago
  53. 5d8c393 Fixed issue with unsupported commands: RM can't properly parse the by Will-nuc · 9 years ago
  54. 196508f Merge pull request #54 from wcarthur1/master by wcarthur1 · 9 years ago
  55. 9ab3461 Fixed issues with debug messages in localtpm.c by Will-nuc · 9 years ago
  56. b0477e7 Merge pull request #53 from wcarthur1/master by wcarthur1 · 9 years ago
  57. c653bfc Merge branch 'master' of https://github.com/wcarthur1/TPM2.0-TSS by Will-nuc · 9 years ago
  58. 3ebfeb9 Added code to support debug for local TPMs. by Will-nuc · 9 years ago
  59. 0234001 Fixed bug with RM when unimplemented command code is sent and debug by wcarthur · 9 years ago
  60. 7bd65de Merge branch '01.org-master' by unknown · 9 years ago
  61. 00f414f Merge branch 'master' of https://github.com/01org/TPM2.0-TSS into 01.org-master by unknown · 9 years ago
  62. 6ee1042 Added new createPrimary/RSA_Encrypt test. by unknown · 9 years ago
  63. daa5bf6 Merge branch 'master' of https://github.com/01org/TPM2.0-TSS by unknown · 9 years ago
  64. 338cac7 Fixed bug in resource mgr command line, not checking argc. by unknown · 9 years ago
  65. df57801 Added undocumented -exit option for use in fuzz testing of by unknown · 9 years ago
  66. 22398c0 Merge pull request #44 from flihp/master by wcarthur1 · 9 years ago
  67. c570ec2 Merge pull request #43 from flihp/master by wcarthur1 · 9 years ago
  68. 8777b5e bootstrap: Fixup bourne shell compatibility & cleanup. by Philip Tricca · 9 years ago
  69. 0069247 build: Use AX_PTHREAD in configure.ac. by Philip Tricca · 9 years ago
  70. a509a68 build: Integrate libtool. by Philip Tricca · 9 years ago
  71. ca64f34 Merge pull request #42 from wcarthur1/master by wcarthur1 · 9 years ago
  72. 626151a Merge branch 'master' of https://github.com/wcarthur1/TPM2.0-TSS by unknown · 9 years ago
  73. e71983f Using new tss2_tpm2_types.h file that was generated by Intel. by unknown · 9 years ago
  74. f2b1a7b Merge pull request #39 from flihp/enumsrc by wcarthur1 · 9 years ago
  75. e690e08 build: Generate lists of source files at bootstrap time in src_vars.mk. by Philip Tricca · 9 years ago
  76. 14a0429 Merge pull request #36 from gwei3/master by wcarthur1 · 9 years ago
  77. e960069 add a new menu based CLI test tools - tpmtest by Gang Wei · 9 years ago
  78. 8fb2b65 Merge pull request #35 from juliantrzeciak/cygwin_build by wcarthur1 · 9 years ago
  79. e1c6ef5 Merge pull request #34 from flihp/nolibcommon by wcarthur1 · 9 years ago
  80. d3ff3b9 cygwin build issue by Julian Trzeciak · 9 years ago
  81. 7aea5ad Merge pull request #33 from flihp/onemake by wcarthur1 · 9 years ago
  82. 7d256f0 build: Remove libcommon.a, reference common source directly. by Philip Tricca · 9 years ago
  83. 38de202 build: Merge tpmclient Makefile.am into base Makefile.am. by Philip Tricca · 9 years ago
  84. 10d1aa2 build: Migrate resourcemgr Makefile.am into base Makefile.am. by Philip Tricca · 9 years ago
  85. c41925d build: Migrate Makefile.am from common directory to the root. by Philip Tricca · 9 years ago
  86. 7d3515f build: Move rules from sysapi Makefile.am into root Makefile.am. by Philip Tricca · 9 years ago
  87. 0a45f83 Merge pull request #30 from wcarthur1/master by wcarthur1 · 9 years ago
  88. cae2a5a Fixed permissions for bootstrap. by Will-nuc · 9 years ago
  89. f6a0b3a Merge pull request #2 from 01org/master by wcarthur1 · 9 years ago
  90. 14b5bab Checked in rest of files for dynamically getting supported commands. by root · 9 years ago
  91. a136bbe Fixed Linux build for resource manager changes to add dynamically getting supported commands. by Will-nuc · 9 years ago
  92. 1ae2d82 Merge pull request #29 from wcarthur1/master by wcarthur1 · 9 years ago
  93. 2fffe5f Merge pull request #28 from gwei3/master by wcarthur1 · 9 years ago
  94. ef079d5 Update common/Makefile.am to include getcommands.c by Gang(Jimmy) Wei · 9 years ago
  95. 53db2ff Fixed issues with project files and includes. by unknown · 9 years ago
  96. 83d47d5 Merge pull request #22 from flihp/automake by wcarthur1 · 9 years ago
  97. 53da902 Merge pull request #27 from wcarthur1/master by wcarthur1 · 9 years ago
  98. 8617cd0 Fixed bug in resource manager project file. by unknown · 9 years ago
  99. 7d8c84c Cleanup .gitignore by Philip Tricca · 9 years ago
  100. 5672dc7 Merge pull request #1 from 01org/master by wcarthur1 · 9 years ago