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