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