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