Re: 7.4devel auth failed

From: Kurt Roeckx <Q(at)ping(dot)be>
To: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.4devel auth failed
Date: 2003-03-25 23:58:16
Message-ID: 20030325235816.GA21410@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Han 2003-03-26 05:27:23 Re: updateable cursors & visibility
Previous Message Tom Lane 2003-03-25 23:29:36 Re: 7.4devel auth failed