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