~ubuntu-branches/ubuntu/hardy/trousers/hardy-proposed

« back to all changes in this revision

Viewing changes to src/include/tcsd_ops.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-01-23 22:03:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123220300-fhtqja3c0oq0gp6z
Tags: 0.3.1-4
* Added patch from Aaron M. Ucko <ucko@debian.org> to allow trousers to
  build successfully on amd64, and presumably also other 64-bit
  architectures (Closes: #457400).
* Including udev rule for /dev/tpm from William Lima
  <wlima.amadeus@gmail.com> as suggested by David Smith <dds@google.com>
  (Closes: #459682).
* Added lintian overrides.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *
5
5
 * trousers - An open source TCG Software Stack
6
6
 *
7
 
 * (C) Copyright International Business Machines Corp. 2005
 
7
 * (C) Copyright International Business Machines Corp. 2005, 2007
8
8
 *
9
9
 */
10
10
 
31
31
#define OSAP                            TCSD_ORD_OSAP
32
32
#define TERMINATEHANDLE                 TCSD_ORD_TERMINATEHANDLE
33
33
#define PCRREAD                         TCSD_ORD_PCRREAD
 
34
#define PCRRESET                        TCSD_ORD_PCRRESET
34
35
#define QUOTE                           TCSD_ORD_QUOTE
35
36
#define SEAL                            TCSD_ORD_SEAL
36
37
#define UNSEAL                          TCSD_ORD_UNSEAL
52
53
#define GETPCREVENTBYPCR                TCSD_ORD_GETPCREVENTBYPCR
53
54
#define GETCAPABILITYSIGNED             TCSD_ORD_GETCAPABILITYSIGNED
54
55
#define ENUMREGISTEREDKEYS              TCSD_ORD_ENUMREGISTEREDKEYS
 
56
#define ENUMREGISTEREDKEYS2             TCSD_ORD_ENUMREGISTEREDKEYS2
55
57
#define GETREGISTEREDKEY                TCSD_ORD_GETREGISTEREDKEY
56
58
#define EXTEND                          TCSD_ORD_EXTEND
57
59
#define LOGPCREVENT                     TCSD_ORD_LOGPCREVENT
59
61
#define DISABLEPUBEKREAD                TCSD_ORD_DISABLEPUBEKREAD
60
62
#define SETOWNERINSTALL                 TCSD_ORD_SETOWNERINSTALL
61
63
#define MAKEIDENTITY                    TCSD_ORD_MAKEIDENTITY
 
64
#define MAKEIDENTITY2                   TCSD_ORD_MAKEIDENTITY2
62
65
#define TAKEOWNERSHIP                   TCSD_ORD_TAKEOWNERSHIP
63
66
#define CREATEENDORSEMENTKEYPAIR        TCSD_ORD_CREATEENDORSEMENTKEYPAIR
64
67
#define GETCAPABILITYOWNER              TCSD_ORD_GETCAPABILITYOWNER
89
92
#define KILLMAINTENANCEFEATURE          TCSD_ORD_KILLMAINTENANCEFEATURE
90
93
#define LOADMANUFECTURERMAINTENANCEPUB  TCSD_ORD_LOADMANUFECTURERMAINTENANCEPUB
91
94
#define READMANUFECTURERMAINTENANCEPUB  TCSD_ORD_READMANUFECTURERMAINTENANCEPUB
 
95
#define SETTEMPDEACTIVATED2             TCSD_ORD_SETTEMPDEACTIVATED2
92
96
#endif
93
97
 
94
98
/* TCSD ordinal sub-command sets */