OSDN Git Service

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