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