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