[1246] in bugtraq

home help back first fref pref prev next nref lref last post

Re: Sendmail 8.6.11 identd support

daemon@ATHENA.MIT.EDU (Eric Allman)
Mon Mar 13 23:19:00 1995

To: Jeff Smith <Jeff.Smith@dcs.warwick.ac.uk>
From: Eric Allman <eric@cs.berkeley.edu>
Cc: sendmail@cs.berkeley.edu, bugtraq@fc.net,
        cudcv@dcs.warwick.ac.uk (Rob McMahon)
In-Reply-To: Mail from Jeff Smith <Jeff.Smith@dcs.warwick.ac.uk> 
	dated Mon, 13 Mar 1995 21:19:10 GMT
	<21736.199503132119@knot.dcs.warwick.ac.uk> 
Date: Mon, 13 Mar 1995 18:38:22 -0800

Thanks -- I feel kind of stupid about this....

eric


Re:
: From:  Jeff Smith <Jeff.Smith@dcs.warwick.ac.uk>
: Subject:  Sendmail 8.6.11 identd support
: Date:  Mon, 13 Mar 1995 21:19:10 +0000 (GMT)

: I got sendmail 8.6.11 from ftp.cs.berkeley.edu -- but the identd code
: in daemon.c needed patching to get more than a couple of characters of
: identd response.
: 
: *** daemon.c.orig       Mon Mar 13 20:04:43 1995
: --- daemon.c    Mon Mar 13 20:10:07 1995
: ***************
: *** 1078,1084 ****
:   
:         /* get result */
:         p = &ibuf[0];
: !       nleft = sizeof(ibuf - 1);
:         while ((i = read(s, p, nleft)) > 0)
:         {
:                 p += i;
: --- 1078,1084 ----
:   
:         /* get result */
:         p = &ibuf[0];
: !       nleft = sizeof(ibuf) - 1;
:         while ((i = read(s, p, nleft)) > 0)
:         {
:                 p += i;
: 
: --
: Jeff Smith, Computer Science, Warwick University, Coventry, CV4 7AL, England
: jeff@dcs.warwick.ac.uk	phone: +44 203 523485	fax: +44 203 525714


home help back first fref pref prev next nref lref last post