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