OSDN Git Service

SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos
authorMagnus Hagander <magnus@hagander.net>
Mon, 23 Jul 2007 10:16:54 +0000 (10:16 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 23 Jul 2007 10:16:54 +0000 (10:16 +0000)
commitf70866fb2353dba162fc296f644e7ce77af6d79f
treeb061ad6406fcd27c42b2fb3c210925c7b11dfb33
parenta0dab332a2e1961f45b38b23bd428859621e6f3c
SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos
against a Unix server, and Windows-specific server-side authentication
using SSPI "negotiate" method (Kerberos or NTLM).

Only builds properly with MSVC for now.
15 files changed:
doc/src/sgml/client-auth.sgml
doc/src/sgml/libpq.sgml
src/backend/libpq/auth.c
src/backend/libpq/hba.c
src/backend/libpq/pg_hba.conf.sample
src/backend/libpq/pqcomm.c
src/backend/postmaster/postmaster.c
src/include/libpq/hba.h
src/include/libpq/libpq-be.h
src/include/libpq/pqcomm.h
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-int.h
src/tools/msvc/Mkvcbuild.pm
src/tools/msvc/Solution.pm