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