pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get
Date
Msg-id 20100202190937.2DE7D7541B9@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Log Message:
-----------
Make RADIUS authentication use pg_getaddrinfo_all() to get address of
the server.

Gets rid of a fairly ugly hack for Solaris, and also provides hostname
and IPV6 support.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        client-auth.sgml (r1.129 -> r1.130)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml?r1=1.129&r2=1.130)
    pgsql/src/backend/libpq:
        auth.c (r1.193 -> r1.194)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.193&r2=1.194)
        hba.c (r1.196 -> r1.197)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.196&r2=1.197)
    pgsql/src/include/port:
        solaris.h (r1.18 -> r1.19)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port/solaris.h?r1=1.18&r2=1.19)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Fold FindConversion() into FindConversionByName() and remove ACL
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: CLUSTER specified the wrong namespace when renaming toast tables