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