Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
tpm2-tss
/
a43c48fe781db54158a69f3e058a6740d8883e30
/
Makefile.am
430cda2
test: Add unit tests for marshalling and unmarshalling a simple TPM2B structure.
by Philip Tricca
· 8 years ago
f2f595d
test: Add test case for Unmarshal-UINT32.
by Philip Tricca
· 8 years ago
0038a17
test: Add unit test for Unmarshal_UINT16.
by Philip Tricca
· 8 years ago
5f0d4e4
change -I orders to let tcti_util.h in common/ be found first
by Gang Wei
· 8 years ago
1008bf5
Add unit test for CheckOverflow function.
by Philip Tricca
· 8 years ago
80d81bd
Add a unit test for the marshal_UINT32 function.
by Philip Tricca
· 8 years ago
f1811f0
Add unit test for marshal-UINT16 function.
by Philip Tricca
· 8 years ago
1f3a1fd
Makefile.am: Fix CFLAGS for some of the unit tests.
by Philip Tricca
· 8 years ago
4334dee
configure.ac: Allow for the unit tests to be enabled selectively.
by Philip Tricca
· 8 years ago
7d83983
Makefile.am: Add missing line continuation lost in a rebase.
by Philip Tricca
· 8 years ago
81223f4
Add unit test for the CopyCommandHeader function.
by Philip Tricca
· 8 years ago
364c0ce
Add unit test for GetNumHandles, check for valid and invalid TPM_CC values.
by Philip Tricca
· 8 years ago
90363cd
Add tests to ensure CommonPreparePrologue rejects TSS2_SYS_CONTEXTs with bad previousStage member.
by Philip Tricca
· 8 years ago
6f634c4
Add a single unit test to trigger the NULL deref bug in CommonPreparePrologue
by Philip Tricca
· 8 years ago
b0927df
Makefile.am: Remove SAPI_CLIENT macro definition.
by Philip Tricca
· 8 years ago
4c1b4a0
getcommands: Move to resourcemgr/, remove use of SAPI_CLIENT macro, fix error code
by Philip Tricca
· 8 years ago
3b7e712
Merge pull request #218 from flihp/librename
by wcarthur1
· 8 years ago
daeb5bb
build: use config.site in place of hard coded flags variables.
by Philip Tricca
· 8 years ago
826f590
build: Rename libtcti* to libtcti-*.
by Philip Tricca
· 8 years ago
d69337a
build: Rename libtss2 to libsapi
by Philip Tricca
· 8 years ago
fdce98d
build: Make parent directory before generating pkg-config files.
by Philip Tricca
· 8 years ago
7ae0154
Make data for the libraries queryable through pkg-config.
by Philip Tricca
· 9 years ago
66f143a
tcti: Remove use of SAPI_CLIENT flag in socket tcti.
by Philip Tricca
· 9 years ago
fe6b8ae
build: Add -Werror -Wall to default compiler flags.
by Philip Tricca
· 9 years ago
4f2bdd7
tcti_socket: Add common/debug.c to get debug functions.
by Philip Tricca
· 9 years ago
3d48635
tcti_device: Fix build errors when CFLAGS includes DEBUG
by Philip Tricca
· 9 years ago
b661708
Merge pull request #184 from flihp/libs_no_undefined
by wcarthur1
· 9 years ago
4eb2f35
tcti: Add buffer debug callback.
by Philip Tricca
· 9 years ago
0180ae2
Added code to clean up when connection between application and resource manager dies.
by wcarthur
· 9 years ago
b1a6406
build: Build all libraries with -Wl,--no-undefined.
by Philip Tricca
· 9 years ago
c3c1d54
build: Pass --no-undefined when linking libtss2.
by Philip Tricca
· 9 years ago
92fb8a7
build: Use export maps to control symbols exposed by TCTI libraries.
by Philip Tricca
· 9 years ago
125bb32
build: Build all libraries with -fPIC flag.
by Philip Tricca
· 9 years ago
8a6cfaa
build: Remove -no-undefined from the libtctidevice LDFLAGS.
by Philip Tricca
· 9 years ago
09a5bcd
test: Add test cases to test TCTI logging mechanism in device TCTI.
by Philip Tricca
· 9 years ago
43c1671
tcti_device: Move convenience functions to common directory.
by Philip Tricca
· 9 years ago
33eb0d0
Merge pull request #142 from flihp/cmocka
by wcarthur1
· 9 years ago
b194be9
test: Integrate cmocka into autotools build, add basic test case for device TCTI.
by Philip Tricca
· 9 years ago
016d898
tcti_device: Pass -no-undefined flag to linker.
by Philip Tricca
· 9 years ago
b33221d
debug: Consolidate debug printf functions into the debug code.
by Philip Tricca
· 9 years ago
98b285a
sockets: Move common socket code to separate module.
by Philip Tricca
· 9 years ago
570b756
Revert "Expose version number to make, generate header guard checks."
by Philip Tricca
· 9 years ago
592576c
Expose version number to make, generate header guard checks.
by Philip Tricca
· 9 years ago
785e88d
tcti: Flatten the directory structure of the tcti code.
by Philip Tricca
· 9 years ago
c3dedc2
Big change to better align with spec for exposed headers and structures.
by Philip Tricca
· 9 years ago
4ea417c
Move TCTI_MAGIC and TCTI_VERSION values to a common include.
by Philip Tricca
· 9 years ago
be9acd3
platformcommand: Link commands for interacting with the MS simulator into libtpm2tctisock.
by Philip Tricca
· 9 years ago
e2c1679
build: Move all distributed headers into a common directory.
by Philip Tricca
· 9 years ago
8619aca
Got local TPM TCTI tests working.
by Will-nuc
· 9 years ago
8d4f967
Fixed build errors under Linux.
by Will-nuc
· 9 years ago
f2ea1f1
Fixed some build errors under Linux.
by Will-nuc
· 9 years ago
a51ca97
build: Build the socket TCTI as a library.
by Philip Tricca
· 9 years ago
97e869f
build: Package the local tpm TCTI as a library.
by Philip Tricca
· 9 years ago
2bd4adb
build: Create libtpm2sapi. Install stuff.
by Philip Tricca
· 9 years ago
4b91242
build: Use libtool 'LT' and 'la' prefixes.
by Philip Tricca
· 9 years ago
5e81143
build: Get sysapi SOURCES right.
by Philip Tricca
· 9 years ago
0069247
build: Use AX_PTHREAD in configure.ac.
by Philip Tricca
· 9 years ago
a509a68
build: Integrate libtool.
by Philip Tricca
· 9 years ago
e690e08
build: Generate lists of source files at bootstrap time in src_vars.mk.
by Philip Tricca
· 9 years ago
e960069
add a new menu based CLI test tools - tpmtest
by Gang Wei
· 9 years ago
7d256f0
build: Remove libcommon.a, reference common source directly.
by Philip Tricca
· 9 years ago
38de202
build: Merge tpmclient Makefile.am into base Makefile.am.
by Philip Tricca
· 9 years ago
10d1aa2
build: Migrate resourcemgr Makefile.am into base Makefile.am.
by Philip Tricca
· 9 years ago
c41925d
build: Migrate Makefile.am from common directory to the root.
by Philip Tricca
· 9 years ago
7d3515f
build: Move rules from sysapi Makefile.am into root Makefile.am.
by Philip Tricca
· 9 years ago
b9a1adf
Build static library for objects under 'common' directory.
by Philip Tricca
· 9 years ago
60a44a2
Migrate root Makefile.in to automake.
by Philip Tricca
· 9 years ago
[Renamed (91%) from Makefile.in]
fac374a
Drop release / debug builds in favor of a single default build target.
by Philip Tricca
· 9 years ago
6388135
Cleanup: Remove whitespace at ends of lines and blank lines.
by Philip Tricca
· 9 years ago
1c220d7
build: Generate Makefiles from templates.
by Philip Tricca
· 9 years ago
[Renamed from Makefile]
0edce08
build: Rename makefile to Makefile.
by Philip Tricca
· 9 years ago
[Renamed (76%) from makefile]
66214c1
Merge branch 'newdirs' of https://github.com/01org/TPM2.0-TSS into newdirs
by Will Arthur
· 9 years ago