]> granicus.if.org Git - postgresql/commit
Make RADIUS authentication use pg_getaddrinfo_all() to get address of
authorMagnus Hagander <magnus@hagander.net>
Tue, 2 Feb 2010 19:09:37 +0000 (19:09 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 2 Feb 2010 19:09:37 +0000 (19:09 +0000)
commit0a2734714127b01d1f77468766d132064a1d6a97
tree8859cdbed8bc37a1a55f529a443061d353cc28c9
parentd8db6a6096d1b901f2ad9077148a87cd95fb3e86
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.
doc/src/sgml/client-auth.sgml
src/backend/libpq/auth.c
src/backend/libpq/hba.c
src/include/port/solaris.h