03fbd7dbeeb4f7b4236f7ff6b84c536629079e89
[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.103  2000-08-10 08:41:26  adam
8  * Fixes for ILL.
9  *
10  * Revision 1.102  2000/05/18 11:57:04  adam
11  * Client display time elapsed.
12  *
13  * Revision 1.101  2000/04/05 07:39:54  adam
14  * Added shared library support (libtool).
15  *
16  * Revision 1.100  2000/03/20 19:29:59  adam
17  * Minor change.
18  *
19  * Revision 1.99  2000/03/20 19:06:25  adam
20  * Added Segment request for fronend server. Work on admin for client.
21  *
22  * Revision 1.98  2000/03/16 13:55:49  ian
23  * Added commands for sending shutdown and startup admin requests via the admin ES.
24  *
25  * Revision 1.97  2000/03/14 14:06:04  ian
26  * Minor change to order of debugging output for send_apdu,
27  * fixed encoding of admin request.
28  *
29  * Revision 1.96  2000/03/14 09:27:07  ian
30  * Added code to enable sending of admin extended service requests
31  *
32  * Revision 1.95  2000/02/28 11:20:05  adam
33  * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
34  *
35  * Revision 1.94  2000/01/31 13:15:21  adam
36  * Removed uses of assert(3). Cleanup of ODR. CCL parser update so
37  * that some characters are not surrounded by spaces in resulting term.
38  * ILL-code updates.
39  *
40  * Revision 1.93  2000/01/15 09:39:50  adam
41  * Implemented ill_get_ILLRequest. More ILL testing for client.
42  *
43  * Revision 1.92  1999/12/21 16:24:48  adam
44  * More robust ISO2709 handling (in case of real bad formats).
45  *
46  * Revision 1.91  1999/12/16 23:36:19  adam
47  * Implemented ILL protocol. Minor updates ASN.1 compiler.
48  *
49  * Revision 1.90  1999/11/30 13:47:11  adam
50  * Improved installation. Moved header files to include/yaz.
51  *
52  * Revision 1.89  1999/11/04 14:58:44  adam
53  * Added status elements for backend delete result set handler.
54  * Updated delete result result set command for client.
55  *
56  * Revision 1.88  1999/10/11 10:00:29  adam
57  * Modified printing of records.
58  *
59  * Revision 1.87  1999/08/27 09:40:32  adam
60  * Renamed logf function to yaz_log. Removed VC++ project files.
61  *
62  * Revision 1.86  1999/07/06 12:13:35  adam
63  * Added "schema" command.
64  *
65  * Revision 1.85  1999/06/16 11:55:24  adam
66  * Added APDU log to client.
67  *
68  * Revision 1.84  1999/06/01 14:29:11  adam
69  * Work on Extended Services.
70  *
71  * Revision 1.83  1999/05/26 15:24:26  adam
72  * Fixed minor bugs regarding DB Update (introduced by previous commit).
73  *
74  * Revision 1.82  1999/05/26 13:49:12  adam
75  * DB Update implemented in client (very basic).
76  *
77  * Revision 1.81  1999/04/20 09:56:48  adam
78  * Added 'name' paramter to encoder/decoder routines (typedef Odr_fun).
79  * Modified all encoders/decoders to reflect this change.
80  *
81  * Revision 1.80  1999/03/31 11:18:24  adam
82  * Implemented odr_strdup. Added Reference ID to backend server API.
83  *
84  * Revision 1.79  1999/03/23 14:14:25  adam
85  * Yet another fix.
86  *
87  * Revision 1.78  1999/03/18 12:57:18  adam
88  * Minor fix.
89  *
90  * Revision 1.77  1999/03/11 15:26:51  adam
91  * Fixed bug (introduced by previous commit).
92  *
93  * Revision 1.76  1999/03/11 11:12:07  adam
94  * Added GNU readline support. HTML display in client.
95  *
96  * Revision 1.75  1999/02/01 15:37:32  adam
97  * Fixed minor bug introduced by previous commit.
98  *
99  * Revision 1.74  1999/02/01 15:35:21  adam
100  * Added XML display.
101  *
102  * Revision 1.73  1998/10/20 13:55:43  quinn
103  * Fixed Scan bug in asn and client
104  *
105  * Revision 1.72  1998/10/20 13:23:15  quinn
106  * changed preferred pos to 1
107  *
108  * Revision 1.71  1998/10/20 13:21:43  adam
109  * Fixed scan response handler.
110  *
111  * Revision 1.70  1998/09/22 09:40:37  adam
112  * Minor changes in sort spec.
113  *
114  * Revision 1.69  1998/08/19 16:10:06  adam
115  * Changed som member names of DeleteResultSetRequest/Response.
116  *
117  * Revision 1.68  1998/07/20 12:37:06  adam
118  * Added 'delete <resultset>' command. Changed open command so that
119  * it reconnects if already connected.
120  *
121  * Revision 1.67  1998/06/09 13:55:06  adam
122  * Minor changes.
123  *
124  * Revision 1.66  1998/05/18 13:06:53  adam
125  * Changed the way attribute sets are handled by the retriaval module.
126  * Extended Explain conversion / schema.
127  * Modified server and client to work with ASN.1 compiled protocol handlers.
128  *
129  * Revision 1.65  1998/03/31 15:13:19  adam
130  * Development towards compiled ASN.1.
131  *
132  * Revision 1.64  1998/03/31 11:07:44  adam
133  * Furhter work on UNIverse resource report.
134  * Added Extended Services handling in frontend server.
135  *
136  * Revision 1.63  1998/03/05 08:05:10  adam
137  * Added a few casts to make C++ happy.
138  *
139  * Revision 1.62  1998/02/11 11:53:33  adam
140  * Changed code so that it compiles as C++.
141  *
142  * Revision 1.61  1998/02/10 11:03:06  adam
143  * Implemented command refid. Client prints reference-ID's, when present,
144  * in responses.
145  *
146  * Revision 1.60  1998/01/29 14:08:52  adam
147  * Better sort diagnostics.
148  *
149  * Revision 1.59  1998/01/29 13:17:56  adam
150  * Added sort.
151  *
152  * Revision 1.58  1998/01/07 13:51:45  adam
153  * Minor change.
154  *
155  * Revision 1.57  1998/01/07 12:58:22  adam
156  * Using fgets instead of gets.
157  *
158  * Revision 1.56  1997/11/05 09:18:31  adam
159  * The client handles records with no associated syntax.
160  *
161  * Revision 1.55  1997/10/31 12:20:08  adam
162  * Improved memory debugging for xmalloc/nmem.c. References to NMEM
163  * instead of ODR in n ESPEC-1 handling in source d1_espec.c.
164  * Bug fix: missing fclose in data1_read_espec1.
165  *
166  * Revision 1.54  1997/10/27 13:52:46  adam
167  * Header yaz-util includes all YAZ utility header files.
168  *
169  * Revision 1.53  1997/09/29 13:18:59  adam
170  * Added function, oid_ent_to_oid, to replace the function
171  * oid_getoidbyent, which is not thread safe.
172  *
173  * Revision 1.52  1997/09/29 07:20:31  adam
174  * Client code uses nmem_init.
175  *
176  * Revision 1.51  1997/09/26 09:41:55  adam
177  * Updated client to handle multiple diagnostics.
178  *
179  * Revision 1.50  1997/09/17 12:10:29  adam
180  * YAZ version 1.4.
181  *
182  * Revision 1.49  1997/09/04 13:45:17  adam
183  * Added UNImarc to list of available syntaxes.
184  *
185  * Revision 1.48  1997/09/01 08:48:44  adam
186  * New windows NT/95 port using MSV5.0. Only a few changes made
187  * to avoid warnings. Sub project created: client.dsp.
188  *
189  * Revision 1.47  1997/07/01 13:49:56  adam
190  * Take care of case when invalid target is specified on command line.
191  *
192  * Revision 1.46  1997/06/23 10:30:18  adam
193  * Added call to ccl_rpn_delete in search. Added ODR stream "out"
194  * as parameter to ccl_rpn_query to release RPN query.
195  *
196  * Revision 1.45  1997/05/14 06:53:29  adam
197  * C++ support.
198  *
199  * Revision 1.44  1997/05/05 11:20:35  adam
200  * Client uses "options" utility and marc dump filename may be specified
201  * as an option (-m <file>).
202  *
203  * Revision 1.43  1996/11/08 11:03:26  adam
204  * Client accepts multiple database names.
205  *
206  * Revision 1.42  1996/10/08 10:44:57  quinn
207  * Resolved conflicts.
208  *
209  * Revision 1.41  1996/10/07  15:29:03  quinn
210  * Work
211  *
212  * Revision 1.40  1996/08/29  14:19:34  quinn
213  * Fixed conflict (CVS)
214  *
215  * Revision 1.39  1996/08/27  10:43:22  quinn
216  * Made select() optional
217  *
218  * Revision 1.38  1996/08/12  14:09:11  adam
219  * Default prefix query attribute set defined by using p_query_attset.
220  *
221  * Revision 1.37  1996/07/06  19:58:29  quinn
222  * System headerfiles gathered in yconfig
223  *
224  * Revision 1.36  1996/06/10  08:53:47  quinn
225  * Added Summary
226  *
227  * Revision 1.35  1996/06/03  09:45:50  quinn
228  * Added display of OIDs in the GRS routine.
229  *
230  * Revision 1.34  1996/05/09  07:26:49  quinn
231  * *** empty log message ***
232  *
233  * Revision 1.33  1996/05/09  07:25:22  quinn
234  * Small
235  *
236  * Revision 1.32  1996/03/15  11:05:33  adam
237  * The user can set the preferred query type (prefix, ccl, ..) with the
238  * querytype command.
239  *
240  * Revision 1.31  1996/02/20  12:51:54  quinn
241  * Fixed problems with EXTERNAL.
242  *
243  * Revision 1.30  1996/02/12  18:18:09  quinn
244  * Fidgeting.
245  *
246  * Revision 1.29  1996/01/02  08:57:25  quinn
247  * Changed enums in the ASN.1 .h files to #defines. Changed oident.class to oclass
248  *
249  * Revision 1.28  1995/12/14  11:09:31  quinn
250  * Added Explain record syntax to the format command.
251  *
252  * Revision 1.27  1995/12/12  16:37:02  quinn
253  * Added destroy element to data1_node.
254  *
255  * Revision 1.26  1995/12/12  14:11:00  quinn
256  * Minimal.
257  *
258  * Revision 1.25  1995/11/13  09:27:22  quinn
259  * Fiddling with the variant stuff.
260  *
261  * Revision 1.24  1995/10/30  12:41:13  quinn
262  * Added hostname lookup for server.
263  *
264  * Revision 1.23  1995/10/18  16:12:30  quinn
265  * Better diagnostics.
266  *
267  * Revision 1.22  1995/10/11  14:49:12  quinn
268  * Smallish.
269  *
270  * Revision 1.21  1995/09/29  17:01:47  quinn
271  * More Windows work
272  *
273  * Revision 1.20  1995/08/29  14:24:13  quinn
274  * Added second half of close-handshake
275  *
276  * Revision 1.19  1995/08/29  11:17:28  quinn
277  * Added code to receive close
278  *
279  * Revision 1.18  1995/08/28  12:21:27  quinn
280  * Client can now ask for simple element set names.
281  *
282  * Revision 1.17  1995/08/17  12:45:02  quinn
283  * Fixed minor problems with GRS-1. Added support in c&s.
284  *
285  * Revision 1.16  1995/08/15  12:00:04  quinn
286  * Updated External
287  *
288  * Revision 1.15  1995/06/22  09:28:03  quinn
289  * Fixed bug in SUTRS processing.
290  *
291  * Revision 1.14  1995/06/19  12:37:41  quinn
292  * Added BER dumper.
293  *
294  * Revision 1.13  1995/06/16  10:29:11  quinn
295  * *** empty log message ***
296  *
297  * Revision 1.12  1995/06/15  07:44:57  quinn
298  * Moving to v3.
299  *
300  * Revision 1.11  1995/06/14  15:26:40  quinn
301  * *** empty log message ***
302  *
303  * Revision 1.10  1995/06/06  14:56:58  quinn
304  * Better diagnostics.
305  *
306  * Revision 1.9  1995/06/06  08:15:19  quinn
307  * Cosmetic.
308  *
309  * Revision 1.8  1995/06/05  10:52:22  quinn
310  * Added SCAN.
311  *
312  * Revision 1.7  1995/06/02  09:50:09  quinn
313  * Smallish.
314  *
315  * Revision 1.6  1995/05/31  08:29:21  quinn
316  * Nothing significant.
317  *
318  * Revision 1.5  1995/05/29  08:10:47  quinn
319  * Moved oid.c to util.
320  *
321  * Revision 1.4  1995/05/22  15:30:13  adam
322  * Client uses prefix query notation.
323  *
324  * Revision 1.3  1995/05/22  15:06:53  quinn
325  * *** empty log message ***
326  *
327  * Revision 1.2  1995/05/22  14:56:40  quinn
328  * *** empty log message ***
329  *
330  * Revision 1.1  1995/05/22  11:30:31  quinn
331  * Added prettier client.
332  *
333  *
334  */
335
336 /*
337  * This is the obligatory little toy client, whose primary purpose is
338  * to illustrate the use of the YAZ service-level API.
339  */
340
341 #include <stdio.h>
342 #include <stdlib.h>
343 #include <time.h>
344
345 #include <yaz/yaz-util.h>
346
347 #include <yaz/tcpip.h>
348 #ifdef USE_XTIMOSI
349 #include <yaz/xmosi.h>
350 #endif
351
352 #include <yaz/proto.h>
353 #include <yaz/marcdisp.h>
354 #include <yaz/diagbib1.h>
355
356 #include <yaz/pquery.h>
357
358 #ifdef ASN_COMPILED
359 #include <yaz/ill.h>
360 #endif
361
362 #if CCL2RPN
363 #include <yaz/yaz-ccl.h>
364 #endif
365
366 #if HAVE_READLINE_READLINE_H
367 #include <readline/readline.h>
368 #endif
369 #if HAVE_READLINE_HISTORY_H
370 #include <readline/history.h>
371 #endif
372
373 #include "admin.h"
374
375 #define C_PROMPT "Z> "
376
377 static ODR out, in, print;              /* encoding and decoding streams */
378 static FILE *apdu_file = 0;
379 static COMSTACK conn = 0;               /* our z-association */
380 static Z_IdAuthentication *auth = 0;    /* our current auth definition */
381 char *databaseNames[128];
382 int num_databaseNames = 0;
383 static Z_External *record_last = 0;
384 static int setnumber = 0;               /* current result set number */
385 static int smallSetUpperBound = 0;
386 static int largeSetLowerBound = 1;
387 static int mediumSetPresentNumber = 0;
388 static Z_ElementSetNames *elementSetNames = 0; 
389 static int setno = 1;                   /* current set offset */
390 static enum oid_proto protocol = PROTO_Z3950;      /* current app protocol */
391 static enum oid_value recordsyntax = VAL_USMARC;
392 static enum oid_value schema = VAL_NONE;
393 static int sent_close = 0;
394 static NMEM session_mem = NULL;      /* memory handle for init-response */
395 static Z_InitResponse *session = 0;     /* session parameters */
396 static char last_scan[512] = "0";
397 static char last_cmd[100] = "?";
398 static FILE *marcdump = 0;
399 static char *refid = NULL;
400
401 typedef enum {
402     QueryType_Prefix,
403     QueryType_CCL,
404     QueryType_CCL2RPN
405 } QueryType;
406
407 static QueryType queryType = QueryType_Prefix;
408
409 #if CCL2RPN
410 static CCL_bibset bibset;               /* CCL bibset handle */
411 #endif
412
413 ODR getODROutputStream()
414 {
415     return out;
416 }
417
418 void send_apdu(Z_APDU *a)
419 {
420     char *buf;
421     int len;
422
423     if (apdu_file)
424     {
425         z_APDU(print, &a, 0, 0);
426         odr_reset(print);
427     }
428     if (!z_APDU(out, &a, 0, 0))
429     {
430         odr_perror(out, "Encoding APDU");
431         exit(1);
432     }
433     buf = odr_getbuf(out, &len, 0);
434     /* printf ("sending APDU of size %d\n", len); */
435     if (cs_put(conn, buf, len) < 0)
436     {
437         fprintf(stderr, "cs_put: %s", cs_errmsg(cs_errno(conn)));
438         exit(1);
439     }
440     odr_reset(out); /* release the APDU structure  */
441 }
442
443 static void print_refid (Z_ReferenceId *id)
444 {
445     if (id)
446     {
447         printf ("ReferenceId: '%.*s'\n", id->len, id->buf);
448     }
449 }
450
451 static Z_ReferenceId *set_refid (ODR out)
452 {
453     Z_ReferenceId *id;
454     if (!refid)
455         return 0;
456     id = (Z_ReferenceId *) odr_malloc (out, sizeof(*id));
457     id->size = id->len = strlen(refid);
458     id->buf = (unsigned char *) odr_malloc (out, id->len);
459     memcpy (id->buf, refid, id->len);
460     return id;
461 }   
462
463 /* INIT SERVICE ------------------------------- */
464
465 static void send_initRequest()
466 {
467     Z_APDU *apdu = zget_APDU(out, Z_APDU_initRequest);
468     Z_InitRequest *req = apdu->u.initRequest;
469
470     ODR_MASK_SET(req->options, Z_Options_search);
471     ODR_MASK_SET(req->options, Z_Options_present);
472     ODR_MASK_SET(req->options, Z_Options_namedResultSets);
473     ODR_MASK_SET(req->options, Z_Options_triggerResourceCtrl);
474     ODR_MASK_SET(req->options, Z_Options_scan);
475     ODR_MASK_SET(req->options, Z_Options_sort);
476     ODR_MASK_SET(req->options, Z_Options_extendedServices);
477     ODR_MASK_SET(req->options, Z_Options_delSet);
478
479     ODR_MASK_SET(req->protocolVersion, Z_ProtocolVersion_1);
480     ODR_MASK_SET(req->protocolVersion, Z_ProtocolVersion_2);
481     ODR_MASK_SET(req->protocolVersion, Z_ProtocolVersion_3);
482
483     *req->maximumRecordSize = 1024*1024;
484     *req->preferredMessageSize = 1024*1024;
485
486     req->idAuthentication = auth;
487
488     send_apdu(apdu);
489     printf("Sent initrequest.\n");
490 }
491
492 static int process_initResponse(Z_InitResponse *res)
493 {
494     /* save session parameters for later use */
495     session_mem = odr_extract_mem(in);
496     session = res;
497
498     if (!*res->result)
499         printf("Connection rejected by target.\n");
500     else
501         printf("Connection accepted by target.\n");
502     if (res->implementationId)
503         printf("ID     : %s\n", res->implementationId);
504     if (res->implementationName)
505         printf("Name   : %s\n", res->implementationName);
506     if (res->implementationVersion)
507         printf("Version: %s\n", res->implementationVersion);
508     if (res->userInformationField)
509     {
510         printf("UserInformationfield:\n");
511         if (!z_External(print, (Z_External**)&res-> userInformationField,
512             0, 0))
513         {
514             odr_perror(print, "Printing userinfo\n");
515             odr_reset(print);
516         }
517         if (res->userInformationField->which == Z_External_octet)
518         {
519             printf("Guessing visiblestring:\n");
520             printf("'%s'\n", res->userInformationField->u. octet_aligned->buf);
521         }
522         odr_reset (print);
523     }
524     return 0;
525 }
526
527 static int cmd_base(char *arg)
528 {
529     int i;
530     char *cp;
531
532     if (!*arg)
533     {
534         printf("Usage: base <database> <database> ...\n");
535         return 0;
536     }
537     for (i = 0; i<num_databaseNames; i++)
538         xfree (databaseNames[i]);
539     num_databaseNames = 0;
540     while (1)
541     {
542         if (!(cp = strchr(arg, ' ')))
543             cp = arg + strlen(arg);
544         if (cp - arg < 1)
545             break;
546         databaseNames[num_databaseNames] = (char *)xmalloc (1 + cp - arg);
547         memcpy (databaseNames[num_databaseNames], arg, cp - arg);
548         databaseNames[num_databaseNames++][cp - arg] = '\0';
549         if (!*cp)
550             break;
551         arg = cp+1;
552     }
553     return 1;
554 }
555
556
557 int cmd_open(char *arg)
558 {
559     void *add;
560     char type[100], addr[100], base[100];
561     CS_TYPE t;
562
563     if (conn)
564     {
565         printf("Already connected.\n");
566
567         cs_close (conn);
568         conn = NULL;
569         if (session_mem)
570         {
571             nmem_destroy (session_mem);
572             session_mem = NULL;
573         }
574     }
575     base[0] = '\0';
576     if (!*arg || sscanf(arg, "%[^:]:%[^/]/%s", type, addr, base) < 2)
577     {
578         fprintf(stderr, "Usage: open (osi|tcp) ':' [tsel '/']host[':'port]\n");
579         return 0;
580     }
581     if (*base)
582         cmd_base (base);
583     if (!strcmp(type, "tcp"))
584     {
585         t = tcpip_type;
586         protocol = PROTO_Z3950;
587     }
588     else
589 #ifdef USE_XTIMOSI
590     if (!strcmp(type, "osi"))
591     {
592         t = mosi_type;
593         protocol = PROTO_SR;
594     }
595     else
596 #endif
597     {
598         fprintf(stderr, "Bad type: %s\n", type);
599         return 0;
600     }
601     if (!(conn = cs_create(t, 1, protocol)))
602     {
603         perror("cs_create");
604         return 0;
605     }
606     if (!(add = cs_straddr(conn, addr)))
607     {
608         perror(arg);
609         return 0;
610     }
611     printf("Connecting...");
612     fflush(stdout);
613     if (cs_connect(conn, add) < 0)
614     {
615         perror("connect");
616         cs_close(conn);
617         conn = 0;
618         return 0;
619     }
620     printf("Ok.\n");
621     send_initRequest();
622     return 2;
623 }
624
625 int cmd_authentication(char *arg)
626 {
627     static Z_IdAuthentication au;
628     static char open[256];
629
630     if (!*arg)
631     {
632         printf("Auth field set to null\n");
633         auth = 0;
634         return 1;
635     }
636     auth = &au;
637     au.which = Z_IdAuthentication_open;
638     au.u.open = open;
639     strcpy(open, arg);
640     return 1;
641 }
642
643 /* SEARCH SERVICE ------------------------------ */
644
645 static void display_variant(Z_Variant *v, int level)
646 {
647     int i;
648
649     for (i = 0; i < v->num_triples; i++)
650     {
651         printf("%*sclass=%d,type=%d", level * 4, "", *v->triples[i]->zclass,
652             *v->triples[i]->type);
653         if (v->triples[i]->which == Z_Triple_internationalString)
654             printf(",value=%s\n", v->triples[i]->value.internationalString);
655         else
656             printf("\n");
657     }
658 }
659
660 static void display_grs1(Z_GenericRecord *r, int level)
661 {
662     int i;
663
664     if (!r)
665         return;
666     for (i = 0; i < r->num_elements; i++)
667     {
668         Z_TaggedElement *t;
669
670         printf("%*s", level * 4, "");
671         t = r->elements[i];
672         printf("(");
673         if (t->tagType)
674             printf("%d,", *t->tagType);
675         else
676             printf("?,");
677         if (t->tagValue->which == Z_StringOrNumeric_numeric)
678             printf("%d) ", *t->tagValue->u.numeric);
679         else
680             printf("%s) ", t->tagValue->u.string);
681         if (t->content->which == Z_ElementData_subtree)
682         {
683             printf("\n");
684             display_grs1(t->content->u.subtree, level+1);
685         }
686         else if (t->content->which == Z_ElementData_string)
687             printf("%s\n", t->content->u.string);
688         else if (t->content->which == Z_ElementData_numeric)
689             printf("%d\n", *t->content->u.numeric);
690         else if (t->content->which == Z_ElementData_oid)
691         {
692             int *ip = t->content->u.oid;
693             oident *oent;
694
695             if ((oent = oid_getentbyoid(t->content->u.oid)))
696                 printf("OID: %s\n", oent->desc);
697             else
698             {
699                 printf("{");
700                 while (ip && *ip >= 0)
701                     printf(" %d", *(ip++));
702                 printf(" }\n");
703             }
704         }
705         else if (t->content->which == Z_ElementData_noDataRequested)
706             printf("[No data requested]\n");
707         else if (t->content->which == Z_ElementData_elementEmpty)
708             printf("[Element empty]\n");
709         else if (t->content->which == Z_ElementData_elementNotThere)
710             printf("[Element not there]\n");
711         else
712             printf("??????\n");
713         if (t->appliedVariant)
714             display_variant(t->appliedVariant, level+1);
715         if (t->metaData && t->metaData->supportedVariants)
716         {
717             int c;
718
719             printf("%*s---- variant list\n", (level+1)*4, "");
720             for (c = 0; c < t->metaData->num_supportedVariants; c++)
721             {
722                 printf("%*svariant #%d\n", (level+1)*4, "", c);
723                 display_variant(t->metaData->supportedVariants[c], level + 2);
724             }
725         }
726     }
727 }
728
729 static void print_record(const unsigned char *buf, size_t len)
730 {
731    size_t i;
732    for (i = 0; i<len; i++)
733        if ((buf[i] <= 126 && buf[i] >= 32) || strchr ("\n\r\t\f", buf[i]))
734            fputc (buf[i], stdout);
735        else
736            printf ("\\X%02X", buf[i]);
737    /* add newline if not already added ... */
738    if (i <= 0 || buf[i-1] != '\n')
739        fputc ('\n', stdout);
740 }
741
742 static void display_record(Z_DatabaseRecord *p)
743 {
744     Z_External *r = (Z_External*) p;
745     oident *ent = oid_getentbyoid(r->direct_reference);
746
747     record_last = r;
748     /*
749      * Tell the user what we got.
750      */
751     if (r->direct_reference)
752     {
753         printf("Record type: ");
754         if (ent)
755             printf("%s\n", ent->desc);
756         else if (!odr_oid(print, &r->direct_reference, 0, 0))
757         {
758             odr_perror(print, "print oid");
759             odr_reset(print);
760         }
761     }
762     /* Check if this is a known, ASN.1 type tucked away in an octet string */
763     if (ent && r->which == Z_External_octet)
764     {
765         Z_ext_typeent *type = z_ext_getentbyref(ent->value);
766         void *rr;
767
768         if (type)
769         {
770             /*
771              * Call the given decoder to process the record.
772              */
773             odr_setbuf(in, (char*)p->u.octet_aligned->buf,
774                 p->u.octet_aligned->len, 0);
775             if (!(*type->fun)(in, (char **)&rr, 0, 0))
776             {
777                 odr_perror(in, "Decoding constructed record.");
778                 fprintf(stderr, "[Near %d]\n", odr_offset(in));
779                 fprintf(stderr, "Packet dump:\n---------\n");
780                 odr_dumpBER(stderr, (char*)p->u.octet_aligned->buf,
781                     p->u.octet_aligned->len);
782                 fprintf(stderr, "---------\n");
783                 exit(1);
784             }
785             /*
786              * Note: we throw away the original, BER-encoded record here.
787              * Do something else with it if you want to keep it.
788              */
789             r->u.sutrs = (Z_SUTRS *) rr; /* we don't actually check the type here. */
790             r->which = type->what;
791         }
792     }
793     if (ent && ent->value == VAL_SOIF)
794         print_record((const unsigned char *) r->u.octet_aligned->buf, r->u.octet_aligned->len);
795     else if (r->which == Z_External_octet && p->u.octet_aligned->len)
796     {
797         const char *octet_buf = (char*)p->u.octet_aligned->buf;
798         if (ent->value == VAL_TEXT_XML || ent->value == VAL_APPLICATION_XML ||
799             ent->value == VAL_HTML)
800             print_record((const unsigned char *) octet_buf,
801                          p->u.octet_aligned->len);
802         else
803         {
804             if (marc_display (octet_buf, NULL) <= 0)
805             {
806                 printf ("ISO2709 decoding failed, dumping record as is:\n");
807                 print_record((const unsigned char*) octet_buf,
808                               p->u.octet_aligned->len);
809             }
810         }
811         if (marcdump)
812             fwrite (octet_buf, 1, p->u.octet_aligned->len, marcdump);
813     }
814     else if (ent && ent->value == VAL_SUTRS)
815     {
816         if (r->which != Z_External_sutrs)
817         {
818             printf("Expecting single SUTRS type for SUTRS.\n");
819             return;
820         }
821         print_record(r->u.sutrs->buf, r->u.sutrs->len);
822     }
823     else if (ent && ent->value == VAL_GRS1)
824     {
825         if (r->which != Z_External_grs1)
826         {
827             printf("Expecting single GRS type for GRS.\n");
828             return;
829         }
830         display_grs1(r->u.grs1, 0);
831     }
832     else 
833     {
834         printf("Unknown record representation.\n");
835         if (!z_External(print, &r, 0, 0))
836         {
837             odr_perror(print, "Printing external");
838             odr_reset(print);
839         }
840     }
841 }
842
843
844 static void display_diagrecs(Z_DiagRec **pp, int num)
845 {
846     int i;
847     oident *ent;
848     Z_DefaultDiagFormat *r;
849
850     printf("Diagnostic message(s) from database:\n");
851     for (i = 0; i<num; i++)
852     {
853         Z_DiagRec *p = pp[i];
854         if (p->which != Z_DiagRec_defaultFormat)
855         {
856             printf("Diagnostic record not in default format.\n");
857             return;
858         }
859         else
860             r = p->u.defaultFormat;
861         if (!(ent = oid_getentbyoid(r->diagnosticSetId)) ||
862             ent->oclass != CLASS_DIAGSET || ent->value != VAL_BIB1)
863             printf("Missing or unknown diagset\n");
864         printf("    [%d] %s", *r->condition, diagbib1_str(*r->condition));
865 #ifdef ASN_COMPILED
866         switch (r->which)
867         {
868         case Z_DefaultDiagFormat_v2Addinfo:
869             printf (" -- v2 addinfo '%s'\n", r->u.v2Addinfo);
870             break;
871         case Z_DefaultDiagFormat_v3Addinfo:
872             printf (" -- v3 addinfo '%s'\n", r->u.v3Addinfo);
873             break;
874         }
875 #else
876         if (r->addinfo && *r->addinfo)
877             printf(" -- '%s'\n", r->addinfo);
878         else
879             printf("\n");
880 #endif
881     }
882 }
883
884
885 static void display_nameplusrecord(Z_NamePlusRecord *p)
886 {
887     if (p->databaseName)
888         printf("[%s]", p->databaseName);
889     if (p->which == Z_NamePlusRecord_surrogateDiagnostic)
890         display_diagrecs(&p->u.surrogateDiagnostic, 1);
891     else if (p->which == Z_NamePlusRecord_databaseRecord)
892         display_record(p->u.databaseRecord);
893 }
894
895 static void display_records(Z_Records *p)
896 {
897     int i;
898
899     if (p->which == Z_Records_NSD)
900     {
901 #ifdef ASN_COMPILED
902         Z_DiagRec dr, *dr_p = &dr;
903         dr.which = Z_DiagRec_defaultFormat;
904         dr.u.defaultFormat = p->u.nonSurrogateDiagnostic;
905         display_diagrecs (&dr_p, 1);
906 #else
907         display_diagrecs (&p->u.nonSurrogateDiagnostic, 1);
908 #endif
909     }
910     else if (p->which == Z_Records_multipleNSD)
911         display_diagrecs (p->u.multipleNonSurDiagnostics->diagRecs,
912                           p->u.multipleNonSurDiagnostics->num_diagRecs);
913     else 
914     {
915         printf("Records: %d\n", p->u.databaseOrSurDiagnostics->num_records);
916         for (i = 0; i < p->u.databaseOrSurDiagnostics->num_records; i++)
917             display_nameplusrecord(p->u.databaseOrSurDiagnostics->records[i]);
918     }
919 }
920
921 static int send_deleteResultSetRequest(char *arg)
922 {
923     char names[8][32];
924     int i;
925
926     Z_APDU *apdu = zget_APDU(out, Z_APDU_deleteResultSetRequest);
927     Z_DeleteResultSetRequest *req = apdu->u.deleteResultSetRequest;
928
929     req->referenceId = set_refid (out);
930
931     req->num_resultSetList =
932         sscanf (arg, "%30s %30s %30s %30s %30s %30s %30s %30s",
933                 names[0], names[1], names[2], names[3],
934                 names[4], names[5], names[6], names[7]);
935
936     req->deleteFunction = (int *)
937         odr_malloc (out, sizeof(*req->deleteFunction));
938     if (req->num_resultSetList > 0)
939     {
940         *req->deleteFunction = Z_DeleteRequest_list;
941         req->resultSetList = (char **)
942             odr_malloc (out, sizeof(*req->resultSetList)*
943                         req->num_resultSetList);
944         for (i = 0; i<req->num_resultSetList; i++)
945             req->resultSetList[i] = names[i];
946     }
947     else
948     {
949         *req->deleteFunction = Z_DeleteRequest_all;
950         req->resultSetList = 0;
951     }
952     
953     send_apdu(apdu);
954     printf("Sent deleteResultSetRequest.\n");
955     return 2;
956 }
957
958 static int send_searchRequest(char *arg)
959 {
960     Z_APDU *apdu = zget_APDU(out, Z_APDU_searchRequest);
961     Z_SearchRequest *req = apdu->u.searchRequest;
962     Z_Query query;
963     int oid[OID_SIZE];
964 #if CCL2RPN
965     struct ccl_rpn_node *rpn = NULL;
966     int error, pos;
967     oident bib1;
968 #endif
969     char setstring[100];
970     Z_RPNQuery *RPNquery;
971     Odr_oct ccl_query;
972
973 #if CCL2RPN
974     if (queryType == QueryType_CCL2RPN)
975     {
976         rpn = ccl_find_str(bibset, arg, &error, &pos);
977         if (error)
978         {
979             printf("CCL ERROR: %s\n", ccl_err_msg(error));
980             return 0;
981         }
982     }
983 #endif
984     req->referenceId = set_refid (out);
985     if (!strcmp(arg, "@big")) /* strictly for troublemaking */
986     {
987         static unsigned char big[2100];
988         static Odr_oct bigo;
989
990         /* send a very big referenceid to test transport stack etc. */
991         memset(big, 'A', 2100);
992         bigo.len = bigo.size = 2100;
993         bigo.buf = big;
994         req->referenceId = &bigo;
995     }
996     
997     if (setnumber >= 0)
998     {
999         sprintf(setstring, "%d", ++setnumber);
1000         req->resultSetName = setstring;
1001     }
1002     *req->smallSetUpperBound = smallSetUpperBound;
1003     *req->largeSetLowerBound = largeSetLowerBound;
1004     *req->mediumSetPresentNumber = mediumSetPresentNumber;
1005     if (smallSetUpperBound > 0 || (largeSetLowerBound > 1 &&
1006         mediumSetPresentNumber > 0))
1007     {
1008         oident prefsyn;
1009
1010         prefsyn.proto = protocol;
1011         prefsyn.oclass = CLASS_RECSYN;
1012         prefsyn.value = recordsyntax;
1013         req->preferredRecordSyntax =
1014             odr_oiddup(out, oid_ent_to_oid(&prefsyn, oid));
1015         req->smallSetElementSetNames =
1016             req->mediumSetElementSetNames = elementSetNames;
1017     }
1018     req->num_databaseNames = num_databaseNames;
1019     req->databaseNames = databaseNames;
1020
1021     req->query = &query;
1022
1023     switch (queryType)
1024     {
1025     case QueryType_Prefix:
1026         query.which = Z_Query_type_1;
1027         RPNquery = p_query_rpn (out, protocol, arg);
1028         if (!RPNquery)
1029         {
1030             printf("Prefix query error\n");
1031             return 0;
1032         }
1033         query.u.type_1 = RPNquery;
1034         break;
1035     case QueryType_CCL:
1036         query.which = Z_Query_type_2;
1037         query.u.type_2 = &ccl_query;
1038         ccl_query.buf = (unsigned char*) arg;
1039         ccl_query.len = strlen(arg);
1040         break;
1041 #if CCL2RPN
1042     case QueryType_CCL2RPN:
1043         query.which = Z_Query_type_1;
1044         RPNquery = ccl_rpn_query(out, rpn);
1045         if (!RPNquery)
1046         {
1047             printf ("Couldn't convert from CCL to RPN\n");
1048             return 0;
1049         }
1050         bib1.proto = protocol;
1051         bib1.oclass = CLASS_ATTSET;
1052         bib1.value = VAL_BIB1;
1053         RPNquery->attributeSetId = oid_ent_to_oid(&bib1, oid);
1054         query.u.type_1 = RPNquery;
1055         ccl_rpn_delete (rpn);
1056         break;
1057 #endif
1058     default:
1059         printf ("Unsupported query type\n");
1060         return 0;
1061     }
1062     send_apdu(apdu);
1063     setno = 1;
1064     printf("Sent searchRequest.\n");
1065     return 2;
1066 }
1067
1068 static int process_searchResponse(Z_SearchResponse *res)
1069 {
1070     printf ("Received SearchResponse.\n");
1071     print_refid (res->referenceId);
1072     if (*res->searchStatus)
1073         printf("Search was a success.\n");
1074     else
1075         printf("Search was a bloomin' failure.\n");
1076     printf("Number of hits: %d, setno %d\n",
1077         *res->resultCount, setnumber);
1078     printf("records returned: %d\n",
1079         *res->numberOfRecordsReturned);
1080     setno += *res->numberOfRecordsReturned;
1081     if (res->records)
1082         display_records(res->records);
1083     return 0;
1084 }
1085
1086 static void print_level(int iLevel)
1087 {
1088     int i;
1089     for (i = 0; i < iLevel * 4; i++)
1090         printf(" ");
1091 }
1092
1093 static void print_int(int iLevel, const char *pTag, int *pInt)
1094 {
1095     if (pInt != NULL)
1096     {
1097         print_level(iLevel);
1098         printf("%s: %d\n", pTag, *pInt);
1099     }
1100 }
1101
1102 static void print_string(int iLevel, const char *pTag, const char *pString)
1103 {
1104     if (pString != NULL)
1105     {
1106         print_level(iLevel);
1107         printf("%s: %s\n", pTag, pString);
1108     }
1109 }
1110
1111 static void print_oid(int iLevel, const char *pTag, Odr_oid *pOid)
1112 {
1113     if (pOid != NULL)
1114     {
1115         int *pInt = pOid;
1116
1117         print_level(iLevel);
1118         printf("%s:", pTag);
1119         for (; *pInt != -1; pInt++)
1120             printf(" %d", *pInt);
1121         printf("\n");
1122     }
1123 }
1124
1125 static void print_referenceId(int iLevel, Z_ReferenceId *referenceId)
1126 {
1127     if (referenceId != NULL)
1128     {
1129         int i;
1130
1131         print_level(iLevel);
1132         printf("Ref Id (%d, %d): ", referenceId->len, referenceId->size);
1133         for (i = 0; i < referenceId->len; i++)
1134             printf("%c", referenceId->buf[i]);
1135         printf("\n");
1136     }
1137 }
1138
1139 static void print_string_or_numeric(int iLevel, const char *pTag, Z_StringOrNumeric *pStringNumeric)
1140 {
1141     if (pStringNumeric != NULL)
1142     {
1143         switch (pStringNumeric->which)
1144         {
1145             case Z_StringOrNumeric_string:
1146                 print_string(iLevel, pTag, pStringNumeric->u.string);
1147                 break;
1148
1149             case Z_StringOrNumeric_numeric:
1150                 print_int(iLevel, pTag, pStringNumeric->u.numeric);
1151                 break;
1152
1153             default:
1154                 print_level(iLevel);
1155                 printf("%s: valid type for Z_StringOrNumeric\n", pTag);
1156                 break;
1157         }
1158     }
1159 }
1160
1161 static void print_universe_report_duplicate(int iLevel, Z_UniverseReportDuplicate *pUniverseReportDuplicate)
1162 {
1163     if (pUniverseReportDuplicate != NULL)
1164     {
1165         print_level(iLevel);
1166         printf("Universe Report Duplicate: \n");
1167         iLevel++;
1168         print_string_or_numeric(iLevel, "Hit No", pUniverseReportDuplicate->hitno);
1169     }
1170 }
1171
1172 static void print_universe_report_hits(int iLevel, Z_UniverseReportHits *pUniverseReportHits)
1173 {
1174     if (pUniverseReportHits != NULL)
1175     {
1176         print_level(iLevel);
1177         printf("Universe Report Hits: \n");
1178         iLevel++;
1179         print_string_or_numeric(iLevel, "Database", pUniverseReportHits->database);
1180         print_string_or_numeric(iLevel, "Hits", pUniverseReportHits->hits);
1181     }
1182 }
1183
1184 static void print_universe_report(int iLevel, Z_UniverseReport *pUniverseReport)
1185 {
1186     if (pUniverseReport != NULL)
1187     {
1188         print_level(iLevel);
1189         printf("Universe Report: \n");
1190         iLevel++;
1191         print_int(iLevel, "Total Hits", pUniverseReport->totalHits);
1192         switch (pUniverseReport->which)
1193         {
1194             case Z_UniverseReport_databaseHits:
1195                 print_universe_report_hits(iLevel, pUniverseReport->u.databaseHits);
1196                 break;
1197
1198             case Z_UniverseReport_duplicate:
1199                 print_universe_report_duplicate(iLevel, pUniverseReport->u.duplicate);
1200                 break;
1201
1202             default:
1203                 print_level(iLevel);
1204                 printf("Type: %d\n", pUniverseReport->which);
1205                 break;
1206         }
1207     }
1208 }
1209
1210 static void print_external(int iLevel, Z_External *pExternal)
1211 {
1212     if (pExternal != NULL)
1213     {
1214         print_level(iLevel);
1215         printf("External: \n");
1216         iLevel++;
1217         print_oid(iLevel, "Direct Reference", pExternal->direct_reference);
1218         print_int(iLevel, "InDirect Reference", pExternal->indirect_reference);
1219         print_string(iLevel, "Descriptor", pExternal->descriptor);
1220         switch (pExternal->which)
1221         {
1222             case Z_External_universeReport:
1223                 print_universe_report(iLevel, pExternal->u.universeReport);
1224                 break;
1225
1226             default:
1227                 print_level(iLevel);
1228                 printf("Type: %d\n", pExternal->which);
1229                 break;
1230         }
1231     }
1232 }
1233
1234 static int process_resourceControlRequest (Z_ResourceControlRequest *req)
1235 {
1236     printf ("Received ResourceControlRequest.\n");
1237     print_referenceId(1, req->referenceId);
1238     print_int(1, "Suspended Flag", req->suspendedFlag);
1239     print_int(1, "Partial Results Available", req->partialResultsAvailable);
1240     print_int(1, "Response Required", req->responseRequired);
1241     print_int(1, "Triggered Request Flag", req->triggeredRequestFlag);
1242     print_external(1, req->resourceReport);
1243     return 0;
1244 }
1245
1246 void process_ESResponse(Z_ExtendedServicesResponse *res)
1247 {
1248     printf("process_ESResponse status=");
1249     switch (*res->operationStatus)
1250     {
1251     case Z_ExtendedServicesResponse_done:
1252         printf ("done\n");
1253         break;
1254     case Z_ExtendedServicesResponse_accepted:
1255         printf ("accepted\n");
1256         break;
1257     case Z_ExtendedServicesResponse_failure:
1258         printf ("failure\n");
1259         display_diagrecs(res->diagnostics, res->num_diagnostics);
1260         break;
1261     }
1262 }
1263
1264 #ifdef ASN_COMPILED
1265
1266 const char *get_ill_element (void *clientData, const char *element)
1267 {
1268     printf ("%s\n", element);
1269     return 0;
1270 }
1271
1272 static Z_External *create_external_itemRequest()
1273 {
1274     struct ill_get_ctl ctl;
1275     ILL_ItemRequest *req;
1276     Z_External *r = 0;
1277     int item_request_size = 0;
1278     char *item_request_buf = 0;
1279
1280     ctl.odr = out;
1281     ctl.clientData = 0;
1282     ctl.f = get_ill_element;
1283
1284     req = ill_get_ItemRequest(&ctl, "ill", 0);
1285     if (!req)
1286         printf ("ill_get_ItemRequest failed\n");
1287         
1288     if (!ill_ItemRequest (out, &req, 0, 0))
1289     {
1290         if (apdu_file)
1291         {
1292             ill_ItemRequest(print, &req, 0, 0);
1293             odr_reset(print);
1294         }
1295         item_request_buf = odr_getbuf (out, &item_request_size, 0);
1296         if (item_request_buf)
1297             odr_setbuf (out, item_request_buf, item_request_size, 1);
1298         printf ("Couldn't encode ItemRequest, size %d\n", item_request_size);
1299         return 0;
1300     }
1301     else
1302     {
1303         oident oid;
1304         
1305         item_request_buf = odr_getbuf (out, &item_request_size, 0);
1306         oid.proto = PROTO_GENERAL;
1307         oid.oclass = CLASS_GENERAL;
1308         oid.value = VAL_ISO_ILL_1;
1309         
1310         r = (Z_External *) odr_malloc (out, sizeof(*r));
1311         r->direct_reference = odr_oiddup(out,oid_getoidbyent(&oid)); 
1312         r->indirect_reference = 0;
1313         r->descriptor = 0;
1314         r->which = Z_External_single;
1315         
1316         r->u.single_ASN1_type = (Odr_oct *)
1317             odr_malloc (out, sizeof(*r->u.single_ASN1_type));
1318         r->u.single_ASN1_type->buf = odr_malloc (out, item_request_size);
1319         r->u.single_ASN1_type->len = item_request_size;
1320         r->u.single_ASN1_type->size = item_request_size;
1321         memcpy (r->u.single_ASN1_type->buf, item_request_buf,
1322                 item_request_size);
1323         printf ("len = %d\n", item_request_size);
1324     }
1325     return r;
1326 }
1327 #else
1328 static Z_External *create_external_itemRequest()
1329 {
1330     return 0;
1331 }
1332 #endif
1333
1334 #ifdef ASN_COMPILED
1335 static Z_External *create_external_ILLRequest()
1336 {
1337     struct ill_get_ctl ctl;
1338     ILL_Request *req;
1339     Z_External *r = 0;
1340     int ill_request_size = 0;
1341     char *ill_request_buf = 0;
1342         
1343     ctl.odr = out;
1344     ctl.clientData = 0;
1345     ctl.f = get_ill_element;
1346
1347     req = ill_get_ILLRequest(&ctl, "ill", 0);
1348
1349     if (!ill_Request (out, &req, 0, 0))
1350     {
1351         if (apdu_file)
1352         {
1353             printf ("-------------------\n");
1354             ill_Request(print, &req, 0, 0);
1355             odr_reset(print);
1356             printf ("-------------------\n");
1357         }
1358         ill_request_buf = odr_getbuf (out, &ill_request_size, 0);
1359         if (ill_request_buf)
1360             odr_setbuf (out, ill_request_buf, ill_request_size, 1);
1361         printf ("Couldn't encode ILL-Request, size %d\n", ill_request_size);
1362         return 0;
1363     }
1364     else
1365     {
1366         oident oid;
1367         ill_request_buf = odr_getbuf (out, &ill_request_size, 0);
1368         
1369         oid.proto = PROTO_GENERAL;
1370         oid.oclass = CLASS_GENERAL;
1371         oid.value = VAL_ISO_ILL_1;
1372         
1373         r = (Z_External *) odr_malloc (out, sizeof(*r));
1374         r->direct_reference = odr_oiddup(out,oid_getoidbyent(&oid)); 
1375         r->indirect_reference = 0;
1376         r->descriptor = 0;
1377         r->which = Z_External_single;
1378         
1379         r->u.single_ASN1_type = (Odr_oct *)
1380             odr_malloc (out, sizeof(*r->u.single_ASN1_type));
1381         r->u.single_ASN1_type->buf = odr_malloc (out, ill_request_size);
1382         r->u.single_ASN1_type->len = ill_request_size;
1383         r->u.single_ASN1_type->size = ill_request_size;
1384         memcpy (r->u.single_ASN1_type->buf, ill_request_buf, ill_request_size);
1385         printf ("len = %d\n", ill_request_size);
1386     }
1387     return r;
1388 }
1389 #else
1390 static Z_External *create_external_ILLRequest()
1391 {
1392     return 0;
1393 }
1394 #endif
1395
1396
1397 static Z_External *create_ItemOrderExternal(const char *type, int itemno)
1398 {
1399     Z_External *r = (Z_External *) odr_malloc(out, sizeof(Z_External));
1400     oident ItemOrderRequest;
1401   
1402     ItemOrderRequest.proto = PROTO_Z3950;
1403     ItemOrderRequest.oclass = CLASS_EXTSERV;
1404     ItemOrderRequest.value = VAL_ITEMORDER;
1405  
1406     r->direct_reference = odr_oiddup(out,oid_getoidbyent(&ItemOrderRequest)); 
1407     r->indirect_reference = 0;
1408     r->descriptor = 0;
1409
1410     r->which = Z_External_itemOrder;
1411
1412     r->u.itemOrder = (Z_ItemOrder *) odr_malloc(out,sizeof(Z_ItemOrder));
1413     memset(r->u.itemOrder, 0, sizeof(Z_ItemOrder));
1414 #ifdef ASN_COMPILED
1415     r->u.itemOrder->which=Z_IOItemOrder_esRequest;
1416 #else
1417     r->u.itemOrder->which=Z_ItemOrder_esRequest;
1418 #endif
1419
1420     r->u.itemOrder->u.esRequest = (Z_IORequest *) 
1421         odr_malloc(out,sizeof(Z_IORequest));
1422     memset(r->u.itemOrder->u.esRequest, 0, sizeof(Z_IORequest));
1423
1424     r->u.itemOrder->u.esRequest->toKeep = (Z_IOOriginPartToKeep *)
1425         odr_malloc(out,sizeof(Z_IOOriginPartToKeep));
1426     memset(r->u.itemOrder->u.esRequest->toKeep, 0, sizeof(Z_IOOriginPartToKeep));
1427     r->u.itemOrder->u.esRequest->notToKeep = (Z_IOOriginPartNotToKeep *)
1428         odr_malloc(out,sizeof(Z_IOOriginPartNotToKeep));
1429     memset(r->u.itemOrder->u.esRequest->notToKeep, 0, sizeof(Z_IOOriginPartNotToKeep));
1430
1431     r->u.itemOrder->u.esRequest->toKeep->supplDescription = NULL;
1432     r->u.itemOrder->u.esRequest->toKeep->contact = NULL;
1433     r->u.itemOrder->u.esRequest->toKeep->addlBilling = NULL;
1434
1435     r->u.itemOrder->u.esRequest->notToKeep->resultSetItem =
1436         (Z_IOResultSetItem *) odr_malloc(out, sizeof(Z_IOResultSetItem));
1437     memset(r->u.itemOrder->u.esRequest->notToKeep->resultSetItem, 0, sizeof(Z_IOResultSetItem));
1438     r->u.itemOrder->u.esRequest->notToKeep->resultSetItem->resultSetId = "1";
1439
1440     r->u.itemOrder->u.esRequest->notToKeep->resultSetItem->item =
1441         (int *) odr_malloc(out, sizeof(int));
1442     *r->u.itemOrder->u.esRequest->notToKeep->resultSetItem->item = itemno;
1443
1444     if (!strcmp (type, "item") || !strcmp(type, "2"))
1445     {
1446         printf ("using item-request\n");
1447         r->u.itemOrder->u.esRequest->notToKeep->itemRequest = 
1448             create_external_itemRequest();
1449     }
1450     else if (!strcmp(type, "ill") || !strcmp(type, "1"))
1451     {
1452         printf ("using ILL-request\n");
1453         r->u.itemOrder->u.esRequest->notToKeep->itemRequest = 
1454             create_external_ILLRequest();
1455     }
1456     else
1457         r->u.itemOrder->u.esRequest->notToKeep->itemRequest = 0;
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, "ill|item <itemno>"},
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