147e946e7SWyllys Ingersoll /*
247e946e7SWyllys Ingersoll * Common Public License Version 0.5
347e946e7SWyllys Ingersoll *
447e946e7SWyllys Ingersoll * THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF
547e946e7SWyllys Ingersoll * THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE,
647e946e7SWyllys Ingersoll * REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES
747e946e7SWyllys Ingersoll * RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
847e946e7SWyllys Ingersoll *
947e946e7SWyllys Ingersoll * 1. DEFINITIONS
1047e946e7SWyllys Ingersoll *
1147e946e7SWyllys Ingersoll * "Contribution" means:
1247e946e7SWyllys Ingersoll * a) in the case of the initial Contributor, the
1347e946e7SWyllys Ingersoll * initial code and documentation distributed under
1447e946e7SWyllys Ingersoll * this Agreement, and
1547e946e7SWyllys Ingersoll *
1647e946e7SWyllys Ingersoll * b) in the case of each subsequent Contributor:
1747e946e7SWyllys Ingersoll * i) changes to the Program, and
1847e946e7SWyllys Ingersoll * ii) additions to the Program;
1947e946e7SWyllys Ingersoll *
2047e946e7SWyllys Ingersoll * where such changes and/or additions to the Program
2147e946e7SWyllys Ingersoll * originate from and are distributed by that
2247e946e7SWyllys Ingersoll * particular Contributor. A Contribution 'originates'
2347e946e7SWyllys Ingersoll * from a Contributor if it was added to the Program
2447e946e7SWyllys Ingersoll * by such Contributor itself or anyone acting on such
2547e946e7SWyllys Ingersoll * Contributor's behalf. Contributions do not include
2647e946e7SWyllys Ingersoll * additions to the Program which: (i) are separate
2747e946e7SWyllys Ingersoll * modules of software distributed in conjunction with
2847e946e7SWyllys Ingersoll * the Program under their own license agreement, and
2947e946e7SWyllys Ingersoll * (ii) are not derivative works of the Program.
3047e946e7SWyllys Ingersoll *
3147e946e7SWyllys Ingersoll *
3247e946e7SWyllys Ingersoll * "Contributor" means any person or entity that distributes
3347e946e7SWyllys Ingersoll * the Program.
3447e946e7SWyllys Ingersoll *
3547e946e7SWyllys Ingersoll * "Licensed Patents " mean patent claims licensable by a
3647e946e7SWyllys Ingersoll * Contributor which are necessarily infringed by the use or
3747e946e7SWyllys Ingersoll * sale of its Contribution alone or when combined with the
3847e946e7SWyllys Ingersoll * Program.
3947e946e7SWyllys Ingersoll *
4047e946e7SWyllys Ingersoll * "Program" means the Contributions distributed in
4147e946e7SWyllys Ingersoll * accordance with this Agreement.
4247e946e7SWyllys Ingersoll *
4347e946e7SWyllys Ingersoll * "Recipient" means anyone who receives the Program under
4447e946e7SWyllys Ingersoll * this Agreement, including all Contributors.
4547e946e7SWyllys Ingersoll *
4647e946e7SWyllys Ingersoll * 2. GRANT OF RIGHTS
4747e946e7SWyllys Ingersoll *
4847e946e7SWyllys Ingersoll * a) Subject to the terms of this Agreement, each
4947e946e7SWyllys Ingersoll * Contributor hereby grants Recipient a
5047e946e7SWyllys Ingersoll * no - exclusive, worldwide, royalt - free copyright
5147e946e7SWyllys Ingersoll * license to reproduce, prepare derivative works of,
5247e946e7SWyllys Ingersoll * publicly display, publicly perform, distribute and
5347e946e7SWyllys Ingersoll * sublicense the Contribution of such Contributor, if
5447e946e7SWyllys Ingersoll * any, and such derivative works, in source code and
5547e946e7SWyllys Ingersoll * object code form.
5647e946e7SWyllys Ingersoll *
5747e946e7SWyllys Ingersoll * b) Subject to the terms of this Agreement, each
5847e946e7SWyllys Ingersoll * Contributor hereby grants Recipient a
5947e946e7SWyllys Ingersoll * no - exclusive, worldwide, royalt - free patent
6047e946e7SWyllys Ingersoll * license under Licensed Patents to make, use, sell,
6147e946e7SWyllys Ingersoll * offer to sell, import and otherwise transfer the
6247e946e7SWyllys Ingersoll * Contribution of such Contributor, if any, in source
6347e946e7SWyllys Ingersoll * code and object code form. This patent license
6447e946e7SWyllys Ingersoll * shall apply to the combination of the Contribution
6547e946e7SWyllys Ingersoll * and the Program if, at the time the Contribution is
6647e946e7SWyllys Ingersoll * added by the Contributor, such addition of the
6747e946e7SWyllys Ingersoll * Contribution causes such combination to be covered
6847e946e7SWyllys Ingersoll * by the Licensed Patents. The patent license shall
6947e946e7SWyllys Ingersoll * not apply to any other combinations which include
7047e946e7SWyllys Ingersoll * the Contribution. No hardware per se is licensed
7147e946e7SWyllys Ingersoll * hereunder.
7247e946e7SWyllys Ingersoll *
7347e946e7SWyllys Ingersoll * c) Recipient understands that although each
7447e946e7SWyllys Ingersoll * Contributor grants the licenses to its
7547e946e7SWyllys Ingersoll * Contributions set forth herein, no assurances are
7647e946e7SWyllys Ingersoll * provided by any Contributor that the Program does
7747e946e7SWyllys Ingersoll * not infringe the patent or other intellectual
7847e946e7SWyllys Ingersoll * property rights of any other entity. Each
7947e946e7SWyllys Ingersoll * Contributor disclaims any liability to Recipient
8047e946e7SWyllys Ingersoll * for claims brought by any other entity based on
8147e946e7SWyllys Ingersoll * infringement of intellectual property rights or
8247e946e7SWyllys Ingersoll * otherwise. As a condition to exercising the rights
8347e946e7SWyllys Ingersoll * and licenses granted hereunder, each Recipient
8447e946e7SWyllys Ingersoll * hereby assumes sole responsibility to secure any
8547e946e7SWyllys Ingersoll * other intellectual property rights needed, if any.
8647e946e7SWyllys Ingersoll *
8747e946e7SWyllys Ingersoll * For example, if a third party patent license is
8847e946e7SWyllys Ingersoll * required to allow Recipient to distribute the
8947e946e7SWyllys Ingersoll * Program, it is Recipient's responsibility to
9047e946e7SWyllys Ingersoll * acquire that license before distributing the
9147e946e7SWyllys Ingersoll * Program.
9247e946e7SWyllys Ingersoll *
9347e946e7SWyllys Ingersoll * d) Each Contributor represents that to its
9447e946e7SWyllys Ingersoll * knowledge it has sufficient copyright rights in its
9547e946e7SWyllys Ingersoll * Contribution, if any, to grant the copyright
9647e946e7SWyllys Ingersoll * license set forth in this Agreement.
9747e946e7SWyllys Ingersoll *
9847e946e7SWyllys Ingersoll * 3. REQUIREMENTS
9947e946e7SWyllys Ingersoll *
10047e946e7SWyllys Ingersoll * A Contributor may choose to distribute the Program in
10147e946e7SWyllys Ingersoll * object code form under its own license agreement, provided
10247e946e7SWyllys Ingersoll * that:
10347e946e7SWyllys Ingersoll * a) it complies with the terms and conditions of
10447e946e7SWyllys Ingersoll * this Agreement; and
10547e946e7SWyllys Ingersoll *
10647e946e7SWyllys Ingersoll * b) its license agreement:
10747e946e7SWyllys Ingersoll * i) effectively disclaims on behalf of all
10847e946e7SWyllys Ingersoll * Contributors all warranties and conditions, express
10947e946e7SWyllys Ingersoll * and implied, including warranties or conditions of
11047e946e7SWyllys Ingersoll * title and no - infringement, and implied warranties
11147e946e7SWyllys Ingersoll * or conditions of merchantability and fitness for a
11247e946e7SWyllys Ingersoll * particular purpose;
11347e946e7SWyllys Ingersoll *
11447e946e7SWyllys Ingersoll * ii) effectively excludes on behalf of all
11547e946e7SWyllys Ingersoll * Contributors all liability for damages, including
11647e946e7SWyllys Ingersoll * direct, indirect, special, incidental and
11747e946e7SWyllys Ingersoll * consequential damages, such as lost profits;
11847e946e7SWyllys Ingersoll *
11947e946e7SWyllys Ingersoll * iii) states that any provisions which differ from
12047e946e7SWyllys Ingersoll * this Agreement are offered by that Contributor
12147e946e7SWyllys Ingersoll * alone and not by any other party; and
12247e946e7SWyllys Ingersoll *
12347e946e7SWyllys Ingersoll * iv) states that source code for the Program is
12447e946e7SWyllys Ingersoll * available from such Contributor, and informs
12547e946e7SWyllys Ingersoll * licensees how to obtain it in a reasonable manner
12647e946e7SWyllys Ingersoll * on or through a medium customarily used for
12747e946e7SWyllys Ingersoll * software exchange.
12847e946e7SWyllys Ingersoll *
12947e946e7SWyllys Ingersoll * When the Program is made available in source code form:
13047e946e7SWyllys Ingersoll * a) it must be made available under this Agreement;
13147e946e7SWyllys Ingersoll * and
13247e946e7SWyllys Ingersoll * b) a copy of this Agreement must be included with
13347e946e7SWyllys Ingersoll * each copy of the Program.
13447e946e7SWyllys Ingersoll *
13547e946e7SWyllys Ingersoll * Contributors may not remove or alter any copyright notices
13647e946e7SWyllys Ingersoll * contained within the Program.
13747e946e7SWyllys Ingersoll *
13847e946e7SWyllys Ingersoll * Each Contributor must identify itself as the originator of
13947e946e7SWyllys Ingersoll * its Contribution, if any, in a manner that reasonably
14047e946e7SWyllys Ingersoll * allows subsequent Recipients to identify the originator of
14147e946e7SWyllys Ingersoll * the Contribution.
14247e946e7SWyllys Ingersoll *
14347e946e7SWyllys Ingersoll *
14447e946e7SWyllys Ingersoll * 4. COMMERCIAL DISTRIBUTION
14547e946e7SWyllys Ingersoll *
14647e946e7SWyllys Ingersoll * Commercial distributors of software may accept certain
14747e946e7SWyllys Ingersoll * responsibilities with respect to end users, business
14847e946e7SWyllys Ingersoll * partners and the like. While this license is intended to
14947e946e7SWyllys Ingersoll * facilitate the commercial use of the Program, the
15047e946e7SWyllys Ingersoll * Contributor who includes the Program in a commercial
15147e946e7SWyllys Ingersoll * product offering should do so in a manner which does not
15247e946e7SWyllys Ingersoll * create potential liability for other Contributors.
15347e946e7SWyllys Ingersoll * Therefore, if a Contributor includes the Program in a
15447e946e7SWyllys Ingersoll * commercial product offering, such Contributor ("Commercial
15547e946e7SWyllys Ingersoll * Contributor") hereby agrees to defend and indemnify every
15647e946e7SWyllys Ingersoll * other Contributor ("Indemnified Contributor") against any
15747e946e7SWyllys Ingersoll * losses, damages and costs (collectively "Losses") arising
15847e946e7SWyllys Ingersoll * from claims, lawsuits and other legal actions brought by a
15947e946e7SWyllys Ingersoll * third party against the Indemnified Contributor to the
16047e946e7SWyllys Ingersoll * extent caused by the acts or omissions of such Commercial
16147e946e7SWyllys Ingersoll * Contributor in connection with its distribution of the
16247e946e7SWyllys Ingersoll * Program in a commercial product offering. The obligations
16347e946e7SWyllys Ingersoll * in this section do not apply to any claims or Losses
16447e946e7SWyllys Ingersoll * relating to any actual or alleged intellectual property
16547e946e7SWyllys Ingersoll * infringement. In order to qualify, an Indemnified
16647e946e7SWyllys Ingersoll * Contributor must: a) promptly notify the Commercial
16747e946e7SWyllys Ingersoll * Contributor in writing of such claim, and b) allow the
16847e946e7SWyllys Ingersoll * Commercial Contributor to control, and cooperate with the
16947e946e7SWyllys Ingersoll * Commercial Contributor in, the defense and any related
17047e946e7SWyllys Ingersoll * settlement negotiations. The Indemnified Contributor may
17147e946e7SWyllys Ingersoll * participate in any such claim at its own expense.
17247e946e7SWyllys Ingersoll *
17347e946e7SWyllys Ingersoll *
17447e946e7SWyllys Ingersoll * For example, a Contributor might include the Program in a
17547e946e7SWyllys Ingersoll * commercial product offering, Product X. That Contributor
17647e946e7SWyllys Ingersoll * is then a Commercial Contributor. If that Commercial
17747e946e7SWyllys Ingersoll * Contributor then makes performance claims, or offers
17847e946e7SWyllys Ingersoll * warranties related to Product X, those performance claims
17947e946e7SWyllys Ingersoll * and warranties are such Commercial Contributor's
18047e946e7SWyllys Ingersoll * responsibility alone. Under this section, the Commercial
18147e946e7SWyllys Ingersoll * Contributor would have to defend claims against the other
18247e946e7SWyllys Ingersoll * Contributors related to those performance claims and
18347e946e7SWyllys Ingersoll * warranties, and if a court requires any other Contributor
18447e946e7SWyllys Ingersoll * to pay any damages as a result, the Commercial Contributor
18547e946e7SWyllys Ingersoll * must pay those damages.
18647e946e7SWyllys Ingersoll *
18747e946e7SWyllys Ingersoll *
18847e946e7SWyllys Ingersoll * 5. NO WARRANTY
18947e946e7SWyllys Ingersoll *
19047e946e7SWyllys Ingersoll * EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE
19147e946e7SWyllys Ingersoll * PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT
19247e946e7SWyllys Ingersoll * WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
19347e946e7SWyllys Ingersoll * IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR
19447e946e7SWyllys Ingersoll * CONDITIONS OF TITLE, NO - INFRINGEMENT, MERCHANTABILITY OR
19547e946e7SWyllys Ingersoll * FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
19647e946e7SWyllys Ingersoll * responsible for determining the appropriateness of using
19747e946e7SWyllys Ingersoll * and distributing the Program and assumes all risks
19847e946e7SWyllys Ingersoll * associated with its exercise of rights under this
19947e946e7SWyllys Ingersoll * Agreement, including but not limited to the risks and
20047e946e7SWyllys Ingersoll * costs of program errors, compliance with applicable laws,
20147e946e7SWyllys Ingersoll * damage to or loss of data, programs or equipment, and
20247e946e7SWyllys Ingersoll * unavailability or interruption of operations.
20347e946e7SWyllys Ingersoll *
20447e946e7SWyllys Ingersoll * 6. DISCLAIMER OF LIABILITY
20547e946e7SWyllys Ingersoll * EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER
20647e946e7SWyllys Ingersoll * RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY
20747e946e7SWyllys Ingersoll * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
20847e946e7SWyllys Ingersoll * OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
20947e946e7SWyllys Ingersoll * LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
21047e946e7SWyllys Ingersoll * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21147e946e7SWyllys Ingersoll * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
21247e946e7SWyllys Ingersoll * OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE
21347e946e7SWyllys Ingersoll * OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
21447e946e7SWyllys Ingersoll * POSSIBILITY OF SUCH DAMAGES.
21547e946e7SWyllys Ingersoll *
21647e946e7SWyllys Ingersoll * 7. GENERAL
21747e946e7SWyllys Ingersoll *
21847e946e7SWyllys Ingersoll * If any provision of this Agreement is invalid or
21947e946e7SWyllys Ingersoll * unenforceable under applicable law, it shall not affect
22047e946e7SWyllys Ingersoll * the validity or enforceability of the remainder of the
22147e946e7SWyllys Ingersoll * terms of this Agreement, and without further action by the
22247e946e7SWyllys Ingersoll * parties hereto, such provision shall be reformed to the
22347e946e7SWyllys Ingersoll * minimum extent necessary to make such provision valid and
22447e946e7SWyllys Ingersoll * enforceable.
22547e946e7SWyllys Ingersoll *
22647e946e7SWyllys Ingersoll *
22747e946e7SWyllys Ingersoll * If Recipient institutes patent litigation against a
22847e946e7SWyllys Ingersoll * Contributor with respect to a patent applicable to
22947e946e7SWyllys Ingersoll * software (including a cros - claim or counterclaim in a
23047e946e7SWyllys Ingersoll * lawsuit), then any patent licenses granted by that
23147e946e7SWyllys Ingersoll * Contributor to such Recipient under this Agreement shall
23247e946e7SWyllys Ingersoll * terminate as of the date such litigation is filed. In
23347e946e7SWyllys Ingersoll * addition, If Recipient institutes patent litigation
23447e946e7SWyllys Ingersoll * against any entity (including a cros - claim or
23547e946e7SWyllys Ingersoll * counterclaim in a lawsuit) alleging that the Program
23647e946e7SWyllys Ingersoll * itself (excluding combinations of the Program with other
23747e946e7SWyllys Ingersoll * software or hardware) infringes such Recipient's
23847e946e7SWyllys Ingersoll * patent(s), then such Recipient's rights granted under
23947e946e7SWyllys Ingersoll * Section 2(b) shall terminate as of the date such
24047e946e7SWyllys Ingersoll * litigation is filed.
24147e946e7SWyllys Ingersoll *
24247e946e7SWyllys Ingersoll * All Recipient's rights under this Agreement shall
24347e946e7SWyllys Ingersoll * terminate if it fails to comply with any of the material
24447e946e7SWyllys Ingersoll * terms or conditions of this Agreement and does not cure
24547e946e7SWyllys Ingersoll * such failure in a reasonable period of time after becoming
24647e946e7SWyllys Ingersoll * aware of such noncompliance. If all Recipient's rights
24747e946e7SWyllys Ingersoll * under this Agreement terminate, Recipient agrees to cease
24847e946e7SWyllys Ingersoll * use and distribution of the Program as soon as reasonably
24947e946e7SWyllys Ingersoll * practicable. However, Recipient's obligations under this
25047e946e7SWyllys Ingersoll * Agreement and any licenses granted by Recipient relating
25147e946e7SWyllys Ingersoll * to the Program shall continue and survive.
25247e946e7SWyllys Ingersoll *
25347e946e7SWyllys Ingersoll * Everyone is permitted to copy and distribute copies of
25447e946e7SWyllys Ingersoll * this Agreement, but in order to avoid inconsistency the
25547e946e7SWyllys Ingersoll * Agreement is copyrighted and may only be modified in the
25647e946e7SWyllys Ingersoll * following manner. The Agreement Steward reserves the right
25747e946e7SWyllys Ingersoll * to publish new versions (including revisions) of this
25847e946e7SWyllys Ingersoll * Agreement from time to time. No one other than the
25947e946e7SWyllys Ingersoll * Agreement Steward has the right to modify this Agreement.
26047e946e7SWyllys Ingersoll *
26147e946e7SWyllys Ingersoll * IBM is the initial Agreement Steward. IBM may assign the
26247e946e7SWyllys Ingersoll * responsibility to serve as the Agreement Steward to a
26347e946e7SWyllys Ingersoll * suitable separate entity. Each new version of the
26447e946e7SWyllys Ingersoll * Agreement will be given a distinguishing version number.
26547e946e7SWyllys Ingersoll * The Program (including Contributions) may always be
26647e946e7SWyllys Ingersoll * distributed subject to the version of the Agreement under
26747e946e7SWyllys Ingersoll * which it was received. In addition, after a new version of
26847e946e7SWyllys Ingersoll * the Agreement is published, Contributor may elect to
26947e946e7SWyllys Ingersoll * distribute the Program (including its Contributions) under
27047e946e7SWyllys Ingersoll * the new version. Except as expressly stated in Sections
27147e946e7SWyllys Ingersoll * 2(a) and 2(b) above, Recipient receives no rights or
27247e946e7SWyllys Ingersoll * licenses to the intellectual property of any Contributor
27347e946e7SWyllys Ingersoll * under this Agreement, whether expressly, by implication,
27447e946e7SWyllys Ingersoll * estoppel or otherwise. All rights in the Program not
27547e946e7SWyllys Ingersoll * expressly granted under this Agreement are reserved.
27647e946e7SWyllys Ingersoll *
27747e946e7SWyllys Ingersoll *
27847e946e7SWyllys Ingersoll * This Agreement is governed by the laws of the State of New
27947e946e7SWyllys Ingersoll * York and the intellectual property laws of the United
28047e946e7SWyllys Ingersoll * States of America. No party to this Agreement will bring a
28147e946e7SWyllys Ingersoll * legal action under this Agreement more than one year after
28247e946e7SWyllys Ingersoll * the cause of action arose. Each party waives its rights to
28347e946e7SWyllys Ingersoll * a jury trial in any resulting litigation.
28447e946e7SWyllys Ingersoll *
28547e946e7SWyllys Ingersoll *
28647e946e7SWyllys Ingersoll *
28747e946e7SWyllys Ingersoll * (C) COPYRIGHT International Business Machines Corp. 2001, 2002
28847e946e7SWyllys Ingersoll */
28947e946e7SWyllys Ingersoll /*
29047e946e7SWyllys Ingersoll * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
29147e946e7SWyllys Ingersoll * Use is subject to license terms.
29247e946e7SWyllys Ingersoll */
29347e946e7SWyllys Ingersoll
29447e946e7SWyllys Ingersoll #include <alloca.h>
29547e946e7SWyllys Ingersoll #include <libgen.h>
29647e946e7SWyllys Ingersoll #include <sys/varargs.h>
29747e946e7SWyllys Ingersoll
29847e946e7SWyllys Ingersoll #include "tpmtok_int.h"
29947e946e7SWyllys Ingersoll
30047e946e7SWyllys Ingersoll extern API_Proc_Struct_t *Anchor;
30147e946e7SWyllys Ingersoll extern int logging;
30247e946e7SWyllys Ingersoll
30347e946e7SWyllys Ingersoll void logit(int, char *, ...);
30447e946e7SWyllys Ingersoll static int enabled = 0;
30547e946e7SWyllys Ingersoll
30647e946e7SWyllys Ingersoll void
loginit()30747e946e7SWyllys Ingersoll loginit() {
30847e946e7SWyllys Ingersoll if (!enabled) {
30947e946e7SWyllys Ingersoll enabled = 1;
31047e946e7SWyllys Ingersoll openlog("tpmtoken", LOG_PID | LOG_NDELAY, LOG_DAEMON);
31147e946e7SWyllys Ingersoll (void) setlogmask(LOG_UPTO(LOG_DEBUG));
31247e946e7SWyllys Ingersoll logit(LOG_DEBUG, "Logging enabled %d enabled", enabled);
31347e946e7SWyllys Ingersoll }
31447e946e7SWyllys Ingersoll }
31547e946e7SWyllys Ingersoll
31647e946e7SWyllys Ingersoll void
logterm()31747e946e7SWyllys Ingersoll logterm()
31847e946e7SWyllys Ingersoll {
319ab8176c2SWyllys Ingersoll closelog();
32047e946e7SWyllys Ingersoll enabled = 0;
32147e946e7SWyllys Ingersoll }
32247e946e7SWyllys Ingersoll
32347e946e7SWyllys Ingersoll /*ARGSUSED*/
32447e946e7SWyllys Ingersoll void
logit(int type,char * fmt,...)32547e946e7SWyllys Ingersoll logit(int type, char *fmt, ...)
32647e946e7SWyllys Ingersoll {
32747e946e7SWyllys Ingersoll #ifdef DEBUG
32847e946e7SWyllys Ingersoll va_list pvar;
32947e946e7SWyllys Ingersoll char buffer[BUFSIZ];
33047e946e7SWyllys Ingersoll
33147e946e7SWyllys Ingersoll if (enabled) {
33247e946e7SWyllys Ingersoll if (type <= logging) {
33347e946e7SWyllys Ingersoll va_start(pvar, fmt);
33447e946e7SWyllys Ingersoll (void) vsnprintf(buffer, sizeof (buffer), fmt, pvar);
33547e946e7SWyllys Ingersoll va_end(pvar);
33647e946e7SWyllys Ingersoll syslog(type, buffer);
33747e946e7SWyllys Ingersoll }
33847e946e7SWyllys Ingersoll }
33947e946e7SWyllys Ingersoll #else
34047e946e7SWyllys Ingersoll return;
34147e946e7SWyllys Ingersoll #endif /* DEBUG */
34247e946e7SWyllys Ingersoll
34347e946e7SWyllys Ingersoll }
34447e946e7SWyllys Ingersoll
34547e946e7SWyllys Ingersoll void
AddToSessionList(pSess)34647e946e7SWyllys Ingersoll AddToSessionList(pSess)
34747e946e7SWyllys Ingersoll Session_Struct_t *pSess;
34847e946e7SWyllys Ingersoll {
34947e946e7SWyllys Ingersoll Session_Struct_t *pCur;
35047e946e7SWyllys Ingersoll
35147e946e7SWyllys Ingersoll (void) pthread_mutex_lock(&(Anchor->SessListMutex));
35247e946e7SWyllys Ingersoll
35347e946e7SWyllys Ingersoll pCur = Anchor->SessListBeg;
35447e946e7SWyllys Ingersoll
35547e946e7SWyllys Ingersoll if (! pCur) {
35647e946e7SWyllys Ingersoll (void) pthread_mutex_lock(&(Anchor->ProcMutex));
35747e946e7SWyllys Ingersoll Anchor->SessListBeg = pSess;
35847e946e7SWyllys Ingersoll (void) pthread_mutex_unlock(&(Anchor->ProcMutex));
35947e946e7SWyllys Ingersoll pSess->Previous = pSess->Next = NULL;
36047e946e7SWyllys Ingersoll } else {
36147e946e7SWyllys Ingersoll while (pCur->Next != NULL) {
36247e946e7SWyllys Ingersoll pCur = pCur->Next;
36347e946e7SWyllys Ingersoll }
36447e946e7SWyllys Ingersoll pCur->Next = pSess;
36547e946e7SWyllys Ingersoll pSess->Previous = pCur;
36647e946e7SWyllys Ingersoll pSess->Next = NULL;
36747e946e7SWyllys Ingersoll }
36847e946e7SWyllys Ingersoll
36947e946e7SWyllys Ingersoll (void) pthread_mutex_unlock(&(Anchor->SessListMutex));
37047e946e7SWyllys Ingersoll }
37147e946e7SWyllys Ingersoll
37247e946e7SWyllys Ingersoll void
RemoveFromSessionList(pSess)37347e946e7SWyllys Ingersoll RemoveFromSessionList(pSess)
37447e946e7SWyllys Ingersoll Session_Struct_t *pSess;
37547e946e7SWyllys Ingersoll {
37647e946e7SWyllys Ingersoll Session_Struct_t *pCur, *pTmp;
37747e946e7SWyllys Ingersoll
37847e946e7SWyllys Ingersoll (void) pthread_mutex_lock(&(Anchor->SessListMutex));
37947e946e7SWyllys Ingersoll
38047e946e7SWyllys Ingersoll pCur = Anchor->SessListBeg;
38147e946e7SWyllys Ingersoll /*
38247e946e7SWyllys Ingersoll * Just in case check that there really is a list although
38347e946e7SWyllys Ingersoll * the call to ValidSession should have caught this already.
38447e946e7SWyllys Ingersoll * But someone may have removed the session already
38547e946e7SWyllys Ingersoll * while we were validating the call.
38647e946e7SWyllys Ingersoll */
38747e946e7SWyllys Ingersoll if (pCur) {
38847e946e7SWyllys Ingersoll if (pCur == pSess) {
38947e946e7SWyllys Ingersoll (void) pthread_mutex_lock(&(Anchor->ProcMutex));
39047e946e7SWyllys Ingersoll pTmp = pSess->Next;
39147e946e7SWyllys Ingersoll Anchor->SessListBeg = pSess->Next;
39247e946e7SWyllys Ingersoll if (pTmp) {
39347e946e7SWyllys Ingersoll pTmp->Previous = NULL;
39447e946e7SWyllys Ingersoll }
39547e946e7SWyllys Ingersoll free(pSess);
39647e946e7SWyllys Ingersoll (void) pthread_mutex_unlock(&(Anchor->ProcMutex));
39747e946e7SWyllys Ingersoll pCur = NULL;
39847e946e7SWyllys Ingersoll } else {
39947e946e7SWyllys Ingersoll /*
40047e946e7SWyllys Ingersoll * First check for a Null element then check
40147e946e7SWyllys Ingersoll * next against the desired element. This will
40247e946e7SWyllys Ingersoll * allow the loop to terminate at the end of
40347e946e7SWyllys Ingersoll * the list even if the desired element is not in
40447e946e7SWyllys Ingersoll * the list (should not happen, but be defensive).
40547e946e7SWyllys Ingersoll */
40647e946e7SWyllys Ingersoll while (pCur && pCur->Next != pSess) {
40747e946e7SWyllys Ingersoll pCur = pCur->Next;
40847e946e7SWyllys Ingersoll }
40947e946e7SWyllys Ingersoll /*
41047e946e7SWyllys Ingersoll * We did not hit the end of the list without finding
41147e946e7SWyllys Ingersoll * our element so we can continue to remove it
41247e946e7SWyllys Ingersoll */
41347e946e7SWyllys Ingersoll if (pCur != NULL) {
41447e946e7SWyllys Ingersoll pTmp = pSess->Next;
41547e946e7SWyllys Ingersoll pCur->Next = pTmp;
41647e946e7SWyllys Ingersoll if (pTmp) {
41747e946e7SWyllys Ingersoll pTmp->Previous = pCur;
41847e946e7SWyllys Ingersoll }
41947e946e7SWyllys Ingersoll free(pSess);
42047e946e7SWyllys Ingersoll }
42147e946e7SWyllys Ingersoll }
42247e946e7SWyllys Ingersoll }
42347e946e7SWyllys Ingersoll
42447e946e7SWyllys Ingersoll (void) pthread_mutex_unlock(&(Anchor->SessListMutex));
42547e946e7SWyllys Ingersoll }
42647e946e7SWyllys Ingersoll
42747e946e7SWyllys Ingersoll int
Valid_Session(Session_Struct_t * pSession,ST_SESSION_T * rSession)42847e946e7SWyllys Ingersoll Valid_Session(Session_Struct_t *pSession, ST_SESSION_T *rSession)
42947e946e7SWyllys Ingersoll {
43047e946e7SWyllys Ingersoll int rv = FALSE;
43147e946e7SWyllys Ingersoll Session_Struct_t *cSessionp;
43247e946e7SWyllys Ingersoll
43347e946e7SWyllys Ingersoll if (!pSession)
43447e946e7SWyllys Ingersoll return (FALSE);
43547e946e7SWyllys Ingersoll
43647e946e7SWyllys Ingersoll (void) pthread_mutex_lock(&(Anchor->SessListMutex));
43747e946e7SWyllys Ingersoll
43847e946e7SWyllys Ingersoll cSessionp = Anchor->SessListBeg;
43947e946e7SWyllys Ingersoll while (cSessionp) {
44047e946e7SWyllys Ingersoll if (cSessionp == pSession) {
44147e946e7SWyllys Ingersoll rv = TRUE;
44247e946e7SWyllys Ingersoll rSession->sessionh = pSession->RealHandle;
44347e946e7SWyllys Ingersoll rSession->slotID = pSession->SltId;
44447e946e7SWyllys Ingersoll break;
44547e946e7SWyllys Ingersoll }
44647e946e7SWyllys Ingersoll cSessionp = (Session_Struct_t *)cSessionp->Next;
44747e946e7SWyllys Ingersoll }
44847e946e7SWyllys Ingersoll
44947e946e7SWyllys Ingersoll (void) pthread_mutex_unlock(&(Anchor->SessListMutex));
45047e946e7SWyllys Ingersoll return (rv);
45147e946e7SWyllys Ingersoll }
45247e946e7SWyllys Ingersoll
45347e946e7SWyllys Ingersoll int
API_Initialized()45447e946e7SWyllys Ingersoll API_Initialized()
45547e946e7SWyllys Ingersoll {
456*8d26100cSWyllys Ingersoll return (Anchor != NULL && global_shm != NULL);
45747e946e7SWyllys Ingersoll }
45847e946e7SWyllys Ingersoll
45947e946e7SWyllys Ingersoll void
Terminate_All_Process_Sessions()46047e946e7SWyllys Ingersoll Terminate_All_Process_Sessions()
46147e946e7SWyllys Ingersoll {
46247e946e7SWyllys Ingersoll CK_RV rv;
46347e946e7SWyllys Ingersoll
46447e946e7SWyllys Ingersoll logit(LOG_DEBUG, "Terminate_All_Process_Sessions");
46547e946e7SWyllys Ingersoll
46647e946e7SWyllys Ingersoll rv = C_CloseAllSessions(TPM_SLOTID);
46747e946e7SWyllys Ingersoll /*
46847e946e7SWyllys Ingersoll * If the return (code is not OK, we are really hosed
46947e946e7SWyllys Ingersoll * since we are terminating the session.
47047e946e7SWyllys Ingersoll * For now we will just log it
47147e946e7SWyllys Ingersoll */
47247e946e7SWyllys Ingersoll if (rv != CKR_OK) {
47347e946e7SWyllys Ingersoll logit(LOG_DEBUG,
47447e946e7SWyllys Ingersoll "Terminate_All_Process_Sessions RV %x", rv);
47547e946e7SWyllys Ingersoll }
47647e946e7SWyllys Ingersoll }
477