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