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