1. 364c0ce Add unit test for GetNumHandles, check for valid and invalid TPM_CC values. by Philip Tricca · 8 years ago
  2. 90363cd Add tests to ensure CommonPreparePrologue rejects TSS2_SYS_CONTEXTs with bad previousStage member. by Philip Tricca · 8 years ago
  3. 6f634c4 Add a single unit test to trigger the NULL deref bug in CommonPreparePrologue by Philip Tricca · 8 years ago
  4. b0927df Makefile.am: Remove SAPI_CLIENT macro definition. by Philip Tricca · 8 years ago
  5. 4c1b4a0 getcommands: Move to resourcemgr/, remove use of SAPI_CLIENT macro, fix error code by Philip Tricca · 8 years ago
  6. 3b7e712 Merge pull request #218 from flihp/librename by wcarthur1 · 8 years ago
  7. daeb5bb build: use config.site in place of hard coded flags variables. by Philip Tricca · 8 years ago
  8. 826f590 build: Rename libtcti* to libtcti-*. by Philip Tricca · 8 years ago
  9. d69337a build: Rename libtss2 to libsapi by Philip Tricca · 8 years ago
  10. fdce98d build: Make parent directory before generating pkg-config files. by Philip Tricca · 8 years ago
  11. 7ae0154 Make data for the libraries queryable through pkg-config. by Philip Tricca · 8 years ago
  12. 66f143a tcti: Remove use of SAPI_CLIENT flag in socket tcti. by Philip Tricca · 8 years ago
  13. fe6b8ae build: Add -Werror -Wall to default compiler flags. by Philip Tricca · 8 years ago
  14. 4f2bdd7 tcti_socket: Add common/debug.c to get debug functions. by Philip Tricca · 8 years ago
  15. 3d48635 tcti_device: Fix build errors when CFLAGS includes DEBUG by Philip Tricca · 8 years ago
  16. b661708 Merge pull request #184 from flihp/libs_no_undefined by wcarthur1 · 8 years ago
  17. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 8 years ago
  18. 0180ae2 Added code to clean up when connection between application and resource manager dies. by wcarthur · 8 years ago
  19. b1a6406 build: Build all libraries with -Wl,--no-undefined. by Philip Tricca · 8 years ago
  20. c3c1d54 build: Pass --no-undefined when linking libtss2. by Philip Tricca · 8 years ago
  21. 92fb8a7 build: Use export maps to control symbols exposed by TCTI libraries. by Philip Tricca · 8 years ago
  22. 125bb32 build: Build all libraries with -fPIC flag. by Philip Tricca · 8 years ago
  23. 8a6cfaa build: Remove -no-undefined from the libtctidevice LDFLAGS. by Philip Tricca · 8 years ago
  24. 09a5bcd test: Add test cases to test TCTI logging mechanism in device TCTI. by Philip Tricca · 8 years ago
  25. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 8 years ago
  26. 33eb0d0 Merge pull request #142 from flihp/cmocka by wcarthur1 · 8 years ago
  27. b194be9 test: Integrate cmocka into autotools build, add basic test case for device TCTI. by Philip Tricca · 8 years ago
  28. 016d898 tcti_device: Pass -no-undefined flag to linker. by Philip Tricca · 8 years ago
  29. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 8 years ago
  30. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 8 years ago
  31. 570b756 Revert "Expose version number to make, generate header guard checks." by Philip Tricca · 8 years ago
  32. 592576c Expose version number to make, generate header guard checks. by Philip Tricca · 8 years ago
  33. 785e88d tcti: Flatten the directory structure of the tcti code. by Philip Tricca · 8 years ago
  34. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  35. 4ea417c Move TCTI_MAGIC and TCTI_VERSION values to a common include. by Philip Tricca · 9 years ago
  36. be9acd3 platformcommand: Link commands for interacting with the MS simulator into libtpm2tctisock. by Philip Tricca · 9 years ago
  37. e2c1679 build: Move all distributed headers into a common directory. by Philip Tricca · 9 years ago
  38. 8619aca Got local TPM TCTI tests working. by Will-nuc · 9 years ago
  39. 8d4f967 Fixed build errors under Linux. by Will-nuc · 9 years ago
  40. f2ea1f1 Fixed some build errors under Linux. by Will-nuc · 9 years ago
  41. a51ca97 build: Build the socket TCTI as a library. by Philip Tricca · 9 years ago
  42. 97e869f build: Package the local tpm TCTI as a library. by Philip Tricca · 9 years ago
  43. 2bd4adb build: Create libtpm2sapi. Install stuff. by Philip Tricca · 9 years ago
  44. 4b91242 build: Use libtool 'LT' and 'la' prefixes. by Philip Tricca · 9 years ago
  45. 5e81143 build: Get sysapi SOURCES right. by Philip Tricca · 9 years ago
  46. 0069247 build: Use AX_PTHREAD in configure.ac. by Philip Tricca · 9 years ago
  47. a509a68 build: Integrate libtool. by Philip Tricca · 9 years ago
  48. e690e08 build: Generate lists of source files at bootstrap time in src_vars.mk. by Philip Tricca · 9 years ago
  49. e960069 add a new menu based CLI test tools - tpmtest by Gang Wei · 9 years ago
  50. 7d256f0 build: Remove libcommon.a, reference common source directly. by Philip Tricca · 9 years ago
  51. 38de202 build: Merge tpmclient Makefile.am into base Makefile.am. by Philip Tricca · 9 years ago
  52. 10d1aa2 build: Migrate resourcemgr Makefile.am into base Makefile.am. by Philip Tricca · 9 years ago
  53. c41925d build: Migrate Makefile.am from common directory to the root. by Philip Tricca · 9 years ago
  54. 7d3515f build: Move rules from sysapi Makefile.am into root Makefile.am. by Philip Tricca · 9 years ago
  55. b9a1adf Build static library for objects under 'common' directory. by Philip Tricca · 9 years ago
  56. 60a44a2 Migrate root Makefile.in to automake. by Philip Tricca · 9 years ago[Renamed (91%) from Makefile.in]
  57. fac374a Drop release / debug builds in favor of a single default build target. by Philip Tricca · 9 years ago
  58. 6388135 Cleanup: Remove whitespace at ends of lines and blank lines. by Philip Tricca · 9 years ago
  59. 1c220d7 build: Generate Makefiles from templates. by Philip Tricca · 9 years ago[Renamed from Makefile]
  60. 0edce08 build: Rename makefile to Makefile. by Philip Tricca · 9 years ago[Renamed (76%) from makefile]
  61. 66214c1 Merge branch 'newdirs' of https://github.com/01org/TPM2.0-TSS into newdirs by Will Arthur · 9 years ago