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