| OLD | NEW | 
 |    1 2010-02-22   Mario Strasser <mast@gmx.net> | 
 |    2         * tpmd_dev/darwin/*: darwin module added | 
 |    3         * Makefile: installation on Mac OS X enabled | 
 |    4         * README: README updated | 
 |    5         * ChangeLog: ChangeLog updated | 
 |    6  | 
 |    7  | 
 |    8 2010-02-19   Mario Strasser <mast@gmx.net> | 
 |    9         * windows/*: several fixes | 
 |   10         * crypto/bn.c: work around for older gmp libs | 
 |   11         * tddl/*: platform independent tddl | 
 |   12         * README: README updated | 
 |   13  | 
 |   14  | 
 |   15 2010-02-18   Mario Strasser <mast@gmx.net> | 
 |   16         * build.sh, buils.bat: build scripts added | 
 |   17         * tpmd.c, tpm_emulator_extern.h: log modes independent of syslog | 
 |   18         * windows/tpmd.c: tpmd for windows added | 
 |   19         * windows/control_tpmd.bat: service control function added | 
 |   20  | 
 |   21  | 
 |   22 2010-02-16   Mario Strasser <mast@gmx.net> | 
 |   23         * tpm/*: MTM functions added | 
 |   24         * tpmd.c: parameter to set configuration flags added | 
 |   25         * README: README updated | 
 |   26  | 
 |   27  | 
 |   28 2010-02-15   Mario Strasser <mast@gmx.net> | 
 |   29         * tpm_emulator.h, tpm_cmd_handler.c: startup configuration added | 
 |   30         * CMakeLists.txt: build of openbsd module added | 
 |   31         * tpm/*: MTM support prepared and MTM hooks added | 
 |   32  | 
 |   33  | 
 |   34 2010-02-13   Mario Strasser <mast@gmx.net> | 
 |   35         * all: unused variables removed; free_TPM_DATA added | 
 |   36  | 
 |   37  | 
 |   38 2010-02-12   Mario Strasser <mast@gmx.net> | 
 |   39         * tpm_marshalling.[ch]: (un)marshaling_TPM_DATA added | 
 |   40  | 
 |   41  | 
 |   42 2010-02-11   Mario Strasser <mast@gmx.net> | 
 |   43         * CMakeLists.txt: installation support added | 
 |   44         * README: README updated | 
 |   45         * *.h: headers updated | 
 |   46  | 
 |   47  | 
 |   48 2010-02-10   Mario Strasser <mast@gmx.net> | 
 |   49         * all: new CMake makefiles added | 
 |   50         * README: README updated | 
 |   51         * CMakeLists.txt, config.h.in: cpack support added | 
 |   52  | 
 |   53  | 
 |   54 2010-02-09   Mario Strasser <mast@gmx.net> | 
 |   55         * crypto/*, tpm/*: BE* conversion functions removed | 
 |   56         * tpmd/tpmd.c:  smart startup mode handling | 
 |   57         * crypto/*.h, tpm/*.h: tpm_emulator_config.h removed | 
 |   58         * tpm_testinc.c: usage of tpm_min/max removed | 
 |   59         * tpm_data.c, tpm_emulator_extern.h, tpmd.c: | 
 |   60                 _file -> _storage | 
 |   61         * config.h: central config.h added | 
 |   62         * all: directory structure changed | 
 |   63  | 
 |   64  | 
 |   65 2009-12-05  Mario Strasser <mast@gmx.net> | 
 |   66         * tpmd_dev/Makefile: installation patch added, thanks go to David Anders
     on | 
 |   67  | 
 |   68  | 
|    1 2009-10-05  Mario Strasser <mast@gmx.net> |   69 2009-10-05  Mario Strasser <mast@gmx.net> | 
|    2   * all: numerous bug fixes to make the trousers test pass |   70 »       * all: numerous bug fixes to make the trousers test pass | 
|    3  |   71  | 
|    4  |   72  | 
|    5 2009-10-02  Mario Strasser <mast@gmx.net> |   73 2009-10-02  Mario Strasser <mast@gmx.net> | 
|    6   * tpm_delegation.c: delegation support completed |   74 »       * tpm_delegation.c: delegation support completed | 
|    7  |   75  | 
|    8  |   76  | 
|    9 2009-09-24  Mario Strasser <mast@gmx.net> |   77 2009-09-24  Mario Strasser <mast@gmx.net> | 
|   10   * tpm_crypto.c: internal, deterministic PRNG added (for testing etc.) |   78 »       * tpm_crypto.c: internal, deterministic PRNG added (for testing etc.) | 
|   11   * tpm_authorization.c: DSAP verification added |   79 »       * tpm_authorization.c: DSAP verification added | 
|   12  |   80  | 
|   13  |   81  | 
|   14 2009-09-19  Mario Strasser <mast@gmx.net> |   82 2009-09-19  Mario Strasser <mast@gmx.net> | 
|   15         * tpm_capability.c: TPM_SetCapability() added |   83         * tpm_capability.c: TPM_SetCapability() added | 
|   16         * tpm_capability.c: TPM_GetCapability() completed |   84         * tpm_capability.c: TPM_GetCapability() completed | 
|   17         * ChangeLog: changelog updated |   85         * ChangeLog: changelog updated | 
|   18  |   86  | 
|   19  |   87  | 
|   20 2009-09-18  Mario Strasser <mast@gmx.net> |   88 2009-09-18  Mario Strasser <mast@gmx.net> | 
|   21         * tpm_commands.h: declarations and descriptions of internal |   89         * tpm_commands.h: declarations and descriptions of internal | 
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  411         * Makefile: new makefile for Linux kernels > 2.5.0 build system |  479         * Makefile: new makefile for Linux kernels > 2.5.0 build system | 
|  412         * tpm_testing.c: replacement of some floating-point calculations  |  480         * tpm_testing.c: replacement of some floating-point calculations  | 
|  413                 with fix-point arithmetic  |  481                 with fix-point arithmetic  | 
|  414         * all: minor changes int the directory and header file structure |  482         * all: minor changes int the directory and header file structure | 
|  415                 to make the package easier portable and maintainable  |  483                 to make the package easier portable and maintainable  | 
|  416  |  484  | 
|  417  |  485  | 
|  418 2004-07-01  Mario Strasser  <mast@gmx.net>   |  486 2004-07-01  Mario Strasser  <mast@gmx.net>   | 
|  419         * Initial release based on my semester thesis |  487         * Initial release based on my semester thesis | 
|  420  |  488  | 
| OLD | NEW |