Added shared library support (libtool).
[yaz-moved-to-github.git] / client / client.c
1 /*
2  * Copyright (c) 1995-2000, Index Data
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: client.c,v $
7  * Revision 1.101  2000-04-05 07:39:54  adam
8  * Added shared library support (libtool).
9  *
10  * Revision 1.100  2000/03/20 19:29:59  adam
11  * Minor change.
12  *
13  * Revision 1.99  2000/03/20 19:06:25  adam
14  * Added Segment request for fronend server. Work on admin for client.
15  *
16  * Revision 1.98  2000/03/16 13:55:49  ian
17  * Added commands for sending shutdown and startup admin requests via the admin ES.
18  *
19  * Revision 1.97  2000/03/14 14:06:04  ian
20  * Minor change to order of debugging output for send_apdu,
21  * fixed encoding of admin request.
22  *
23  * Revision 1.96  2000/03/14 09:27:07  ian
24  * Added code to enable sending of admin extended service requests
25  *
26  * Revision 1.95  2000/02/28 11:20:05  adam
27  * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
28  *
29  * Revision 1.94  2000/01/31 13:15:21  adam
30  * Removed uses of assert(3). Cleanup of ODR. CCL parser update so
31  * that some characters are not surrounded by spaces in resulting term.
32  * ILL-code updates.
33  *
34  * Revision 1.93  2000/01/15 09:39:50  adam
35  * Implemented ill_get_ILLRequest. More ILL testing for client.
36  *
37  * Revision 1.92  1999/12/21 16:24:48  adam
38  * More robust ISO2709 handling (in case of real bad formats).
39  *
40  * Revision 1.91  1999/12/16 23:36:19  adam
41  * Implemented ILL protocol. Minor updates ASN.1 compiler.
42  *
43  * Revision 1.90  1999/11/30 13:47:11  adam
44  * Improved installation. Moved header files to include/yaz.
45  *
46  * Revision 1.89  1999/11/04 14:58:44  adam
47  * Added status elements for backend delete result set handler.
48  * Updated delete result result set command for client.
49  *
50  * Revision 1.88  1999/10/11 10:00:29  adam
51  * Modified printing of records.
52  *
53  * Revision 1.87  1999/08/27 09:40:32  adam
54  * Renamed logf function to yaz_log. Removed VC++ project files.
55  *
56  * Revision 1.86  1999/07/06 12:13:35  adam
57  * Added "schema" command.
58  *
59  * Revision 1.85  1999/06/16 11:55:24  adam
60  * Added APDU log to client.
61  *
62  * Revision 1.84  1999/06/01 14:29:11  adam
63  * Work on Extended Services.
64  *
65  * Revision 1.83  1999/05/26 15:24:26  adam
66  * Fixed minor bugs regarding DB Update (introduced by previous commit).
67  *
68  * Revision 1.82  1999/05/26 13:49:12  adam
69  * DB Update implemented in client (very basic).
70  *
71  * Revision 1.81  1999/04/20 09:56:48  adam
72  * Added 'name' paramter to encoder/decoder routines (typedef Odr_fun).
73  * Modified all encoders/decoders to reflect this change.
74  *
75  * Revision 1.80  1999/03/31 11:18:24  adam
76  * Implemented odr_strdup. Added Reference ID to backend server API.
77  *
78  * Revision 1.79  1999/03/23 14:14:25  adam
79  * Yet another fix.
80  *
81  * Revision 1.78  1999/03/18 12:57:18  adam
82  * Minor fix.
83  *
84  * Revision 1.77  1999/03/11 15:26:51  adam
85  * Fixed bug (introduced by previous commit).
86  *
87  * Revision 1.76  1999/03/11 11:12:07  adam
88  * Added GNU readline support. HTML display in client.
89  *
90  * Revision 1.75  1999/02/01 15:37:32  adam
91  * Fixed minor bug introduced by previous commit.
92  *
93  * Revision 1.74  1999/02/01 15:35:21  adam
94  * Added XML display.
95  *
96  * Revision 1.73  1998/10/20 13:55:43  quinn
97  * Fixed Scan bug in asn and client
98  *
99  * Revision 1.72  1998/10/20 13:23:15  quinn
100  * changed preferred pos to 1
101  *
102  * Revision 1.71  1998/10/20 13:21:43  adam
103  * Fixed scan response handler.
104  *
105  * Revision 1.70  1998/09/22 09:40:37  adam
106  * Minor changes in sort spec.
107  *
108  * Revision 1.69  1998/08/19 16:10:06  adam
109  * Changed som member names of DeleteResultSetRequest/Response.
110  *
111  * Revision 1.68  1998/07/20 12:37:06  adam
112  * Added 'delete <resultset>' command. Changed open command so that
113  * it reconnects if already connected.
114  *
115  * Revision 1.67  1998/06/09 13:55:06  adam
116  * Minor changes.
117  *
118  * Revision 1.66  1998/05/18 13:06:53  adam
119  * Changed the way attribute sets are handled by the retriaval module.
120  * Extended Explain conversion / schema.
121  * Modified server and client to work with ASN.1 compiled protocol handlers.
122  *
123  * Revision 1.65  1998/03/31 15:13:19  adam
124  * Development towards compiled ASN.1.
125  *
126  * Revision 1.64  1998/03/31 11:07:44  adam
127  * Furhter work on UNIverse resource report.
128  * Added Extended Services handling in frontend server.
129  *
130  * Revision 1.63  1998/03/05 08:05:10  adam
131  * Added a few casts to make C++ happy.
132  *
133  * Revision 1.62  1998/02/11 11:53:33  adam
134  * Changed code so that it compiles as C++.
135  *
136  * Revision 1.61  1998/02/10 11:03:06  adam
137  * Implemented command refid. Client prints reference-ID's, when present,
138  * in responses.
139  *
140  * Revision 1.60  1998/01/29 14:08:52  adam
141  * Better sort diagnostics.
142  *
143  * Revision 1.59  1998/01/29 13:17:56  adam
144  * Added sort.
145  *
146  * Revision 1.58  1998/01/07 13:51:45  adam
147  * Minor change.
148  *
149  * Revision 1.57  1998/01/07 12:58:22  adam
150  * Using fgets instead of gets.
151  *
152  * Revision 1.56  1997/11/05 09:18:31  adam
153  * The client handles records with no associated syntax.
154  *
155  * Revision 1.55  1997/10/31 12:20:08  adam
156  * Improved memory debugging for xmalloc/nmem.c. References to NMEM
157  * instead of ODR in n ESPEC-1 handling in source d1_espec.c.
158  * Bug fix: missing fclose in data1_read_espec1.
159  *
160  * Revision 1.54  1997/10/27 13:52:46  adam
161  * Header yaz-util includes all YAZ utility header files.
162  *
163  * Revision 1.53  1997/09/29 13:18:59  adam
164  * Added function, oid_ent_to_oid, to replace the function
165  * oid_getoidbyent, which is not thread safe.
166  *
167  * Revision 1.52  1997/09/29 07:20:31  adam
168  * Client code uses nmem_init.
169  *
170  * Revision 1.51  1997/09/26 09:41:55  adam
171  * Updated client to handle multiple diagnostics.
172  *
173  * Revision 1.50  1997/09/17 12:10:29  adam
174  * YAZ version 1.4.
175  *
176  * Revision 1.49  1997/09/04 13:45:17  adam
177  * Added UNImarc to list of available syntaxes.
178  *
179  * Revision 1.48  1997/09/01 08:48:44  adam
180  * New windows NT/95 port using MSV5.0. Only a few changes made
181  * to avoid warnings. Sub project created: client.dsp.
182  *
183  * Revision 1.47  1997/07/01 13:49:56  adam
184  * Take care of case when invalid target is specified on command line.
185  *
186  * Revision 1.46  1997/06/23 10:30:18  adam
187  * Added call to ccl_rpn_delete in search. Added ODR stream "out"
188  * as parameter to ccl_rpn_query to release RPN query.
189  *
190  * Revision 1.45  1997/05/14 06:53:29  adam
191  * C++ support.
192  *
193  * Revision 1.44  1997/05/05 11:20:35  adam
194  * Client uses "options" utility and marc dump filename may be specified
195  * as an option (-m <file>).
196  *
197  * Revision 1.43  1996/11/08 11:03:26  adam
198  * Client accepts multiple database names.
199  *
200  * Revision 1.42  1996/10/08 10:44:57  quinn
201  * Resolved conflicts.
202  *
203  * Revision 1.41  1996/10/07  15:29:03  quinn
204  * Work
205  *
206  * Revision 1.40  1996/08/29  14:19:34  quinn
207  * Fixed conflict (CVS)
208  *
209  * Revision 1.39  1996/08/27  10:43:22  quinn
210  * Made select() optional
211  *
212  * Revision 1.38  1996/08/12  14:09:11  adam
213  * Default prefix query attribute set defined by using p_query_attset.
214  *
215  * Revision 1.37  1996/07/06  19:58:29  quinn
216  * System headerfiles gathered in yconfig
217  *
218  * Revision 1.36  1996/06/10  08:53:47  quinn
219  * Added Summary
220  *
221  * Revision 1.35  1996/06/03  09:45:50  quinn
222  * Added display of OIDs in the GRS routine.
223  *
224  * Revision 1.34  1996/05/09  07:26:49  quinn
225  * *** empty log message ***
226  *
227  * Revision 1.33  1996/05/09  07:25:22  quinn
228  * Small
229  *
230  * Revision 1.32  1996/03/15  11:05:33  adam
231  * The user can set the preferred query type (prefix, ccl, ..) with the
232  * querytype command.
233  *
234  * Revision 1.31  1996/02/20  12:51:54  quinn
235  * Fixed problems with EXTERNAL.
236  *
237  * Revision 1.30  1996/02/12  18:18:09  quinn
238  * Fidgeting.
239  *
240  * Revision 1.29  1996/01/02  08:57:25  quinn
241  * Changed enums in the ASN.1 .h files to #defines. Changed oident.class to oclass
242  *
243  * Revision 1.28  1995/12/14  11:09:31  quinn
244  * Added Explain record syntax to the format command.
245  *
246  * Revision 1.27  1995/12/12  16:37:02  quinn
247  * Added destroy element to data1_node.
248  *
249  * Revision 1.26  1995/12/12  14:11:00  quinn
250  * Minimal.
251  *
252  * Revision 1.25  1995/11/13  09:27:22  quinn
253  * Fiddling with the variant stuff.
254  *
255  * Revision 1.24  1995/10/30  12:41:13  quinn
256  * Added hostname lookup for server.
257  *
258  * Revision 1.23  1995/10/18  16:12:30  quinn
259  * Better diagnostics.
260  *
261  * Revision 1.22  1995/10/11  14:49:12  quinn
262  * Smallish.
263  *
264  * Revision 1.21  1995/09/29  17:01:47  quinn
265  * More Windows work
266  *
267  * Revision 1.20  1995/08/29  14:24:13  quinn
268  * Added second half of close-handshake
269  *
270  * Revision 1.19  1995/08/29  11:17:28  quinn
271  * Added code to receive close
272  *
273  * Revision 1.18  1995/08/28  12:21:27  quinn
274  * Client can now ask for simple element set names.
275  *
276  * Revision 1.17  1995/08/17  12:45:02  quinn
277  * Fixed minor problems with GRS-1. Added support in c&s.
278  *
279  * Revision 1.16  1995/08/15  12:00:04  quinn
280  * Updated External
281  *
282  * Revision 1.15  1995/06/22  09:28:03  quinn
283  * Fixed bug in SUTRS processing.
284  *
285  * Revision 1.14  1995/06/19  12:37:41  quinn
286  * Added BER dumper.
287  *
288  * Revision 1.13  1995/06/16  10:29:11  quinn
289  * *** empty log message ***
290  *
291  * Revision 1.12  1995/06/15  07:44:57  quinn
292  * Moving to v3.
293  *
294  * Revision 1.11  1995/06/14  15:26:40  quinn
295  * *** empty log message ***
296  *
297  * Revision 1.10  1995/06/06  14:56:58  quinn
298  * Better diagnostics.
299  *
300  * Revision 1.9  1995/06/06  08:15:19  quinn
301  * Cosmetic.
302  *
303  * Revision 1.8  1995/06/05  10:52:22  quinn
304  * Added SCAN.
305  *
306  * Revision 1.7  1995/06/02  09:50:09  quinn
307  * Smallish.
308  *
309  * Revision 1.6  1995/05/31  08:29:21  quinn
310  * Nothing significant.
311  *
312  * Revision 1.5  1995/05/29  08:10:47  quinn
313  * Moved oid.c to util.
314  *
315  * Revision 1.4  1995/05/22  15:30:13  adam
316  * Client uses prefix query notation.
317  *
318  * Revision 1.3  1995/05/22  15:06:53  quinn
319  * *** empty log message ***
320  *
321  * Revision 1.2  1995/05/22  14:56:40  quinn
322  * *** empty log message ***
323  *
324  * Revision 1.1  1995/05/22  11:30:31  quinn
325  * Added prettier client.
326  *
327  *
328  */
329
330 /*
331  * This is the obligatory little toy client, whose primary purpose is
332  * to illustrate the use of the YAZ service-level API.
333  */
334
335 #include <stdio.h>
336 #include <stdlib.h>
337 #include <time.h>
338
339 #include <yaz/yaz-util.h>
340
341 #include <yaz/tcpip.h>
342 #ifdef USE_XTIMOSI
343 #include <yaz/xmosi.h>
344 #endif
345
346 #include <yaz/proto.h>
347 #include <yaz/marcdisp.h>
348 #include <yaz/diagbib1.h>
349
350 #include <yaz/pquery.h>
351
352 #ifdef ASN_COMPILED
353 #include <yaz/ill.h>
354 #endif
355
356 #if CCL2RPN
357 #include <yaz/yaz-ccl.h>
358 #endif
359
360 #if HAVE_READLINE_READLINE_H
361 #include <readline/readline.h>
362 #endif
363 #if HAVE_READLINE_HISTORY_H
364 #include <readline/history.h>
365 #endif
366
367 #include "admin.h"
368
369 #define C_PROMPT "Z> "
370
371 static ODR out, in, print;              /* encoding and decoding streams */
372 static FILE *apdu_file = 0;
373 static COMSTACK conn = 0;               /* our z-association */
374 static Z_IdAuthentication *auth = 0;    /* our current auth definition */
375 char *databaseNames[128];
376 int num_databaseNames = 0;
377 static Z_External *record_last = 0;
378 static int setnumber = 0;               /* current result set number */
379 static int smallSetUpperBound = 0;
380 static int largeSetLowerBound = 1;
381 static int mediumSetPresentNumber = 0;
382 static Z_ElementSetNames *elementSetNames = 0; 
383 static int setno = 1;                   /* current set offset */
384 static enum oid_proto protocol = PROTO_Z3950;      /* current app protocol */
385 static enum oid_value recordsyntax = VAL_USMARC;
386 static enum oid_value schema = VAL_NONE;
387 static int sent_close = 0;
388 static NMEM session_mem = NULL;      /* memory handle for init-response */
389 static Z_InitResponse *session = 0;     /* session parameters */
390 static char last_scan[512] = "0";
391 static char last_cmd[100] = "?";
392 static FILE *marcdump = 0;
393 static char *refid = NULL;
394
395 typedef enum {
396     QueryType_Prefix,
397     QueryType_CCL,
398     QueryType_CCL2RPN
399 } QueryType;
400
401 static QueryType queryType = QueryType_Prefix;
402
403 #if CCL2RPN
404 static CCL_bibset bibset;               /* CCL bibset handle */
405 #endif
406
407 ODR getODROutputStream()
408 {
409     return out;
410 }
411
412 void send_apdu(Z_APDU *a)
413 {
414     char *buf;
415     int len;
416
417     if (apdu_file)
418     {
419         z_APDU(print, &a, 0, 0);
420         odr_reset(print);
421     }
422     if (!z_APDU(out, &a, 0, 0))
423     {
424         odr_perror(out, "Encoding APDU");
425         exit(1);
426     }
427     buf = odr_getbuf(out, &len, 0);
428     /* printf ("sending APDU of size %d\n", len); */
429     if (cs_put(conn, buf, len) < 0)
430     {
431         fprintf(stderr, "cs_put: %s", cs_errmsg(cs_errno(conn)));
432         exit(1);
433     }
434     odr_reset(out); /* release the APDU structure  */
435 }
436
437 static void print_refid (Z_ReferenceId *id)
438 {
439     if (id)
440     {
441         printf ("ReferenceId: '%.*s'\n", id->len, id->buf);
442     }
443 }
444
445 static Z_ReferenceId *set_refid (ODR out)
446 {
447     Z_ReferenceId *id;
448     if (!refid)
449         return 0;
450     id = (Z_ReferenceId *) odr_malloc (out, sizeof(*id));
451     id->size = id->len = strlen(refid);
452     id->buf = (unsigned char *) odr_malloc (out, id->len);
453     memcpy (id->buf, refid, id->len);
454     return id;
455 }   
456
457 /* INIT SERVICE ------------------------------- */
458
459 static void send_initRequest()
460 {
461     Z_APDU *apdu = zget_APDU(out, Z_APDU_initRequest);
462     Z_InitRequest *req = apdu->u.initRequest;
463
464     ODR_MASK_SET(req->options, Z_Options_search);
465     ODR_MASK_SET(req->options, Z_Options_present);
466     ODR_MASK_SET(req->options, Z_Options_namedResultSets);
467     ODR_MASK_SET(req->options, Z_Options_triggerResourceCtrl);
468     ODR_MASK_SET(req->options, Z_Options_scan);
469     ODR_MASK_SET(req->options, Z_Options_sort);
470     ODR_MASK_SET(req->options, Z_Options_extendedServices);
471     ODR_MASK_SET(req->options, Z_Options_delSet);
472
473     ODR_MASK_SET(req->protocolVersion, Z_ProtocolVersion_1);
474     ODR_MASK_SET(req->protocolVersion, Z_ProtocolVersion_2);
475     ODR_MASK_SET(req->protocolVersion, Z_ProtocolVersion_3);
476
477     *req->maximumRecordSize = 1024*1024;
478     *req->preferredMessageSize = 1024*1024;
479
480     req->idAuthentication = auth;
481
482     send_apdu(apdu);
483     printf("Sent initrequest.\n");
484 }
485
486 static int process_initResponse(Z_InitResponse *res)
487 {
488     /* save session parameters for later use */
489     session_mem = odr_extract_mem(in);
490     session = res;
491
492     if (!*res->result)
493         printf("Connection rejected by target.\n");
494     else
495         printf("Connection accepted by target.\n");
496     if (res->implementationId)
497         printf("ID     : %s\n", res->implementationId);
498     if (res->implementationName)
499         printf("Name   : %s\n", res->implementationName);
500     if (res->implementationVersion)
501         printf("Version: %s\n", res->implementationVersion);
502     if (res->userInformationField)
503     {
504         printf("UserInformationfield:\n");
505         if (!z_External(print, (Z_External**)&res-> userInformationField,
506             0, 0))
507         {
508             odr_perror(print, "Printing userinfo\n");
509             odr_reset(print);
510         }
511         if (res->userInformationField->which == Z_External_octet)
512         {
513             printf("Guessing visiblestring:\n");
514             printf("'%s'\n", res->userInformationField->u. octet_aligned->buf);
515         }
516         odr_reset (print);
517     }
518     return 0;
519 }
520
521 static int cmd_base(char *arg)
522 {
523     int i;
524     char *cp;
525
526     if (!*arg)
527     {
528         printf("Usage: base <database> <database> ...\n");
529         return 0;
530     }
531     for (i = 0; i<num_databaseNames; i++)
532         xfree (databaseNames[i]);
533     num_databaseNames = 0;
534     while (1)
535     {
536         if (!(cp = strchr(arg, ' ')))
537             cp = arg + strlen(arg);
538         if (cp - arg < 1)
539             break;
540         databaseNames[num_databaseNames] = (char *)xmalloc (1 + cp - arg);
541         memcpy (databaseNames[num_databaseNames], arg, cp - arg);
542         databaseNames[num_databaseNames++][cp - arg] = '\0';
543         if (!*cp)
544             break;
545         arg = cp+1;
546     }
547     return 1;
548 }
549
550
551 int cmd_open(char *arg)
552 {
553     void *add;
554     char type[100], addr[100], base[100];
555     CS_TYPE t;
556
557     if (conn)
558     {
559         printf("Already connected.\n");
560
561         cs_close (conn);
562         conn = NULL;
563         if (session_mem)
564         {
565             nmem_destroy (session_mem);
566             session_mem = NULL;
567         }
568     }
569     base[0] = '\0';
570     if (!*arg || sscanf(arg, "%[^:]:%[^/]/%s", type, addr, base) < 2)
571     {
572         fprintf(stderr, "Usage: open (osi|tcp) ':' [tsel '/']host[':'port]\n");
573         return 0;
574     }
575     if (*base)
576         cmd_base (base);
577     if (!strcmp(type, "tcp"))
578     {
579         t = tcpip_type;
580         protocol = PROTO_Z3950;
581     }
582     else
583 #ifdef USE_XTIMOSI
584     if (!strcmp(type, "osi"))
585     {
586         t = mosi_type;
587         protocol = PROTO_SR;
588     }
589     else
590 #endif
591     {
592         fprintf(stderr, "Bad type: %s\n", type);
593         return 0;
594     }
595     if (!(conn = cs_create(t, 1, protocol)))
596     {
597         perror("cs_create");
598         return 0;
599     }
600     if (!(add = cs_straddr(conn, addr)))
601     {
602         perror(arg);
603         return 0;
604     }
605     printf("Connecting...");
606     fflush(stdout);
607     if (cs_connect(conn, add) < 0)
608     {
609         perror("connect");
610         cs_close(conn);
611         conn = 0;
612         return 0;
613     }
614     printf("Ok.\n");
615     send_initRequest();
616     return 2;
617 }
618
619 int cmd_authentication(char *arg)
620 {
621     static Z_IdAuthentication au;
622     static char open[256];
623
624     if (!*arg)
625     {
626         printf("Auth field set to null\n");
627         auth = 0;
628         return 1;
629     }
630     auth = &au;
631     au.which = Z_IdAuthentication_open;
632     au.u.open = open;
633     strcpy(open, arg);
634     return 1;
635 }
636
637 /* SEARCH SERVICE ------------------------------ */
638
639 static void display_variant(Z_Variant *v, int level)
640 {
641     int i;
642
643     for (i = 0; i < v->num_triples; i++)
644     {
645         printf("%*sclass=%d,type=%d", level * 4, "", *v->triples[i]->zclass,
646             *v->triples[i]->type);
647         if (v->triples[i]->which == Z_Triple_internationalString)
648             printf(",value=%s\n", v->triples[i]->value.internationalString);
649         else
650             printf("\n");
651     }
652 }
653
654 static void display_grs1(Z_GenericRecord *r, int level)
655 {
656     int i;
657
658     if (!r)
659         return;
660     for (i = 0; i < r->num_elements; i++)
661     {
662         Z_TaggedElement *t;
663
664         printf("%*s", level * 4, "");
665         t = r->elements[i];
666         printf("(");
667         if (t->tagType)
668             printf("%d,", *t->tagType);
669         else
670             printf("?,");
671         if (t->tagValue->which == Z_StringOrNumeric_numeric)
672             printf("%d) ", *t->tagValue->u.numeric);
673         else
674             printf("%s) ", t->tagValue->u.string);
675         if (t->content->which == Z_ElementData_subtree)
676         {
677             printf("\n");
678             display_grs1(t->content->u.subtree, level+1);
679         }
680         else if (t->content->which == Z_ElementData_string)
681             printf("%s\n", t->content->u.string);
682         else if (t->content->which == Z_ElementData_numeric)
683             printf("%d\n", *t->content->u.numeric);
684         else if (t->content->which == Z_ElementData_oid)
685         {
686             int *ip = t->content->u.oid;
687             oident *oent;
688
689             if ((oent = oid_getentbyoid(t->content->u.oid)))
690                 printf("OID: %s\n", oent->desc);
691             else
692             {
693                 printf("{");
694                 while (ip && *ip >= 0)
695                     printf(" %d", *(ip++));
696                 printf(" }\n");
697             }
698         }
699         else if (t->content->which == Z_ElementData_noDataRequested)
700             printf("[No data requested]\n");
701         else if (t->content->which == Z_ElementData_elementEmpty)
702             printf("[Element empty]\n");
703         else if (t->content->which == Z_ElementData_elementNotThere)
704             printf("[Element not there]\n");
705         else
706             printf("??????\n");
707         if (t->appliedVariant)
708             display_variant(t->appliedVariant, level+1);
709         if (t->metaData && t->metaData->supportedVariants)
710         {
711             int c;
712
713             printf("%*s---- variant list\n", (level+1)*4, "");
714             for (c = 0; c < t->metaData->num_supportedVariants; c++)
715             {
716                 printf("%*svariant #%d\n", (level+1)*4, "", c);
717                 display_variant(t->metaData->supportedVariants[c], level + 2);
718             }
719         }
720     }
721 }
722
723 static void print_record(const unsigned char *buf, size_t len)
724 {
725    size_t i;
726    for (i = 0; i<len; i++)
727        if ((buf[i] <= 126 && buf[i] >= 32) || strchr ("\n\r\t\f", buf[i]))
728            fputc (buf[i], stdout);
729        else
730            printf ("\\X%02X", buf[i]);
731    /* add newline if not already added ... */
732    if (i <= 0 || buf[i-1] != '\n')
733        fputc ('\n', stdout);
734 }
735
736 static void display_record(Z_DatabaseRecord *p)
737 {
738     Z_External *r = (Z_External*) p;
739     oident *ent = oid_getentbyoid(r->direct_reference);
740
741     record_last = r;
742     /*
743      * Tell the user what we got.
744      */
745     if (r->direct_reference)
746     {
747         printf("Record type: ");
748         if (ent)
749             printf("%s\n", ent->desc);
750         else if (!odr_oid(print, &r->direct_reference, 0, 0))
751         {
752             odr_perror(print, "print oid");
753             odr_reset(print);
754         }
755     }
756     /* Check if this is a known, ASN.1 type tucked away in an octet string */
757     if (ent && r->which == Z_External_octet)
758     {
759         Z_ext_typeent *type = z_ext_getentbyref(ent->value);
760         void *rr;
761
762         if (type)
763         {
764             /*
765              * Call the given decoder to process the record.
766              */
767             odr_setbuf(in, (char*)p->u.octet_aligned->buf,
768                 p->u.octet_aligned->len, 0);
769             if (!(*type->fun)(in, (char **)&rr, 0, 0))
770             {
771                 odr_perror(in, "Decoding constructed record.");
772                 fprintf(stderr, "[Near %d]\n", odr_offset(in));
773                 fprintf(stderr, "Packet dump:\n---------\n");
774                 odr_dumpBER(stderr, (char*)p->u.octet_aligned->buf,
775                     p->u.octet_aligned->len);
776                 fprintf(stderr, "---------\n");
777                 exit(1);
778             }
779             /*
780              * Note: we throw away the original, BER-encoded record here.
781              * Do something else with it if you want to keep it.
782              */
783             r->u.sutrs = (Z_SUTRS *) rr; /* we don't actually check the type here. */
784             r->which = type->what;
785         }
786     }
787     if (ent && ent->value == VAL_SOIF)
788         print_record((const unsigned char *) r->u.octet_aligned->buf, r->u.octet_aligned->len);
789     else if (r->which == Z_External_octet && p->u.octet_aligned->len)
790     {
791         const char *octet_buf = (char*)p->u.octet_aligned->buf;
792         if (ent->value == VAL_TEXT_XML || ent->value == VAL_APPLICATION_XML ||
793             ent->value == VAL_HTML)
794             print_record((const unsigned char *) octet_buf,
795                          p->u.octet_aligned->len);
796         else
797         {
798             if (marc_display (octet_buf, NULL) <= 0)
799             {
800                 printf ("ISO2709 decoding failed, dumping record as is:\n");
801                 print_record((const unsigned char*) octet_buf,
802                               p->u.octet_aligned->len);
803             }
804         }
805         if (marcdump)
806             fwrite (octet_buf, 1, p->u.octet_aligned->len, marcdump);
807     }
808     else if (ent && ent->value == VAL_SUTRS)
809     {
810         if (r->which != Z_External_sutrs)
811         {
812             printf("Expecting single SUTRS type for SUTRS.\n");
813             return;
814         }
815         print_record(r->u.sutrs->buf, r->u.sutrs->len);
816     }
817     else if (ent && ent->value == VAL_GRS1)
818     {
819         if (r->which != Z_External_grs1)
820         {
821             printf("Expecting single GRS type for GRS.\n");
822             return;
823         }
824         display_grs1(r->u.grs1, 0);
825     }
826     else 
827     {
828         printf("Unknown record representation.\n");
829         if (!z_External(print, &r, 0, 0))
830         {
831             odr_perror(print, "Printing external");
832             odr_reset(print);
833         }
834     }
835 }
836
837
838 static void display_diagrecs(Z_DiagRec **pp, int num)
839 {
840     int i;
841     oident *ent;
842     Z_DefaultDiagFormat *r;
843
844     printf("Diagnostic message(s) from database:\n");
845     for (i = 0; i<num; i++)
846     {
847         Z_DiagRec *p = pp[i];
848         if (p->which != Z_DiagRec_defaultFormat)
849         {
850             printf("Diagnostic record not in default format.\n");
851             return;
852         }
853         else
854             r = p->u.defaultFormat;
855         if (!(ent = oid_getentbyoid(r->diagnosticSetId)) ||
856             ent->oclass != CLASS_DIAGSET || ent->value != VAL_BIB1)
857             printf("Missing or unknown diagset\n");
858         printf("    [%d] %s", *r->condition, diagbib1_str(*r->condition));
859 #ifdef ASN_COMPILED
860         switch (r->which)
861         {
862         case Z_DefaultDiagFormat_v2Addinfo:
863             printf (" -- v2 addinfo '%s'\n", r->u.v2Addinfo);
864             break;
865         case Z_DefaultDiagFormat_v3Addinfo:
866             printf (" -- v3 addinfo '%s'\n", r->u.v3Addinfo);
867             break;
868         }
869 #else
870         if (r->addinfo && *r->addinfo)
871             printf(" -- '%s'\n", r->addinfo);
872         else
873             printf("\n");
874 #endif
875     }
876 }
877
878
879 static void display_nameplusrecord(Z_NamePlusRecord *p)
880 {
881     if (p->databaseName)
882         printf("[%s]", p->databaseName);
883     if (p->which == Z_NamePlusRecord_surrogateDiagnostic)
884         display_diagrecs(&p->u.surrogateDiagnostic, 1);
885     else if (p->which == Z_NamePlusRecord_databaseRecord)
886         display_record(p->u.databaseRecord);
887 }
888
889 static void display_records(Z_Records *p)
890 {
891     int i;
892
893     if (p->which == Z_Records_NSD)
894     {
895 #ifdef ASN_COMPILED
896         Z_DiagRec dr, *dr_p = &dr;
897         dr.which = Z_DiagRec_defaultFormat;
898         dr.u.defaultFormat = p->u.nonSurrogateDiagnostic;
899         display_diagrecs (&dr_p, 1);
900 #else
901         display_diagrecs (&p->u.nonSurrogateDiagnostic, 1);
902 #endif
903     }
904     else if (p->which == Z_Records_multipleNSD)
905         display_diagrecs (p->u.multipleNonSurDiagnostics->diagRecs,
906                           p->u.multipleNonSurDiagnostics->num_diagRecs);
907     else 
908     {
909         printf("Records: %d\n", p->u.databaseOrSurDiagnostics->num_records);
910         for (i = 0; i < p->u.databaseOrSurDiagnostics->num_records; i++)
911             display_nameplusrecord(p->u.databaseOrSurDiagnostics->records[i]);
912     }
913 }
914
915 static int send_deleteResultSetRequest(char *arg)
916 {
917     char names[8][32];
918     int i;
919
920     Z_APDU *apdu = zget_APDU(out, Z_APDU_deleteResultSetRequest);
921     Z_DeleteResultSetRequest *req = apdu->u.deleteResultSetRequest;
922
923     req->referenceId = set_refid (out);
924
925     req->num_resultSetList =
926         sscanf (arg, "%30s %30s %30s %30s %30s %30s %30s %30s",
927                 names[0], names[1], names[2], names[3],
928                 names[4], names[5], names[6], names[7]);
929
930     req->deleteFunction = (int *)
931         odr_malloc (out, sizeof(*req->deleteFunction));
932     if (req->num_resultSetList > 0)
933     {
934         *req->deleteFunction = Z_DeleteRequest_list;
935         req->resultSetList = (char **)
936             odr_malloc (out, sizeof(*req->resultSetList)*
937                         req->num_resultSetList);
938         for (i = 0; i<req->num_resultSetList; i++)
939             req->resultSetList[i] = names[i];
940     }
941     else
942     {
943         *req->deleteFunction = Z_DeleteRequest_all;
944         req->resultSetList = 0;
945     }
946     
947     send_apdu(apdu);
948     printf("Sent deleteResultSetRequest.\n");
949     return 2;
950 }
951
952 static int send_searchRequest(char *arg)
953 {
954     Z_APDU *apdu = zget_APDU(out, Z_APDU_searchRequest);
955     Z_SearchRequest *req = apdu->u.searchRequest;
956     Z_Query query;
957     int oid[OID_SIZE];
958 #if CCL2RPN
959     struct ccl_rpn_node *rpn = NULL;
960     int error, pos;
961     oident bib1;
962 #endif
963     char setstring[100];
964     Z_RPNQuery *RPNquery;
965     Odr_oct ccl_query;
966
967 #if CCL2RPN
968     if (queryType == QueryType_CCL2RPN)
969     {
970         rpn = ccl_find_str(bibset, arg, &error, &pos);
971         if (error)
972         {
973             printf("CCL ERROR: %s\n", ccl_err_msg(error));
974             return 0;
975         }
976     }
977 #endif
978     req->referenceId = set_refid (out);
979     if (!strcmp(arg, "@big")) /* strictly for troublemaking */
980     {
981         static unsigned char big[2100];
982         static Odr_oct bigo;
983
984         /* send a very big referenceid to test transport stack etc. */
985         memset(big, 'A', 2100);
986         bigo.len = bigo.size = 2100;
987         bigo.buf = big;
988         req->referenceId = &bigo;
989     }
990     
991     if (setnumber >= 0)
992     {
993         sprintf(setstring, "%d", ++setnumber);
994         req->resultSetName = setstring;
995     }
996     *req->smallSetUpperBound = smallSetUpperBound;
997     *req->largeSetLowerBound = largeSetLowerBound;
998     *req->mediumSetPresentNumber = mediumSetPresentNumber;
999     if (smallSetUpperBound > 0 || (largeSetLowerBound > 1 &&
1000         mediumSetPresentNumber > 0))
1001     {
1002         oident prefsyn;
1003
1004         prefsyn.proto = protocol;
1005         prefsyn.oclass = CLASS_RECSYN;
1006         prefsyn.value = recordsyntax;
1007         req->preferredRecordSyntax =
1008             odr_oiddup(out, oid_ent_to_oid(&prefsyn, oid));
1009         req->smallSetElementSetNames =
1010             req->mediumSetElementSetNames = elementSetNames;
1011     }
1012     req->num_databaseNames = num_databaseNames;
1013     req->databaseNames = databaseNames;
1014
1015     req->query = &query;
1016
1017     switch (queryType)
1018     {
1019     case QueryType_Prefix:
1020         query.which = Z_Query_type_1;
1021         RPNquery = p_query_rpn (out, protocol, arg);
1022         if (!RPNquery)
1023         {
1024             printf("Prefix query error\n");
1025             return 0;
1026         }
1027         query.u.type_1 = RPNquery;
1028         break;
1029     case QueryType_CCL:
1030         query.which = Z_Query_type_2;
1031         query.u.type_2 = &ccl_query;
1032         ccl_query.buf = (unsigned char*) arg;
1033         ccl_query.len = strlen(arg);
1034         break;
1035 #if CCL2RPN
1036     case QueryType_CCL2RPN:
1037         query.which = Z_Query_type_1;
1038         RPNquery = ccl_rpn_query(out, rpn);
1039         if (!RPNquery)
1040         {
1041             printf ("Couldn't convert from CCL to RPN\n");
1042             return 0;
1043         }
1044         bib1.proto = protocol;
1045         bib1.oclass = CLASS_ATTSET;
1046         bib1.value = VAL_BIB1;
1047         RPNquery->attributeSetId = oid_ent_to_oid(&bib1, oid);
1048         query.u.type_1 = RPNquery;
1049         ccl_rpn_delete (rpn);
1050         break;
1051 #endif
1052     default:
1053         printf ("Unsupported query type\n");
1054         return 0;
1055     }
1056     send_apdu(apdu);
1057     setno = 1;
1058     printf("Sent searchRequest.\n");
1059     return 2;
1060 }
1061
1062 static int process_searchResponse(Z_SearchResponse *res)
1063 {
1064     printf ("Received SearchResponse.\n");
1065     print_refid (res->referenceId);
1066     if (*res->searchStatus)
1067         printf("Search was a success.\n");
1068     else
1069         printf("Search was a bloomin' failure.\n");
1070     printf("Number of hits: %d, setno %d\n",
1071         *res->resultCount, setnumber);
1072     printf("records returned: %d\n",
1073         *res->numberOfRecordsReturned);
1074     setno += *res->numberOfRecordsReturned;
1075     if (res->records)
1076         display_records(res->records);
1077     return 0;
1078 }
1079
1080 static void print_level(int iLevel)
1081 {
1082     int i;
1083     for (i = 0; i < iLevel * 4; i++)
1084         printf(" ");
1085 }
1086
1087 static void print_int(int iLevel, const char *pTag, int *pInt)
1088 {
1089     if (pInt != NULL)
1090     {
1091         print_level(iLevel);
1092         printf("%s: %d\n", pTag, *pInt);
1093     }
1094 }
1095
1096 static void print_string(int iLevel, const char *pTag, const char *pString)
1097 {
1098     if (pString != NULL)
1099     {
1100         print_level(iLevel);
1101         printf("%s: %s\n", pTag, pString);
1102     }
1103 }
1104
1105 static void print_oid(int iLevel, const char *pTag, Odr_oid *pOid)
1106 {
1107     if (pOid != NULL)
1108     {
1109         int *pInt = pOid;
1110
1111         print_level(iLevel);
1112         printf("%s:", pTag);
1113         for (; *pInt != -1; pInt++)
1114             printf(" %d", *pInt);
1115         printf("\n");
1116     }
1117 }
1118
1119 static void print_referenceId(int iLevel, Z_ReferenceId *referenceId)
1120 {
1121     if (referenceId != NULL)
1122     {
1123         int i;
1124
1125         print_level(iLevel);
1126         printf("Ref Id (%d, %d): ", referenceId->len, referenceId->size);
1127         for (i = 0; i < referenceId->len; i++)
1128             printf("%c", referenceId->buf[i]);
1129         printf("\n");
1130     }
1131 }
1132
1133 static void print_string_or_numeric(int iLevel, const char *pTag, Z_StringOrNumeric *pStringNumeric)
1134 {
1135     if (pStringNumeric != NULL)
1136     {
1137         switch (pStringNumeric->which)
1138         {
1139             case Z_StringOrNumeric_string:
1140                 print_string(iLevel, pTag, pStringNumeric->u.string);
1141                 break;
1142
1143             case Z_StringOrNumeric_numeric:
1144                 print_int(iLevel, pTag, pStringNumeric->u.numeric);
1145                 break;
1146
1147             default:
1148                 print_level(iLevel);
1149                 printf("%s: valid type for Z_StringOrNumeric\n", pTag);
1150                 break;
1151         }
1152     }
1153 }
1154
1155 static void print_universe_report_duplicate(int iLevel, Z_UniverseReportDuplicate *pUniverseReportDuplicate)
1156 {
1157     if (pUniverseReportDuplicate != NULL)
1158     {
1159         print_level(iLevel);
1160         printf("Universe Report Duplicate: \n");
1161         iLevel++;
1162         print_string_or_numeric(iLevel, "Hit No", pUniverseReportDuplicate->hitno);
1163     }
1164 }
1165
1166 static void print_universe_report_hits(int iLevel, Z_UniverseReportHits *pUniverseReportHits)
1167 {
1168     if (pUniverseReportHits != NULL)
1169     {
1170         print_level(iLevel);
1171         printf("Universe Report Hits: \n");
1172         iLevel++;
1173         print_string_or_numeric(iLevel, "Database", pUniverseReportHits->database);
1174         print_string_or_numeric(iLevel, "Hits", pUniverseReportHits->hits);
1175     }
1176 }
1177
1178 static void print_universe_report(int iLevel, Z_UniverseReport *pUniverseReport)
1179 {
1180     if (pUniverseReport != NULL)
1181     {
1182         print_level(iLevel);
1183         printf("Universe Report: \n");
1184         iLevel++;
1185         print_int(iLevel, "Total Hits", pUniverseReport->totalHits);
1186         switch (pUniverseReport->which)
1187         {
1188             case Z_UniverseReport_databaseHits:
1189                 print_universe_report_hits(iLevel, pUniverseReport->u.databaseHits);
1190                 break;
1191
1192             case Z_UniverseReport_duplicate:
1193                 print_universe_report_duplicate(iLevel, pUniverseReport->u.duplicate);
1194                 break;
1195
1196             default:
1197                 print_level(iLevel);
1198                 printf("Type: %d\n", pUniverseReport->which);
1199                 break;
1200         }
1201     }
1202 }
1203
1204 static void print_external(int iLevel, Z_External *pExternal)
1205 {
1206     if (pExternal != NULL)
1207     {
1208         print_level(iLevel);
1209         printf("External: \n");
1210         iLevel++;
1211         print_oid(iLevel, "Direct Reference", pExternal->direct_reference);
1212         print_int(iLevel, "InDirect Reference", pExternal->indirect_reference);
1213         print_string(iLevel, "Descriptor", pExternal->descriptor);
1214         switch (pExternal->which)
1215         {
1216             case Z_External_universeReport:
1217                 print_universe_report(iLevel, pExternal->u.universeReport);
1218                 break;
1219
1220             default:
1221                 print_level(iLevel);
1222                 printf("Type: %d\n", pExternal->which);
1223                 break;
1224         }
1225     }
1226 }
1227
1228 static int process_resourceControlRequest (Z_ResourceControlRequest *req)
1229 {
1230     printf ("Received ResourceControlRequest.\n");
1231     print_referenceId(1, req->referenceId);
1232     print_int(1, "Suspended Flag", req->suspendedFlag);
1233     print_int(1, "Partial Results Available", req->partialResultsAvailable);
1234     print_int(1, "Response Required", req->responseRequired);
1235     print_int(1, "Triggered Request Flag", req->triggeredRequestFlag);
1236     print_external(1, req->resourceReport);
1237     return 0;
1238 }
1239
1240 void process_ESResponse(Z_ExtendedServicesResponse *res)
1241 {
1242     printf("process_ESResponse status=");
1243     switch (*res->operationStatus)
1244     {
1245     case Z_ExtendedServicesResponse_done:
1246         printf ("done\n");
1247         break;
1248     case Z_ExtendedServicesResponse_accepted:
1249         printf ("accepted\n");
1250         break;
1251     case Z_ExtendedServicesResponse_failure:
1252         printf ("failure\n");
1253         display_diagrecs(res->diagnostics, res->num_diagnostics);
1254         break;
1255     }
1256 }
1257
1258 #ifdef ASN_COMPILED
1259
1260 const char *get_ill_element (void *clientData, const char *element)
1261 {
1262     /* printf ("asking for %s\n", element); */
1263     if (!strcmp (element, "ill,transaction-id,transaction-group-qualifier"))
1264         return "1";
1265     if (!strcmp (element, "ill,transaction-id,transaction-qualifier"))
1266         return "1";
1267     return 0;
1268 }
1269
1270 static Z_External *create_external_itemRequest()
1271 {
1272     struct ill_get_ctl ctl;
1273     ILL_ItemRequest *req;
1274     Z_External *r = 0;
1275     int item_request_size = 0;
1276     char *item_request_buf = 0;
1277
1278     ctl.odr = out;
1279     ctl.clientData = 0;
1280     ctl.f = get_ill_element;
1281
1282     req = ill_get_ItemRequest(&ctl, "ill", 0);
1283
1284     if (!ill_ItemRequest (out, &req, 0, 0))
1285     {
1286         if (apdu_file)
1287         {
1288             ill_ItemRequest(print, &req, 0, 0);
1289             odr_reset(print);
1290         }
1291         item_request_buf = odr_getbuf (out, &item_request_size, 0);
1292         if (item_request_buf)
1293             odr_setbuf (out, item_request_buf, item_request_size, 1);
1294         printf ("Couldn't encode ItemRequest, size %d\n", item_request_size);
1295         return 0;
1296     }
1297     else
1298     {
1299         oident oid;
1300         
1301         item_request_buf = odr_getbuf (out, &item_request_size, 0);
1302         oid.proto = PROTO_GENERAL;
1303         oid.oclass = CLASS_GENERAL;
1304         oid.value = VAL_ISO_ILL_1;
1305         
1306         r = (Z_External *) odr_malloc (out, sizeof(*r));
1307         r->direct_reference = odr_oiddup(out,oid_getoidbyent(&oid)); 
1308         r->indirect_reference = 0;
1309         r->descriptor = 0;
1310         r->which = Z_External_single;
1311         
1312         r->u.single_ASN1_type = (Odr_oct *)
1313             odr_malloc (out, sizeof(*r->u.single_ASN1_type));
1314         r->u.single_ASN1_type->buf = odr_malloc (out, item_request_size);
1315         r->u.single_ASN1_type->len = item_request_size;
1316         r->u.single_ASN1_type->size = item_request_size;
1317         memcpy (r->u.single_ASN1_type->buf, item_request_buf,
1318                 item_request_size);
1319         printf ("len = %d\n", item_request_size);
1320     }
1321     return r;
1322 }
1323 #else
1324 static Z_External *create_external_itemRequest()
1325 {
1326     return 0;
1327 }
1328 #endif
1329
1330 #ifdef ASN_COMPILED
1331 static Z_External *create_external_ILLRequest()
1332 {
1333     struct ill_get_ctl ctl;
1334     ILL_Request *req;
1335     Z_External *r = 0;
1336     int ill_request_size = 0;
1337     char *ill_request_buf = 0;
1338         
1339     ctl.odr = out;
1340     ctl.clientData = 0;
1341     ctl.f = get_ill_element;
1342
1343     req = ill_get_ILLRequest(&ctl, "ill", 0);
1344
1345     if (!ill_Request (out, &req, 0, 0))
1346     {
1347         if (apdu_file)
1348         {
1349             printf ("-------------------\n");
1350             ill_Request(print, &req, 0, 0);
1351             odr_reset(print);
1352             printf ("-------------------\n");
1353         }
1354         ill_request_buf = odr_getbuf (out, &ill_request_size, 0);
1355         if (ill_request_buf)
1356             odr_setbuf (out, ill_request_buf, ill_request_size, 1);
1357         printf ("Couldn't encode ILL-Request, size %d\n", ill_request_size);
1358         return 0;
1359     }
1360     else
1361     {
1362         oident oid;
1363         ill_request_buf = odr_getbuf (out, &ill_request_size, 0);
1364         
1365         oid.proto = PROTO_GENERAL;
1366         oid.oclass = CLASS_GENERAL;
1367         oid.value = VAL_ISO_ILL_1;
1368         
1369         r = (Z_External *) odr_malloc (out, sizeof(*r));
1370         r->direct_reference = odr_oiddup(out,oid_getoidbyent(&oid)); 
1371         r->indirect_reference = 0;
1372         r->descriptor = 0;
1373         r->which = Z_External_single;
1374         
1375         r->u.single_ASN1_type = (Odr_oct *)
1376             odr_malloc (out, sizeof(*r->u.single_ASN1_type));
1377         r->u.single_ASN1_type->buf = odr_malloc (out, ill_request_size);
1378         r->u.single_ASN1_type->len = ill_request_size;
1379         r->u.single_ASN1_type->size = ill_request_size;
1380         memcpy (r->u.single_ASN1_type->buf, ill_request_buf, ill_request_size);
1381         printf ("len = %d\n", ill_request_size);
1382     }
1383     return r;
1384 }
1385 #else
1386 static Z_External *create_external_ILLRequest()
1387 {
1388     return 0;
1389 }
1390 #endif
1391
1392
1393 static Z_External *create_ItemOrderExternal(const char *type, int itemno)
1394 {
1395     Z_External *r = (Z_External *) odr_malloc(out, sizeof(Z_External));
1396     oident ItemOrderRequest;
1397   
1398     ItemOrderRequest.proto = PROTO_Z3950;
1399     ItemOrderRequest.oclass = CLASS_EXTSERV;
1400     ItemOrderRequest.value = VAL_ITEMORDER;
1401  
1402     r->direct_reference = odr_oiddup(out,oid_getoidbyent(&ItemOrderRequest)); 
1403     r->indirect_reference = 0;
1404     r->descriptor = 0;
1405
1406     r->which = Z_External_itemOrder;
1407
1408     r->u.itemOrder = (Z_ItemOrder *) odr_malloc(out,sizeof(Z_ItemOrder));
1409     memset(r->u.itemOrder, 0, sizeof(Z_ItemOrder));
1410 #ifdef ASN_COMPILED
1411     r->u.itemOrder->which=Z_IOItemOrder_esRequest;
1412 #else
1413     r->u.itemOrder->which=Z_ItemOrder_esRequest;
1414 #endif
1415
1416     r->u.itemOrder->u.esRequest = (Z_IORequest *) 
1417         odr_malloc(out,sizeof(Z_IORequest));
1418     memset(r->u.itemOrder->u.esRequest, 0, sizeof(Z_IORequest));
1419
1420     r->u.itemOrder->u.esRequest->toKeep = (Z_IOOriginPartToKeep *)
1421         odr_malloc(out,sizeof(Z_IOOriginPartToKeep));
1422     memset(r->u.itemOrder->u.esRequest->toKeep, 0, sizeof(Z_IOOriginPartToKeep));
1423     r->u.itemOrder->u.esRequest->notToKeep = (Z_IOOriginPartNotToKeep *)
1424         odr_malloc(out,sizeof(Z_IOOriginPartNotToKeep));
1425     memset(r->u.itemOrder->u.esRequest->notToKeep, 0, sizeof(Z_IOOriginPartNotToKeep));
1426
1427     r->u.itemOrder->u.esRequest->toKeep->supplDescription = NULL;
1428     r->u.itemOrder->u.esRequest->toKeep->contact = NULL;
1429     r->u.itemOrder->u.esRequest->toKeep->addlBilling = NULL;
1430
1431     r->u.itemOrder->u.esRequest->notToKeep->resultSetItem =
1432         (Z_IOResultSetItem *) odr_malloc(out, sizeof(Z_IOResultSetItem));
1433     memset(r->u.itemOrder->u.esRequest->notToKeep->resultSetItem, 0, sizeof(Z_IOResultSetItem));
1434     r->u.itemOrder->u.esRequest->notToKeep->resultSetItem->resultSetId = "1";
1435
1436     r->u.itemOrder->u.esRequest->notToKeep->resultSetItem->item =
1437         (int *) odr_malloc(out, sizeof(int));
1438     *r->u.itemOrder->u.esRequest->notToKeep->resultSetItem->item = itemno;
1439
1440     switch (*type)
1441     {
1442     case '2':
1443         printf ("using item-request\n");
1444         r->u.itemOrder->u.esRequest->notToKeep->itemRequest = 
1445             create_external_itemRequest();
1446         break;
1447     case '1':
1448         printf ("using ILL-request\n");
1449         r->u.itemOrder->u.esRequest->notToKeep->itemRequest = 
1450             create_external_ILLRequest();
1451         break;
1452     default:
1453         r->u.itemOrder->u.esRequest->notToKeep->itemRequest = 0;
1454     }
1455     return r;
1456 }
1457
1458 static int send_itemorder(const char *type, int itemno)
1459 {
1460     Z_APDU *apdu = zget_APDU(out, Z_APDU_extendedServicesRequest );
1461     Z_ExtendedServicesRequest *req = apdu->u.extendedServicesRequest;
1462     oident ItemOrderRequest;
1463
1464     ItemOrderRequest.proto = PROTO_Z3950;
1465     ItemOrderRequest.oclass = CLASS_EXTSERV;
1466     ItemOrderRequest.value = VAL_ITEMORDER;
1467     req->packageType = odr_oiddup(out,oid_getoidbyent(&ItemOrderRequest));
1468     req->packageName = "1.Extendedserveq";
1469
1470     req->taskSpecificParameters = create_ItemOrderExternal(type, itemno);
1471
1472     send_apdu(apdu);
1473     return 0;
1474 }
1475
1476 static int cmd_update(char *arg)
1477 {
1478     Z_APDU *apdu = zget_APDU(out, Z_APDU_extendedServicesRequest );
1479     Z_ExtendedServicesRequest *req = apdu->u.extendedServicesRequest;
1480     Z_External *r;
1481     int oid[OID_SIZE];
1482     Z_IUOriginPartToKeep *toKeep;
1483     Z_IUSuppliedRecords *notToKeep;
1484     oident update_oid;
1485     printf ("Update request\n");
1486     fflush(stdout);
1487
1488     if (!record_last)
1489         return 0;
1490     update_oid.proto = PROTO_Z3950;
1491     update_oid.oclass = CLASS_EXTSERV;
1492     update_oid.value = VAL_DBUPDATE;
1493     oid_ent_to_oid (&update_oid, oid);
1494     req->packageType = odr_oiddup(out,oid);
1495     req->packageName = "1.Extendedserveq";
1496
1497     r = req->taskSpecificParameters = (Z_External *)
1498         odr_malloc (out, sizeof(*r));
1499     r->direct_reference = odr_oiddup(out,oid);
1500     r->indirect_reference = 0;
1501     r->descriptor = 0;
1502     r->which = Z_External_update;
1503     r->u.update = (Z_IUUpdate *) odr_malloc(out, sizeof(*r->u.update));
1504     r->u.update->which = Z_IUUpdate_esRequest;
1505     r->u.update->u.esRequest = (Z_IUUpdateEsRequest *)
1506         odr_malloc(out, sizeof(*r->u.update->u.esRequest));
1507     toKeep = r->u.update->u.esRequest->toKeep = (Z_IUOriginPartToKeep *)
1508         odr_malloc(out, sizeof(*r->u.update->u.esRequest->toKeep));
1509     toKeep->databaseName = databaseNames[0];
1510     toKeep->schema = 0;
1511     toKeep->elementSetName = 0;
1512     toKeep->actionQualifier = 0;
1513     toKeep->action = (int *) odr_malloc(out, sizeof(*toKeep->action));
1514     *toKeep->action = Z_IUOriginPartToKeep_recordInsert;
1515
1516     notToKeep = r->u.update->u.esRequest->notToKeep = (Z_IUSuppliedRecords *)
1517         odr_malloc(out, sizeof(*r->u.update->u.esRequest->notToKeep));
1518     notToKeep->num = 1;
1519     notToKeep->elements = (Z_IUSuppliedRecords_elem **)
1520         odr_malloc(out, sizeof(*notToKeep->elements));
1521     notToKeep->elements[0] = (Z_IUSuppliedRecords_elem *)
1522         odr_malloc(out, sizeof(**notToKeep->elements));
1523     notToKeep->elements[0]->u.number = 0;
1524     notToKeep->elements[0]->supplementalId = 0;
1525     notToKeep->elements[0]->correlationInfo = 0;
1526     notToKeep->elements[0]->record = record_last;
1527     
1528     send_apdu(apdu);
1529
1530     return 2;
1531 }
1532
1533 /* II : Added to do DALI Item Order Extended services request */
1534 static int cmd_itemorder(char *arg)
1535 {
1536     char type[12];
1537     int itemno;
1538
1539     if (sscanf (arg, "%10s %d", type, &itemno) != 2)
1540         return 0;
1541
1542     printf("Item order request\n");
1543     fflush(stdout);
1544     send_itemorder(type, itemno);
1545     return(2);
1546 }
1547
1548 static int cmd_find(char *arg)
1549 {
1550     if (!*arg)
1551     {
1552         printf("Find what?\n");
1553         return 0;
1554     }
1555     if (!conn)
1556     {
1557         printf("Not connected yet\n");
1558         return 0;
1559     }
1560     if (!send_searchRequest(arg))
1561         return 0;
1562     return 2;
1563 }
1564
1565 static int cmd_delete(char *arg)
1566 {
1567     if (!conn)
1568     {
1569         printf("Not connected yet\n");
1570         return 0;
1571     }
1572     if (!send_deleteResultSetRequest(arg))
1573         return 0;
1574     return 2;
1575 }
1576
1577 static int cmd_ssub(char *arg)
1578 {
1579     if (!(smallSetUpperBound = atoi(arg)))
1580         return 0;
1581     return 1;
1582 }
1583
1584 static int cmd_lslb(char *arg)
1585 {
1586     if (!(largeSetLowerBound = atoi(arg)))
1587         return 0;
1588     return 1;
1589 }
1590
1591 static int cmd_mspn(char *arg)
1592 {
1593     if (!(mediumSetPresentNumber = atoi(arg)))
1594         return 0;
1595     return 1;
1596 }
1597
1598 static int cmd_status(char *arg)
1599 {
1600     printf("smallSetUpperBound: %d\n", smallSetUpperBound);
1601     printf("largeSetLowerBound: %d\n", largeSetLowerBound);
1602     printf("mediumSetPresentNumber: %d\n", mediumSetPresentNumber);
1603     return 1;
1604 }
1605
1606 static int cmd_setnames(char *arg)
1607 {
1608     if (setnumber < 0)
1609     {
1610         printf("Set numbering enabled.\n");
1611         setnumber = 0;
1612     }
1613     else
1614     {
1615         printf("Set numbering disabled.\n");
1616         setnumber = -1;
1617     }
1618     return 1;
1619 }
1620
1621 /* PRESENT SERVICE ----------------------------- */
1622
1623 static int send_presentRequest(char *arg)
1624 {
1625     Z_APDU *apdu = zget_APDU(out, Z_APDU_presentRequest);
1626     Z_PresentRequest *req = apdu->u.presentRequest;
1627     Z_RecordComposition compo;
1628     oident prefsyn;
1629     int nos = 1;
1630     int oid[OID_SIZE];
1631     char *p;
1632     char setstring[100];
1633
1634     req->referenceId = set_refid (out);
1635     if ((p = strchr(arg, '+')))
1636     {
1637         nos = atoi(p + 1);
1638         *p = 0;
1639     }
1640     if (*arg)
1641         setno = atoi(arg);
1642     if (p && (p=strchr(p+1, '+')))
1643     {
1644         strcpy (setstring, p+1);
1645         req->resultSetId = setstring;
1646     }
1647     else if (setnumber >= 0)
1648     {
1649         sprintf(setstring, "%d", setnumber);
1650         req->resultSetId = setstring;
1651     }
1652 #if 0
1653     if (1)
1654     {
1655         static Z_Range range;
1656         static Z_Range *rangep = &range;
1657     req->num_ranges = 1;
1658 #endif
1659     req->resultSetStartPoint = &setno;
1660     req->numberOfRecordsRequested = &nos;
1661     prefsyn.proto = protocol;
1662     prefsyn.oclass = CLASS_RECSYN;
1663     prefsyn.value = recordsyntax;
1664     req->preferredRecordSyntax =
1665         odr_oiddup (out, oid_ent_to_oid(&prefsyn, oid));
1666
1667     if (schema != VAL_NONE)
1668     {
1669         oident prefschema;
1670
1671         prefschema.proto = protocol;
1672         prefschema.oclass = CLASS_SCHEMA;
1673         prefschema.value = schema;
1674
1675         req->recordComposition = &compo;
1676         compo.which = Z_RecordComp_complex;
1677         compo.u.complex = (Z_CompSpec *)
1678             odr_malloc(out, sizeof(*compo.u.complex));
1679         compo.u.complex->selectAlternativeSyntax = (bool_t *) 
1680             odr_malloc(out, sizeof(bool_t));
1681         *compo.u.complex->selectAlternativeSyntax = 0;
1682
1683         compo.u.complex->generic = (Z_Specification *)
1684             odr_malloc(out, sizeof(*compo.u.complex->generic));
1685         compo.u.complex->generic->schema = (Odr_oid *)
1686             odr_oiddup(out, oid_ent_to_oid(&prefschema, oid));
1687         if (!compo.u.complex->generic->schema)
1688         {
1689             /* OID wasn't a schema! Try record syntax instead. */
1690             prefschema.oclass = CLASS_RECSYN;
1691             compo.u.complex->generic->schema = (Odr_oid *)
1692                 odr_oiddup(out, oid_ent_to_oid(&prefschema, oid));
1693         }
1694         if (!elementSetNames)
1695             compo.u.complex->generic->elementSpec = 0;
1696         else
1697         {
1698             compo.u.complex->generic->elementSpec = (Z_ElementSpec *)
1699                 odr_malloc(out, sizeof(Z_ElementSpec));
1700             compo.u.complex->generic->elementSpec->which =
1701                 Z_ElementSpec_elementSetName;
1702             compo.u.complex->generic->elementSpec->u.elementSetName =
1703                 elementSetNames->u.generic;
1704         }
1705         compo.u.complex->num_dbSpecific = 0;
1706         compo.u.complex->dbSpecific = 0;
1707         compo.u.complex->num_recordSyntax = 0;
1708         compo.u.complex->recordSyntax = 0;
1709     }
1710     else if (elementSetNames)
1711     {
1712         req->recordComposition = &compo;
1713         compo.which = Z_RecordComp_simple;
1714         compo.u.simple = elementSetNames;
1715     }
1716     send_apdu(apdu);
1717     printf("Sent presentRequest (%d+%d).\n", setno, nos);
1718     return 2;
1719 }
1720
1721 void process_close(Z_Close *req)
1722 {
1723     Z_APDU *apdu = zget_APDU(out, Z_APDU_close);
1724     Z_Close *res = apdu->u.close;
1725
1726     static char *reasons[] =
1727     {
1728         "finished",
1729         "shutdown",
1730         "system problem",
1731         "cost limit reached",
1732         "resources",
1733         "security violation",
1734         "protocolError",
1735         "lack of activity",
1736         "peer abort",
1737         "unspecified"
1738     };
1739
1740     printf("Reason: %s, message: %s\n", reasons[*req->closeReason],
1741         req->diagnosticInformation ? req->diagnosticInformation : "NULL");
1742     if (sent_close)
1743     {
1744         cs_close (conn);
1745         conn = NULL;
1746         if (session_mem)
1747         {
1748             nmem_destroy (session_mem);
1749             session_mem = NULL;
1750         }
1751         sent_close = 0;
1752     }
1753     else
1754     {
1755         *res->closeReason = Z_Close_finished;
1756         send_apdu(apdu);
1757         printf("Sent response.\n");
1758         sent_close = 1;
1759     }
1760 }
1761
1762 static int cmd_show(char *arg)
1763 {
1764     if (!conn)
1765     {
1766         printf("Not connected yet\n");
1767         return 0;
1768     }
1769     if (!send_presentRequest(arg))
1770         return 0;
1771     return 2;
1772 }
1773
1774 int cmd_quit(char *arg)
1775 {
1776     printf("See you later, alligator.\n");
1777     exit(0);
1778     return 0;
1779 }
1780
1781 int cmd_cancel(char *arg)
1782 {
1783     Z_APDU *apdu = zget_APDU(out, Z_APDU_triggerResourceControlRequest);
1784     Z_TriggerResourceControlRequest *req =
1785         apdu->u.triggerResourceControlRequest;
1786     bool_t rfalse = 0;
1787     
1788     if (!conn)
1789     {
1790         printf("Session not initialized yet\n");
1791         return 0;
1792     }
1793     if (!ODR_MASK_GET(session->options, Z_Options_triggerResourceCtrl))
1794     {
1795         printf("Target doesn't support cancel (trigger resource ctrl)\n");
1796         return 0;
1797     }
1798     *req->requestedAction = Z_TriggerResourceCtrl_cancel;
1799     req->resultSetWanted = &rfalse;
1800
1801     send_apdu(apdu);
1802     printf("Sent cancel request\n");
1803     return 2;
1804 }
1805
1806 int send_scanrequest(char *string, int pp, int num)
1807 {
1808     Z_APDU *apdu = zget_APDU(out, Z_APDU_scanRequest);
1809     Z_ScanRequest *req = apdu->u.scanRequest;
1810     
1811     if (!(req->termListAndStartPoint =
1812           p_query_scan(out, protocol, &req->attributeSet, string)))
1813     {
1814         printf("Prefix query error\n");
1815         return -1;
1816     }
1817     req->referenceId = set_refid (out);
1818     req->num_databaseNames = num_databaseNames;
1819     req->databaseNames = databaseNames;
1820     req->numberOfTermsRequested = &num;
1821     req->preferredPositionInResponse = &pp;
1822     send_apdu(apdu);
1823     return 2;
1824 }
1825
1826 int send_sortrequest(char *arg, int newset)
1827 {
1828     Z_APDU *apdu = zget_APDU(out, Z_APDU_sortRequest);
1829     Z_SortRequest *req = apdu->u.sortRequest;
1830     Z_SortKeySpecList *sksl = (Z_SortKeySpecList *)
1831         odr_malloc (out, sizeof(*sksl));
1832     char setstring[32];
1833     char sort_string[32], sort_flags[32];
1834     int off;
1835     int oid[OID_SIZE];
1836     oident bib1;
1837
1838     if (setnumber >= 0)
1839         sprintf (setstring, "%d", setnumber);
1840     else
1841         sprintf (setstring, "default");
1842
1843     req->referenceId = set_refid (out);
1844
1845 #ifdef ASN_COMPILED
1846     req->num_inputResultSetNames = 1;
1847     req->inputResultSetNames = (Z_InternationalString **)
1848         odr_malloc (out, sizeof(*req->inputResultSetNames));
1849     req->inputResultSetNames[0] = odr_strdup (out, setstring);
1850 #else
1851     req->inputResultSetNames =
1852         (Z_StringList *)odr_malloc (out, sizeof(*req->inputResultSetNames));
1853     req->inputResultSetNames->num_strings = 1;
1854     req->inputResultSetNames->strings =
1855         (char **)odr_malloc (out, sizeof(*req->inputResultSetNames->strings));
1856     req->inputResultSetNames->strings[0] =
1857         odr_strdup (out, setstring);
1858 #endif
1859
1860     if (newset && setnumber >= 0)
1861         sprintf (setstring, "%d", ++setnumber);
1862
1863     req->sortedResultSetName = odr_strdup (out, setstring);
1864
1865     req->sortSequence = sksl;
1866     sksl->num_specs = 0;
1867     sksl->specs = (Z_SortKeySpec **)odr_malloc (out, sizeof(sksl->specs) * 20);
1868     
1869     bib1.proto = protocol;
1870     bib1.oclass = CLASS_ATTSET;
1871     bib1.value = VAL_BIB1;
1872     while ((sscanf (arg, "%31s %31s%n", sort_string, sort_flags, &off)) == 2 
1873            && off > 1)
1874     {
1875         int i;
1876         char *sort_string_sep;
1877         Z_SortKeySpec *sks = (Z_SortKeySpec *)odr_malloc (out, sizeof(*sks));
1878         Z_SortKey *sk = (Z_SortKey *)odr_malloc (out, sizeof(*sk));
1879
1880         arg += off;
1881         sksl->specs[sksl->num_specs++] = sks;
1882         sks->sortElement = (Z_SortElement *)odr_malloc (out, sizeof(*sks->sortElement));
1883         sks->sortElement->which = Z_SortElement_generic;
1884         sks->sortElement->u.generic = sk;
1885         
1886         if ((sort_string_sep = strchr (sort_string, '=')))
1887         {
1888             Z_AttributeElement *el = (Z_AttributeElement *)odr_malloc (out, sizeof(*el));
1889             sk->which = Z_SortKey_sortAttributes;
1890             sk->u.sortAttributes =
1891                 (Z_SortAttributes *)odr_malloc (out, sizeof(*sk->u.sortAttributes));
1892             sk->u.sortAttributes->id = oid_ent_to_oid(&bib1, oid);
1893             sk->u.sortAttributes->list =
1894                 (Z_AttributeList *)odr_malloc (out, sizeof(*sk->u.sortAttributes->list));
1895             sk->u.sortAttributes->list->num_attributes = 1;
1896             sk->u.sortAttributes->list->attributes =
1897                 (Z_AttributeElement **)odr_malloc (out,
1898                             sizeof(*sk->u.sortAttributes->list->attributes));
1899             sk->u.sortAttributes->list->attributes[0] = el;
1900             el->attributeSet = 0;
1901             el->attributeType = (int *)odr_malloc (out, sizeof(*el->attributeType));
1902             *el->attributeType = atoi (sort_string);
1903             el->which = Z_AttributeValue_numeric;
1904             el->value.numeric = (int *)odr_malloc (out, sizeof(*el->value.numeric));
1905             *el->value.numeric = atoi (sort_string_sep + 1);
1906         }
1907         else
1908         {
1909             sk->which = Z_SortKey_sortField;
1910             sk->u.sortField = odr_strdup (out, sort_string);
1911         }
1912         sks->sortRelation = (int *)odr_malloc (out, sizeof(*sks->sortRelation));
1913         *sks->sortRelation = Z_SortRelation_ascending;
1914         sks->caseSensitivity = (int *)odr_malloc (out, sizeof(*sks->caseSensitivity));
1915         *sks->caseSensitivity = Z_SortCase_caseSensitive;
1916
1917 #ifdef ASN_COMPILED
1918         sks->which = Z_SortKeySpec_null;
1919         sks->u.null = odr_nullval ();
1920 #else
1921         sks->missingValueAction = NULL;
1922 #endif
1923
1924         for (i = 0; sort_flags[i]; i++)
1925         {
1926             switch (sort_flags[i])
1927             {
1928             case 'a':
1929             case 'A':
1930             case '>':
1931                 *sks->sortRelation = Z_SortRelation_descending;
1932                 break;
1933             case 'd':
1934             case 'D':
1935             case '<':
1936                 *sks->sortRelation = Z_SortRelation_ascending;
1937                 break;
1938             case 'i':
1939             case 'I':
1940                 *sks->caseSensitivity = Z_SortCase_caseInsensitive;
1941                 break;
1942             case 'S':
1943             case 's':
1944                 *sks->caseSensitivity = Z_SortCase_caseSensitive;
1945                 break;
1946             }
1947         }
1948     }
1949     if (!sksl->num_specs)
1950     {
1951         printf ("Missing sort specifications\n");
1952         return -1;
1953     }
1954     send_apdu(apdu);
1955     return 2;
1956 }
1957
1958 void display_term(Z_TermInfo *t)
1959 {
1960     if (t->term->which == Z_Term_general)
1961     {
1962         printf("%.*s (%d)\n", t->term->u.general->len, t->term->u.general->buf,
1963             t->globalOccurrences ? *t->globalOccurrences : -1);
1964         sprintf(last_scan, "%.*s", t->term->u.general->len,
1965             t->term->u.general->buf);
1966     }
1967     else
1968         printf("Term type not general.\n");
1969 }
1970
1971 void process_scanResponse(Z_ScanResponse *res)
1972 {
1973     int i;
1974     Z_Entry **entries = NULL;
1975     int num_entries = 0;
1976    
1977     printf("Received ScanResponse\n"); 
1978     print_refid (res->referenceId);
1979     printf("%d entries", *res->numberOfEntriesReturned);
1980     if (res->positionOfTerm)
1981         printf (", position=%d", *res->positionOfTerm); 
1982     printf ("\n");
1983     if (*res->scanStatus != Z_Scan_success)
1984         printf("Scan returned code %d\n", *res->scanStatus);
1985     if (!res->entries)
1986         return;
1987     if ((entries = res->entries->entries))
1988         num_entries = res->entries->num_entries;
1989     for (i = 0; i < num_entries; i++)
1990     {
1991         int pos_term = res->positionOfTerm ? *res->positionOfTerm : -1;
1992         if (entries[i]->which == Z_Entry_termInfo)
1993         {
1994             printf("%c ", i + 1 == pos_term ? '*' : ' ');
1995             display_term(entries[i]->u.termInfo);
1996         }
1997         else
1998             display_diagrecs(&entries[i]->u.surrogateDiagnostic, 1);
1999     }
2000     if (res->entries->nonsurrogateDiagnostics)
2001         display_diagrecs (res->entries->nonsurrogateDiagnostics,
2002                           res->entries->num_nonsurrogateDiagnostics);
2003 }
2004
2005 void process_sortResponse(Z_SortResponse *res)
2006 {
2007     printf("Received SortResponse: status=");
2008     switch (*res->sortStatus)
2009     {
2010     case Z_SortStatus_success:
2011         printf ("success"); break;
2012     case Z_SortStatus_partial_1:
2013         printf ("partial"); break;
2014     case Z_SortStatus_failure:
2015         printf ("failure"); break;
2016     default:
2017         printf ("unknown (%d)", *res->sortStatus);
2018     }
2019     printf ("\n");
2020     print_refid (res->referenceId);
2021 #ifdef ASN_COMPILED
2022     if (res->diagnostics)
2023         display_diagrecs(res->diagnostics,
2024                          res->num_diagnostics);
2025 #else
2026     if (res->diagnostics)
2027         display_diagrecs(res->diagnostics->diagRecs,
2028                          res->diagnostics->num_diagRecs);
2029 #endif
2030 }
2031
2032 void process_deleteResultSetResponse (Z_DeleteResultSetResponse *res)
2033 {
2034     printf("Got deleteResultSetResponse status=%d\n",
2035            *res->deleteOperationStatus);
2036     if (res->deleteListStatuses)
2037     {
2038         int i;
2039         for (i = 0; i < res->deleteListStatuses->num; i++)
2040         {
2041             printf ("%s status=%d\n", res->deleteListStatuses->elements[i]->id,
2042                     *res->deleteListStatuses->elements[i]->status);
2043         }
2044     }
2045 }
2046
2047 int cmd_sort_generic(char *arg, int newset)
2048 {
2049     if (!conn)
2050     {
2051         printf("Session not initialized yet\n");
2052         return 0;
2053     }
2054     if (!ODR_MASK_GET(session->options, Z_Options_sort))
2055     {
2056         printf("Target doesn't support sort\n");
2057         return 0;
2058     }
2059     if (*arg)
2060     {
2061         if (send_sortrequest(arg, newset) < 0)
2062             return 0;
2063         return 2;
2064     }
2065     return 0;
2066 }
2067
2068 int cmd_sort(char *arg)
2069 {
2070     return cmd_sort_generic (arg, 0);
2071 }
2072
2073 int cmd_sort_newset (char *arg)
2074 {
2075     return cmd_sort_generic (arg, 1);
2076 }
2077
2078 int cmd_scan(char *arg)
2079 {
2080     if (!conn)
2081     {
2082         printf("Session not initialized yet\n");
2083         return 0;
2084     }
2085     if (!ODR_MASK_GET(session->options, Z_Options_scan))
2086     {
2087         printf("Target doesn't support scan\n");
2088         return 0;
2089     }
2090     if (*arg)
2091     {
2092         if (send_scanrequest(arg, 1, 20) < 0)
2093             return 0;
2094     }
2095     else
2096         if (send_scanrequest(last_scan, 1, 20) < 0)
2097             return 0;
2098     return 2;
2099 }
2100
2101 int cmd_schema(char *arg)
2102 {
2103     if (!arg || !*arg)
2104     {
2105         schema = VAL_NONE;
2106         return 1;
2107     }
2108     schema = oid_getvalbyname (arg);
2109     if (schema == VAL_NONE)
2110     {
2111         printf ("unknown schema\n");
2112         return 0;
2113     }
2114     return 1;
2115 }
2116
2117 int cmd_format(char *arg)
2118 {
2119     if (!arg || !*arg)
2120     {
2121         printf("Usage: format <recordsyntax>\n");
2122         return 0;
2123     }
2124     recordsyntax = oid_getvalbyname (arg);
2125     if (recordsyntax == VAL_NONE)
2126     {
2127         printf ("unknown record syntax\n");
2128         return 0;
2129     }
2130     return 1;
2131 }
2132
2133 int cmd_elements(char *arg)
2134 {
2135     static Z_ElementSetNames esn;
2136     static char what[100];
2137
2138     if (!arg || !*arg)
2139     {
2140         elementSetNames = 0;
2141         return 1;
2142     }
2143     strcpy(what, arg);
2144     esn.which = Z_ElementSetNames_generic;
2145     esn.u.generic = what;
2146     elementSetNames = &esn;
2147     return 1;
2148 }
2149
2150 int cmd_attributeset(char *arg)
2151 {
2152     char what[100];
2153
2154     if (!arg || !*arg)
2155     {
2156         printf("Usage: attributeset <setname>\n");
2157         return 0;
2158     }
2159     sscanf(arg, "%s", what);
2160     if (p_query_attset (what))
2161     {
2162         printf("Unknown attribute set name\n");
2163         return 0;
2164     }
2165     return 1;
2166 }
2167
2168 int cmd_querytype (char *arg)
2169 {
2170     if (!strcmp (arg, "ccl"))
2171         queryType = QueryType_CCL;
2172     else if (!strcmp (arg, "prefix") || !strcmp(arg, "rpn"))
2173         queryType = QueryType_Prefix;
2174 #if CCL2RPN
2175     else if (!strcmp (arg, "ccl2rpn") || !strcmp (arg, "cclrpn"))
2176         queryType = QueryType_CCL2RPN;
2177 #endif
2178     else
2179     {
2180         printf ("Querytype must be one of:\n");
2181         printf (" prefix         - Prefix query\n");
2182         printf (" ccl            - CCL query\n");
2183 #if CCL2RPN
2184         printf (" ccl2rpn        - CCL query converted to RPN\n");
2185 #endif
2186         return 0;
2187     }
2188     return 1;
2189 }
2190
2191 int cmd_refid (char *arg)
2192 {
2193     xfree (refid);
2194     refid = NULL;
2195     if (*arg)
2196     {
2197         refid = (char *) xmalloc (strlen(arg)+1);
2198         strcpy (refid, arg);
2199     }
2200     return 1;
2201 }
2202
2203 int cmd_close(char *arg)
2204 {
2205     Z_APDU *apdu;
2206     Z_Close *req;
2207     if (!conn)
2208         return 0;
2209
2210     apdu = zget_APDU(out, Z_APDU_close);
2211     req = apdu->u.close;
2212     *req->closeReason = Z_Close_finished;
2213     send_apdu(apdu);
2214     printf("Sent close request.\n");
2215     sent_close = 1;
2216     return 2;
2217 }
2218
2219 static void initialize(void)
2220 {
2221 #if CCL2RPN
2222     FILE *inf;
2223 #endif
2224     nmem_init();
2225     if (!(out = odr_createmem(ODR_ENCODE)) ||
2226         !(in = odr_createmem(ODR_DECODE)) ||
2227         !(print = odr_createmem(ODR_PRINT)))
2228     {
2229         fprintf(stderr, "failed to allocate ODR streams\n");
2230         exit(1);
2231     }
2232     setvbuf(stdout, 0, _IONBF, 0);
2233     if (apdu_file)
2234         odr_setprint(print, apdu_file);
2235
2236 #if CCL2RPN
2237     bibset = ccl_qual_mk (); 
2238     inf = fopen ("default.bib", "r");
2239     if (inf)
2240     {
2241         ccl_qual_file (bibset, inf);
2242         fclose (inf);
2243     }
2244 #endif
2245     cmd_base("Default");
2246 }
2247
2248 static int client(int wait)
2249 {
2250     static struct {
2251         char *cmd;
2252         int (*fun)(char *arg);
2253         char *ad;
2254     } cmd[] = {
2255         {"open", cmd_open, "('tcp'|'osi')':'[<tsel>'/']<host>[':'<port>]"},
2256         {"quit", cmd_quit, ""},
2257         {"find", cmd_find, "<query>"},
2258         {"delete", cmd_delete, "<setname>"},
2259         {"base", cmd_base, "<base-name>"},
2260         {"show", cmd_show, "<rec#>['+'<#recs>['+'<setname>]]"},
2261         {"scan", cmd_scan, "<term>"},
2262         {"sort", cmd_sort, "<sortkey> <flag> <sortkey> <flag> ..."},
2263         {"sort+", cmd_sort_newset, "<sortkey> <flag> <sortkey> <flag> ..."},
2264         {"authentication", cmd_authentication, "<acctstring>"},
2265         {"lslb", cmd_lslb, "<largeSetLowerBound>"},
2266         {"ssub", cmd_ssub, "<smallSetUpperBound>"},
2267         {"mspn", cmd_mspn, "<mediumSetPresentNumber>"},
2268         {"status", cmd_status, ""},
2269         {"setnames", cmd_setnames, ""},
2270         {"cancel", cmd_cancel, ""},
2271         {"format", cmd_format, "<recordsyntax>"},
2272         {"schema", cmd_schema, "<schema>"},
2273         {"elements", cmd_elements, "<elementSetName>"},
2274         {"close", cmd_close, ""},
2275         {"attributeset", cmd_attributeset, "<attrset>"},
2276         {"querytype", cmd_querytype, "<type>"},
2277         {"refid", cmd_refid, "<id>"},
2278         {"itemorder", cmd_itemorder, "1|2 <item>"},
2279         {"update", cmd_update, "<item>"},
2280 #ifdef ASN_COMPILED
2281         /* Server Admin Functions */
2282         {"adm-reindex", cmd_adm_reindex, "<database-name>"},
2283         {"adm-truncate", cmd_adm_truncate, "('database'|'index')<object-name>"},
2284         {"adm-create", cmd_adm_create, ""},
2285         {"adm-drop", cmd_adm_drop, "('database'|'index')<object-name>"},
2286         {"adm-import", cmd_adm_import, "<record-type> <dir> <pattern>"},
2287         {"adm-refresh", cmd_adm_refresh, ""},
2288         {"adm-commit", cmd_adm_commit, ""},
2289         {"adm-shutdown", cmd_adm_shutdown, ""},
2290         {"adm-startup", cmd_adm_startup, ""},
2291 #endif
2292         {0,0}
2293     };
2294     char *netbuffer= 0;
2295     int netbufferlen = 0;
2296     int i;
2297     Z_APDU *apdu;
2298
2299     while (1)
2300     {
2301         int res;
2302 #ifdef USE_SELECT
2303         fd_set input;
2304 #endif
2305         char line[1024], word[1024], arg[1024];
2306         
2307 #ifdef USE_SELECT
2308         FD_ZERO(&input);
2309         FD_SET(0, &input);
2310         if (conn)
2311             FD_SET(cs_fileno(conn), &input);
2312         if ((res = select(20, &input, 0, 0, 0)) < 0)
2313         {
2314             perror("select");
2315             exit(1);
2316         }
2317         if (!res)
2318             continue;
2319         if (!wait && FD_ISSET(0, &input))
2320 #else
2321         if (!wait)
2322 #endif
2323         {
2324 #if HAVE_READLINE_READLINE_H
2325             char* line_in;
2326             line_in=readline(C_PROMPT);
2327             if (!line_in)
2328                 break;
2329 #if HAVE_READLINE_HISTORY_H
2330             if (*line_in)
2331                 add_history(line_in);
2332 #endif
2333             strcpy(line,line_in);
2334             free (line_in);
2335 #else    
2336             char *end_p;
2337             printf (C_PROMPT);
2338             fflush(stdout);
2339             if (!fgets(line, 1023, stdin))
2340                 break;
2341             if ((end_p = strchr (line, '\n')))
2342                 *end_p = '\0';
2343 #endif 
2344             if ((res = sscanf(line, "%s %[^;]", word, arg)) <= 0)
2345             {
2346                 strcpy(word, last_cmd);
2347                 *arg = '\0';
2348             }
2349             else if (res == 1)
2350                 *arg = 0;
2351             strcpy(last_cmd, word);
2352             for (i = 0; cmd[i].cmd; i++)
2353                 if (!strncmp(cmd[i].cmd, word, strlen(word)))
2354                 {
2355                     res = (*cmd[i].fun)(arg);
2356                     break;
2357                 }
2358             if (!cmd[i].cmd) /* dump our help-screen */
2359             {
2360                 printf("Unknown command: %s.\n", word);
2361                 printf("Currently recognized commands:\n");
2362                 for (i = 0; cmd[i].cmd; i++)
2363                     printf("   %s %s\n", cmd[i].cmd, cmd[i].ad);
2364                 res = 1;
2365             }
2366             if (res < 2)
2367             {
2368                 continue;
2369             }
2370         }
2371         wait = 0;
2372         if (conn
2373 #ifdef USE_SELECT
2374             && FD_ISSET(cs_fileno(conn), &input)
2375 #endif
2376             )
2377         {
2378             do
2379             {
2380                 if ((res = cs_get(conn, &netbuffer, &netbufferlen)) < 0)
2381                 {
2382                     perror("cs_get");
2383                     exit(1);
2384                 }
2385                 if (!res)
2386                 {
2387                     printf("Target closed connection.\n");
2388                     exit(1);
2389                 }
2390                 odr_reset(in); /* release APDU from last round */
2391                 record_last = 0;
2392                 odr_setbuf(in, netbuffer, res, 0);
2393                 if (!z_APDU(in, &apdu, 0, 0))
2394                 {
2395                     odr_perror(in, "Decoding incoming APDU");
2396                     fprintf(stderr, "[Near %d]\n", odr_offset(in));
2397                     fprintf(stderr, "Packet dump:\n---------\n");
2398                     odr_dumpBER(stderr, netbuffer, res);
2399                     fprintf(stderr, "---------\n");
2400                     if (apdu_file)
2401                         z_APDU(print, &apdu, 0, 0);
2402                     exit(1);
2403                 }
2404                 if (apdu_file && !z_APDU(print, &apdu, 0, 0))
2405                 {
2406                     odr_perror(print, "Failed to print incoming APDU");
2407                     odr_reset(print);
2408                     continue;
2409                 }
2410                 switch(apdu->which)
2411                 {
2412                 case Z_APDU_initResponse:
2413                     process_initResponse(apdu->u.initResponse);
2414                     break;
2415                 case Z_APDU_searchResponse:
2416                     process_searchResponse(apdu->u.searchResponse);
2417                     break;
2418                 case Z_APDU_scanResponse:
2419                     process_scanResponse(apdu->u.scanResponse);
2420                     break;
2421                 case Z_APDU_presentResponse:
2422                     print_refid (apdu->u.presentResponse->referenceId);
2423                     setno +=
2424                         *apdu->u.presentResponse->numberOfRecordsReturned;
2425                     if (apdu->u.presentResponse->records)
2426                         display_records(apdu->u.presentResponse->records);
2427                     else
2428                         printf("No records.\n");
2429                     printf ("nextResultSetPosition = %d\n",
2430                         *apdu->u.presentResponse->nextResultSetPosition);
2431                     break;
2432                 case Z_APDU_sortResponse:
2433                     process_sortResponse(apdu->u.sortResponse);
2434                     break;
2435                 case Z_APDU_extendedServicesResponse:
2436                     printf("Got extended services response\n");
2437                     process_ESResponse(apdu->u.extendedServicesResponse);
2438                     break;
2439                 case Z_APDU_close:
2440                     printf("Target has closed the association.\n");
2441                     process_close(apdu->u.close);
2442                     break;
2443                 case Z_APDU_resourceControlRequest:
2444                     process_resourceControlRequest
2445                         (apdu->u.resourceControlRequest);
2446                     break;
2447                 case Z_APDU_deleteResultSetResponse:
2448                     process_deleteResultSetResponse(apdu->u.
2449                                                     deleteResultSetResponse);
2450                     break;
2451                 default:
2452                     printf("Received unknown APDU type (%d).\n", 
2453                            apdu->which);
2454                     exit(1);
2455                 }
2456             }
2457             while (conn && cs_more(conn));
2458         }
2459     }
2460     return 0;
2461 }
2462
2463 int main(int argc, char **argv)
2464 {
2465     char *prog = *argv;
2466     char *arg;
2467     int ret;
2468     int opened = 0;
2469
2470     while ((ret = options("a:m:v:", argv, argc, &arg)) != -2)
2471     {
2472         switch (ret)
2473         {
2474         case 0:
2475             if (!opened)
2476             {
2477                 initialize ();
2478                 if (cmd_open (arg) == 2)
2479                     opened = 1;
2480             }
2481             break;
2482         case 'm':
2483             if (!(marcdump = fopen (arg, "a")))
2484             {
2485                 perror (arg);
2486                 exit (1);
2487             }
2488             break;
2489         case 'a':
2490             if (!strcmp(arg, "-"))
2491                 apdu_file=stderr;
2492             else
2493                 apdu_file=fopen(arg, "a");
2494             break;
2495         case 'v':
2496             log_init (log_mask_str(arg), "", NULL);
2497             break;
2498         default:
2499             fprintf (stderr, "Usage: %s [-m <marclog>] [ -m <apdulog>] "
2500                              "[<server-addr>]\n",
2501                      prog);
2502             exit (1);
2503         }
2504     }
2505     if (!opened)
2506         initialize ();
2507     return client (opened);
2508 }
2509
2510