Re: 7.4devel auth failed - Mailing list pgsql-hackers

From Kurt Roeckx
Subject Re: 7.4devel auth failed
Date
Msg-id 20030325235816.GA21410@ping.be
Whole thread Raw
In response to Re: 7.4devel auth failed  (Andreas Pflug <Andreas.Pflug@web.de>)
List pgsql-hackers
On Wed, Mar 26, 2003 at 12:36:00AM +0100, Andreas Pflug wrote:
> Kurt,
> 
> for my opinion, ConvSockAddr6to4 works wrong. The resulting ip address 
> looks good for the eye, but only if printed as an integer which will 
> interpret it little-endian (host byte order).

Oops, I didn't see that one.

convSockAddr6to4() is obviously wrong.  There is where it gets
converted to host order where it shouldn't.

What is that SockAddr_ntop() doing there anyway?  Maybe the
inteded code was a combination for SockAddr_ntop() and
SockAddr_pton()?


Kurt



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.4devel auth failed
Next
From: "Han"
Date:
Subject: Re: updateable cursors & visibility