36cc696551b5af4acf6ef7a963757829826d993d
[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.23  1998-06-23 15:37:50  adam
8  * Added type cast to prevent warning.
9  *
10  * Revision 1.22  1998/06/22 11:32:36  adam
11  * Added 'conditional cs_listen' feature.
12  *
13  * Revision 1.21  1998/05/20 09:55:32  adam
14  * Function tcpip_get treats EINPROGRESS error in the same way as
15  * EWOULDBLOCK. EINPROGRESS shouldn't be returned - but it is on
16  * Solaris in some cases.
17  *
18  * Revision 1.20  1998/05/18 10:10:40  adam
19  * Minor change to avoid C++ warning.
20  *
21  * Revision 1.19  1998/02/11 11:53:33  adam
22  * Changed code so that it compiles as C++.
23  *
24  * Revision 1.18  1997/09/29 07:15:25  adam
25  * Changed use of setsockopt to avoid warnings on MSVC.
26  *
27  * Revision 1.17  1997/09/17 12:10:30  adam
28  * YAZ version 1.4.
29  *
30  * Revision 1.16  1997/09/01 08:49:14  adam
31  * New windows NT/95 port using MSV5.0. Minor changes only.
32  *
33  * Revision 1.15  1997/05/14 06:53:33  adam
34  * C++ support.
35  *
36  * Revision 1.14  1997/05/01 15:06:32  adam
37  * Moved WINSOCK init. code to tcpip_init routine.
38  *
39  * Revision 1.13  1996/11/01 08:45:18  adam
40  * Bug fix: used close on MS-Windows. Fixed to closesocket.
41  *
42  * Revision 1.12  1996/07/06 19:58:30  quinn
43  * System headerfiles gathered in yconfig
44  *
45  * Revision 1.11  1996/02/23  10:00:39  quinn
46  * WAIS Work
47  *
48  * Revision 1.10  1996/02/20  12:52:11  quinn
49  * WAIS protocol support.
50  *
51  * Revision 1.9  1996/02/10  12:23:11  quinn
52  * Enablie inetd operations fro TCP/IP stack
53  *
54  * Revision 1.8  1995/11/01  13:54:27  quinn
55  * Minor adjustments
56  *
57  * Revision 1.7  1995/10/30  12:41:16  quinn
58  * Added hostname lookup for server.
59  *
60  * Revision 1.6  1995/09/29  17:12:00  quinn
61  * Smallish
62  *
63  * Revision 1.5  1995/09/29  17:01:48  quinn
64  * More Windows work
65  *
66  * Revision 1.4  1995/09/28  10:12:26  quinn
67  * Windows-support changes
68  *
69  * Revision 1.3  1995/09/27  15:02:45  quinn
70  * Modified function heads & prototypes.
71  *
72  * Revision 1.2  1995/06/15  12:30:06  quinn
73  * Added @ as hostname alias for INADDR ANY.
74  *
75  * Revision 1.1  1995/06/14  09:58:20  quinn
76  * Renamed yazlib to comstack.
77  *
78  * Revision 1.20  1995/05/16  08:51:16  quinn
79  * License, documentation, and memory fixes
80  *
81  * Revision 1.19  1995/04/10  10:24:08  quinn
82  * Some bug-fixes.
83  *
84  * Revision 1.18  1995/03/30  13:29:27  quinn
85  * Added REUSEADDR in tcpip_bind
86  *
87  * Revision 1.17  1995/03/27  08:36:10  quinn
88  * Some work on nonblocking operation in xmosi.c and rfct.c.
89  * Added protocol parameter to cs_create()
90  *
91  * Revision 1.16  1995/03/21  15:53:41  quinn
92  * Added rcvconnect
93  *
94  * Revision 1.15  1995/03/21  12:31:27  quinn
95  * Added check for EINPROGRESS on connect.
96  *
97  * Revision 1.14  1995/03/20  09:47:21  quinn
98  * Added server-side support to xmosi.c
99  * Fixed possible problems in rfct
100  * Other little mods
101  *
102  * Revision 1.13  1995/03/15  16:15:13  adam
103  * Removed p_write.
104  *
105  * Revision 1.12  1995/03/15  15:36:27  quinn
106  * Mods to support nonblocking I/O
107  *
108  * Revision 1.11  1995/03/15  08:37:57  quinn
109  * Now we're pretty much set for nonblocking I/O.
110  *
111  * Revision 1.10  1995/03/14  17:00:07  quinn
112  * Bug-fixes - added tracing info to tcpip.c
113  *
114  * Revision 1.9  1995/03/14  10:28:42  quinn
115  * Adding server-side support to tcpip.c and fixing bugs in nonblocking I/O
116  *
117  * Revision 1.8  1995/03/10  14:22:50  quinn
118  * Removed debug output.
119  *
120  * Revision 1.7  1995/03/10  11:44:59  quinn
121  * Fixes and debugging
122  *
123  * Revision 1.6  1995/03/07  10:26:55  quinn
124  * Initialized type field in the comstacks.
125  *
126  * Revision 1.5  1995/02/14  20:40:07  quinn
127  * Various stuff.
128  *
129  * Revision 1.4  1995/02/14  11:54:49  quinn
130  * Beginning to add full CCL.
131  *
132  * Revision 1.3  1995/02/10  18:58:10  quinn
133  * Fixed tcpip_get (formerly tcpip_read).
134  * Turned tst (cli) into a proper, event-driven thingy.
135  *
136  * Revision 1.2  1995/02/10  15:55:47  quinn
137  * Small things.
138  *
139  * Revision 1.1  1995/02/09  15:51:52  quinn
140  * Works better now.
141  *
142  */
143
144 #include <stdio.h>
145 #include <string.h>
146 #include <stdlib.h>
147 #ifndef WINDOWS
148 #include <unistd.h>
149 #endif
150 #include <errno.h>
151 #include <fcntl.h>
152
153 #include <comstack.h>
154 #include <tcpip.h>
155
156 /* Chas added the following 2, so we get the definition of completeBER */
157 #include <odr.h>
158 #include <prt.h>
159
160 int tcpip_close(COMSTACK h);
161 int tcpip_put(COMSTACK h, char *buf, int size);
162 int tcpip_get(COMSTACK h, char **buf, int *bufsize);
163 int tcpip_connect(COMSTACK h, void *address);
164 int tcpip_more(COMSTACK h);
165 int tcpip_rcvconnect(COMSTACK h);
166 int tcpip_bind(COMSTACK h, void *address, int mode);
167 int tcpip_listen(COMSTACK h, char *raddr, int *addrlen,
168                  int (*check_ip)(void *cd, const char *a, int len, int type),
169                  void *cd);
170
171 COMSTACK tcpip_accept(COMSTACK h);
172 char *tcpip_addrstr(COMSTACK h);
173 void *tcpip_straddr(COMSTACK h, const char *str);
174
175 /*
176  * Determine length/completeness of incoming packages
177  */
178 /* Chas: Removed the definition of completeBERfrom here, use the one in the */
179 /* include directory as that as the extern "C" around it */
180 /*int completeBER(unsigned char *buf, int len); */ /* from the ODR module */
181 int completeWAIS(unsigned char *buf, int len); /* from waislen.c */
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)(unsigned char *buf, int len); /* length/completeness */
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
467 #if 1
468     if (check_ip && (*check_ip)(cd, (const char *) &addr.sin_addr,
469         sizeof(addr.sin_addr), AF_INET))
470     {
471         h->cerrno = CSDENY;
472         close (h->newfd);
473         return -1;
474     }
475 #endif
476     h->state = CS_INCON;
477     return 0;
478 }
479
480 COMSTACK tcpip_accept(COMSTACK h)
481 {
482     COMSTACK cnew;
483     tcpip_state *state, *st = (tcpip_state *)h->cprivate;
484 #ifdef WINDOWS
485     unsigned long tru = 1;
486 #endif
487
488     TRC(fprintf(stderr, "tcpip_accept\n"));
489     if (h->state != CS_INCON)
490     {
491         h->cerrno = CSOUTSTATE;
492         return 0;
493     }
494     if (!(cnew = (COMSTACK)xmalloc(sizeof(*cnew))))
495     {
496         h->cerrno = CSYSERR;
497         return 0;
498     }
499     memcpy(cnew, h, sizeof(*h));
500     cnew->iofile = h->newfd;
501     if (!(state = (tcpip_state *)(cnew->cprivate = xmalloc(sizeof(tcpip_state)))))
502     {
503         h->cerrno = CSYSERR;
504         return 0;
505     }
506 #ifdef WINDOWS
507     if (!cnew->blocking && ioctlsocket(cnew->iofile, FIONBIO, &tru) < 0)
508 #else
509     if (!cnew->blocking && fcntl(cnew->iofile, F_SETFL, O_NONBLOCK) < 0)
510 #endif
511         return 0;
512     state->altbuf = 0;
513     state->altsize = state->altlen = 0;
514     state->towrite = state->written = -1;
515     state->complete = st->complete;
516     cnew->state = CS_DATAXFER;
517     h->state = CS_IDLE;
518     return cnew;
519 }
520
521 #define CS_TCPIP_BUFCHUNK 4096
522
523 /*
524  * Return: -1 error, >1 good, len of buffer, ==1 incomplete buffer,
525  * 0=connection closed.
526  */
527 int tcpip_get(COMSTACK h, char **buf, int *bufsize)
528 {
529     tcpip_state *sp = (tcpip_state *)h->cprivate;
530     char *tmpc;
531     int tmpi, berlen, rest, req, tomove;
532     int hasread = 0, res;
533
534     TRC(fprintf(stderr, "tcpip_get: bufsize=%d\n", *bufsize));
535     if (sp->altlen) /* switch buffers */
536     {
537         TRC(fprintf(stderr, "  %d bytes in altbuf (0x%x)\n", sp->altlen,
538             (unsigned) sp->altbuf));
539         tmpc = *buf;
540         tmpi = *bufsize;
541         *buf = sp->altbuf;
542         *bufsize = sp->altsize;
543         hasread = sp->altlen;
544         sp->altlen = 0;
545         sp->altbuf = tmpc;
546         sp->altsize = tmpi;
547     }
548     while (!(berlen = (*sp->complete)((unsigned char *)*buf, hasread)))
549     {
550         if (!*bufsize)
551         {
552             if (!(*buf = (char *)xmalloc(*bufsize = CS_TCPIP_BUFCHUNK)))
553                 return -1;
554         }
555         else if (*bufsize - hasread < CS_TCPIP_BUFCHUNK)
556             if (!(*buf =(char *)xrealloc(*buf, *bufsize *= 2)))
557                 return -1;
558         if ((res = recv(h->iofile, *buf + hasread, CS_TCPIP_BUFCHUNK, 0)) < 0)
559 #ifdef WINDOWS
560             if (WSAGetLastError() == WSAEWOULDBLOCK)
561 #else
562 #ifdef EINPROGRESS
563             if (errno == EINPROGRESS || errno == EWOULDBLOCK)
564 #else
565             if (errno == EWOULDBLOCK)
566 #endif
567 #endif
568                 break;
569             else
570                 return -1;
571         if (!res)
572             return 0;
573         hasread += res;
574         TRC(fprintf(stderr, "  res=%d, hasread=%d\n", res, hasread));
575     }
576     TRC(fprintf(stderr, "  Out of read loop with hasread=%d, berlen=%d\n",
577         hasread, berlen));
578     /* move surplus buffer (or everything if we didn't get a BER rec.) */
579     if (hasread > berlen)
580     {
581         tomove = req = hasread - berlen;
582         rest = tomove % CS_TCPIP_BUFCHUNK;
583         if (rest)
584             req += CS_TCPIP_BUFCHUNK - rest;
585         if (!sp->altbuf)
586         {
587             if (!(sp->altbuf = (char *)xmalloc(sp->altsize = req)))
588                 return -1;
589         } else if (sp->altsize < req)
590             if (!(sp->altbuf =(char *)xrealloc(sp->altbuf, sp->altsize = req)))
591                 return -1;
592         TRC(fprintf(stderr, "  Moving %d bytes to altbuf(0x%x)\n", tomove,
593             (unsigned) sp->altbuf));
594         memcpy(sp->altbuf, *buf + berlen, sp->altlen = tomove);
595     }
596     if (berlen < CS_TCPIP_BUFCHUNK - 1)
597         *(*buf + berlen) = '\0';
598     return berlen ? berlen : 1;
599 }
600
601 /*
602  * Returns 1, 0 or -1
603  * In nonblocking mode, you must call again with same buffer while
604  * return value is 1.
605  */
606 int tcpip_put(COMSTACK h, char *buf, int size)
607 {
608     int res;
609     struct tcpip_state *state = (struct tcpip_state *)h->cprivate;
610
611     TRC(fprintf(stderr, "tcpip_put: size=%d\n", size));
612     if (state->towrite < 0)
613     {
614         state->towrite = size;
615         state->written = 0;
616     }
617     else if (state->towrite != size)
618     {
619         h->cerrno = CSWRONGBUF;
620         return -1;
621     }
622     while (state->towrite > state->written)
623     {
624         if ((res = send(h->iofile, buf + state->written, size -
625             state->written, 0)) < 0)
626         {
627 #ifdef WINDOWS
628             if (WSAGetLastError() == WSAEWOULDBLOCK)
629 #else
630             if (errno == EAGAIN)
631 #endif
632             {
633                 TRC(fprintf(stderr, "  Flow control stop\n"));
634                 return 1;
635             }
636             h->cerrno = CSYSERR;
637             return -1;
638         }
639         state->written += res;
640         TRC(fprintf(stderr, "  Wrote %d, written=%d, nbytes=%d\n",
641             res, state->written, size));
642     }
643     state->towrite = state->written = -1;
644     TRC(fprintf(stderr, "  Ok\n"));
645     return 0;
646 }
647
648 int tcpip_close(COMSTACK h)
649 {
650     tcpip_state *sp = (struct tcpip_state *)h->cprivate;
651
652     TRC(fprintf(stderr, "tcpip_close\n"));
653     if (h->iofile != -1)
654 #ifdef WINDOWS
655         closesocket(h->iofile);
656 #else
657         close(h->iofile);
658 #endif
659     if (sp->altbuf)
660         xfree(sp->altbuf);
661     xfree(sp);
662     xfree(h);
663     return 0;
664 }
665
666 char *tcpip_addrstr(COMSTACK h)
667 {
668     struct sockaddr_in addr;
669     tcpip_state *sp = (struct tcpip_state *)h->cprivate;
670     char *r, *buf = sp->buf;
671     int len;
672     struct hostent *host;
673     
674     len = sizeof(addr);
675     if (getpeername(h->iofile, (struct sockaddr*) &addr, &len) < 0)
676     {
677         h->cerrno = CSYSERR;
678         return 0;
679     }
680     if ((host = gethostbyaddr((char*)&addr.sin_addr, sizeof(addr.sin_addr),
681                               AF_INET)))
682         r = (char*) host->h_name;
683     else
684         r = inet_ntoa(addr.sin_addr);
685     sprintf(buf, "tcp:%s", r);
686     return buf;
687 }