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