OSDN Git Service

fixed issues reported by static analysis tool
[openpts/openpts.git] / ChangeLog
1 openpts (0.2.5) unstable; urgency=low
2
3   * scan by coverity
4   * PEN of OpenPTS has been assigned, the number is 38158 (0x00950E)
5   * Support IMV/IMC
6   * Added libopenpts.so, shared by all commands and IMV/IMC
7   * Refactoring IF-M (Share the code by Standalone and TNC)
8   * Added model for Lenovo UEFI
9
10  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Wed, 20 Jul 2011 12:00:00 +0900
11
12 openpts (0.2.4) unstable; urgency=low
13
14   * tested on RHEL6 x86_64, Fedora 15 x86_64
15   * add tboot support
16   * changed IF-M standalone mode, SSH tunneling => SSH remote command execution
17   * deprecated ptscd daemon => ptsc
18   * added ptsc command
19   * added tpm_readpcr tpm_extendpcr commands
20   * added tboot2iml command to convert the tboot event msg to TCG eventlog
21   * update iml2text command
22   * added FSM models for tboot (PCR17-19) 
23   * added config flag 'tpm.quote.type=quote|quote2'
24   * rename config flag 'platform.model' => 'rm.model.0'
25   * rename config flag 'runtime.model' => 'rm.model.1'
26   * added config flag 'ir.dir' to set where the collector stores IRs
27   * added config flag 'ifm.timeout' to set the timeout of IF-M pipe through SSH
28
29  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Mon, 25 Apr 2011 17:00:00 +0900
30
31 openpts (0.2.3) unstable; urgency=low
32
33   * added 'ptscd -t' - run selftest
34   * fixed bug around SSH tunnnel. (use target_conf to store the SSH conf)
35   * fixed pcr_select, quote in IR
36   * Use Quote2
37   * fixed fsm in RM (copy xmi_type attribute from UML)
38   * change OPENPTS_CAPABILITY message, added flags and version info
39   * support known secret of SRK, 'srk.passwork.mode=known'
40   * added tpm.resetdalock=on option to workaround x803 TPM error
41   * SVN rev. 268+
42
43  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Mon, 07 Mar 2011 15:00:42 +0900
44
45 openpts (0.2.2) unstable; urgency=low
46
47   * added NLS support, gettext
48   * added reason capability for diagnostic
49   * added src/uuid.c
50   * update src/action.c
51   * supports multiple RM set, identified by version 1 UUID
52   * change the structure of configulation direcroty base on the UUID
53   * change the default port from 5556 to 6678
54   * SVN rev. 182
55
56  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Thu, 06 Jan 2011 15:30:53 +0900
57
58 openpts (0.2.1) unstable; urgency=low
59
60   * added iml2text command
61   * update IF-M
62   * added src/snapshot.c
63   * tested on Ubuntu 10.04 LTS (attest BIOS only)
64   * tested by static code analyser
65   * tested by SPIKE fuzzer
66   * tested by valgrind
67   * SVN rev.112
68
69  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Mon, 08 Nov 2010 02:18:50 +0000
70
71 openpts (0.2.0) unstable; urgency=low
72
73   * new codebase - fully written in C
74   * update FSM models
75   * tested on Linux 2.6.32 w/ IMA
76   * integration with AIDE (experimental)
77   * supports SSH tunneling of standalone IF-M
78   * SVN rev.44
79
80  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Wed, 25 Aug 2010 20:00:00 +0900