Added several OID's.
[yaz-moved-to-github.git] / util / oid.c
1 /*
2  * Copyright (c) 1995-2000, Index Data
3  * See the file LICENSE for details.
4  *
5  * $Log: oid.c,v $
6  * Revision 1.41  2000-01-10 15:16:53  adam
7  * Added several OID's.
8  *
9  * Revision 1.40  2000/01/06 14:59:13  adam
10  * Added oid_init/oid_exit. Changed oid_exit.
11  *
12  * Revision 1.39  1999/12/16 23:36:19  adam
13  * Implemented ILL protocol. Minor updates ASN.1 compiler.
14  *
15  * Revision 1.38  1999/11/30 13:47:12  adam
16  * Improved installation. Moved header files to include/yaz.
17  *
18  * Revision 1.37  1999/09/13 12:51:15  adam
19  * Added CLIENT IP OID.
20  *
21  * Revision 1.36  1999/05/27 13:02:20  adam
22  * Assigned OID for old DB Update (VAL_DBUPDATE0).
23  *
24  * Revision 1.35  1999/04/20 09:56:49  adam
25  * Added 'name' paramter to encoder/decoder routines (typedef Odr_fun).
26  * Modified all encoders/decoders to reflect this change.
27  *
28  * Revision 1.34  1999/04/15 09:19:43  adam
29  * Added COOKIE UserInfo OID.
30  *
31  * Revision 1.33  1999/04/09 12:16:11  adam
32  * Added OtherInfo private OID proxy.
33  *
34  * Revision 1.32  1999/02/18 10:30:46  quinn
35  * Changed ES: Update OID
36  *
37  * Revision 1.31  1998/12/03 11:33:05  adam
38  * Added OID's for XML.
39  *
40  * Revision 1.30  1998/10/18 07:48:56  adam
41  * Fixed oid_getentbyoid so that it returns NULL when parsed oid is NULL.
42  *
43  * Revision 1.29  1998/10/14 13:32:35  adam
44  * Added include of string.h.
45  *
46  * Revision 1.28  1998/10/13 16:01:53  adam
47  * Implemented support for dynamic object identifiers.
48  * Function oid_getvalbyname now accepts raw OID's as well as traditional
49  * names.
50  *
51  * Revision 1.27  1998/05/18 10:10:02  adam
52  * Added Explain-schema and Explain-tagset to OID database.
53  *
54  * Revision 1.26  1998/03/20 14:46:06  adam
55  * Added UNIverse Resource Reports.
56  *
57  * Revision 1.25  1998/02/10 15:32:03  adam
58  * Added new Object Identifiers.
59  *
60  * Revision 1.24  1997/09/29 13:19:00  adam
61  * Added function, oid_ent_to_oid, to replace the function
62  * oid_getoidbyent, which is not thread safe.
63  *
64  * Revision 1.23  1997/09/09 10:10:19  adam
65  * Another MSV5.0 port. Changed projects to include proper
66  * library/include paths.
67  * Server starts server in test-mode when no options are given.
68  *
69  * Revision 1.22  1997/08/29 13:34:58  quinn
70  * Added thesaurus oids
71  *
72  * Revision 1.21  1997/08/19 08:46:05  quinn
73  * Added Thesaurus OID
74  *
75  * Revision 1.20  1997/07/28 12:34:43  adam
76  * Added new OID entries (RVDM).
77  *
78  * Revision 1.19  1997/05/02 08:39:41  quinn
79  * Support for private OID table added. Thanks to Ronald van der Meer
80  *
81  * Revision 1.18  1997/04/30 08:52:12  quinn
82  * Null
83  *
84  * Revision 1.17  1996/10/10  12:35:23  quinn
85  * Added Update extended service.
86  *
87  * Revision 1.16  1996/10/09  15:55:02  quinn
88  * Added SearchInfoReport
89  *
90  * Revision 1.15  1996/10/07  15:29:43  quinn
91  * Added SOIF support
92  *
93  * Revision 1.14  1996/02/20  17:58:28  adam
94  * Added const to oid_getvalbyname.
95  *
96  * Revision 1.13  1996/02/20  16:37:33  quinn
97  * Using yaz_matchstr in oid_getvalbyname
98  *
99  * Revision 1.12  1996/01/02  08:57:53  quinn
100  * Changed enums in the ASN.1 .h files to #defines. Changed oident.class to oclass
101  *
102  * Revision 1.11  1995/12/13  16:03:35  quinn
103  * *** empty log message ***
104  *
105  * Revision 1.10  1995/11/28  09:30:44  quinn
106  * Work.
107  *
108  * Revision 1.9  1995/11/13  09:27:53  quinn
109  * Fiddling with the variant stuff.
110  *
111  * Revision 1.8  1995/10/12  10:34:56  quinn
112  * Added Espec-1.
113  *
114  * Revision 1.7  1995/10/10  16:27:12  quinn
115  * *** empty log message ***
116  *
117  * Revision 1.6  1995/09/29  17:12:35  quinn
118  * Smallish
119  *
120  * Revision 1.5  1995/09/29  17:01:51  quinn
121  * More Windows work
122  *
123  * Revision 1.4  1995/09/27  15:03:03  quinn
124  * Modified function heads & prototypes.
125  *
126  * Revision 1.3  1995/09/12  11:32:06  quinn
127  * Added a looker-upper by name.
128  *
129  * Revision 1.2  1995/08/21  09:11:16  quinn
130  * Smallish fixes to suppport new formats.
131  *
132  * Revision 1.1  1995/05/29  08:17:13  quinn
133  * iMoved oid to util to support comstack.
134  *
135  * Revision 1.5  1995/05/22  11:30:16  quinn
136  * Adding Z39.50-1992 stuff to proto.c. Adding zget.c
137  *
138  * Revision 1.4  1995/05/16  08:50:22  quinn
139  * License, documentation, and memory fixes
140  *
141  * Revision 1.3  1995/04/11  11:52:02  quinn
142  * Fixed possible buf in proto.c
143  *
144  * Revision 1.2  1995/03/29  15:39:38  quinn
145  * Adding some resource control elements, and a null-check to getentbyoid
146  *
147  * Revision 1.1  1995/03/27  08:32:12  quinn
148  * Added OID database
149  *
150  *
151  */
152
153 /*
154  * More or less protocol-transparent OID database.
155  * We could (and should?) extend this so that the user app can add new
156  * entries to the list at initialization.
157  */
158
159 #include <stdlib.h>
160 #include <string.h>
161 #include <ctype.h>
162
163 #include <yaz/oid.h>
164 #include <yaz/yaz-util.h>
165
166 static int z3950_prefix[] = { 1, 2, 840, 10003, -1 };
167 static int sr_prefix[]    = { 1, 0, 10163, -1 };
168
169 struct oident_list {
170     struct oident oident;
171     struct oident_list *next;
172 };
173
174 static struct oident_list *oident_table = NULL;
175 static int oid_value_dynamic = VAL_DYNAMIC;
176 static int oid_init_flag = 0;
177
178 /*
179  * OID database
180  */
181 static oident oids[] =
182 {
183     /* General definitions */
184     {PROTO_GENERAL, CLASS_TRANSYN, VAL_BER,          {2,1,1,-1},
185      "BER" },
186     {PROTO_GENERAL, CLASS_TRANSYN, VAL_ISO2709,      {1,0,2709,1,1,-1},
187      "ISO2709"},
188     {PROTO_GENERAL, CLASS_GENERAL, VAL_ISO_ILL_1,    {1,2,10161,2,1,-1},
189      "ISOILL-1"},
190     /* Z39.50v3 definitions */
191     {PROTO_Z3950,   CLASS_ABSYN,   VAL_APDU,         {2,1,-1},
192      "Z-APDU"},    
193     {PROTO_Z3950,   CLASS_APPCTX,  VAL_BASIC_CTX,    {1,1,-1},
194      "Z-BASIC"},
195     {PROTO_Z3950,   CLASS_ATTSET,  VAL_BIB1,         {3,1,-1},
196      "Bib-1"},
197     {PROTO_Z3950,   CLASS_ATTSET,  VAL_EXP1,         {3,2,-1},
198      "Exp-1"},
199     {PROTO_Z3950,   CLASS_ATTSET,  VAL_EXT1,         {3,3,-1},
200      "Ext-1"},
201     {PROTO_Z3950,   CLASS_ATTSET,  VAL_CCL1,         {3,4,-1},
202      "CCL-1"},
203     {PROTO_Z3950,   CLASS_ATTSET,  VAL_GILS,         {3,5,-1},
204      "GILS-attset"},
205     {PROTO_Z3950,   CLASS_ATTSET,  VAL_STAS,         {3,6,-1},
206      "STAS-attset"},
207     {PROTO_Z3950,   CLASS_ATTSET,  VAL_COLLECT1,     {3,7,-1},
208      "Collections-attset"},
209     {PROTO_Z3950,   CLASS_ATTSET,  VAL_CIMI1,        {3,8,-1},
210      "CIMI-attset"},
211     {PROTO_Z3950,   CLASS_ATTSET,  VAL_GEO,          {3,9,-1},
212      "Geo-attset"},
213
214     {PROTO_Z3950,   CLASS_ATTSET,  VAL_ZBIG,         {3,10,-1},
215      "ZBIG"},
216     {PROTO_Z3950,   CLASS_ATTSET,  VAL_UTIL,         {3,11,-1},
217      "Util"},
218     {PROTO_Z3950,   CLASS_ATTSET,  VAL_XD1,          {3,12,-1},
219      "XD-1"},
220     {PROTO_Z3950,   CLASS_ATTSET,  VAL_ZTHES,        {3,13,-1},
221      "Zthes"},
222     {PROTO_Z3950,   CLASS_ATTSET,  VAL_FIN1,         {3,14,-1},
223      "Fin-1"},
224     {PROTO_Z3950,   CLASS_ATTSET,  VAL_DAN1,         {3,15,-1},
225      "Dan-1"},
226
227     {PROTO_Z3950,   CLASS_ATTSET,  VAL_THESAURUS,    {3,1000,81,1,-1},
228      "Thesaurus-attset"},
229     {PROTO_Z3950,   CLASS_DIAGSET, VAL_BIB1,         {4,1,-1},
230      "Bib-1"},
231     {PROTO_Z3950,   CLASS_DIAGSET, VAL_DIAG1,        {4,2,-1},
232      "Diag-1"},
233     {PROTO_Z3950,   CLASS_DIAGSET, VAL_DIAG_ES,      {4,3,-1},
234      "Diag-ES"},
235     {PROTO_Z3950,   CLASS_DIAGSET, VAL_DIAG_GENERAL, {4,3,-1},
236      "Diag-General"},
237     {PROTO_Z3950,   CLASS_RECSYN,  VAL_UNIMARC,      {5,1,-1},
238      "Unimarc"},
239     {PROTO_Z3950,   CLASS_RECSYN,  VAL_INTERMARC,    {5,2,-1},
240      "Intermarc"},
241     {PROTO_Z3950,   CLASS_RECSYN,  VAL_CCF,          {5,3,-1},
242      "CCF"},
243     {PROTO_Z3950,   CLASS_RECSYN,  VAL_USMARC,       {5,10,-1},
244      "USmarc"},
245     {PROTO_Z3950,   CLASS_RECSYN,  VAL_UKMARC,       {5,11,-1},
246      "UKmarc"},
247     {PROTO_Z3950,   CLASS_RECSYN,  VAL_NORMARC,      {5,12,-1},
248      "Normarc"},
249     {PROTO_Z3950,   CLASS_RECSYN,  VAL_LIBRISMARC,   {5,13,-1},
250      "Librismarc"},
251     {PROTO_Z3950,   CLASS_RECSYN,  VAL_DANMARC,      {5,14,-1},
252      "Danmarc"},
253     {PROTO_Z3950,   CLASS_RECSYN,  VAL_FINMARC,      {5,15,-1},
254      "Finmarc"},
255     {PROTO_Z3950,   CLASS_RECSYN,  VAL_MAB,          {5,16,-1},
256      "MAB"},
257     {PROTO_Z3950,   CLASS_RECSYN,  VAL_CANMARC,      {5,17,-1},
258      "Canmarc"},
259     {PROTO_Z3950,   CLASS_RECSYN,  VAL_SBN,          {5,18,-1},
260      "SBN"},
261     {PROTO_Z3950,   CLASS_RECSYN,  VAL_PICAMARC,     {5,19,-1},
262      "Picamarc"},
263     {PROTO_Z3950,   CLASS_RECSYN,  VAL_AUSMARC,      {5,20,-1},
264      "Ausmarc"},
265     {PROTO_Z3950,   CLASS_RECSYN,  VAL_IBERMARC,     {5,21,-1},
266      "Ibermarc"},
267     {PROTO_Z3950,   CLASS_RECSYN,  VAL_CATMARC,      {5,22,-1},
268      "Carmarc"},
269     {PROTO_Z3950,   CLASS_RECSYN,  VAL_MALMARC,      {5,23,-1},
270      "Malmarc"},
271     {PROTO_Z3950,   CLASS_RECSYN,  VAL_JPMARC,       {5,24,-1},
272      "JPmarc"},
273     {PROTO_Z3950,   CLASS_RECSYN,  VAL_SWEMARC,      {5,25,-1},
274      "SWEmarc"},
275     {PROTO_Z3950,   CLASS_RECSYN,  VAL_SIGLEMARC,    {5,26,-1},
276      "SIGLEmarc"},
277     {PROTO_Z3950,   CLASS_RECSYN,  VAL_ISDSMARC,     {5,27,-1},
278      "ISDSmarc"},
279     {PROTO_Z3950,   CLASS_RECSYN,  VAL_RUSMARC,      {5,28,-1},
280      "RUSmarc"},
281     {PROTO_Z3950,   CLASS_RECSYN,  VAL_EXPLAIN,      {5,100,-1},
282      "Explain"},
283     {PROTO_Z3950,   CLASS_RECSYN,  VAL_SUTRS,        {5,101,-1},
284      "SUTRS"},
285     {PROTO_Z3950,   CLASS_RECSYN,  VAL_OPAC,         {5,102,-1},
286      "OPAC"},
287     {PROTO_Z3950,   CLASS_RECSYN,  VAL_SUMMARY,      {5,103,-1},
288      "Summary"},
289     {PROTO_Z3950,   CLASS_RECSYN,  VAL_GRS0,         {5,104,-1},
290      "GRS-0"},
291     {PROTO_Z3950,   CLASS_RECSYN,  VAL_GRS1,         {5,105,-1},
292      "GRS-1"},
293     {PROTO_Z3950,   CLASS_RECSYN,  VAL_EXTENDED,     {5,106,-1},
294      "Extended"},
295     {PROTO_Z3950,   CLASS_RECSYN,  VAL_FRAGMENT,     {5,107,-1},
296      "Fragment"},
297     {PROTO_Z3950,   CLASS_RECSYN,  VAL_PDF,          {5,109,1,-1},
298      "pdf"},
299     {PROTO_Z3950,   CLASS_RECSYN,  VAL_POSTSCRIPT,   {5,109,2,-1},
300      "postscript"},
301     {PROTO_Z3950,   CLASS_RECSYN,  VAL_HTML,         {5,109,3,-1},
302      "html"},
303     {PROTO_Z3950,   CLASS_RECSYN,  VAL_TIFF,         {5,109,4,-1},
304      "tiff"},
305     {PROTO_Z3950,   CLASS_RECSYN,  VAL_GIF,          {5,109,5,-1},
306      "gif"},
307     {PROTO_Z3950,   CLASS_RECSYN,  VAL_JPEG,         {5,109,6,-1},
308      "jpeg"},
309     {PROTO_Z3950,   CLASS_RECSYN,  VAL_PNG,          {5,109,7,-1},
310      "png"},
311     {PROTO_Z3950,   CLASS_RECSYN,  VAL_MPEG,         {5,109,8,-1},
312      "mpeg"},
313     {PROTO_Z3950,   CLASS_RECSYN,  VAL_SGML,         {5,109,9,-1},
314      "sgml"},
315
316     {PROTO_Z3950,   CLASS_RECSYN,  VAL_TIFFB,        {5,110,1,-1},
317      "tiff-b"},
318     {PROTO_Z3950,   CLASS_RECSYN,  VAL_WAV,          {5,110,2,-1},
319      "wav"},
320
321     {PROTO_Z3950,   CLASS_RECSYN,  VAL_SQLRS,        {5,111,-1},
322      "SQL-RS"},
323     {PROTO_Z3950,   CLASS_RECSYN,  VAL_SOIF,         {5,1000,81,2,-1},
324      "SOIF" },
325     {PROTO_Z3950,   CLASS_RECSYN,  VAL_TEXT_XML,     {5,109,10,-1},
326      "text-XML" },
327     {PROTO_Z3950,   CLASS_RECSYN,  VAL_TEXT_XML,     {5,109,10,-1},
328      "XML" },
329     {PROTO_Z3950,   CLASS_RECSYN,  VAL_APPLICATION_XML, {5,109,11,-1},
330      "application-XML" },
331     {PROTO_Z3950,   CLASS_RESFORM, VAL_RESOURCE1,    {7,1,-1},
332      "Resource-1"},
333     {PROTO_Z3950,   CLASS_RESFORM, VAL_RESOURCE2,    {7,2,-1},
334      "Resource-2"},
335     {PROTO_Z3950,   CLASS_RESFORM, VAL_UNIVERSE_REPORT, {7,1000,81,1,-1},
336      "UNIverse-Resource-Report"},
337
338     {PROTO_Z3950,   CLASS_ACCFORM, VAL_PROMPT1,      {8,1,-1},
339      "Prompt-1"},
340     {PROTO_Z3950,   CLASS_ACCFORM, VAL_DES1,         {8,2,-1},
341      "Des-1"},
342     {PROTO_Z3950,   CLASS_ACCFORM, VAL_KRB1,         {8,3,-1},
343      "Krb-1"},
344     {PROTO_Z3950,   CLASS_EXTSERV, VAL_PRESSET,      {9,1,-1},
345      "Pers. set"},
346     {PROTO_Z3950,   CLASS_EXTSERV, VAL_PQUERY,       {9,2,-1},
347      "Pers. query"},
348     {PROTO_Z3950,   CLASS_EXTSERV, VAL_PCQUERY,      {9,3,-1},
349      "Per'd query"},
350     {PROTO_Z3950,   CLASS_EXTSERV, VAL_ITEMORDER,    {9,4,-1},
351      "Item order"},
352     {PROTO_Z3950,   CLASS_EXTSERV, VAL_DBUPDATE0,    {9,5,1,-1},
353      "DB. Update (old version)"},
354     {PROTO_Z3950,   CLASS_EXTSERV, VAL_DBUPDATE,     {9,5,1,1,-1},
355      "DB. Update"},
356     {PROTO_Z3950,   CLASS_EXTSERV, VAL_EXPORTSPEC,   {9,6,-1},
357      "exp. spec."},
358     {PROTO_Z3950,   CLASS_EXTSERV, VAL_EXPORTINV,    {9,7,-1},
359      "exp. inv."},
360
361     {PROTO_Z3950,   CLASS_USERINFO,VAL_SEARCHRES1,   {10,1,-1},
362      "searchResult-1"},
363     {PROTO_Z3950,   CLASS_USERINFO,VAL_CHARLANG,     {10,2,-1},
364      "CharSetandLanguageNegotiation"},
365     {PROTO_Z3950,   CLASS_USERINFO,VAL_USERINFO1,    {10,3,-1},
366      "UserInfo-1"},
367     {PROTO_Z3950,   CLASS_USERINFO,VAL_MULTISRCH1,   {10,4,-1},
368      "MultipleSearchTerms-1"},
369     {PROTO_Z3950,   CLASS_USERINFO,VAL_MULTISRCH2,   {10,5,-1},
370      "MultipleSearchTerms-2"},
371     {PROTO_Z3950,   CLASS_USERINFO,VAL_DATETIME,     {10,6,-1},
372      "DateTime"},
373     {PROTO_Z3950,   CLASS_USERINFO,VAL_PROXY,        {10,1000,81,1,-1},
374      "Proxy" },
375     {PROTO_Z3950,   CLASS_USERINFO,VAL_COOKIE,       {10,1000,81,2,-1},
376      "Cookie" },
377     {PROTO_Z3950,   CLASS_USERINFO,VAL_CLIENT_IP,    {10,1000,81,3,-1},
378      "Client-IP" },
379     {PROTO_Z3950,   CLASS_ELEMSPEC,VAL_ESPEC1,       {11,1,-1},
380      "Espec-1"},
381     {PROTO_Z3950,   CLASS_VARSET,  VAL_VAR1,         {12,1,-1},
382      "Variant-1"},
383     {PROTO_Z3950,   CLASS_SCHEMA,  VAL_WAIS,         {13,1,-1},
384      "WAIS-schema"},
385     {PROTO_Z3950,   CLASS_SCHEMA,  VAL_GILS,         {13,2,-1},
386      "GILS-schema"},
387     {PROTO_Z3950,   CLASS_SCHEMA,  VAL_COLLECT1,     {13,3,-1},
388      "Collections-schema"},
389     {PROTO_Z3950,   CLASS_SCHEMA,  VAL_GEO,          {13,4,-1},
390      "Geo-schema"},
391     {PROTO_Z3950,   CLASS_SCHEMA,  VAL_CIMI1,        {13,5,-1},
392      "CIMI-schema"},
393     {PROTO_Z3950,   CLASS_SCHEMA,  VAL_UPDATEES,     {13,6,-1},
394      "Update ES"},
395     {PROTO_Z3950,   CLASS_SCHEMA,  VAL_THESAURUS,    {13,1000,81,1,-1},
396      "thesaurus-schema"},
397     {PROTO_Z3950,   CLASS_SCHEMA,  VAL_EXPLAIN,      {13,1000,81,2,-1},
398      "Explain-schema"},
399     {PROTO_Z3950,   CLASS_TAGSET,  VAL_SETM,         {14,1,-1},
400      "TagsetM"},
401     {PROTO_Z3950,   CLASS_TAGSET,  VAL_SETG,         {14,2,-1},
402      "TagsetG"},
403     {PROTO_Z3950,   CLASS_TAGSET,  VAL_STAS,         {14,3,-1},
404      "STAS-tagset"},
405     {PROTO_Z3950,   CLASS_TAGSET,  VAL_GILS,         {14,4,-1},
406      "GILS-tagset"},
407     {PROTO_Z3950,   CLASS_TAGSET,  VAL_COLLECT1,     {14,5,-1},
408      "Collections-tagset"},
409     {PROTO_Z3950,   CLASS_TAGSET,  VAL_CIMI1,        {14,6,-1},
410      "CIMI-tagset"},
411     {PROTO_Z3950,   CLASS_TAGSET,  VAL_THESAURUS,    {14,1000,81,1,-1},
412      "thesaurus-tagset"},
413     {PROTO_Z3950,   CLASS_TAGSET,  VAL_EXPLAIN,      {14,1000,81,2,-1},
414      "Explain-tagset"},
415     
416
417     /* SR definitions. Note that some of them aren't defined by the
418         standard (yet), but are borrowed from Z3950v3 */
419     {PROTO_SR,      CLASS_ABSYN,   VAL_APDU,      {2,1,-1},    "SR-APDU"     },
420
421     {PROTO_SR,      CLASS_APPCTX,  VAL_BASIC_CTX, {1,1,-1},    "SR-BASIC"    },
422
423     {PROTO_SR,      CLASS_ATTSET,  VAL_BIB1,      {3,1,-1},    "Bib-1"       },
424     {PROTO_SR,      CLASS_ATTSET,  VAL_EXP1,      {3,2,-1},    "Exp-1"       },
425     {PROTO_SR,      CLASS_ATTSET,  VAL_EXT1,      {3,3,-1},    "Ext-1"       },
426     {PROTO_SR,      CLASS_ATTSET,  VAL_CCL1,      {3,4,-1},    "CCL-1"       },
427     {PROTO_SR,      CLASS_ATTSET,  VAL_GILS,      {3,5,-1},    "GILS"        },
428     {PROTO_SR,      CLASS_ATTSET,  VAL_STAS,      {3,6,-1},    "STAS",       },
429     {PROTO_SR,      CLASS_ATTSET,  VAL_COLLECT1,  {3,7,-1},    "Collections-attset"},
430     {PROTO_SR,      CLASS_ATTSET,  VAL_CIMI1,     {3,8,-1},    "CIMI-attset"},
431     {PROTO_SR,      CLASS_ATTSET,  VAL_GEO,       {3,9,-1},    "Geo-attset"},
432
433     {PROTO_SR,      CLASS_DIAGSET, VAL_BIB1,      {4,1,-1},    "Bib-1"       },
434     {PROTO_SR,      CLASS_DIAGSET, VAL_DIAG1,     {4,2,-1},    "Diag-1"      },
435
436     {PROTO_SR,      CLASS_RECSYN,  VAL_UNIMARC,   {5,1,-1},    "Unimarc"     },
437     {PROTO_SR,      CLASS_RECSYN,  VAL_INTERMARC, {5,2,-1},    "Intermarc"   },
438     {PROTO_SR,      CLASS_RECSYN,  VAL_CCF,       {5,3,-1},    "CCF"        },
439     {PROTO_SR,      CLASS_RECSYN,  VAL_USMARC,    {5,10,-1},   "USmarc"      },
440     {PROTO_SR,      CLASS_RECSYN,  VAL_UKMARC,    {5,11,-1},   "UKmarc"      },
441     {PROTO_SR,      CLASS_RECSYN,  VAL_NORMARC,   {5,12,-1},   "Normarc"     },
442     {PROTO_SR,      CLASS_RECSYN,  VAL_LIBRISMARC,{5,13,-1},   "Librismarc"  },
443     {PROTO_SR,      CLASS_RECSYN,  VAL_DANMARC,   {5,14,-1},   "Danmarc"     },
444     {PROTO_SR,      CLASS_RECSYN,  VAL_FINMARC,   {5,15,-1},   "Finmarc"     },
445     {PROTO_SR,      CLASS_RECSYN,  VAL_MAB,       {5,16,-1},   "MAB"         },
446     {PROTO_SR,      CLASS_RECSYN,  VAL_CANMARC,   {5,17,-1},   "Canmarc"     },
447     {PROTO_SR,      CLASS_RECSYN,  VAL_MAB,       {5,16,-1},   "MAB"         },
448     {PROTO_SR,      CLASS_RECSYN,  VAL_CANMARC,   {5,17,-1},   "Canmarc"     },
449     {PROTO_SR,      CLASS_RECSYN,  VAL_SBN,       {5,18,-1},   "SBN"         },
450     {PROTO_SR,      CLASS_RECSYN,  VAL_PICAMARC,  {5,19,-1},   "Picamarc"    },
451     {PROTO_SR,      CLASS_RECSYN,  VAL_AUSMARC,   {5,20,-1},   "Ausmarc"     },
452     {PROTO_SR,      CLASS_RECSYN,  VAL_IBERMARC,  {5,21,-1},   "Ibermarc"    },
453     {PROTO_SR,      CLASS_RECSYN,  VAL_CATMARC,   {5,22,-1},   "Catmarc"     },
454     {PROTO_SR,      CLASS_RECSYN,  VAL_MALMARC,   {5,23,-1},   "Malmarc"     },
455     {PROTO_SR,      CLASS_RECSYN,  VAL_EXPLAIN,   {5,100,-1},  "Explain"     },
456     {PROTO_SR,      CLASS_RECSYN,  VAL_SUTRS,     {5,101,-1},  "SUTRS"       },
457     {PROTO_SR,      CLASS_RECSYN,  VAL_OPAC,      {5,102,-1},  "OPAC"        },
458     {PROTO_SR,      CLASS_RECSYN,  VAL_SUMMARY,   {5,103,-1},  "Summary"     },
459     {PROTO_SR,      CLASS_RECSYN,  VAL_GRS0,      {5,104,-1},  "GRS-0"       },
460     {PROTO_SR,      CLASS_RECSYN,  VAL_GRS1,      {5,105,-1},  "GRS-1"       },
461     {PROTO_SR,      CLASS_RECSYN,  VAL_EXTENDED,  {5,106,-1},  "Extended"    },
462     {PROTO_SR,      CLASS_RECSYN,  VAL_FRAGMENT,  {5,107,-1},  "Fragment"    },
463
464     {PROTO_SR,      CLASS_RESFORM, VAL_RESOURCE1, {7,1,-1},    "Resource-1"  },
465     {PROTO_SR,      CLASS_RESFORM, VAL_RESOURCE2, {7,2,-1},    "Resource-2"  },
466
467     {PROTO_SR,      CLASS_ACCFORM, VAL_PROMPT1,   {8,1,-1},    "Prompt-1"    },
468     {PROTO_SR,      CLASS_ACCFORM, VAL_DES1,      {8,2,-1},    "Des-1"       },
469     {PROTO_SR,      CLASS_ACCFORM, VAL_KRB1,      {8,3,-1},    "Krb-1"       },
470
471     {PROTO_SR,      CLASS_EXTSERV, VAL_PRESSET,   {9,1,-1},    "Pers. set"   },
472     {PROTO_SR,      CLASS_EXTSERV, VAL_PQUERY,    {9,2,-1},    "Pers. query" },
473     {PROTO_SR,      CLASS_EXTSERV, VAL_PCQUERY,   {9,3,-1},    "Per'd query" },
474     {PROTO_SR,      CLASS_EXTSERV, VAL_ITEMORDER, {9,4,-1},    "Item order"  },
475     {PROTO_SR,      CLASS_EXTSERV, VAL_DBUPDATE,  {9,5,-1},    "DB. Update"  },
476     {PROTO_SR,      CLASS_EXTSERV, VAL_EXPORTSPEC,{9,6,-1},    "exp. spec."  },
477     {PROTO_SR,      CLASS_EXTSERV, VAL_EXPORTINV, {9,7,-1},    "exp. inv."   },
478
479     {PROTO_SR,      CLASS_ELEMSPEC,VAL_ESPEC1,    {11,1,-1},   "Espec-1"     },
480
481     {PROTO_SR,      CLASS_VARSET,  VAL_VAR1,      {12,1,-1},   "Variant-1"   },
482
483     {PROTO_SR,      CLASS_SCHEMA,  VAL_WAIS,      {13,1,-1},   "WAIS-schema" },
484     {PROTO_SR,      CLASS_SCHEMA,  VAL_GILS,      {13,2,-1},   "GILS-schema" },
485     {PROTO_SR,      CLASS_SCHEMA,  VAL_COLLECT1,  {13,3,-1},   "Collections-schema" },
486     {PROTO_SR,      CLASS_SCHEMA,  VAL_GEO,       {13,4,-1},   "Geo-schema" },
487     {PROTO_SR,      CLASS_SCHEMA,  VAL_CIMI1,     {13,5,-1},   "CIMI-schema" },
488
489     {PROTO_SR,      CLASS_TAGSET,  VAL_SETM,      {14,1,-1},   "TagsetM"     },
490     {PROTO_SR,      CLASS_TAGSET,  VAL_SETG,      {14,2,-1},   "TagsetG"     },
491
492     {PROTO_SR,      CLASS_TAGSET,  VAL_STAS,      {14,3,-1},   "STAS-tagset" },
493     {PROTO_SR,      CLASS_TAGSET,  VAL_GILS,      {14,4,-1},   "GILS-tagset" },
494     {PROTO_SR,      CLASS_TAGSET,  VAL_COLLECT1,  {14,5,-1},   "Collections-tagset"},
495     {PROTO_SR,      CLASS_TAGSET,  VAL_CIMI1,     {14,6,-1},   "CIMI-tagset" },
496
497     {PROTO_NOP,     CLASS_NOP,     VAL_NOP,       {-1},        0          }
498 };
499
500 /* OID utilities */
501
502 void oid_oidcpy(int *t, int *s)
503 {
504     while ((*(t++) = *(s++)) > -1);
505 }
506
507 void oid_oidcat(int *t, int *s)
508 {
509     while (*t > -1)
510         t++;
511     while ((*(t++) = *(s++)) > -1);
512 }
513
514 int oid_oidcmp(int *o1, int *o2)
515 {
516     while (*o1 == *o2 && *o1 > -1)
517     {
518         o1++;
519         o2++;
520     }
521     if (*o1 == *o2)
522         return 0;
523     else if (*o1 > *o2)
524         return 1;
525     else
526         return -1;
527 }
528
529 int oid_oidlen(int *o)
530 {
531     int len = 0;
532
533     while (*(o++) >= 0)
534         len++;
535     return len;
536 }
537
538
539 static int match_prefix(int *look, int *prefix)
540 {
541     int len;
542
543     for (len = 0; *look == *prefix; look++, prefix++, len++);
544     if (*prefix < 0) /* did we reach the end of the prefix? */
545         return len;
546     return 0;
547 }
548
549 void oid_transfer (struct oident *oident)
550 {
551     while (*oident->oidsuffix >= 0)
552     {
553         oid_addent (oident->oidsuffix, oident->proto,
554                     oident->oclass,
555                     oident->desc, oident->value);
556         oident++;
557     }
558 }
559
560 void oid_init (void)
561 {
562     if (oid_init_flag)
563         return;
564     /* oid_transfer is thread safe, so there's nothing wrong in having
565        two threads calling it simultaniously. On the other hand
566        no thread may exit oid_init before all OID's bave been
567        transferred - which is why checked is set after oid_transfer... 
568     */
569     oid_transfer (oids);
570     oid_init_flag = 1;
571 }
572
573 void oid_exit (void)
574 {
575     while (oident_table)
576     {
577         struct oident_list *this_p = oident_table;
578         oident_table = oident_table->next;
579
580         xfree (this_p->oident.desc);
581         xfree (this_p);
582     }
583     oid_init_flag = 0;
584 }
585
586 static struct oident *oid_getentbyoid_x(int *o)
587 {
588     enum oid_proto proto;
589     int prelen;
590     struct oident_list *ol;
591     
592     /* determine protocol type */
593     if ((prelen = match_prefix(o, z3950_prefix)) != 0)
594         proto = PROTO_Z3950;
595     else if ((prelen = match_prefix(o, sr_prefix)) != 0)
596         proto = PROTO_SR;
597     else
598         proto = PROTO_GENERAL;
599     for (ol = oident_table; ol; ol = ol->next)
600     {
601         struct oident *p = &ol->oident;
602         if (p->proto == proto && !oid_oidcmp(o + prelen, p->oidsuffix))
603             return p;
604         if (p->proto == PROTO_GENERAL && !oid_oidcmp (o, p->oidsuffix))
605             return p;
606     }
607     return 0;
608 }
609
610 /*
611  * To query, fill out proto, class, and value of the ent parameter.
612  */
613 int *oid_ent_to_oid(struct oident *ent, int *ret)
614 {
615     struct oident_list *ol;
616     
617     oid_init ();
618     for (ol = oident_table; ol; ol = ol->next)
619     {
620         struct oident *p = &ol->oident;
621         if ((ent->proto == p->proto || p->proto == PROTO_GENERAL) &&
622             (ent->oclass == p->oclass || p->oclass == CLASS_GENERAL) &&
623             ent->value == p->value)
624         {
625             if (p->proto == PROTO_Z3950)
626                 oid_oidcpy(ret, z3950_prefix);
627             else if (p->proto == PROTO_SR)
628                 oid_oidcpy(ret, sr_prefix);
629             else
630                 ret[0] = -1;
631             oid_oidcat(ret, p->oidsuffix);
632             ent->desc = p->desc;
633             return ret;
634         }
635     }
636     ret[0] = -1;
637     return 0;
638 }
639
640 /*
641  * To query, fill out proto, class, and value of the ent parameter.
642  */
643 int *oid_getoidbyent(struct oident *ent)
644 {
645     static int ret[OID_SIZE];
646
647     return oid_ent_to_oid (ent, ret);
648 }
649
650 struct oident *oid_addent (int *oid, enum oid_proto proto,
651                            enum oid_class oclass,
652                            const char *desc, int value)
653 {
654     struct oident *oident;
655
656     nmem_critical_enter ();
657     oident = oid_getentbyoid_x (oid);
658     if (!oident)
659     {
660         char desc_str[200];
661         struct oident_list *oident_list;
662         oident_list = (struct oident_list *) xmalloc (sizeof(*oident_list));
663         oident = &oident_list->oident;
664         oident->proto = proto;
665         oident->oclass = oclass;
666
667         if (!desc)
668         {
669             int i;
670
671             sprintf (desc_str, "%d", *oid);
672             for (i = 1; oid[i] >= 0; i++)
673                 sprintf (desc_str+strlen(desc_str), ".%d", oid[i]);
674             desc = desc_str;
675         }
676         oident->desc = (char *) xmalloc (strlen(desc)+1);
677         strcpy (oident->desc, desc);
678         if (value == VAL_DYNAMIC)
679             oident->value = (enum oid_value) (++oid_value_dynamic);
680         else
681             oident->value = (enum oid_value) value;
682         oid_oidcpy (oident->oidsuffix, oid);
683         oident_list->next = oident_table;
684         oident_table = oident_list;
685     }
686     nmem_critical_leave ();
687     return oident;
688 }
689
690 struct oident *oid_getentbyoid(int *oid)
691 {
692     struct oident *oident;
693
694     if (!oid)
695         return 0;
696     oid_init ();
697     oident = oid_getentbyoid_x (oid);
698     if (!oident)
699         oident = oid_addent (oid, PROTO_GENERAL, CLASS_GENERAL,
700                              NULL, VAL_DYNAMIC);
701     return oident;
702 }
703
704 static oid_value oid_getval_raw(const char *name)
705 {
706     int val = 0, i = 0, oid[OID_SIZE];
707     struct oident *oident;
708     
709     while (isdigit (*name))
710     {
711         val = val*10 + (*name - '0');
712         name++;
713         if (*name == '.')
714         {
715             if (i < OID_SIZE-1)
716                 oid[i++] = val;
717             val = 0;
718             name++;
719         }
720     }
721     oid[i] = val;
722     oid[i+1] = -1;
723     oident = oid_addent (oid, PROTO_GENERAL, CLASS_GENERAL, NULL,
724                          VAL_DYNAMIC);
725     return oident->value;
726 }
727
728 oid_value oid_getvalbyname(const char *name)
729 {
730     struct oident_list *ol;
731
732     oid_init ();
733     if (isdigit (*name))
734         return oid_getval_raw (name);
735     for (ol = oident_table; ol; ol = ol->next)
736         if (!yaz_matchstr(ol->oident.desc, name))
737         {
738             return ol->oident.value;
739         }
740     return VAL_NONE;
741 }
742
743 void oid_setprivateoids(oident *list)
744 {
745     oid_transfer (list);
746 }