1. 2e655bb configure.ac: version bump to rc1 by Tadeusz Struk · 6 years ago
  2. a5313d6 ESYS: Delete unnecessary help string in configure.ac by Juergen Repp · 6 years ago
  3. fefb6b0 ESYS: Correct default tcti handling by Andreas Fuchs · 6 years ago
  4. 3f2489b tcti-device: enable nonblocking mode on tcti-device by Tadeusz Struk · 6 years ago
  5. c6a4a7d configure.ac: cleanup configure.ac file by Tadeusz Struk · 6 years ago
  6. ac59836 TEST ESYS: Enable tests for physical TPM. by Juergen Repp · 6 years ago
  7. 91e7bd6 tcti: fix compilation with --disable-tcti-mssim by Tadeusz Struk · 6 years ago
  8. 752117a configure.ac: clean old simulatorbin by Tadeusz Struk · 6 years ago
  9. 35ab16e build: Check for programs required by the test harness @ configure time. by Philip Tricca · 6 years ago
  10. 154b81d build: Add macro to simplify tests for required programs. by Philip Tricca · 6 years ago
  11. bebbc7a ESYS: Crypto backend for usage of openssl's libcrypto added. by Juergen Repp · 6 years ago
  12. e4e553d release: Update CHANGELOG and version string for 2.0.0 release. by Philip Tricca · 6 years ago
  13. be1500c configure.ac: version bump for RC4 by Philip Tricca · 6 years ago
  14. 980e7ee configure.ac: version bump for RC3 by Philip Tricca · 6 years ago
  15. 2c695cd configure.ac: version bump for RC2 by Philip Tricca · 6 years ago
  16. d0f8cd1 build: Bump version from 2.0.0_rc0 to rc1. by Philip Tricca · 6 years ago
  17. 65aa40f build: Add checks for 'netstat' @ configure and integration test time. by Philip Tricca · 6 years ago
  18. 5cdd115 configure.ac: Set version number to 2.0.0_rc0. by Philip Tricca · 6 years ago
  19. 2b085e9 Build: Make TCTIs optional by Andreas Fuchs · 6 years ago
  20. e5273b3 Doc: Add man pages and other doxygen fixes by Andreas Fuchs · 6 years ago
  21. 9907543 build: Remove --with-simulatorbin, replace with --enable-integration. by Philip Tricca · 6 years ago
  22. e394cff tcti-mssim: Replace liburiparser with custom key/value pair parser. by Philip Tricca · 6 years ago
  23. 1bc0f08 build: check for uthash library at configure time by Tadeusz Struk · 6 years ago
  24. 0075f88 build: Install udev rule to set ownership and permissions for TPM chardevs by Javier Martinez Canillas · 6 years ago
  25. bc169cb Doc: Fix doxygen by Andreas Fuchs · 6 years ago
  26. 3980bad build: disable default -O2 flag by Tadeusz Struk · 6 years ago
  27. 7bf0b08 Tests: Fixed bug in qualifiers and add warning by Andreas Fuchs · 6 years ago
  28. 1c4a811 Build: Fixes for Wmissing-field-initializers by Andreas Fuchs · 6 years ago
  29. 37b45c6 Build: Fixes for Wold-style-declarations by Andreas Fuchs · 6 years ago
  30. 450cf0b Build: Fixes for Wsign-compare by Andreas Fuchs · 6 years ago
  31. baeb2be Build: Fixes for Wunused-parameter by Andreas Fuchs · 6 years ago
  32. 67ef8c2 Build: Rework warn compiler flags by Andreas Fuchs · 6 years ago
  33. 037c878 ESAPI: Change behavior of default TCTI by Andreas Fuchs · 6 years ago
  34. addad78 tcti: Rename 'socket' TCTI to 'mssim'. by Philip Tricca · 6 years ago
  35. fb0b72f build: Display correct variable for maxloglevel in config summary. by Philip Tricca · 6 years ago
  36. dc1f15d build: Update URLs in AC_INIT for last org rename. by Philip Tricca · 6 years ago
  37. 8ffb654 build: Add license header to configure.ac by Philip Tricca · 6 years ago
  38. ae55ab9 log: simplify log level handling by Tadeusz Struk · 6 years ago
  39. 80e8485 Logging: Fix --with-maxloglevel by Andreas Fuchs · 6 years ago
  40. 38db755 build: Fail configure script if unit tests enabled, but cmocka dep. check fails. by Philip Tricca · 6 years ago
  41. 8eecfd3 build: Exit with an error when the configure script can't find gcrypt. by Philip Tricca · 6 years ago
  42. 2968c71 Doxygen: Integrate doxygen building by Andreas Fuchs · 6 years ago
  43. ff821bd ESAPI: Added support for ESAPI by Juergen Repp · 7 years ago
  44. 5c1b140 build: Link against libcrypt, not libssl. by Philip Tricca · 6 years ago
  45. 15220e8 test: add a common hash function by Tadeusz Struk · 6 years ago
  46. 5878264 tcti-socket: Fix build failure due to undeclared HOST_NAME_MAX by Jia Zhang · 6 years ago
  47. abc63b3 build: Have supported glibc versions before 2.19. by Lu Gong · 6 years ago
  48. 77683c7 tcti-socket: Add common Info and Init function. by Philip Tricca · 7 years ago
  49. bc49076 Log: Add a new logging infrastructure by Andreas Fuchs · 7 years ago
  50. 0820651 build: Have supported compilers use 'c99' language standard instead of 'gnu99'. by Philip Tricca · 7 years ago
  51. 1e49b4c build: detect ld version-script flag support by David R. Bild · 7 years ago
  52. 3c965e7 Make: Add silent rules by Andreas Fuchs · 7 years ago
  53. 61cb7fb Tests: Add support for code coverage measurement by Andreas Fuchs · 7 years ago
  54. 231f298 build: Check for cmocka version >= 1.0 @ configure time. by Philip Tricca · 7 years ago
  55. 15d198d Revert "configure: use -fpack-struct instead of pragmas" by William Roberts · 7 years ago
  56. a3260d8 configure: add --enable_debug option by Tadeusz Struk · 7 years ago
  57. 82a2ff9 configure: use -fpack-struct instead of pragmas by Tadeusz Struk · 7 years ago
  58. d97ed64 configure.ac: Convert version from git tag-based to a static string. by Philip Tricca · 7 years ago
  59. 1a94dd8 build: Fix 'dist' and 'distcheck' target. by Philip Tricca · 7 years ago
  60. 0e72ba6 configure: Undefine FORTIFY_SOURCE first, then define it by Peter Huewe · 7 years ago
  61. 6e58f75 Merge branch '1.x' by Philip Tricca · 7 years ago
  62. e8ed085 build: Add integration test harness. by Philip Tricca · 7 years ago
  63. a8fdb2b test: Add integration test for Tss2_Sys_StartAuthSession. by Philip Tricca · 7 years ago
  64. 19a8f9d configure.ac: Move compiler / preproc / link flag macros to m4/. by Philip Tricca · 7 years ago
  65. 8685be3 configure.ac: Rename flag macro functions for clarity. by Philip Tricca · 7 years ago
  66. ffe6589 CFLAGS: Add -D_FORTIFY_SOURCE=2 and -U_FORTIFY_SOURCE. by Philip Tricca · 7 years ago
  67. a348663 LDFLAGS: Add noexecstack, now and relro. by Philip Tricca · 7 years ago
  68. 5ce17c3 CFLAGS: Drop redundant stack-protector. by Philip Tricca · 7 years ago
  69. 7b6df1e Add a few new flags and change -fPIC from LDFLAG to CFLAG. by Philip Tricca · 7 years ago
  70. e5d4ddb configure.ac: Replace use of hard coded linker flags with autoconf macro. by Philip Tricca · 7 years ago
  71. 57f61d9 Replace use of CONFIG_SITE with configure macro. by Philip Tricca · 7 years ago
  72. 23ecf0a Merge branch '1.x' by Philip Tricca · 7 years ago
  73. 99d4142 build: Add integration test harness. by Philip Tricca · 7 years ago
  74. 5656d67 configure; Remove dependency / check for pthreads. by Philip Tricca · 7 years ago
  75. 99fa79c Merge branch '1.x' by Philip Tricca · 7 years ago
  76. c38f948 configure.ac: Use git to set version number. by Philip Tricca · 7 years ago
  77. 290840c configure: Undefine FORTIFY_SOURCE first, then define it by Peter Huewe · 7 years ago
  78. 41a4238 configure: Remove check for C++ compiler. by Philip Tricca · 7 years ago
  79. f891580 test: Add integration test for Tss2_Sys_StartAuthSession. by Philip Tricca · 7 years ago
  80. 2744781 configure.ac: Move compiler / preproc / link flag macros to m4/. by Philip Tricca · 7 years ago
  81. 5b285ce configure.ac: Rename flag macro functions for clarity. by Philip Tricca · 7 years ago
  82. 6a6cd89 CFLAGS: Add -D_FORTIFY_SOURCE=2 and -U_FORTIFY_SOURCE. by Philip Tricca · 7 years ago
  83. dd99b76 LDFLAGS: Add noexecstack, now and relro. by Philip Tricca · 7 years ago
  84. b5c1740 CFLAGS: Drop redundant stack-protector. by Philip Tricca · 7 years ago
  85. bfd7e46 Add a few new flags and change -fPIC from LDFLAG to CFLAG. by Philip Tricca · 7 years ago
  86. 9d586fc configure.ac: Replace use of hard coded linker flags with autoconf macro. by Philip Tricca · 7 years ago
  87. b43de64 Replace use of CONFIG_SITE with configure macro. by Philip Tricca · 7 years ago
  88. 65b79f4 marshal: Use simple endianness conversion functions instead of endian.h by Philip Tricca · 7 years ago
  89. 7360972 marshal: Add infrastructure to build libmarshal & (un)?marshal for UINT8. by Philip Tricca · 7 years ago
  90. 4271dd6 Change version number from 0.98 to 1.0 and update CHANGELOG.md by Philip Tricca · 8 years ago
  91. 4334dee configure.ac: Allow for the unit tests to be enabled selectively. by Philip Tricca · 8 years ago
  92. b194be9 test: Integrate cmocka into autotools build, add basic test case for device TCTI. by Philip Tricca · 8 years ago
  93. 570b756 Revert "Expose version number to make, generate header guard checks." by Philip Tricca · 8 years ago
  94. 592576c Expose version number to make, generate header guard checks. by Philip Tricca · 8 years ago
  95. 1873c42 version: Separate major and minor version components and use macro to set them. by Philip Tricca · 8 years ago
  96. ffbd61a build: Remove 'disable-shared' from libtool config. by Philip Tricca · 9 years ago
  97. 0069247 build: Use AX_PTHREAD in configure.ac. by Philip Tricca · 9 years ago
  98. a509a68 build: Integrate libtool. by Philip Tricca · 9 years ago
  99. 38de202 build: Merge tpmclient Makefile.am into base Makefile.am. by Philip Tricca · 9 years ago
  100. 10d1aa2 build: Migrate resourcemgr Makefile.am into base Makefile.am. by Philip Tricca · 9 years ago