OSDN Git Service

fixed for Ubuntu 12.04
[openpts/openpts.git] / ChangeLog
1 openpts (0.2.6) unstable; urgency=low
2
3   * Update src/base64.c
4   * Wrap malloc/free by xmallox/xfree to keep away free(NULL)
5   * Added NLS() macro for i18n, (catgets or gettext)
6   * Added support of "transparent" digest.
7   * Locking to ensure only one instance of ptsc and openpts will run at the same time.
8   * Added the doorbell ringer(ptsevt) and the listener (ptsevtd)
9   * Added clear option. e.g. ptsc -e
10   * Improved error handling and messages (console and logging)
11   * Renew validation models (models/*uml), default ptsc.conf
12   * Added UEFI BIOS validation models
13   * Refactoring Infineon v1.2 TPM workaround
14   * IF-M capability msg was changed.
15   * Collector support both v0.2.5 and v0.2.6.
16   * Verifier support v0.2.6 collector only.
17   * Bug fixes
18
19  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Thu, 5 Jan 2012 14:40:00 +0900
20
21 openpts (0.2.5.1) unstable; urgency=low
22
23   * Added config option for Infineon TPM
24   * Fixed base64 decode functions to support CR in the middle of string
25
26  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Wed, 30 Nov 2011 10:50:00 +0900
27
28 openpts (0.2.5) unstable; urgency=low
29
30   * scan by coverity
31   * PEN of OpenPTS has been assigned, the number is 38158 (0x00950E)
32   * Support IMV/IMC
33   * Added libopenpts.so, shared by all commands and IMV/IMC
34   * Refactoring IF-M (Share the code by Standalone and TNC)
35   * Added model for Lenovo UEFI
36
37  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Wed, 20 Jul 2011 12:00:00 +0900
38
39 openpts (0.2.4) unstable; urgency=low
40
41   * tested on RHEL6 x86_64, Fedora 15 x86_64
42   * add tboot support
43   * changed IF-M standalone mode, SSH tunneling => SSH remote command execution
44   * deprecated ptscd daemon => ptsc
45   * added ptsc command
46   * added tpm_readpcr tpm_extendpcr commands
47   * added tboot2iml command to convert the tboot event msg to TCG eventlog
48   * update iml2text command
49   * added FSM models for tboot (PCR17-19) 
50   * added config flag 'tpm.quote.type=quote|quote2'
51   * rename config flag 'platform.model' => 'rm.model.0'
52   * rename config flag 'runtime.model' => 'rm.model.1'
53   * added config flag 'ir.dir' to set where the collector stores IRs
54   * added config flag 'ifm.timeout' to set the timeout of IF-M pipe through SSH
55
56  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Mon, 25 Apr 2011 17:00:00 +0900
57
58 openpts (0.2.3) unstable; urgency=low
59
60   * added 'ptscd -t' - run selftest
61   * fixed bug around SSH tunnnel. (use target_conf to store the SSH conf)
62   * fixed pcr_select, quote in IR
63   * Use Quote2
64   * fixed fsm in RM (copy xmi_type attribute from UML)
65   * change OPENPTS_CAPABILITY message, added flags and version info
66   * support known secret of SRK, 'srk.passwork.mode=known'
67   * added tpm.resetdalock=on option to workaround x803 TPM error
68   * SVN rev. 268+
69
70  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Mon, 07 Mar 2011 15:00:42 +0900
71
72 openpts (0.2.2) unstable; urgency=low
73
74   * added NLS support, gettext
75   * added reason capability for diagnostic
76   * added src/uuid.c
77   * update src/action.c
78   * supports multiple RM set, identified by version 1 UUID
79   * change the structure of configulation direcroty base on the UUID
80   * change the default port from 5556 to 6678
81   * SVN rev. 182
82
83  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Thu, 06 Jan 2011 15:30:53 +0900
84
85 openpts (0.2.1) unstable; urgency=low
86
87   * added iml2text command
88   * update IF-M
89   * added src/snapshot.c
90   * tested on Ubuntu 10.04 LTS (attest BIOS only)
91   * tested by static code analyser
92   * tested by SPIKE fuzzer
93   * tested by valgrind
94   * SVN rev.112
95
96  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Mon, 08 Nov 2010 02:18:50 +0000
97
98 openpts (0.2.0) unstable; urgency=low
99
100   * new codebase - fully written in C
101   * update FSM models
102   * tested on Linux 2.6.32 w/ IMA
103   * integration with AIDE (experimental)
104   * supports SSH tunneling of standalone IF-M
105   * SVN rev.44
106
107  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Wed, 25 Aug 2010 20:00:00 +0900