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