Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e6befdc9d1666667835dc49d3b61bb526d74b69d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-03-25T00:34:31Z
Releases: 8.1.0
Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
should work on Windows now.  Also, rename set_noblock to pg_set_noblock;
since it is included in libpq, the former name polluted application
namespace.

Files

PathChange+/−
configure modified +118 −3
configure.in modified +12 −7
src/backend/postmaster/pgstat.c modified +3 −3
src/backend/postmaster/postmaster.c modified +5 −5
src/include/port.h modified +3 −2
src/interfaces/libpq/fe-auth.c modified +12 −9
src/interfaces/libpq/fe-connect.c modified +2 −2
src/interfaces/libpq/Makefile modified +2 −2
src/port/noblock.c modified +25 −2