~snappy-hwe-team/snappy-hwe-snaps/+git/tpm:trousers/0.3.13

Last commit made on 2016-08-24
Get this branch:
git clone -b trousers/0.3.13 https://git.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/tpm
Members of Snappy HWE Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
trousers/0.3.13
Repository:
lp:~snappy-hwe-team/snappy-hwe-snaps/+git/tpm

Recent commits

5db1a54... by Simon Fels

Merge remote-tracking branch 'jesse/trousers/0.3.13' into trousers/0.3.13

5bad63e... by Jesse Sung

[SNAPPY] trousers: Use $SNAP_USER_DATA for user file

Signed-off-by: Wen-chien Jesse Sung <email address hidden>

5c0c0b9... by Simon Fels

[SNAPPY] Rename bootstrap.sh to autogen.sh

7851e51... by Simon Fels

[SNAPPY] Relocate data directories

ed31dfb... by "Hon Ching(Vicky) Lo" <email address hidden>

Updated man page for Tspi_TPM_PcrExtend command

3297fcd... by Mike Pontillo <email address hidden>

Changes to allow building on OS X

1) Not using GCC-specific LDFLAGS when compiling tcsd
2) Use of a public domain portable_endian.h to abstract the fact that you
   cannot #include <endian.h> on the Apple platform.
3) Addition of __APPLE__ to some places where __OpenBSD__ and __FreeBSD__
   appear
4) Definition of HOST_NAME_MAX to avoid including bits/local_lim.h on
   __APPLE__
   (I think this is a Linux-specific header)
5) Removal of 'inline' inside 'extern' functions which were being made
   available to other object files.
6) Minor change to 'gitignore' to also ignore the 'compile' script that
   gets generated.

2547f81... by "Hon Ching(Vicky) Lo" <email address hidden>

Added comment to tpm.h file

 Signed-off-by: Hon Ching(Vicky) Lo<email address hidden>

93e6d7a... by Krzysztof Kotlenga <email address hidden>

man: Correct references to Tspi_Hash_UpdateHashValue

0317141... by Krzysztof Kotlenga <email address hidden>

Fixed possible double free when freeing context memory

Use the right free call or else it will crash when freeing context
memory and an owner evict key has been loaded.

46c3fd9... by Krzysztof Kotlenga <email address hidden>

Removed misguided attempt to free memory in Tspi_Context_Close

The docs and note in the code state that Tspi_Context_FreeMemory
should be called explicitly before calling Close. Currently it
does not free memory anyway, because Tspi_Context_FreeMemory will
refuse to work on an already closed context.

Originally introduced in 6e789a06f34d51cd8c9da6138e17a5a8db35a129,
turned into no-op in 59af8e1b2d5537d82fce1d4990a880f7390fb248.