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