pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get
Дата
Msg-id 20100202190937.2DE7D7541B9@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Fold FindConversion() into FindConversionByName() and remove ACL
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: CLUSTER specified the wrong namespace when renaming toast tables