]> git.proxmox.com Git - swtpm.git/history - src
swtpm: Remove stale parameter from function documentation
[swtpm.git] / src /
2022-06-01 Stefan Bergerswtpm: Remove stale parameter from function documentation
2022-06-01 Stefan Bergerswtpm: Fix a typo in an error message
2022-05-25 Stefan Bergerswtpm: Replace malloc + strcpy with strdup and handle...
2022-05-25 Stefan Bergerswtpm: Handle case where unknown blobtype is given...
2022-05-25 Stefan Bergerswtpm: Cast '1' to uint64_t before shift and assign...
2022-05-25 Stefan Bergerswtpm: Initialize res variable (Coverity)
2022-05-25 Stefan Bergerswtpm: Remove assignment to unused variable
2022-05-25 Stefan Bergerswtpm_localca: Add comment that failure to read optsfil...
2022-05-25 Stefan Bergerswtpm_setup: Use g_strdup instead of strdup
2022-05-25 Stefan Bergerswtpm_setup: Initialize pubek_len (Coverity)
2022-05-25 Stefan Bergerswtpm_ioctl: Free variable before parsing it to avoid...
2022-05-25 Stefan Bergerswtpm_ioctl: Close file descriptor at end of main ...
2022-05-25 Stefan Bergerswtpm_cert: Test for NULL pointer returned by malloc
2022-05-25 Stefan Bergerswtpm_cert: Free variable before parsing it to avoid...
2022-05-25 Stefan Bergerswtpm_cert: Free variable before parsing it to avoid...
2022-05-25 Stefan Bergerswtpm_bios: Do not assigned -1 to closed file descripto...
2022-05-11 Stefan Bergerswtpm: Avoid locking directory multiple times
2022-05-09 Stefan Bergerswtpm: Remove support for pre-v0.1 state files without...
2022-04-04 Stefan Bergerbuild-sys: Define __USE_LINUX_IOCTL_DEFS in header...
2022-03-29 Stefan Bergerswtpm: Use uint64_t in tlv_data_append() to avoid integ...
2022-03-29 Stefan Bergerswtpm: Use uint64_t to avoid integer wrap-around when...
2022-03-28 Stefan Bergerswtpm_bios: Use unsigned int tcp_port to filter out...
2022-03-28 Stefan Bergerswtpm_ioctl: Use unsigned int tcp_port to filter out...
2022-03-04 Stefan Bergerswtpm: Do not chdir(/) when using --daemon
2022-02-23 Stefan Bergerswtpm-localca: Re-implement variable resolution for...
2022-02-17 Stefan Bergerswtpm_localca: Test for available issuercert before...
2022-02-16 Stefan Bergerswtpm: Check header size indicator against expected...
2022-02-16 Stefan Bergerswtpm_setup: Check for unreasonable number of PCR banks...
2022-02-16 Stefan Bergerswtpm_setup: Free string array in case of failure
2022-02-16 Stefan Bergerswtpm: Cast constant to uint64_t before shifting (CID...
2021-11-27 набswtpm_setup: fix newline before full stop in swtpm...
2021-11-22 Stefan Bergerswtpm: Implement function reporting error when choosing...
2021-11-05 Stefan Bergerswtpm_localca: Do not assign pointer to g_strchomp...
2021-11-05 Stefan Bergerswtpm_setup: Do not assign pointer to g_strchomp result...
2021-11-05 Stefan Bergerswtpm: Fix compilation error on 32bit machines
2021-11-05 Stefan Bergerswtpm_setup: Add support for --reconfigure flag to...
2021-11-05 Stefan Bergerswtpm_setup: Create flags by shifting '1'
2021-11-01 Stefan Bergerswtpm_localca: Replace '+' and ',' characters in VMId's
2021-10-29 Stefan Bergerswtpm_setup: Write active_pcr_banks into swtpm_setup...
2021-10-29 Stefan Bergerswtpm_setup: Get active PCR banks from swtpm_setup...
2021-10-29 Stefan Bergerswtpm_setup: Move code to activate PCR banks into own...
2021-10-29 Stefan Bergerbuild-sys: Add support for --enable-default-pcr-banks...
2021-10-28 Stefan Bergerswtpm_setup.conf: Use /usr/bin/swtpm_localca for create...
2021-10-28 Stefan Bergerswtpm_setup: Add missing sys/wait.h include (BSDs)
2021-10-28 Stefan Bergerswtpm: Add missing signal.h include (BSDs)
2021-10-27 Nicolas Williamsswtpm: Make --daemon not racy
2021-10-22 Stefan Bergerswtpm_setup: Only activate SHA256 PCR bank, not SHA1...
2021-10-19 Stefan Bergerswtpm_setup: Report stderr as returned by external...
2021-10-17 Stefan Bergerswtpm: Disable fsync on file & dir due to TPM timeouts...
2021-10-15 Stefan Bergerswtpm_setup: Initialize variables to avoid compiler...
2021-10-12 Stefan Bergerswtpm: Fix case when no backend URI has been specified
2021-10-11 Stefan Bergerswtpm: Fix a forgotten endianess-conversion
2021-10-08 Stefan Bergerswtpm_localca: Created certificates for CAs and TPM...
2021-10-08 Stefan Bergerswtpm_cert: Allow passing -1 for days to get a non...
2021-10-08 Stefan Bergerswtpm_setup: Exit with error code 1 on unknown option
2021-10-08 Stefan Bergerswtpm_localca: Exit with error code 1 on unknown option
2021-10-07 Stefan Bergerswtpm_localca: Use g_get_user_config_dir() rather than...
2021-10-07 Stefan Bergerswtpm_setup: Use g_get_user_config_dir() rather than...
2021-10-07 Stefan Bergerswtpm_setup: Implement --create-user-config skip-if...
2021-10-07 Stefan Bergerswtpm_setup: Implement option --create-config-files...
2021-10-07 Stefan Bergerswtpm: Move ARRAY_LEN and min #define's to swtpm_utils.h
2021-10-06 Stefan Bergerswtpm: Display the --print-states capability and docume...
2021-10-05 Stefan Bergerswtpm_setup: Move gmalloc after block that may return... v0.7.0-rc1
2021-10-05 Stefan Bergerswtpm_setup: Introduce label to skip over closing of...
2021-10-05 Stefan Bergerswtpm: Call msync with length = 0 on Cygwin
2021-10-05 Stefan Bergerswtpm_setup: Use SWTPM_ATTR_UNUSED on unused parameters...
2021-10-05 Stefan Bergerswtpm_setup: Use pidfile filename rather than fd (Cygwn...
2021-10-05 Stefan Bergerswtpm: Use compiler and system dependent header files
2021-10-05 Stefan Bergerswtpm: Use sys/mount.h and support block devs only...
2021-10-05 Stefan Reiterswtpm_setup: mention dir:// and file:// in man page...
2021-10-05 Stefan Reiterswtpm_setup: add file backend
2021-10-05 Stefan Reiterswtpm_setup: add abstract swtpm_backend_ops with dir...
2021-10-05 Stefan Reiterswtpm_setup: use mkstemp for pidfile
2021-10-05 Stefan Reiterswtpm_setup: remove redundant delete_state function
2021-10-05 Stefan Reiterswtpm: Add "nvram-backend-linear" capability
2021-10-05 Stefan Reiterswtpm: Add "linear file" nvram store backend
2021-10-02 Stefan Bergerswtpm: Make fsync-related errors non-fatal (for libvirt...
2021-10-02 Stefan BergerRevert "swtpm: Make fsync() errors non-fatal (for libvi...
2021-10-01 Stefan Bergerswtpm: Make fsync() errors non-fatal (for libvirt using...
2021-09-30 Stefan Bergerswtpm_setup: Fix errno comparison on end-of-directory...
2021-09-30 Stefan Bergerswtpm_localca: Fix memory leak on arrays of strings
2021-09-30 Stefan Bergerswtpm_localca: Use return from main rather than exit...
2021-09-30 Stefan Bergerswtpm_setup: Use return from main rather than exit...
2021-09-29 Stefan Bergerswtpm_localca: Fix a TPM 1.2/TCSD related memory leak
2021-09-29 Eiichi Tsukataswtpm_setup: Forward --logfile option to swtpm
2021-09-29 Eiichi Tsukataswtpm: Initialize logging as early as possible
2021-09-28 Stefan Bergerswtpm_setup: Fix exit code on error to be '1'.
2021-09-28 Stefan Bergerswtpm: Add size to each type of state and use JSON...
2021-09-25 Stefan Bergerswtpm: Search for all state files and use abstracted...
2021-09-25 Stefan Bergerswtpm: Implement CheckState interface function for...
2021-09-25 Stefan Bergerswtpm: Remove all interface functions from swtpm_nvstor...
2021-09-22 Stefan Bergerswtpm: Get rid of printf's in swtpm_aes.c
2021-09-22 Stefan Bergerswtpm: Cleanup storage backend on shutdown to unlock dir
2021-09-21 Stefan Bergerswptm_ioctl: Eliminate an unreachable statement
2021-09-21 Nick Chevskyswtpm: Don't set END_ON_HUP flag in CMD_SET_DATAFD...
2021-09-21 Stefan Bergerswtpm: Use EVP_CIPHER in SWTPM_SymmetricKeyData_Encrypt...
2021-09-21 Stefan Bergerswtpm_setup: Use non-deprecated APIs to contruct RSA...
2021-09-21 Stefan Bergerswtpm_setup: Move check for pkey = NULL right after...
2021-09-21 Stefan Bergerbuild-sys: selinux: Compare absolute path against absol...
2021-09-20 Stefan Bergerswtpm: Add implementation of SWTPM_HMAC using OpenSSL...
next