f65f2da9b58546294474f1cef0713e257bd704c5
[yaz-moved-to-github.git] / comstack / tcpip.c
1 /*
2  * Copyright (c) 1995-1998, Index Data
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: tcpip.c,v $
7  * Revision 1.24  1998-06-29 07:59:17  adam
8  * Minor fix.
9  *
10  * Revision 1.23  1998/06/23 15:37:50  adam
11  * Added type cast to prevent warning.
12  *
13  * Revision 1.22  1998/06/22 11:32:36  adam
14  * Added 'conditional cs_listen' feature.
15  *
16  * Revision 1.21  1998/05/20 09:55:32  adam
17  * Function tcpip_get treats EINPROGRESS error in the same way as
18  * EWOULDBLOCK. EINPROGRESS shouldn't be returned - but it is on
19  * Solaris in some cases.
20  *
21  * Revision 1.20  1998/05/18 10:10:40  adam
22  * Minor change to avoid C++ warning.
23  *
24  * Revision 1.19  1998/02/11 11:53:33  adam
25  * Changed code so that it compiles as C++.
26  *
27  * Revision 1.18  1997/09/29 07:15:25  adam
28  * Changed use of setsockopt to avoid warnings on MSVC.
29  *
30  * Revision 1.17  1997/09/17 12:10:30  adam
31  * YAZ version 1.4.
32  *
33  * Revision 1.16  1997/09/01 08:49:14  adam
34  * New windows NT/95 port using MSV5.0. Minor changes only.
35  *
36  * Revision 1.15  1997/05/14 06:53:33  adam
37  * C++ support.
38  *
39  * Revision 1.14  1997/05/01 15:06:32  adam
40  * Moved WINSOCK init. code to tcpip_init routine.
41  *
42  * Revision 1.13  1996/11/01 08:45:18  adam
43  * Bug fix: used close on MS-Windows. Fixed to closesocket.
44  *
45  * Revision 1.12  1996/07/06 19:58:30  quinn
46  * System headerfiles gathered in yconfig
47  *
48  * Revision 1.11  1996/02/23  10:00:39  quinn
49  * WAIS Work
50  *
51  * Revision 1.10  1996/02/20  12:52:11  quinn
52  * WAIS protocol support.
53  *
54  * Revision 1.9  1996/02/10  12:23:11  quinn
55  * Enablie inetd operations fro TCP/IP stack
56  *
57  * Revision 1.8  1995/11/01  13:54:27  quinn
58  * Minor adjustments
59  *
60  * Revision 1.7  1995/10/30  12:41:16  quinn
61  * Added hostname lookup for server.
62  *
63  * Revision 1.6  1995/09/29  17:12:00  quinn
64  * Smallish
65  *
66  * Revision 1.5  1995/09/29  17:01:48  quinn
67  * More Windows work
68  *
69  * Revision 1.4  1995/09/28  10:12:26  quinn
70  * Windows-support changes
71  *
72  * Revision 1.3  1995/09/27  15:02:45  quinn
73  * Modified function heads & prototypes.
74  *
75  * Revision 1.2  1995/06/15  12:30:06  quinn
76  * Added @ as hostname alias for INADDR ANY.
77  *
78  * Revision 1.1  1995/06/14  09:58:20  quinn
79  * Renamed yazlib to comstack.
80  *
81  * Revision 1.20  1995/05/16  08:51:16  quinn
82  * License, documentation, and memory fixes
83  *
84  * Revision 1.19  1995/04/10  10:24:08  quinn
85  * Some bug-fixes.
86  *
87  * Revision 1.18  1995/03/30  13:29:27  quinn
88  * Added REUSEADDR in tcpip_bind
89  *
90  * Revision 1.17  1995/03/27  08:36:10  quinn
91  * Some work on nonblocking operation in xmosi.c and rfct.c.
92  * Added protocol parameter to cs_create()
93  *
94  * Revision 1.16  1995/03/21  15:53:41  quinn
95  * Added rcvconnect
96  *
97  * Revision 1.15  1995/03/21  12:31:27  quinn
98  * Added check for EINPROGRESS on connect.
99  *
100  * Revision 1.14  1995/03/20  09:47:21  quinn
101  * Added server-side support to xmosi.c
102  * Fixed possible problems in rfct
103  * Other little mods
104  *
105  * Revision 1.13  1995/03/15  16:15:13  adam
106  * Removed p_write.
107  *
108  * Revision 1.12  1995/03/15  15:36:27  quinn
109  * Mods to support nonblocking I/O
110  *
111  * Revision 1.11  1995/03/15  08:37:57  quinn
112  * Now we're pretty much set for nonblocking I/O.
113  *
114  * Revision 1.10  1995/03/14  17:00:07  quinn
115  * Bug-fixes - added tracing info to tcpip.c
116  *
117  * Revision 1.9  1995/03/14  10:28:42  quinn
118  * Adding server-side support to tcpip.c and fixing bugs in nonblocking I/O
119  *
120  * Revision 1.8  1995/03/10  14:22:50  quinn
121  * Removed debug output.
122  *
123  * Revision 1.7  1995/03/10  11:44:59  quinn
124  * Fixes and debugging
125  *
126  * Revision 1.6  1995/03/07  10:26:55  quinn
127  * Initialized type field in the comstacks.
128  *
129  * Revision 1.5  1995/02/14  20:40:07  quinn
130  * Various stuff.
131  *
132  * Revision 1.4  1995/02/14  11:54:49  quinn
133  * Beginning to add full CCL.
134  *
135  * Revision 1.3  1995/02/10  18:58:10  quinn
136  * Fixed tcpip_get (formerly tcpip_read).
137  * Turned tst (cli) into a proper, event-driven thingy.
138  *
139  * Revision 1.2  1995/02/10  15:55:47  quinn
140  * Small things.
141  *
142  * Revision 1.1  1995/02/09  15:51:52  quinn
143  * Works better now.
144  *
145  */
146
147 #include <stdio.h>
148 #include <string.h>
149 #include <stdlib.h>
150 #ifndef WINDOWS
151 #include <unistd.h>
152 #endif
153 #include <errno.h>
154 #include <fcntl.h>
155
156 #include <comstack.h>
157 #include <tcpip.h>
158
159 /* Chas added the following 2, so we get the definition of completeBER */
160 #include <odr.h>
161 #include <prt.h>
162
163 int tcpip_close(COMSTACK h);
164 int tcpip_put(COMSTACK h, char *buf, int size);
165 int tcpip_get(COMSTACK h, char **buf, int *bufsize);
166 int tcpip_connect(COMSTACK h, void *address);
167 int tcpip_more(COMSTACK h);
168 int tcpip_rcvconnect(COMSTACK h);
169 int tcpip_bind(COMSTACK h, void *address, int mode);
170 int tcpip_listen(COMSTACK h, char *raddr, int *addrlen,
171                  int (*check_ip)(void *cd, const char *a, int len, int type),
172                  void *cd);
173
174 COMSTACK tcpip_accept(COMSTACK h);
175 char *tcpip_addrstr(COMSTACK h);
176 void *tcpip_straddr(COMSTACK h, const char *str);
177
178 /*
179  * Determine length/completeness of incoming packages
180  */
181 /* Chas: Removed the definition of completeBERfrom here, use the one in the */
182 /* include directory as that as the extern "C" around it */
183 /*int completeBER(unsigned char *buf, int len); */ /* from the ODR module */
184 int completeWAIS(unsigned char *buf, int len); /* from waislen.c */
185
186 #undef TRACE_TCPIP
187 #ifdef TRACE_TCPIP
188 #define TRC(x) x
189 #else
190 #define TRC(X)
191 #endif
192
193 typedef struct tcpip_state
194 {
195     char *altbuf; /* alternate buffer for surplus data */
196     int altsize;  /* size as xmalloced */
197     int altlen;   /* length of data or 0 if none */
198
199     int written;  /* -1 if we aren't writing */
200     int towrite;  /* to verify against user input */
201     int (*complete)(unsigned char *buf, int len); /* length/completeness */
202     struct sockaddr_in addr;  /* returned by cs_straddr */
203     char buf[128]; /* returned by cs_addrstr */
204 } tcpip_state;
205
206 #ifdef WINDOWS
207 static int tcpip_init (void)
208 {
209     static int initialized = 0;
210     if (!initialized)
211     {
212         WORD requested;
213         WSADATA wd;
214
215         requested = MAKEWORD(1, 1);
216         if (WSAStartup(requested, &wd))
217             return 0;
218         initialized = 1;
219     }
220     return 1;
221 }
222 #else
223 static int tcpip_init (void)
224 {
225     return 1;
226 }
227 #endif
228 /*
229  * This function is always called through the cs_create() macro.
230  * s >= 0: socket has already been established for us.
231  */
232 COMSTACK tcpip_type(int s, int blocking, int protocol)
233 {
234     COMSTACK p;
235     tcpip_state *state;
236     int new_socket;
237 #ifdef WINDOWS
238     unsigned long tru = 1;
239 #else
240     struct protoent *proto;
241 #endif
242
243     if (!tcpip_init ())
244         return 0;
245     if (s < 0)
246     {
247 #ifndef WINDOWS
248         if (!(proto = getprotobyname("tcp")))
249             return 0;
250         if ((s = socket(AF_INET, SOCK_STREAM, proto->p_proto)) < 0)
251 #else
252         if ((s = socket(AF_INET, SOCK_STREAM, 0)) < 0)
253 #endif
254             return 0;
255         new_socket = 1;
256     }
257     else
258         new_socket = 0;
259     if (!(p = (struct comstack *)xmalloc(sizeof(struct comstack))))
260         return 0;
261     if (!(state = (struct tcpip_state *)(p->cprivate =
262                                          xmalloc(sizeof(tcpip_state)))))
263         return 0;
264
265 #ifdef WINDOWS
266     if (!(p->blocking = blocking) && ioctlsocket(s, FIONBIO, &tru) < 0)
267 #else
268     if (!(p->blocking = blocking) && fcntl(s, F_SETFL, O_NONBLOCK) < 0)
269 #endif
270         return 0;
271
272     p->iofile = s;
273     p->type = tcpip_type;
274     p->protocol = (enum oid_proto) protocol;
275
276     p->f_connect = tcpip_connect;
277     p->f_rcvconnect = tcpip_rcvconnect;
278     p->f_get = tcpip_get;
279     p->f_put = tcpip_put;
280     p->f_close = tcpip_close;
281     p->f_more = tcpip_more;
282     p->f_bind = tcpip_bind;
283     p->f_listen = tcpip_listen;
284     p->f_accept = tcpip_accept;
285     p->f_addrstr = tcpip_addrstr;
286     p->f_straddr = tcpip_straddr;
287
288     p->state = new_socket ? CS_UNBND : CS_IDLE; /* state of line */
289     p->event = CS_NONE;
290     p->cerrno = 0;
291     p->stackerr = 0;
292
293     state->altbuf = 0;
294     state->altsize = state->altlen = 0;
295     state->towrite = state->written = -1;
296     if (protocol == PROTO_WAIS)
297         state->complete = completeWAIS;
298     else
299         state->complete = completeBER;
300
301     p->timeout = COMSTACK_DEFAULT_TIMEOUT;
302     TRC(fprintf(stderr, "Created new TCPIP comstack\n"));
303
304     return p;
305 }
306
307 static int tcpip_strtoaddr_ex(const char *str, struct sockaddr_in *add)
308 {
309     struct hostent *hp;
310     char *p, buf[512];
311     short int port = 210;
312     unsigned tmpadd;
313
314     if (!tcpip_init ())
315         return 0;
316     TRC(fprintf(stderr, "tcpip_strtoaddress: %s\n", str ? str : "NULL"));
317     add->sin_family = AF_INET;
318     strcpy(buf, str);
319     if ((p = strchr(buf, ':')))
320     {
321         *p = 0;
322         port = atoi(p + 1);
323     }
324     add->sin_port = htons(port);
325     if (!strcmp("@", buf))
326         add->sin_addr.s_addr = INADDR_ANY;
327     else if ((hp = gethostbyname(buf)))
328         memcpy(&add->sin_addr.s_addr, *hp->h_addr_list,
329                sizeof(struct in_addr));
330     else if ((tmpadd = (unsigned) inet_addr(buf)) != 0)
331         memcpy(&add->sin_addr.s_addr, &tmpadd, sizeof(struct in_addr));
332     else
333         return 0;
334     return 1;
335 }
336
337 void *tcpip_straddr(COMSTACK h, const char *str)
338 {
339     tcpip_state *sp = (tcpip_state *)h->cprivate;
340
341     if (!tcpip_strtoaddr_ex (str, &sp->addr))
342         return 0;
343     return &sp->addr;
344 }
345
346 struct sockaddr_in *tcpip_strtoaddr(const char *str)
347 {
348     static struct sockaddr_in add;
349     
350     if (!tcpip_strtoaddr_ex (str, &add))
351         return 0;
352     return &add;
353 }
354
355 int tcpip_more(COMSTACK h)
356 {
357     tcpip_state *sp = (tcpip_state *)h->cprivate;
358     
359     return sp->altlen && (*sp->complete)((unsigned char *) sp->altbuf,
360         sp->altlen);
361 }
362
363 /*
364  * connect(2) will block (sometimes) - nothing we can do short of doing
365  * weird things like spawning subprocesses or threading or some weird junk
366  * like that.
367  */
368 int tcpip_connect(COMSTACK h, void *address)
369 {
370     struct sockaddr_in *add = (struct sockaddr_in *)address;
371
372     TRC(fprintf(stderr, "tcpip_connect\n"));
373     if (connect(h->iofile, (struct sockaddr *) add, sizeof(*add)) < 0)
374     {
375 #ifdef WINDOWS
376         if (WSAGetLastError() == WSAEWOULDBLOCK)
377 #else
378         if (errno == EINPROGRESS)
379 #endif
380             return 1;
381         return -1;
382     }
383     h->state = CS_DATAXFER;
384     return 0;
385 }
386
387 /*
388  * nop
389  */
390 int tcpip_rcvconnect(COMSTACK h)
391 {
392     TRC(fprintf(stderr, "tcpip_rcvconnect\n"));
393     return 0;
394 }
395
396 int tcpip_bind(COMSTACK h, void *address, int mode)
397 {
398     struct sockaddr *addr = (struct sockaddr *)address;
399 #ifdef WINDOWS
400     BOOL one = 1;
401 #else
402     unsigned long one = 1;
403 #endif
404
405     TRC(fprintf(stderr, "tcpip_bind\n"));
406     if (setsockopt(h->iofile, SOL_SOCKET, SO_REUSEADDR, (char*) 
407         &one, sizeof(one)) < 0)
408     {
409         h->cerrno = CSYSERR;
410         return -1;
411     }
412     if (bind(h->iofile, addr, sizeof(struct sockaddr_in)) < 0)
413     {
414         h->cerrno = CSYSERR;
415         return -1;
416     }
417     if (mode == CS_SERVER && listen(h->iofile, 3) < 0)
418     {
419         h->cerrno = CSYSERR;
420         return -1;
421     }
422     h->state = CS_IDLE;
423     return 0;
424 }
425
426 #if 0
427 void tcpip_get_ip(COMSTACK h, char *ip_buf)
428 {
429     struct tcpip_state *sp = (tcpip_state *)h->cprivate;
430     const char *ip_addr = (const char *) (&sp->addr->sin_addr.s_addr);
431     int i;
432
433     for (i = 0; i<4; i++)
434         TRC (fprintf (stderr, "%u ", ip_addr[i]));
435     TRC (fprintf (stderr, "\n"));
436 }
437 #endif
438
439 int tcpip_listen(COMSTACK h, char *raddr, int *addrlen,
440                  int (*check_ip)(void *cd, const char *a, int len, int type),
441                  void *cd)
442 {
443     struct sockaddr_in addr;
444     int len = sizeof(addr);
445
446     TRC(fprintf(stderr, "tcpip_listen pid=%d\n", getpid()));
447     if (h->state != CS_IDLE)
448     {
449         h->cerrno = CSOUTSTATE;
450         return -1;
451     }
452     if ((h->newfd = accept(h->iofile, (struct sockaddr*)&addr, &len)) < 0)
453     {
454 #ifdef WINDOWS
455         if (WSAGetLastError() == WSAEWOULDBLOCK)
456 #else
457         if (errno == EWOULDBLOCK)
458 #endif
459
460             h->cerrno = CSNODATA;
461         else
462             h->cerrno = CSYSERR;
463         return -1;
464     }
465     if (addrlen && *addrlen >= sizeof(struct sockaddr_in))
466         memcpy(raddr, &addr, *addrlen = sizeof(struct sockaddr_in));
467     else if (addrlen)
468         *addrlen = 0;
469     if (check_ip && (*check_ip)(cd, (const char *) &addr.sin_addr,
470         sizeof(addr.sin_addr), AF_INET))
471     {
472         h->cerrno = CSDENY;
473 #ifdef WINDOWS
474         closesocket(h->iofile);
475 #else
476         close(h->iofile);
477 #endif
478         return -1;
479     }
480     h->state = CS_INCON;
481     return 0;
482 }
483
484 COMSTACK tcpip_accept(COMSTACK h)
485 {
486     COMSTACK cnew;
487     tcpip_state *state, *st = (tcpip_state *)h->cprivate;
488 #ifdef WINDOWS
489     unsigned long tru = 1;
490 #endif
491
492     TRC(fprintf(stderr, "tcpip_accept\n"));
493     if (h->state != CS_INCON)
494     {
495         h->cerrno = CSOUTSTATE;
496         return 0;
497     }
498     if (!(cnew = (COMSTACK)xmalloc(sizeof(*cnew))))
499     {
500         h->cerrno = CSYSERR;
501         return 0;
502     }
503     memcpy(cnew, h, sizeof(*h));
504     cnew->iofile = h->newfd;
505     if (!(state = (tcpip_state *)(cnew->cprivate = xmalloc(sizeof(tcpip_state)))))
506     {
507         h->cerrno = CSYSERR;
508         return 0;
509     }
510 #ifdef WINDOWS
511     if (!cnew->blocking && ioctlsocket(cnew->iofile, FIONBIO, &tru) < 0)
512 #else
513     if (!cnew->blocking && fcntl(cnew->iofile, F_SETFL, O_NONBLOCK) < 0)
514 #endif
515         return 0;
516     state->altbuf = 0;
517     state->altsize = state->altlen = 0;
518     state->towrite = state->written = -1;
519     state->complete = st->complete;
520     cnew->state = CS_DATAXFER;
521     h->state = CS_IDLE;
522     return cnew;
523 }
524
525 #define CS_TCPIP_BUFCHUNK 4096
526
527 /*
528  * Return: -1 error, >1 good, len of buffer, ==1 incomplete buffer,
529  * 0=connection closed.
530  */
531 int tcpip_get(COMSTACK h, char **buf, int *bufsize)
532 {
533     tcpip_state *sp = (tcpip_state *)h->cprivate;
534     char *tmpc;
535     int tmpi, berlen, rest, req, tomove;
536     int hasread = 0, res;
537
538     TRC(fprintf(stderr, "tcpip_get: bufsize=%d\n", *bufsize));
539     if (sp->altlen) /* switch buffers */
540     {
541         TRC(fprintf(stderr, "  %d bytes in altbuf (0x%x)\n", sp->altlen,
542             (unsigned) sp->altbuf));
543         tmpc = *buf;
544         tmpi = *bufsize;
545         *buf = sp->altbuf;
546         *bufsize = sp->altsize;
547         hasread = sp->altlen;
548         sp->altlen = 0;
549         sp->altbuf = tmpc;
550         sp->altsize = tmpi;
551     }
552     while (!(berlen = (*sp->complete)((unsigned char *)*buf, hasread)))
553     {
554         if (!*bufsize)
555         {
556             if (!(*buf = (char *)xmalloc(*bufsize = CS_TCPIP_BUFCHUNK)))
557                 return -1;
558         }
559         else if (*bufsize - hasread < CS_TCPIP_BUFCHUNK)
560             if (!(*buf =(char *)xrealloc(*buf, *bufsize *= 2)))
561                 return -1;
562         if ((res = recv(h->iofile, *buf + hasread, CS_TCPIP_BUFCHUNK, 0)) < 0)
563 #ifdef WINDOWS
564             if (WSAGetLastError() == WSAEWOULDBLOCK)
565 #else
566 #ifdef EINPROGRESS
567             if (errno == EINPROGRESS || errno == EWOULDBLOCK)
568 #else
569             if (errno == EWOULDBLOCK)
570 #endif
571 #endif
572                 break;
573             else
574                 return -1;
575         if (!res)
576             return 0;
577         hasread += res;
578         TRC(fprintf(stderr, "  res=%d, hasread=%d\n", res, hasread));
579     }
580     TRC(fprintf(stderr, "  Out of read loop with hasread=%d, berlen=%d\n",
581         hasread, berlen));
582     /* move surplus buffer (or everything if we didn't get a BER rec.) */
583     if (hasread > berlen)
584     {
585         tomove = req = hasread - berlen;
586         rest = tomove % CS_TCPIP_BUFCHUNK;
587         if (rest)
588             req += CS_TCPIP_BUFCHUNK - rest;
589         if (!sp->altbuf)
590         {
591             if (!(sp->altbuf = (char *)xmalloc(sp->altsize = req)))
592                 return -1;
593         } else if (sp->altsize < req)
594             if (!(sp->altbuf =(char *)xrealloc(sp->altbuf, sp->altsize = req)))
595                 return -1;
596         TRC(fprintf(stderr, "  Moving %d bytes to altbuf(0x%x)\n", tomove,
597             (unsigned) sp->altbuf));
598         memcpy(sp->altbuf, *buf + berlen, sp->altlen = tomove);
599     }
600     if (berlen < CS_TCPIP_BUFCHUNK - 1)
601         *(*buf + berlen) = '\0';
602     return berlen ? berlen : 1;
603 }
604
605 /*
606  * Returns 1, 0 or -1
607  * In nonblocking mode, you must call again with same buffer while
608  * return value is 1.
609  */
610 int tcpip_put(COMSTACK h, char *buf, int size)
611 {
612     int res;
613     struct tcpip_state *state = (struct tcpip_state *)h->cprivate;
614
615     TRC(fprintf(stderr, "tcpip_put: size=%d\n", size));
616     if (state->towrite < 0)
617     {
618         state->towrite = size;
619         state->written = 0;
620     }
621     else if (state->towrite != size)
622     {
623         h->cerrno = CSWRONGBUF;
624         return -1;
625     }
626     while (state->towrite > state->written)
627     {
628         if ((res = send(h->iofile, buf + state->written, size -
629             state->written, 0)) < 0)
630         {
631 #ifdef WINDOWS
632             if (WSAGetLastError() == WSAEWOULDBLOCK)
633 #else
634             if (errno == EAGAIN)
635 #endif
636             {
637                 TRC(fprintf(stderr, "  Flow control stop\n"));
638                 return 1;
639             }
640             h->cerrno = CSYSERR;
641             return -1;
642         }
643         state->written += res;
644         TRC(fprintf(stderr, "  Wrote %d, written=%d, nbytes=%d\n",
645             res, state->written, size));
646     }
647     state->towrite = state->written = -1;
648     TRC(fprintf(stderr, "  Ok\n"));
649     return 0;
650 }
651
652 int tcpip_close(COMSTACK h)
653 {
654     tcpip_state *sp = (struct tcpip_state *)h->cprivate;
655
656     TRC(fprintf(stderr, "tcpip_close\n"));
657     if (h->iofile != -1)
658 #ifdef WINDOWS
659         closesocket(h->iofile);
660 #else
661         close(h->iofile);
662 #endif
663     if (sp->altbuf)
664         xfree(sp->altbuf);
665     xfree(sp);
666     xfree(h);
667     return 0;
668 }
669
670 char *tcpip_addrstr(COMSTACK h)
671 {
672     struct sockaddr_in addr;
673     tcpip_state *sp = (struct tcpip_state *)h->cprivate;
674     char *r, *buf = sp->buf;
675     int len;
676     struct hostent *host;
677     
678     len = sizeof(addr);
679     if (getpeername(h->iofile, (struct sockaddr*) &addr, &len) < 0)
680     {
681         h->cerrno = CSYSERR;
682         return 0;
683     }
684     if ((host = gethostbyaddr((char*)&addr.sin_addr, sizeof(addr.sin_addr),
685                               AF_INET)))
686         r = (char*) host->h_name;
687     else
688         r = inet_ntoa(addr.sin_addr);
689     sprintf(buf, "tcp:%s", r);
690     return buf;
691 }