Updated WIN version.
[yaz-moved-to-github.git] / server / statserv.c
1 /*
2  * Copyright (c) 1995-2001, Index Data
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * NT server based on threads by
7  *   Chas Woodfield, Fretwell Downing Informatics.
8  *
9  * $Log: statserv.c,v $
10  * Revision 1.75  2001-10-04 00:37:58  adam
11  * Fixes for GNU threads (not working yet).
12  *
13  * Revision 1.74  2001/10/03 23:55:18  adam
14  * GNU threads support.
15  *
16  * Revision 1.73  2001/06/28 09:27:06  adam
17  * Number of started sessions logged.
18  *
19  * Revision 1.72  2001/03/25 21:55:13  adam
20  * Added odr_intdup. Ztest server returns TaskPackage for ItemUpdate.
21  *
22  * Revision 1.71  2001/03/21 12:43:36  adam
23  * Implemented cs_create_host. Better error reporting for SSL comstack.
24  *
25  * Revision 1.70  2001/02/01 08:52:26  adam
26  * Fixed bug regarding inetd mode.
27  *
28  * Revision 1.69  2000/12/01 17:56:41  adam
29  * on WIN32 function statserv_closedown closes socket(s) to provoke close.
30  *
31  * Revision 1.68  2000/11/29 14:22:47  adam
32  * Implemented XML/SGML attributes for data1 so that d1_read reads them
33  * and d1_write generates proper attributes for XML/SGML records. Added
34  * register locking for threaded version.
35  *
36  * Revision 1.67  2000/11/23 10:58:32  adam
37  * SSL comstack support. Separate POSIX thread support library.
38  *
39  * Revision 1.66  2000/10/06 12:00:28  adam
40  * Fixed Handle leak for WIN32.
41  *
42  * Revision 1.65  2000/09/04 08:58:15  adam
43  * Added prefix yaz_ for most logging utility functions.
44  *
45  * Revision 1.64  2000/04/05 07:39:55  adam
46  * Added shared library support (libtool).
47  *
48  * Revision 1.63  2000/03/20 19:06:25  adam
49  * Added Segment request for fronend server. Work on admin for client.
50  *
51  * Revision 1.62  2000/03/17 12:47:02  adam
52  * Minor changes to admin client.
53  *
54  * Revision 1.61  2000/03/15 12:59:49  adam
55  * Added handle member to statserv_control.
56  *
57  * Revision 1.60  2000/03/14 09:06:11  adam
58  * Added POSIX threads support for frontend server.
59  *
60  * Revision 1.59  1999/11/30 13:47:12  adam
61  * Improved installation. Moved header files to include/yaz.
62  *
63  * Revision 1.58  1999/08/27 09:40:32  adam
64  * Renamed logf function to yaz_log. Removed VC++ project files.
65  *
66  * Revision 1.57  1999/07/06 12:17:15  adam
67  * Added option -1 that runs server once (for profiling purposes).
68  *
69  * Revision 1.56  1999/06/10 11:45:30  adam
70  * Added bend_start, bend_stop handlers and removed pre_init.
71  * Handlers bend_start/bend_stop are called when service/daemon is
72  * started/stopped.
73  *
74  * Revision 1.55  1999/06/10 09:18:54  adam
75  * Modified so that pre_init is called when service/server is started.
76  *
77  * Revision 1.54  1999/04/16 14:45:55  adam
78  * Added interface for tcpd wrapper for access control.
79  *
80  * Revision 1.53  1999/02/02 13:57:39  adam
81  * Uses preprocessor define WIN32 instead of WINDOWS to build code
82  * for Microsoft WIN32.
83  *
84  * Revision 1.52  1998/08/21 14:13:34  adam
85  * Added GNU Configure script to build Makefiles.
86  *
87  * Revision 1.51  1998/07/07 15:51:03  adam
88  * Changed server so that it stops if bind fails - "address already in
89  * use" typically causes this.
90  *
91  * Revision 1.50  1998/06/22 11:32:39  adam
92  * Added 'conditional cs_listen' feature.
93  *
94  * Revision 1.49  1998/02/27 14:04:55  adam
95  * Fixed bug in statserv_remove.
96  *
97  * Revision 1.48  1998/02/11 11:53:36  adam
98  * Changed code so that it compiles as C++.
99  *
100  * Revision 1.47  1998/02/10 10:28:57  adam
101  * Added app_name, service_dependencies, service_display_name and
102  * options_func. options_func allows us to specify a different function
103  * to interogate the command line arguments. The other members allow us
104  * to pass the full service details accross to the service manager (CW).
105  *
106  *
107  * Revision 1.46  1998/01/30 15:24:57  adam
108  * Fixed bug in inetd code. The server listened on tcp:@:9999 even
109  * though it was started in inetd mode.
110  *
111  * Revision 1.45  1998/01/29 13:30:23  adam
112  * Better event handle system for NT/Unix.
113  *
114  * Revision 1.44  1997/11/07 13:31:52  adam
115  * Added NT Service name part of statserv_options_block. Moved NT
116  * service utility to server library.
117  *
118  * Revision 1.43  1997/10/31 12:20:09  adam
119  * Improved memory debugging for xmalloc/nmem.c. References to NMEM
120  * instead of ODR in n ESPEC-1 handling in source d1_espec.c.
121  * Bug fix: missing fclose in data1_read_espec1.
122  *
123  * Revision 1.42  1997/10/27 14:03:02  adam
124  * Added new member to statserver_options_block, pre_init, which
125  * specifies a callback to be invoked after command line parsing and
126  * before the server listens for the first time.
127  *
128  * Revision 1.41  1997/09/29 07:19:32  adam
129  * Server library uses nmem_init/nmem_exit. The log prefix no longer
130  * includes leading path on NT.
131  *
132  * Revision 1.40  1997/09/17 12:10:41  adam
133  * YAZ version 1.4.
134  *
135  * Revision 1.39  1997/09/09 10:10:19  adam
136  * Another MSV5.0 port. Changed projects to include proper
137  * library/include paths.
138  * Server starts server in test-mode when no options are given.
139  *
140  * Revision 1.38  1997/09/04 14:19:14  adam
141  * Added credits.
142  *
143  * Revision 1.37  1997/09/01 08:53:01  adam
144  * New windows NT/95 port using MSV5.0. The test server 'ztest' was
145  * moved a separate directory. MSV5.0 project server.dsp created.
146  * As an option, the server can now operate as an NT service.
147  *
148  * Revision 1.36  1996/07/06 19:58:36  quinn
149  * System headerfiles gathered in yconfig
150  *
151  * Revision 1.35  1996/05/29  10:03:28  quinn
152  * Options work
153  *
154  * Revision 1.34  1996/02/21  13:12:07  quinn
155  * *** empty log message ***
156  *
157  * Revision 1.33  1996/02/10  12:23:49  quinn
158  * Enable inetd operations fro TCP/IP stack
159  *
160  * Revision 1.32  1996/01/19  15:41:52  quinn
161  * *** empty log message ***
162  *
163  * Revision 1.31  1995/11/17  11:09:39  adam
164  * Added new option '-c' to specify configuration name in control block.
165  *
166  * Revision 1.30  1995/11/01  13:54:59  quinn
167  * Minor adjustments
168  *
169  * Revision 1.29  1995/10/30  12:41:29  quinn
170  * Added hostname lookup for server.
171  *
172  * Revision 1.28  1995/09/29  17:12:30  quinn
173  * Smallish
174  *
175  * Revision 1.27  1995/09/27  15:03:02  quinn
176  * Modified function heads & prototypes.
177  *
178  * Revision 1.26  1995/08/29  14:44:51  quinn
179  * Reset timeouts.
180  *
181  * Revision 1.25  1995/08/29  11:18:02  quinn
182  * Added code to receive close
183  *
184  * Revision 1.24  1995/06/16  10:31:39  quinn
185  * Added session timeout.
186  *
187  * Revision 1.23  1995/06/15  12:30:48  quinn
188  * Setuid-facility.
189  *
190  * Revision 1.22  1995/06/15  07:45:17  quinn
191  * Moving to v3.
192  *
193  * Revision 1.21  1995/06/06  08:15:40  quinn
194  * Cosmetic.
195  *
196  * Revision 1.20  1995/05/29  08:12:09  quinn
197  * Moved oid to util
198  *
199  * Revision 1.19  1995/05/16  09:37:27  quinn
200  * Fixed bug
201  *
202  * Revision 1.18  1995/05/16  08:51:09  quinn
203  * License, documentation, and memory fixes
204  *
205  * Revision 1.17  1995/05/15  11:56:42  quinn
206  * Asynchronous facilities. Restructuring of seshigh code.
207  *
208  * Revision 1.16  1995/04/10  10:23:40  quinn
209  * Some work to add scan and other things.
210  *
211  * Revision 1.15  1995/03/31  10:16:51  quinn
212  * Fixed logging.
213  *
214  * Revision 1.14  1995/03/31  09:18:58  quinn
215  * Added logging.
216  *
217  * Revision 1.13  1995/03/30  16:08:39  quinn
218  * Little mods.
219  *
220  * Revision 1.12  1995/03/30  13:29:02  quinn
221  * Smallish
222  *
223  * Revision 1.11  1995/03/30  12:18:17  quinn
224  * Fixed bug.
225  *
226  * Revision 1.10  1995/03/29  15:40:16  quinn
227  * Ongoing work. Statserv is now dynamic by default
228  *
229  * Revision 1.9  1995/03/27  08:34:30  quinn
230  * Added dynamic server functionality.
231  * Released bindings to session.c (is now redundant)
232  *
233  * Revision 1.8  1995/03/20  09:46:26  quinn
234  * Added osi support.
235  *
236  * Revision 1.7  1995/03/16  13:29:04  quinn
237  * Partitioned server.
238  *
239  * Revision 1.6  1995/03/15  15:18:52  quinn
240  * Little changes to better support nonblocking I/O
241  * Added backend.h
242  *
243  * Revision 1.5  1995/03/15  08:37:45  quinn
244  * Now we're pretty much set for nonblocking I/O.
245  *
246  * Revision 1.4  1995/03/14  16:59:48  quinn
247  * Bug-fixes
248  *
249  * Revision 1.3  1995/03/14  11:30:15  quinn
250  * Works better now.
251  *
252  * Revision 1.2  1995/03/14  10:28:03  quinn
253  * More work on demo server.
254  *
255  * Revision 1.1  1995/03/10  18:22:45  quinn
256  * The rudiments of an asynchronous server.
257  *
258  */
259
260 #include <stdio.h>
261 #include <string.h>
262 #ifdef WIN32
263 #include <process.h>
264 #include <winsock.h>
265 #include <direct.h>
266 #include "service.h"
267 #else
268
269 #ifdef _REENTRANT
270 #if HAVE_PTHREAD_H
271 #include <pthread.h>
272 #elif HAVE_PTH_H
273 #include <pth.h>
274 #endif
275 #endif
276
277 #include <unistd.h>
278 #include <pwd.h>
279 #endif
280 #include <fcntl.h>
281 #include <signal.h>
282 #include <errno.h>
283
284 #include <yaz/comstack.h>
285 #include <yaz/tcpip.h>
286 #include <yaz/options.h>
287 #ifdef USE_XTIMOSI
288 #include <yaz/xmosi.h>
289 #endif
290 #include <yaz/log.h>
291 #include "eventl.h"
292 #include "session.h"
293 #include <yaz/statserv.h>
294
295 static IOCHAN pListener = NULL;
296
297 static char *me = "statserver";
298 /*
299  * default behavior.
300  */
301 int check_options(int argc, char **argv);
302 statserv_options_block control_block = {
303     1,                          /* dynamic mode */
304     0,                          /* threaded mode */
305     0,                          /* one shot (single session) */
306     LOG_DEFAULT_LEVEL,          /* log level */
307     "",                         /* no PDUs */
308     "",                         /* diagnostic output to stderr */
309     "tcp:@:9999",               /* default listener port */
310     PROTO_Z3950,                /* default application protocol */
311     60,                         /* idle timeout (minutes) */
312     1024*1024,                  /* maximum PDU size (approx.) to allow */
313     "default-config",           /* configuration name to pass to backend */
314     "",                         /* set user id */
315     0,                          /* bend_start handler */
316     0,                          /* bend_stop handler */
317     check_options,              /* Default routine, for checking the run-time arguments */
318     check_ip_tcpd,
319     "",
320     0,                          /* default value for inet deamon */
321     0,                          /* handle (for service, etc) */
322     0,                          /* bend_init handle */
323     0                           /* bend_close handle */
324 #ifdef WIN32
325     ,"Z39.50 Server",           /* NT Service Name */
326     "Server",                   /* NT application Name */
327     "",                         /* NT Service Dependencies */
328     "Z39.50 Server"             /* NT Service Display Name */
329 #endif /* WIN32 */
330 };
331
332 /*
333  * handle incoming connect requests.
334  * The dynamic mode is a bit tricky mostly because we want to avoid
335  * doing all of the listening and accepting in the parent - it's
336  * safer that way.
337  */
338 #ifdef WIN32
339
340 typedef struct _ThreadList ThreadList;
341
342 struct _ThreadList
343 {
344     HANDLE hThread;
345     IOCHAN pIOChannel;
346     ThreadList *pNext;
347 };
348
349 static ThreadList *pFirstThread;
350 static CRITICAL_SECTION Thread_CritSect;
351 static BOOL bInitialized = FALSE;
352
353 static void ThreadList_Initialize()
354 {
355     /* Initialize the critical Sections */
356     InitializeCriticalSection(&Thread_CritSect);
357
358      /* Set the first thraed */
359     pFirstThread = NULL;
360
361     /* we have been initialized */
362     bInitialized = TRUE;
363 }
364
365 static void statserv_add(HANDLE hThread, IOCHAN pIOChannel)
366 {
367     /* Only one thread can go through this section at a time */
368     EnterCriticalSection(&Thread_CritSect);
369
370     {
371         /* Lets create our new object */
372         ThreadList *pNewThread = (ThreadList *)malloc(sizeof(ThreadList));
373         pNewThread->hThread = hThread;
374         pNewThread->pIOChannel = pIOChannel;
375         pNewThread->pNext = pFirstThread;
376         pFirstThread = pNewThread;
377
378         /* Lets let somebody else create a new object now */
379         LeaveCriticalSection(&Thread_CritSect);
380     }
381 }
382
383 void statserv_remove(IOCHAN pIOChannel)
384 {
385     /* Only one thread can go through this section at a time */
386     EnterCriticalSection(&Thread_CritSect);
387
388     {
389         ThreadList *pCurrentThread = pFirstThread;
390         ThreadList *pNextThread;
391         ThreadList *pPrevThread =NULL;
392
393         /* Step through alll the threads */
394         for (; pCurrentThread != NULL; pCurrentThread = pNextThread)
395         {
396             /* We only need to compare on the IO Channel */
397             if (pCurrentThread->pIOChannel == pIOChannel)
398             {
399                 /* We have found the thread we want to delete */
400                 /* First of all reset the next pointers */
401                 if (pPrevThread == NULL)
402                     pFirstThread = pCurrentThread->pNext;
403                 else
404                     pPrevThread->pNext = pCurrentThread->pNext;
405
406                 /* All we need todo now is delete the memory */
407                 free(pCurrentThread);
408
409                 /* No need to look at any more threads */
410                 pNextThread = NULL;
411             }
412             else
413             {
414                 /* We need to look at another thread */
415                 pNextThread = pCurrentThread->pNext;
416                 pPrevThread = pCurrentThread;
417             }
418         }
419
420         /* Lets let somebody else remove an object now */
421         LeaveCriticalSection(&Thread_CritSect);
422     }
423 }
424
425 /* WIN32 statserv_closedown */
426 void statserv_closedown()
427 {
428     /* Shouldn't do anything if we are not initialized */
429     if (bInitialized)
430     {
431         int iHandles = 0;
432         HANDLE *pThreadHandles = NULL;
433
434         /* We need to stop threads adding and removing while we */
435         /* start the closedown process */
436         EnterCriticalSection(&Thread_CritSect);
437
438         {
439             /* We have exclusive access to the thread stuff now */
440             /* Y didn't i use a semaphore - Oh well never mind */
441             ThreadList *pCurrentThread = pFirstThread;
442
443             /* Before we do anything else, we need to shutdown the listener */
444             if (pListener != NULL)
445                 iochan_destroy(pListener);
446
447             for (; pCurrentThread != NULL; pCurrentThread = pCurrentThread->pNext)
448             {
449                 /* Just destroy the IOCHAN, that should do the trick */
450                 iochan_destroy(pCurrentThread->pIOChannel);
451                 closesocket(pCurrentThread->pIOChannel->fd);
452
453                 /* Keep a running count of our handles */
454                 iHandles++;
455             }
456
457             if (iHandles > 0)
458             {
459                 HANDLE *pCurrentHandle ;
460
461                 /* Allocate the thread handle array */
462                 pThreadHandles = (HANDLE *)malloc(sizeof(HANDLE) * iHandles);
463                 pCurrentHandle = pThreadHandles; 
464
465                 for (pCurrentThread = pFirstThread;
466                      pCurrentThread != NULL;
467                      pCurrentThread = pCurrentThread->pNext, pCurrentHandle++)
468                 {
469                     /* Just the handle */
470                     *pCurrentHandle = pCurrentThread->hThread;
471                 }
472             }
473
474             /* We can now leave the critical section */
475             LeaveCriticalSection(&Thread_CritSect);
476         }
477
478         /* Now we can really do something */
479         if (iHandles > 0)
480         {
481             logf (LOG_LOG, "waiting for %d to die", iHandles);
482             /* This will now wait, until all the threads close */
483             WaitForMultipleObjects(iHandles, pThreadHandles, TRUE, INFINITE);
484
485             /* Free the memory we allocated for the handle array */
486             free(pThreadHandles);
487         }
488
489         if (control_block.bend_stop)
490             (*control_block.bend_stop)(&control_block);
491         /* No longer require the critical section, since all threads are dead */
492         DeleteCriticalSection(&Thread_CritSect);
493     }
494 }
495
496 void event_loop_thread (IOCHAN iochan)
497 {
498     event_loop (&iochan);
499 }
500
501 /* WIN32 listener */
502 static void listener(IOCHAN h, int event)   
503 {
504     COMSTACK line = (COMSTACK) iochan_getdata(h);
505     association *newas;
506     int res;
507     HANDLE newHandle;
508
509     if (event == EVENT_INPUT)
510     {
511         if ((res = cs_listen(line, 0, 0)) < 0)
512         {
513             yaz_log(LOG_FATAL, "cs_listen failed");
514             return;
515         }
516         else if (res == 1)
517             return;
518         yaz_log(LOG_DEBUG, "listen ok");
519         iochan_setevent(h, EVENT_OUTPUT);
520         iochan_setflags(h, EVENT_OUTPUT | EVENT_EXCEPT); /* set up for acpt */
521     }
522     else if (event == EVENT_OUTPUT)
523     {
524         COMSTACK new_line = cs_accept(line);
525         IOCHAN new_chan;
526         char *a = NULL;
527
528         if (!new_line)
529         {
530             yaz_log(LOG_FATAL, "Accept failed.");
531             iochan_setflags(h, EVENT_INPUT | EVENT_EXCEPT);
532             return;
533         }
534         yaz_log(LOG_DEBUG, "Accept ok");
535
536         if (!(new_chan = iochan_create(cs_fileno(new_line), ir_session,
537                                        EVENT_INPUT)))
538         {
539             yaz_log(LOG_FATAL, "Failed to create iochan");
540             iochan_destroy(h);
541             return;
542         }
543
544         yaz_log(LOG_DEBUG, "Creating association");
545         if (!(newas = create_association(new_chan, new_line)))
546         {
547             yaz_log(LOG_FATAL, "Failed to create new assoc.");
548             iochan_destroy(h);
549             return;
550         }
551         newas->cs_get_mask = EVENT_INPUT;
552         newas->cs_put_mask = 0;
553         newas->cs_accept_mask = 0;
554
555         yaz_log(LOG_DEBUG, "Setting timeout %d", control_block.idle_timeout);
556         iochan_setdata(new_chan, newas);
557         iochan_settimeout(new_chan, control_block.idle_timeout * 60);
558
559         /* Now what we need todo is create a new thread with this iochan as
560            the parameter */
561         newHandle = (HANDLE) _beginthread(event_loop_thread, 0, new_chan);
562         if (newHandle == (HANDLE) -1)
563         {
564             
565             yaz_log(LOG_FATAL|LOG_ERRNO, "Failed to create new thread.");
566             iochan_destroy(h);
567             return;
568         }
569         /* We successfully created the thread, so add it to the list */
570         statserv_add(newHandle, new_chan);
571
572         yaz_log(LOG_DEBUG, "Created new thread, id = %ld iochan %p",(long) newHandle, new_chan);
573         iochan_setflags(h, EVENT_INPUT | EVENT_EXCEPT); /* reset listener */
574     }
575     else
576     {
577         yaz_log(LOG_FATAL, "Bad event on listener.");
578         iochan_destroy(h);
579         return;
580     }
581 }
582
583 #else /* ! WIN32 */
584
585 /* To save having an #ifdef in event_loop we need to define this empty function */
586 void statserv_remove(IOCHAN pIOChannel)
587 {
588 }
589
590 void statserv_closedown()
591 {
592     IOCHAN p;
593
594     if (control_block.bend_stop)
595         (*control_block.bend_stop)(&control_block);
596
597     for (p = pListener; p; p = p->next)
598         iochan_destroy(p);
599 }
600
601 void sigterm(int sig)
602 {
603     statserv_closedown();
604     exit (0);
605 }
606
607 static void *new_session (void *vp);
608 static int no_sessions = 0;
609
610 /* UNIX listener */
611 static void listener(IOCHAN h, int event)
612 {
613     COMSTACK line = (COMSTACK) iochan_getdata(h);
614     static int hand[2];
615     static int child = 0;
616     int res;
617
618     if (event == EVENT_INPUT)
619     {
620         if (control_block.dynamic && !child) 
621         {
622             int res;
623
624             ++no_sessions;
625             if (pipe(hand) < 0)
626             {
627                 yaz_log(LOG_FATAL|LOG_ERRNO, "pipe");
628                 iochan_destroy(h);
629                 return;
630             }
631             if ((res = fork()) < 0)
632             {
633                 yaz_log(LOG_FATAL|LOG_ERRNO, "fork");
634                 iochan_destroy(h);
635                 return;
636             }
637             else if (res == 0) /* child */
638             {
639                 char nbuf[100];
640                 IOCHAN pp;
641
642                 close(hand[0]);
643                 child = 1;
644                 for (pp = pListener; pp; pp = iochan_getnext(pp))
645                 {
646                     if (pp != h)
647                     {
648                         COMSTACK l = (COMSTACK)iochan_getdata(pp);
649                         cs_close(l);
650                         iochan_destroy(pp);
651                     }
652                 }
653                 sprintf(nbuf, "%s(%d)", me, getpid());
654                 yaz_log_init(control_block.loglevel, nbuf, 0);
655             }
656             else /* parent */
657             {
658                 close(hand[1]);
659                 /* wait for child to take the call */
660                 for (;;)
661                 {
662                     char dummy[1];
663                     int res;
664                     
665                     if ((res = read(hand[0], dummy, 1)) < 0 && errno != EINTR)
666                     {
667                         yaz_log(LOG_FATAL|LOG_ERRNO, "handshake read");
668                         return;
669                     }
670                     else if (res >= 0)
671                         break;
672                 }
673                 yaz_log(LOG_DEBUG, "P: Child has taken the call");
674                 close(hand[0]);
675                 return;
676             }
677         }
678         if ((res = cs_listen_check(line, 0, 0, control_block.check_ip,
679                                    control_block.daemon_name)) < 0)
680         {
681             yaz_log(LOG_WARN, "cs_listen failed");
682             return;
683         }
684         else if (res == 1)
685             return;
686         yaz_log(LOG_DEBUG, "listen ok");
687         iochan_setevent(h, EVENT_OUTPUT);
688         iochan_setflags(h, EVENT_OUTPUT | EVENT_EXCEPT); /* set up for acpt */
689     }
690     /* in dynamic mode, only the child ever comes down here */
691     else if (event == EVENT_OUTPUT)
692     {
693         COMSTACK new_line = cs_accept(line);
694
695         if (!new_line)
696         {
697             yaz_log(LOG_FATAL, "Accept failed.");
698             iochan_setflags(h, EVENT_INPUT | EVENT_EXCEPT); /* reset listener */
699             return;
700         }
701         yaz_log(LOG_DEBUG, "accept ok");
702         if (control_block.dynamic)
703         {
704             IOCHAN pp;
705             /* close our half of the listener socket */
706             for (pp = pListener; pp; pp = iochan_getnext(pp))
707             {
708                 COMSTACK l = (COMSTACK)iochan_getdata(pp);
709                 cs_close(l);
710                 iochan_destroy(pp);
711             }
712             /* release dad */
713             yaz_log(LOG_DEBUG, "Releasing parent");
714             close(hand[1]);
715         }
716         else
717         {
718             iochan_setflags(h, EVENT_INPUT | EVENT_EXCEPT); /* reset listener */
719             ++no_sessions;
720         }
721 #ifdef _REENTRANT
722 #if HAVE_PTHREAD_H
723         if (control_block.threads)
724         {
725             pthread_t child_thread;
726             pthread_create (&child_thread, 0, new_session, new_line);
727             pthread_detach (child_thread);
728         }
729         else
730             new_session(new_line);
731 #elif HAVE_PTH_H
732         if (control_block.threads)
733         {
734             pth_attr_t attr;
735             pth_t child_thread;
736
737             attr = pth_attr_new ();
738             pth_attr_set (attr, PTH_ATTR_JOINABLE, FALSE);
739             pth_attr_set (attr, PTH_ATTR_STACK_SIZE, 32*1024);
740             pth_attr_set (attr, PTH_ATTR_NAME, "session");
741             yaz_log (LOG_LOG, "pth_spawn");
742             child_thread = pth_spawn (attr, new_session, new_line);
743 #if 0
744             pth_attr_destroy (attr);
745 #endif
746         }
747         else
748             new_session(new_line);
749 #endif
750
751 #else
752         new_session(new_line);
753 #endif
754     }
755     else
756     {
757         yaz_log(LOG_FATAL, "Bad event on listener.");
758         iochan_destroy(h);
759         return;
760     }
761 }
762
763 static void *new_session (void *vp)
764 {
765     char *a;
766     association *newas;
767     IOCHAN new_chan;
768     COMSTACK new_line = (COMSTACK) vp;
769
770     unsigned cs_get_mask, cs_accept_mask, mask =  
771         ((new_line->io_pending & CS_WANT_WRITE) ? EVENT_OUTPUT : 0) |
772         ((new_line->io_pending & CS_WANT_READ) ? EVENT_INPUT : 0);
773
774     if (mask)    
775     {
776         cs_accept_mask = mask;  /* accept didn't complete */
777         cs_get_mask = 0;
778     }
779     else
780     {
781         cs_accept_mask = 0;     /* accept completed.  */
782         cs_get_mask = mask = EVENT_INPUT;
783     }
784
785     if (!(new_chan = iochan_create(cs_fileno(new_line), ir_session, mask)))
786     {
787         yaz_log(LOG_FATAL, "Failed to create iochan");
788         return 0;
789     }
790     if (!(newas = create_association(new_chan, new_line)))
791     {
792         yaz_log(LOG_FATAL, "Failed to create new assoc.");
793         return 0;
794     }
795     newas->cs_accept_mask = cs_accept_mask;
796     newas->cs_get_mask = cs_get_mask;
797
798     iochan_setdata(new_chan, newas);
799     iochan_settimeout(new_chan, control_block.idle_timeout * 60);
800     a = cs_addrstr(new_line);
801     yaz_log(LOG_LOG, "Starting session %d from %s", no_sessions, a ? a : "[Unknown]");
802     
803     if (control_block.threads)
804     {
805         event_loop(&new_chan);
806     }
807     else
808     {
809         new_chan->next = pListener;
810         pListener = new_chan;
811     }
812     return 0;
813 }
814
815 #endif /* WIN32 */
816
817 static void inetd_connection(int what)
818 {
819     COMSTACK line;
820     IOCHAN chan;
821     association *assoc;
822     char *addr;
823
824     if ((line = cs_createbysocket(0, tcpip_type, 0, what)))
825     {
826         if ((chan = iochan_create(cs_fileno(line), ir_session, EVENT_INPUT)))
827         {
828             if ((assoc = create_association(chan, line)))
829             {
830                 iochan_setdata(chan, assoc);
831                 iochan_settimeout(chan, control_block.idle_timeout * 60);
832                 addr = cs_addrstr(line);
833                 yaz_log(LOG_LOG, "Inetd association from %s", addr ? addr : "[UNKNOWN]");
834                 assoc->cs_get_mask = EVENT_INPUT;
835             }
836             else
837             {
838                 yaz_log(LOG_FATAL, "Failed to create association structure");
839             }
840             chan->next = pListener;
841             pListener = chan;
842         }
843         else
844         {
845             yaz_log(LOG_FATAL, "Failed to create iochan");
846         }
847     }
848     else
849     {
850         yaz_log(LOG_ERRNO|LOG_FATAL, "Failed to create comstack on socket 0");
851     }
852 }
853
854 /*
855  * Set up a listening endpoint, and give it to the event-handler.
856  */
857 static void add_listener(char *where, int what)
858 {
859     COMSTACK l;
860     void *ap;
861     IOCHAN lst = NULL;
862     const char *mode;
863
864     if (control_block.dynamic)
865         mode = "dynamic";
866     else if (control_block.threads)
867         mode = "threaded";
868     else
869         mode = "static";
870
871     yaz_log(LOG_LOG, "Adding %s %s listener on %s", mode,
872             what == PROTO_SR ? "SR" : "Z3950", where);
873
874     l = cs_create_host(where, 0, &ap);
875     if (!l)
876     {
877         yaz_log(LOG_FATAL|LOG_ERRNO, "Failed to listen on %s", where);
878         return;
879     }
880     if (cs_bind(l, ap, CS_SERVER) < 0)
881     {
882         yaz_log(LOG_FATAL|LOG_ERRNO, "Failed to bind to %s", where);
883         cs_close (l);
884         return;
885     }
886     if (!(lst = iochan_create(cs_fileno(l), listener, EVENT_INPUT |
887          EVENT_EXCEPT)))
888     {
889         yaz_log(LOG_FATAL|LOG_ERRNO, "Failed to create IOCHAN-type");
890         cs_close (l);
891         return;
892     }
893     iochan_setdata(lst, l);
894
895     /* Ensure our listener chain is setup properly */
896     lst->next = pListener;
897     pListener = lst;
898 }
899
900 #ifndef WIN32
901 /* For windows we don't need to catch the signals */
902 static void catchchld(int num)
903 {
904     while (waitpid(-1, 0, WNOHANG) > 0)
905         ;
906     signal(SIGCHLD, catchchld);
907 }
908 #endif /* WIN32 */
909
910 statserv_options_block *statserv_getcontrol(void)
911 {
912     static statserv_options_block cb;
913
914     memcpy(&cb, &control_block, sizeof(cb));
915     return &cb;
916 }
917
918 void statserv_setcontrol(statserv_options_block *block)
919 {
920     memcpy(&control_block, block, sizeof(*block));
921 }
922
923 int statserv_start(int argc, char **argv)
924 {
925     int ret;
926
927     nmem_init ();
928 #ifdef WIN32
929     /* We need to initialize the thread list */
930     ThreadList_Initialize();
931 #endif /* WIN32 */
932     
933 #ifdef WIN32
934     if ((me = strrchr (argv[0], '\\')))
935         me++;
936     else
937         me = argv[0];
938 #else
939     me = argv[0];
940 #endif
941     if (control_block.options_func(argc, argv))
942         return(1);
943     
944     if (control_block.bend_start)
945         (*control_block.bend_start)(&control_block);
946 #ifdef WIN32
947     logf (LOG_LOG, "Starting server %s", me);
948 #else
949     if (control_block.inetd)
950         inetd_connection(control_block.default_proto);
951     else
952     {
953         logf (LOG_LOG, "Starting server %s pid=%d", me, getpid());
954 #if 0
955         sigset_t sigs_to_block;
956         
957         sigemptyset(&sigs_to_block);
958         sigaddset (&sigs_to_block, SIGTERM);
959         pthread_sigmask (SIG_BLOCK, &sigs_to_block, 0);
960         /* missing... */
961 #endif
962         if (control_block.dynamic)
963             signal(SIGCHLD, catchchld);
964     }
965     signal (SIGPIPE, SIG_IGN);
966     signal (SIGTERM, sigterm);
967     if (*control_block.setuid)
968     {
969         struct passwd *pw;
970         
971         if (!(pw = getpwnam(control_block.setuid)))
972         {
973             yaz_log(LOG_FATAL, "%s: Unknown user", control_block.setuid);
974             return(1);
975         }
976         if (setuid(pw->pw_uid) < 0)
977         {
978             yaz_log(LOG_FATAL|LOG_ERRNO, "setuid");
979             exit(1);
980         }
981     }
982 #endif /* WIN32 */
983
984     if ((pListener == NULL) && *control_block.default_listen)
985         add_listener(control_block.default_listen,
986                      control_block.default_proto);
987         
988     if (pListener == NULL)
989         ret = 1;
990     else
991     {
992         yaz_log(LOG_LOG, "Entering event loop.");
993         ret = event_loop(&pListener);
994     }
995     nmem_exit ();
996     return ret;
997 }
998
999 int check_options(int argc, char **argv)
1000 {
1001     int ret = 0, r;
1002     char *arg;
1003
1004     while ((ret = options("1a:iszSTl:v:u:c:w:t:k:d:", argv, argc, &arg)) != -2)
1005     {
1006         switch (ret)
1007         {
1008         case 0:
1009             add_listener(arg, control_block.default_proto);
1010             break;
1011         case '1':        
1012             control_block.one_shot = 1;
1013             control_block.dynamic = 0;
1014             break;
1015         case 'z':
1016             control_block.default_proto = PROTO_Z3950;
1017             break;
1018         case 's':
1019             control_block.default_proto = PROTO_SR;
1020             break;
1021         case 'S':
1022             control_block.dynamic = 0;
1023             break;
1024         case 'T':
1025 #if _REENTRANT
1026             control_block.dynamic = 0;
1027             control_block.threads = 1;
1028 #else
1029             fprintf(stderr, "%s: Threaded mode not available.\n", me);
1030             return 1;
1031 #endif
1032             break;
1033         case 'l':
1034             strcpy(control_block.logfile, arg ? arg : "");
1035             yaz_log_init(control_block.loglevel, me, control_block.logfile);
1036             break;
1037         case 'v':
1038             control_block.loglevel = yaz_log_mask_str(arg);
1039             yaz_log_init(control_block.loglevel, me, control_block.logfile);
1040             break;
1041         case 'a':
1042             strcpy(control_block.apdufile, arg ? arg : "");
1043             break;
1044         case 'u':
1045             strcpy(control_block.setuid, arg ? arg : "");
1046             break;
1047         case 'c':
1048             strcpy(control_block.configname, arg ? arg : "");
1049             break;
1050         case 'd':
1051             strcpy(control_block.daemon_name, arg ? arg : "");
1052             break;
1053         case 't':
1054             if (!arg || !(r = atoi(arg)))
1055             {
1056                 fprintf(stderr, "%s: Specify positive timeout for -t.\n", me);
1057                 return(1);
1058             }
1059             control_block.idle_timeout = r;
1060             break;
1061         case  'k':
1062             if (!arg || !(r = atoi(arg)))
1063             {
1064                 fprintf(stderr, "%s: Specify positive size for -k.\n", me);
1065                 return(1);
1066             }
1067             control_block.maxrecordsize = r * 1024;
1068             break;
1069         case 'i':
1070             control_block.inetd = 1;
1071             break;
1072         case 'w':
1073             if (chdir(arg))
1074             {
1075                 perror(arg);            
1076                 return 1;
1077             }
1078             break;
1079         default:
1080             fprintf(stderr, "Usage: %s [ -a <pdufile> -v <loglevel>"
1081                     " -l <logfile> -u <user> -c <config> -t <minutes>"
1082                     " -k <kilobytes> -d <daemon>"
1083                         " -zsiST -w <directory> <listender-addr>... ]\n", me);
1084             return 1;
1085         }
1086     }
1087     return 0;
1088 }
1089
1090 #ifdef WIN32
1091 typedef struct _Args
1092 {
1093     char **argv;
1094     int argc;
1095 } Args; 
1096
1097 static Args ArgDetails;
1098
1099 /* name of the executable */
1100 #define SZAPPNAME            "server"
1101
1102 /* list of service dependencies - "dep1\0dep2\0\0" */
1103 #define SZDEPENDENCIES       ""
1104
1105 int statserv_main(int argc, char **argv,
1106                   bend_initresult *(*bend_init)(bend_initrequest *r),
1107                   void (*bend_close)(void *handle))
1108 {
1109     statserv_options_block *cb = statserv_getcontrol();
1110     
1111     cb->bend_init = bend_init;
1112     cb->bend_close = bend_close;
1113
1114     statserv_setcontrol(cb);
1115
1116     /* Lets setup the Arg structure */
1117     ArgDetails.argc = argc;
1118     ArgDetails.argv = argv;
1119     
1120     /* Now setup the service with the service controller */
1121     SetupService(argc, argv, &ArgDetails, SZAPPNAME,
1122                  cb->service_name, /* internal service name */
1123                  cb->service_name, /* displayed name of the service */
1124                  SZDEPENDENCIES);
1125     return 0;
1126 }
1127
1128 int StartAppService(void *pHandle, int argc, char **argv)
1129 {
1130     /* Initializes the App */
1131     return 1;
1132 }
1133
1134 void RunAppService(void *pHandle)
1135 {
1136     Args *pArgs = (Args *)pHandle;
1137     
1138     /* Starts the app running */
1139     statserv_start(pArgs->argc, pArgs->argv);
1140 }
1141
1142 void StopAppService(void *pHandle)
1143 {
1144     /* Stops the app */
1145     statserv_closedown();
1146 }
1147 #else
1148 int statserv_main(int argc, char **argv,
1149                   bend_initresult *(*bend_init)(bend_initrequest *r),
1150                   void (*bend_close)(void *handle))
1151 {
1152     int ret;
1153     statserv_options_block *cb = statserv_getcontrol();
1154     
1155     cb->bend_init = bend_init;
1156     cb->bend_close = bend_close;
1157
1158     statserv_setcontrol(cb);
1159     ret = statserv_start (argc, argv);
1160     statserv_closedown ();
1161     return ret;
1162 }
1163 #endif