[GENERAL] Error in IPV6 client authenciation

2005-11-29 Thread R, Rajesh (STSD)
Hello All, I run Tru64 Unix 5.1B / Alpha OSF1. I have installed Postgresql 8.0.3 on a cluster. The following is my pg_hba.conf, " hostdcs all 127.0.0.1 255.255.255.255 password hostdcsconfig all 127.0.0.1 255.255.255.255 password local all

[GENERAL] [PATCH] Better way to check for getaddrinfo function.

2006-01-16 Thread R, Rajesh (STSD)
Title: [PATCH] Better way to check for getaddrinfo function.   Just thought that the following patch might improve checking for getaddrinfo function (in configure.in) I was forced to write 'coz getaddrinfo went unnoticed in Tru64 Unix. (displaying attached patch) $ diff -r configure.in

Re: [GENERAL] [PATCH] Better way to check for getaddrinfo function.

2006-01-16 Thread R, Rajesh (STSD)
t non-blank. -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED]] Sent: Monday, January 16, 2006 11:28 PM To: R, Rajesh (STSD) Cc: pgsql-hackers@postgresql.org; pgsql-general@postgresql.org Subject: Re: [GENERAL] [PATCH] Better way to check for getaddrinfo function.

Re: [HACKERS] [GENERAL] [PATCH] Better way to check for getaddrinfo function.

2006-01-24 Thread R, Rajesh (STSD)
Message-From: Tom Lane [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 17, 2006 8:34 PMTo: R, Rajesh (STSD)Cc: pgsql-hackers@postgresql.orgSubject: Re: [HACKERS] [GENERAL] [PATCH] Better way to check for getaddrinfo function."R, Rajesh (STSD)" <[EMAIL PROTECTED]> writes

Re: [HACKERS] [GENERAL] [PATCH] Better way to check for getaddrinfo function.

2006-01-24 Thread R, Rajesh (STSD)
unc_getaddrinfo]) I guess, instead of adding seperate code for macro checking as suggested by Tom, this might serve dual purpose.Thanks,Rajesh R--This space intentionally left non-blank.-Original Message-From: Martijn van Oosterhout [mailto:kleptog@svana.org]Sent: Tuesday, January 24, 20

[GENERAL] [PATCH] ipv6 support for getaddrinfo.c

2006-02-20 Thread R, Rajesh (STSD)
Patch for getaddrinfo.c to recognize ipv6 addresses.Used inet_pton to achieve that.On machines that don’t have getaddrinfo function, Client authenciation failsfor ipv6 addresses if pgsql uses getaddrinfo implemented in this.This is a fix for that.Rajesh R--This space intentionally left non-b