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