[BACK]Return to mytcpio.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

Diff for /OpenXM/src/kan96xx/plugin/mytcpio.c between version 1.3 and 1.4

version 1.3, 2000/03/20 01:53:47 version 1.4, 2000/09/08 16:08:42
Line 1 
Line 1 
 /*  $OpenXM: OpenXM/src/kan96xx/plugin/mytcpio.c,v 1.2 1999/10/30 02:22:16 takayama Exp $ */  /*  $OpenXM: OpenXM/src/kan96xx/plugin/mytcpio.c,v 1.3 2000/03/20 01:53:47 takayama Exp $ */
 #include <stdio.h>  #include <stdio.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
Line 121  socketAcceptLocal(int snum) {
Line 121  socketAcceptLocal(int snum) {
   printf("\n");    printf("\n");
   if (peer.sa_data[2] == 0x7f && peer.sa_data[3] == 0 &&    if (peer.sa_data[2] == 0x7f && peer.sa_data[3] == 0 &&
       peer.sa_data[4] == 0    && peer.sa_data[5] == 1) {        peer.sa_data[4] == 0    && peer.sa_data[5] == 1) {
     fprintf(stderr,"Authentification: localhost is allowed to be accepted.\n");      fprintf(stderr,"Authentication: localhost is allowed to be accepted.\n");
   }else{    }else{
     errorMsg1s("Authentification: The connection is not from the localhost.");      errorMsg1s("Authentication: The connection is not from the localhost.");
     close(s);      close(s);
     fprintf(stderr,"The connection is refused.");      fprintf(stderr,"The connection is refused.");
     return(-1);      return(-1);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>