Mailing List Archive

[chuck@telebase.com: ident patch]
I take it no one objects to having this in the next (dare I hope
final?) Apache 0.8.x spin...

From: Chuck Murcko <chuck@telebase.com>
Subject: ident patch
To: rst@ai.mit.edu
Date: Mon, 31 Jul 1995 10:23:08 -0400 (EDT)

Hi there. This patch gets IDENT queries running in 0.8.4, and provides same
functionality as RFC 931 code in 0.6.5. I'm still not convinced that 0.6.5
behavior is completely correct, but ident works.

*** http_main.c.orig Sun Jul 30 23:53:39 1995
--- http_main.c Mon Jul 31 00:45:16 1995
***************
*** 670,675 ****
--- 670,680 ----
exit (1);
}

+ bzero((char *) &sa_server, sizeof(sa_server));
+ sa_server.sin_family=AF_INET;
+ sa_server.sin_addr.s_addr=server_conf->host_addr.s_addr;
+ sa_server.sin_port=htons(server_conf->port);
+
#ifdef NEXT
setjmp(jmpbuffer,1);
#else

chuck
Chuck Murcko Telebase Systems, Inc. Wayne PA chuck@telebase.com
And now, on a lighter note:
Office Automation, n.:
The use of computers to improve efficiency by removing anyone
you would want to talk with over coffee.