Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |