1. 42d5f3b swtpm_cert: Free variable before parsing it to avoid memory leak (Coverity) by Stefan Berger · 1 year, 11 months ago
  2. 85d9dc2 swtpm_cert: Free variable before parsing it to avoid memory leak (Coverity) by Stefan Berger · 1 year, 11 months ago
  3. 1ce0467 swtpm_bios: Do not assigned -1 to closed file descriptor at end of function by Stefan Berger · 1 year, 11 months ago
  4. 49ac2bd swtpm: Avoid locking directory multiple times by Stefan Berger · 2 years ago
  5. 1a300e2 swtpm: Remove support for pre-v0.1 state files without header by Stefan Berger · 2 years ago
  6. 54864cc test: Recreate TPM 2 state files with header by Stefan Berger · 2 years ago
  7. 1add354 test: Recreate TPM 2 state files with header by Stefan Berger · 2 years ago
  8. 5614c9e test: Recreate TPM 2 state files with header by Stefan Berger · 2 years ago
  9. 3845a08 test: Recreate TPM 1.2 state files with header by Stefan Berger · 2 years ago
  10. cafdcfe test: Recreate TPM 1.2 state files with header by Stefan Berger · 2 years ago
  11. 3d2747a debian: Add swtpm apparmor profile by Lena Voytek · 2 years ago
  12. 85ec645 tests: Patch IBM TSS2 test suite for OpenSSL 3.x by Stefan Berger · 2 years ago
  13. 15d4468 tests: Repeat TSS command if it fails by Stefan Berger · 2 years ago
  14. 607f1f8 build-sys: Fix configure script to support _FORTIFY_SOURCE=3 by Stefan Berger · 2 years, 1 month ago
  15. f4cdeb6 build-sys: Define __USE_LINUX_IOCTL_DEFS in header file (Cygwin) by Stefan Berger · 2 years, 1 month ago
  16. 9918259 swtpm: Use uint64_t in tlv_data_append() to avoid integer overflows by Stefan Berger · 2 years, 1 month ago
  17. 71965cd swtpm: Use uint64_t to avoid integer wrap-around when adding a uint32_t by Stefan Berger · 2 years, 1 month ago
  18. 47638eb swtpm_bios: Use unsigned int tcp_port to filter out negative port numbers by Stefan Berger · 2 years, 1 month ago
  19. 81d4b3e swtpm_ioctl: Use unsigned int tcp_port to filter out negative port numbers by Stefan Berger · 2 years, 1 month ago
  20. 2579038 build-sys: Move block with CUSE-related tests after initial CUSE tests by Stefan Berger · 2 years, 1 month ago
  21. b7f55fd build-sys: Show the value of with_chardev after test for chardev by Stefan Berger · 2 years, 1 month ago
  22. e735328 build-sys: Determine GNUTLS_LIBS using pkg-config [OS X] by Stefan Berger · 2 years, 1 month ago
  23. 646cf41 swtpm: Do not chdir(/) when using --daemon by Stefan Berger · 2 years, 2 months ago
  24. 8a05e8f build-sys: Add probing for -fstack-protector by Stefan Berger · 2 years, 2 months ago
  25. 5796d48 man: Add missing .config directory to path description when using ${HOME} by Stefan Berger · 2 years, 2 months ago
  26. b34da36 tests: Use ${WORKDIR} in config files to test env. var replacement by Stefan Berger · 2 years, 2 months ago
  27. 00eb426 swtpm-localca: Re-implement variable resolution for swtpm-localca.conf by Stefan Berger · 2 years, 2 months ago
  28. 9b42d2d swtpm_localca: Test for available issuercert before creating CA by Stefan Berger · 2 years, 3 months ago
  29. 9f74086 swtpm: Check header size indicator against expected size (CID 375869) by Stefan Berger · 2 years, 2 months ago
  30. 48773fe swtpm_setup: Check for unreasonable number of PCR banks (CID 370783) by Stefan Berger · 2 years, 2 months ago
  31. fbbb56b swtpm_setup: Free string array in case of failure by Stefan Berger · 2 years, 2 months ago
  32. 49b4b30 swtpm: Cast constant to uint64_t before shifting (CID 375870) by Stefan Berger · 2 years, 2 months ago
  33. 0599e40 swtpm_setup: fix newline before full stop in swtpm-not-found error by наб · 2 years, 5 months ago
  34. 33aa135 Move *.conf and *.options to man5 by Seunghun Han · 2 years, 6 months ago
  35. 6d1a7ab swtpm: Implement function reporting error when choosing unsupported TPM by Stefan Berger · 2 years, 5 months ago
  36. 3115dff build-sys: Bump up version to 0.8.0 at beginning of dev cycle by Stefan Berger · 2 years, 5 months ago
  37. b79fd91 debian/rpm: Adjust changelog for 0.7.0 release by Stefan Berger · 2 years, 6 months ago v0.7.0
  38. 0a19474 CHANGES: Add more documentation for changes in 0.7.0 by Stefan Berger · 2 years, 6 months ago
  39. 9726af5 build-sys: Move regex to test PCR banks into configure script by Stefan Berger · 2 years, 6 months ago
  40. 7bf7780 swtpm_localca: Do not assign pointer to g_strchomp result (Coverity) by Stefan Berger · 2 years, 6 months ago
  41. 3de2795 swtpm_setup: Do not assign pointer to g_strchomp result (Coverity) by Stefan Berger · 2 years, 6 months ago
  42. 13aaff6 tests: Fix expiration date check for 32 bit machines by Stefan Berger · 2 years, 6 months ago
  43. 59d8135 swtpm: Fix compilation error on 32bit machines by Stefan Berger · 2 years, 6 months ago
  44. f894b45 tests: OSSL 3: Make TPM 1.2 test compile; skip IBM TSS 2 test by Stefan Berger · 2 years, 6 months ago
  45. 25d4ac2 swtpm_setup: Add support for --reconfigure flag to change active PCR banks by Stefan Berger · 2 years, 6 months ago
  46. 15b9ca6 tests: Support filenames with spaces in some functions by Stefan Berger · 2 years, 6 months ago
  47. 8422d06 swtpm_setup: Create flags by shifting '1' by Stefan Berger · 2 years, 6 months ago
  48. cce7503 tests: exit with error code if mktemp fails by Stefan Berger · 2 years, 6 months ago
  49. b088767 swtpm_localca: Replace '+' and ',' characters in VMId's by Stefan Berger · 2 years, 6 months ago
  50. 30fa8b4 swtpm_setup: Write active_pcr_banks into swtpm_setup.conf by Stefan Berger · 2 years, 6 months ago
  51. a5cc0bf swtpm_setup: Get active PCR banks from swtpm_setup.conf by Stefan Berger · 2 years, 6 months ago
  52. 87755f8 swtpm_setup: Move code to activate PCR banks into own function by Stefan Berger · 2 years, 6 months ago
  53. df4046d build-sys: Add support for --enable-default-pcr-banks=list of PCR banks by Stefan Berger · 2 years, 6 months ago
  54. 4641f19 man: Add version when feature was added when missing fix some others by Stefan Berger · 2 years, 6 months ago
  55. 1ffa0cc swtpm_setup.conf: Use /usr/bin/swtpm_localca for create_certs_tool by Stefan Berger · 2 years, 6 months ago
  56. d766b58 swtpm_setup: Add missing sys/wait.h include (BSDs) by Stefan Berger · 2 years, 6 months ago
  57. 343a038 swtpm: Add missing signal.h include (BSDs) by Stefan Berger · 2 years, 6 months ago
  58. 743b4d1 tests: Convert 2 test cases to use --daemon option by Stefan Berger · 2 years, 6 months ago
  59. 122106b tests: Add test case for chardev for swtpm --print-states option by Stefan Berger · 2 years, 6 months ago
  60. 98d1d12 swtpm: Make --daemon not racy by Nicolas Williams · 2 years, 7 months ago
  61. 26cdfc7 swtpm_setup: Only activate SHA256 PCR bank, not SHA1 bank anymore by Stefan Berger · 2 years, 6 months ago
  62. db61aed man: Improve the documentation of swtpm_setup's --create-config-files by Stefan Berger · 2 years, 6 months ago
  63. c40fceb swtpm_setup: Report stderr as returned by external tool (swtpm-localcal) by Stefan Berger · 2 years, 6 months ago
  64. 4c17892 rpm: Update spec file to also work on CentOS9-stream by Stefan Berger · 2 years, 6 months ago
  65. 6b2cb5f test: Add missing _test_tpm2_file_permissions file to EXTRA_DIST by Stefan Berger · 2 years, 6 months ago
  66. 9e21a3f rpm/debian: Clean up packaging files by Stefan Berger · 2 years, 6 months ago
  67. c6f50af rpm: Remove man8/swtpm_localca.8 from specfile by Stefan Berger · 2 years, 6 months ago
  68. 4b5654a swtpm: Disable fsync on file & dir due to TPM timeouts (issue #597) by Stefan Berger · 2 years, 6 months ago v0.7.0-rc2
  69. 8def57f swtpm_setup: Initialize variables to avoid compiler warnings by Stefan Berger · 2 years, 6 months ago
  70. 57b1f7e swtpm: Fix case when no backend URI has been specified by Stefan Berger · 2 years, 7 months ago
  71. 0151ec3 swtpm: Fix a forgotten endianess-conversion by Stefan Berger · 2 years, 7 months ago
  72. e68ceba swtpm_localca: Created certificates for CAs and TPM that do not expire by Stefan Berger · 2 years, 7 months ago
  73. 9f5342f swtpm_cert: Allow passing -1 for days to get a non-expiring certificate by Stefan Berger · 2 years, 7 months ago
  74. 634e670 swtpm_setup: Exit with error code 1 on unknown option by Stefan Berger · 2 years, 7 months ago
  75. 79e4c44 swtpm_localca: Exit with error code 1 on unknown option by Stefan Berger · 2 years, 7 months ago
  76. f1d425b swtpm_localca: Use g_get_user_config_dir() rather than own code by Stefan Berger · 2 years, 7 months ago
  77. 874c333 swtpm_setup: Use g_get_user_config_dir() rather than own code by Stefan Berger · 2 years, 7 months ago
  78. bcd5523 tests: Add a test case for the new swtpm_setup option by Stefan Berger · 2 years, 7 months ago
  79. 5d4dd13 samples: Have swtpm-create-user-config-files run swtpm_setup by Stefan Berger · 2 years, 7 months ago
  80. a7254fa swtpm_setup: Implement --create-user-config skip-if-exist by Stefan Berger · 2 years, 7 months ago
  81. 2b60723 swtpm_setup: Implement option --create-config-files to create config files by Stefan Berger · 2 years, 7 months ago
  82. 50670dc swtpm: Move ARRAY_LEN and min #define's to swtpm_utils.h by Stefan Berger · 2 years, 7 months ago
  83. f2786a7 d/swtpm-tools postinst: create the TSS user if it does not exist by Thomas Lamprecht · 2 years, 7 months ago
  84. 7d0f8e1 d/swtpm-tools postinst: avoid trying to create/chown in non-configure steps by Thomas Lamprecht · 2 years, 7 months ago
  85. 088a8ca debian: downgrade trousers package dependency to recommended by Thomas Lamprecht · 2 years, 7 months ago
  86. 225d700 man: Enumerate the nvram-backend-dir separately by Stefan Berger · 2 years, 7 months ago
  87. e6cbc55 swtpm: Display the --print-states capability and document it by Stefan Berger · 2 years, 7 months ago
  88. 2e3745d swtpm_setup: Move gmalloc after block that may return NULL on failure by Stefan Berger · 2 years, 7 months ago v0.7.0-rc1
  89. b63a3e4 swtpm_setup: Introduce label to skip over closing of pidfile by Stefan Berger · 2 years, 7 months ago
  90. 680ad05 swtpm: Call msync with length = 0 on Cygwin by Stefan Berger · 2 years, 7 months ago
  91. 57a8a91 swtpm_setup: Use SWTPM_ATTR_UNUSED on unused parameters (BSDs) by Stefan Berger · 2 years, 7 months ago
  92. ca33791 swtpm_setup: Use pidfile filename rather than fd (Cygwni, BSDs) by Stefan Berger · 2 years, 7 months ago
  93. 0bee3d2 tests: Use /usr/bin/env bash rather than /bin/bash (BSDs) by Stefan Berger · 2 years, 7 months ago
  94. 4a5acef headers: Add defines for little endian data conversion (OS X) by Stefan Berger · 2 years, 7 months ago
  95. 0b5826e swtpm: Use compiler and system dependent header files by Stefan Berger · 2 years, 7 months ago
  96. 0841299 swtpm: Use sys/mount.h and support block devs only if BLKGETSIZE64 exists by Stefan Berger · 2 years, 7 months ago
  97. a4555cb swtpm_setup: mention dir:// and file:// in man page and usage by Stefan Reiter · 2 years, 7 months ago
  98. e229110 swtpm_setup: add test case to exercise file backend by Stefan Reiter · 2 years, 7 months ago
  99. 6f8b8c6 swtpm_setup: add file backend by Stefan Reiter · 2 years, 7 months ago
  100. 81371f6 swtpm_setup: add abstract swtpm_backend_ops with dir:// implementation by Stefan Reiter · 2 years, 7 months ago