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