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