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